/*
Theme Name: esegre
Description: A wordpress theme for segrearch.com, the website of Enrico Segre Architects.
Author: Omer Levi
Author URI: http://www.omerlevi.com/
Version: 1
*/

/***** FONTS DECLARATIONS *****/
@font-face {
    font-family: 'gillsans';
    src: url('fonts/gillsansmtpro-medium-webfont.eot');
    src: url('fonts/gillsansmtpro-medium-webfont.eot?#iefix') format('eot'),
         url('fonts/gillsansmtpro-medium-webfont.woff') format('woff'),
         url('fonts/gillsansmtpro-medium-webfont.ttf') format('truetype'),
         url('fonts/gillsansmtpro-medium-webfont.svg#webfontHDOIu9C6') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***** LAYOUTS AND MAIN CONTAINERS *****/
body{
background:#fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}
#main{background: #fff;
padding: 40px 20px 10px 20px;
}

/*  header  */
#header{}
#header .logo{
	margin: 20px 0 0px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #aaa;
}
#header .logo img{
	float: left;
}
#header .logo h1{
text-align: right;
margin: 26px -4px 0 0;
line-height: 18px;
font-size: 18px;
font-family: gillsans, Verdana, Arial, Helvetica, sans-serif;
text-transform: lowercase;
letter-spacing: 4px;
font-weight: normal;
}

#header .logo h1 a{
text-decoration: none;
color: #666;
}
#header .logo h1 a em{
font-style: normal;
color:  #333;
}

#langselector{
	float: right;
	line-height: 30px;
	font-size: 11px;
}
#langselector ul{
	margin: 0;
	padding: 0;
}
#langselector ul li{
	display: block;
	float: left;
	text-transform: lowercase;
	padding: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#langselector ul li a{
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
}
#langselector ul li a:hover{background: #eee; border-bottom: 1px solid #999;}

#1langselector ul li:before{content: "\007c";}
#1langselector ul li:first-child:before{content: none;}

#1langselector ul li a{text-decoration: none;}
#1langselector ul li a:hover{background: #eee; font-weight: bold;}

/*  Footer  */
#footer {
color: #ccc;
font-size: 11px;
text-align: left;
}
#footer a{padding: 0 6px 0 0; color: #ccc; text-decoration: none;}
#footer a:hover{color: #888;}
#footer div ul{margin: 0; padding: 0;}
#footer div ul li{list-style: none; display: inline;}
#footer div ul li:before{content: "\2630 \ ";}
#footer div ul li:first-child:before{content: none;}

#social{
	float: right;
}

/*** content styles ***/
a{color: #333;}
a:hover{color: #000;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure{margin-bottom:10px}

hr{
	background: #aaa;
}

h1,h2,h3,h4,h5,h6{
	color: #888;
	font-family: gillsans, Verdana, Arial, Helvetica, sans-serif;
}
.clear{
	clear: both;
}
.focus{
	color: #B38A52;
}

h1{
	font-size: 22px;
	font-weight: normal;
}
h2{
	font-size: 18px;
	font-weight: bold;
}
h3{
	font-size: 16px;
	font-weight: normal;
}
body.page-template-template-bigboxes-php h3{
	font-size: 15px;
}

/*** about page styles ***/
.about{
font-size: 14px;
}
.about h1{
border-bottom:  1px solid #aaa;
padding: 0 0 20px;
margin: 0;
}
.about h2{
border-bottom:  1px solid #aaa;
padding: 0 0 20px;
margin: 20px 0;
}
.about h3{
border-bottom:  1px solid #aaa;
padding: 0 0 5px;
margin: 10px 0;
font-weight: bold;
}
.total{
	background: #eee;
	color: #333;
	margin: 10px 10px 20px 0;
	padding: 15px 20px 10px;
}
.total h3{
	border: 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-bottom: 10px;
	color:  #333;
}

/* Spotlight box */
.spotlight{
	background: #aaa;
	color: #000;
	padding: 20px 20px 10px;
	}
.spotlight h2{
	font-weight: normal;
	font-size: 36px;
	text-align: center;
	color: #000;
}

/*** wordpress default css */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, .alignright{
margin-bottom: 20px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-left: 3px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-right: 3px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*** widgets area ***/
#widgetarea{padding: 0 10px; color: #aaa;}
#widgetarea li{list-style: none; margin: 0; padding: 0;}
#widgetarea li.widget{
list-style: none;
margin-top: 20px;
border: 1px solid #666; padding: 5px 8px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;
}
.widgettitle{
	border-bottom: 1px solid #666;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
}
#widgetarea li.widget ul li{list-style: square; padding-bottom:5px;}
#widgetarea li.widget a {color: beige; text-decoration: none;}
#widgetarea li.widget a:hover {color:#ccc; text-decoration: underline;}

/* SEARCH FORM */
#searchform {margin-bottom:15px;padding:0;}
#searchform #s {border: 1px solid #ccc; border:1px solid #ddd; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;padding:5px;font:14px Georgia;background: #fafafa;width: 130px}
#searchbtn {vertical-align:middle;padding: 0 0 5px 2px;}
.hidden {display: none;}
fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

/* project images slideshow style */
#slideshow { margin: 0px auto; width: 630px; height: 550px; margin-bottom: 20px; }
#slideshow div {
height: 550px;
width: 630px;
}
#slideshow div img {
margin: auto;
display: block;
border: 0px solid #f1f1f1;
}
#nav ul{margin: 0; padding:0;}
#nav li {margin: 0; padding: 0; float: left; margin: 0 0px 12px 12px; list-style: none;}
#nav a { width: 50px; display: inline;}
#nav a.activeSlide { background: #88f }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }
#nav li a img{border: 1px solid #f1f1f1;}
#nav li a:hover img{border: 1px solid #666;
}

