/*
Theme Name: Lepouttre
Description: Lepouttre, custom theme based on the "Wordpress Default" theme
Version: 0.1
Author: Thomas Lepouttre
*/


/* GRID -- grid.css */

/* ================ */
/* = The 1Kb Grid = */     /* 16 columns, 40 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:40px; }
.grid_2 { width:100px; }
.grid_3 { width:160px; }
.grid_4 { width:220px; }
.grid_5 { width:280px; }
.grid_6 { width:340px; }
.grid_7 { width:400px; }
.grid_8 { width:460px; }
.grid_9 { width:520px; }
.grid_10 { width:580px; }
.grid_11 { width:640px; }
.grid_12 { width:700px;}
.grid_13 { width:760px; }
.grid_14 { width:820px; }
.grid_15 { width:880px; }
.grid_16 { width:980px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


.content {
	margin-right: 40px;
}



/* STRUCTURE -- structure.css */



.header {
	background-color: #fff;

}

.navigation {
	background-color: #fff;
}


#searchbox {
	height: 80px;
	border-left: 1px solid #999;
	margin: 10px 0 10px 0;

}
	#searchcontent {
			
		
	}
	
	#searchcontent form {
		float: right;
		margin-top: 16px;
	
	}
	
.secondheader {
	background:#fff;
	border-top:1px solid #999;
	overflow:hidden;
}

	.secondheader .headerimage img {
		margin-top: 10px;
		border:1px solid #999;
	
	}

	.headerimage {
		position: relative;
		display: block;
		height:60px;
		width: 100%;
	}

	.headerimage p {
		background: #FFF;
		color: #000;
		position: absolute;
		top: 5px;
		left: 0;
		height: 20px;
		padding: 3px;
	}


.content .post_excerpt img {
	border: 0;
	margin-top: 5px;
	padding-right: 10px; 
	float: left;
}




.subcontent {
	margin-top: 20px;
}

.arrow_subnav {
	border: 0;
	margin-right: 10px;
}


.footer {
	background:#fff;
	overflow:hidden;
	position:relative;
	margin: auto;	
	margin-top: 10px;
	margin-bottom: 20px;
}


.bottomfeeder {
	margin-top: 25px;
	background-color: #000;

}


.clear_it {
	clear: both;
}


#searchcontent .textfield {
	width: 200px;
}

#searchcontent .button {
	width: 80px;
}



/* TYPOGRAPHY -- typography.css */


.header h1, .header h1 a {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #c40000;
	margin-top: 15px;
	text-decoration: none;

	}

.header h2, .header h2 a {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #444;
	margin-top: -20px;
	font-weight: normal;
	text-decoration: none;
	}


	.headerimage p {
		font-family: "Trebuchet MS", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		text-transform: lowercase;
		letter-spacing: -1px;
		line-height: 1.2em;
	}
	
	

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}


h4 {

	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	padding-bottom:6px;
	border-bottom:1px dotted #999;

}

h4 a {
	color:#ff0000;
	text-decoration: none;
}

h4 a:hover {
	color:#000000;
	text-decoration: none;
	
}

P.subline {
	font-weight: bold;
}

.content ul li {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.9em;
}

.content ul {
	padding-bottom: 15px;
}

p {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	/*text-align: justify;*/
}

p.quote {

/*		border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
	*/
	border-left: 2px solid #CCC;
	padding: 20px 0 20px 20px;
	margin: 20px 0 20px 0;
	
	
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}

p strong {
	font-weight: bold;
}

p em {
	font-style: italic;
}

p a {
	color: #c40000;
	text-decoration: underline;
}

	/*	External link	*/
    a[href^="http://"] {
		/*
		background:transparent url(../images/external.png) center right no-repeat;
		display:inline-block;
		padding-right:15px;
		*/
		font-weight: bold;
	}

		.bottomfeeder ul {
			list-style-type: none;
			padding:5px 10px 5px 10px;
			margin:10px 10px 10px 10px;
	}
	

ul.skills { 
	list-style-type: none;
	padding:0px;
	margin:0px;

}

ul.skills li {
	padding:3px;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
}

ul.skills li:hover {
	background-color:#efefef;
	padding:3px;
	border-bottom: 1px dotted #f00;
	list-style-type: none;
}

.quotering {
	float: right;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 3px;
}

	
.bottomfeeder li {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	color: #fff;
}


	.bottomfeeder li a {
		color: #fff;
		border-bottom: 1px dotted #ccc;
		text-decoration: none;
		width: 100%;
		display: block;
	}

	.bottomfeeder li a:hover {
		border-bottom: 1px dotted #f00;
		text-decoration: none;
	}

	
/* MENU	*/

