/*
Theme Name: Halida Boughriet Portfolio
Theme URI: http:/www.tarekshalaby.com/
Description: Minimalistic design, very simple gray text on white background.
Version: 1.0
Author: Tarek Shalaby
Author URI: http://www.tarekshalaby.com/
*/

body, p{
     color: #999;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.floatleft{
	float: left;
}
.floatright{
	float: right;
}
ul#topNavigation {
	float: left;
	margin: 0 0 0 40px;
}
#topNavigation li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#leftNavigation li{
	list-style-type: none;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
}
#topNavigation a, #leftNavigation a{
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
#topNavigation a{
	font-size: 12px;
        padding: 3px;
}
#leftNavigation a{
       font-size 10px;
        padding: 0px;
}
.current_page_item a{
	border-bottom: 2px solid #d4d4d4;
}
.display {
        margin: 20px 0 10px 0;
        max-width: 600px;
}
.caption {
        text-align: right;
}
.imageNavigation {
        width: 300px;
}
.arrow a{
        padding: 1px 3px;
        background-color: #eee;
        font-size: 14px;
        text-decoration: none;
        color: #999;
}