/*** Category / projects list page styles ***/
.proj_list{
	border-left: 1px solid #aaa;
	padding-left: 20px;
}
.previewcontainer{
	padding-right: 10px;
}
.previewcontainer h2{
	padding-top: 3px;
	text-align: right;
}
.catdesc{padding:0 0 40px 0;}
ul#previewUL{margin:0 0 40px 0; padding:0;}
ul#previewUL li{margin: 0; padding: 0; list-style: none; display:inline;}
ul#previewUL li a{
display: block;
text-decoration: none;
line-height: 20px;
font-size: 14px;
padding: 7px 0;
color:#999;
}
ul#previewUL li a:hover{color: #333; text-indent:5px;}

#preview{
	width: 400px;
	height: 300px;
	float: right;
	text-align: right;
	margin: 0 0 40px 10px;
}
#preview img{
border: 1px solid #f1f1f1;
}

/*** bigboxes ***/
.bigbox{
	text-align: center;
	margin-bottom: 50px;
}
.bigbox a{
	text-decoration: none;
}


/*** breadcrumbs dimox ***/
#crumbs em{font-style: normal; color:#666;}

#crumbs{
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	text-transform: lowercase;
	color: #999;
}
#crumbs .current{
	color: #666;
}
#crumbs a{
	text-decoration: none;
	color: #999;
}
#crumbs a:hover{
	text-decoration: underline;
	color: #333;
}


/* PREV NEXT NAV */
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {	margin-top: 20px; padding-bottom: 20px;	}
.comment-navigation {margin-top: 15px;	padding-bottom: 5px;}		
#content .navigation a{text-decoration: none;}
.navigation a, .comment-navigation a {background: #eee;padding: 5px 10px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.navigation a:hover, .comment-navigation a:hover {background: #ddd;padding: 5px 10px;-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}

/*** contact form 7 ***/
.wpcf7-submit {width: 200px; color: #666; background: #eee;	padding: 4px;	border:1px solid #ccc;	font-size:14px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-weight: bold; cursor: pointer; margin-bottom:15px;}
.wpcf7-submit:hover {background: #fff; border:1px solid #ddd;}
.wpcf7 input{
	width: 200px;
}
.wpcf7 textarea{
	width: 192px;
	height: 100px;
}

/*** home ***/
#myslides{
width:950px;
height:550px;
margin-bottom: 40px;
}
#myslides img{
}


/*** SupreFish ESSENTIAL STYLES ***/
.current-menu-item a{
	font-weight: bold;
}
.current-page-ancestor a{
	font-weight: bold;
}
.current-page-ancestor ul li a, .current-menu-item ul li a{
	font-weight: normal;
}
.current-page-ancestor ul li.current-menu-item a{
	font-weight: bold;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			18em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-left:  -1em;
}
.sf-menu a {
	padding: 		.75em 1em .75em 1em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li ul {
	background:		#fff;
	border-top: 0px solid #ccc;
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.sf-menu li li {
	background:		#fdfdfd;
	border: 0px solid #ccc;
	border-top: 0;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #000;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