.navigation {
	float:right;
	background:#fff;
	border-bottom:1px solid #999;
	overflow:hidden;
	position:relative;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: normal;
	line-height: 1.2em;
}
.navigation ul {
	clear:left;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.navigation ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
.navigation ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	background:#EEE;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}
.navigation ul li a:hover {
	background:#CCC;
	color:#000;
}
.navigation ul li a.active,
.navigation ul li a.active:hover {
	color:#000;
	background:#CCC;
}

.navigation ul li ul {
display: none;
}

/*	END MENU		*/

/* ARCHIVE */
.archieflinks a {
	color: #c40000;
	text-decoration: underline;
}

/* END ARCHIVE */

/*	(SUB)HOMEPAGE EXCERPTS */

.post_excerpt h3 a {
	color:#000000;
	text-decoration: none;

}

.post_excerpt h3 a:hover {
	color:#c40000;
	text-decoration: underline;
}

.post_excerpt h3, .sidenavigation h3 {
	border-bottom:1px solid #EEE;
	padding-bottom: 3px;
}

.post_date {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;	
	font-weight: normal;
	float: right;
	letter-spacing: normal;
	color: #999;
}

ul.post_info_top {
	list-style:none;
	margin:0;
	padding:0;
	float: right;
	margin-top:-10px;
	margin-bottom:-5px;

}


ul.post_info_top li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;	
}

ul.post_info_top li a {
	display:inline;
	list-style:none;
	text-decoration:none;
	line-height:1.3em;	
	color:#c40000;
}

.read_more, .more-link {
	float: right;
	margin-top:2px;
	margin-bottom: 10px;
}

.post_info_bottom {
	clear: both;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;

}


ul.post_info_bottom {

	list-style:none;
	margin:0;
	padding:0;
	padding-top: 4px;
	padding-bottom: 3px;	
}


ul.post_info_bottom li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;	
}

ul.post_info_bottom li a {
	display:inline;
	list-style:none;
	text-decoration:none;
	line-height:1.3em;	
	color:#c40000;
}




/* END SUBOMEPAGE EXCERPTS */



/* SUBMENU	*/

.sidenavigation , .related_content {
	float:left;
	background:#fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: normal;
	line-height: 1.2em;
	
}
.sidenavigation ul , .related_content ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:-5px;
}
.sidenavigation ul li  , .related_content ul li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;

	
}
.sidenavigation ul li a, .related_content ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	border-bottom:1px dotted #999;

	background:#FFFF;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}
.sidenavigation ul li a:hover, .related_content ul li a:hover {
	background:#FFFF;
	color:#000000;
	border-bottom:1px dotted #c40000;
	
}
.sidenavigation ul li a.active,
.sidenavigation ul li a.active:hover {
	background:#FFFF;
	color:#000000;
	border-bottom:1px dotted #c40000;
	font-weight: bold;

}







/*	END SUBMENU		*/




/*	FOOTER		*/

.footer {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.8em;	
}

.footer a {
	color: #c40000;
	text-decoration: underline; 	
}

/*	END FOOTER	*/



/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:/wp-content/themes/default/image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/wp-content/themes/default/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/wp-content/themes/default/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* END LIGHTBOX */


/* PAGE NAVIGATION */

.page-navigation, .single-page-navigation {
margin: 10px 0;
border-bottom:1px solid #eee;
border-top:1px solid #eee;
padding: 4px;
height: 20px;
}


.single-page-navigation {

padding: 4px;
height: 12px;
font-size: 11px;
}

.page-navigation a, .single-page-navigation a {
	color: #c40000;
	text-decoration: underline;
}



.page-navigation .alignleft, .single-page-navigation .alignleft {
width: 50%;
float: left;
text-align: left;
}


.page-navigation .alignright, .single-page-navigation .alignright {
width: 50%;
float: left;
text-align: right;
}



/* END PAGE NAVIGATION */


/* GOOGLE CUSTOM SEARCH */
#cse-search-results iframe {width: 690px; }
/* END GOOGLE CUSTOM SEARCH */




/* COMMENTS */

	ol.commentlist {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		font-family: "Lucida Grande", sans-serif;

	}


	.commentlist li.even {
		background-color: #fff;
	}

	.commentlist li.odd {
		background-color: #eee;
	}	

	.commentlist .comment-author {
		width: 60px;
		float: left;
		padding: 10px;
	}
	
	.commentlist .comment-meta {
		width: 600px;
		float: left;
	}
	
	.commentlist li .comment-body {
		padding: 10px;
	}
	
	.commentlist a {
		color: #c40000;
		text-decoration: none;

	}
	
	.comment-meta cite {
		font-style: normal;
		font-size: 12px;
	}
	
	.commentmetadata .when a {
		float: right;
		font-weight: normal;
		font-size: 11px;
	}
	.comment-meta .says {
		font-style: normal;
		font-size: 12px;
	}


/* END COMMENTS */