/*   
Theme Name: Cheriaux
Theme URI: http://www.cheriaux.net/
Description: a portfoliio theme.
Author: Bruno Cheriaux
Author URI: http://www.cheriaux.net
Version: 2.0
*/

/* global */
	* {
		margin:0;
		padding:0;
	}
	body {
		background-color: #E8E8E8;
		color: #252525;
		font-family: Helvetica, Verdana, 'Lucida Grande', Arial, sans-serif;
		font-size: 11px;
	}
	img {
		border: 0;
	}
	h1, h2, h3, h4, h5, big {
		font-family: Georgia, Times, 'Times New Roman', serif;
		font-weight: bold;
		font-style: italic;
		color: #40250b;
	}
		h1 {
			font-size: 48px;
			padding: 15px 25px 0px 25px;
			height: 85px;
		}
		h2 {
			font-size: 18px;
		}
		h3 {
			font-size: 30px;
			color: #caba0a;
			margin: 10px 0;
		}
		h4 {
			font-size: 14px;
		}
		h5 {
			font-size: 18px;
			color: #caba0a;
			margin: 10px 0px 0px 0px;
		}
		h1 a {
			color: #FFFFFF;
			text-decoration: none;
		}
	a {
		color: #40250B;
	}
	small {
		font-family: Georgia, Times, 'Times New Roman', serif;
		font-size: 12px;
		color: #40250b;
	}
	sub {
		font-size: 30px;
	}
	div.clearer {
		clear: both;
		height: 0px;
	}
	
	li {
		list-style-position:inside;
		list-style-type: disc;
	}
	.nobr {
		white-space: nowrap
	}

/* header */
	div#wrapper {
		margin: auto;
		width: 996px;
		background-color: #FFFFFF;
	}
	div#header {
		background-color: #ADCF21;
	}
	big#description {
		width:996px;
		height: 20px;
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 5px 0px 5px 0px;
		color: #FFFFFF;
	}
	
/* navigation */
	ul#navigation {
		background-color: #252525;
		width: 946px;
		height: 16px;
		padding: 7px 25px 7px 25px;
		font-family: Georgia, Times, 'Times New Roman', serif;
		font-size: 14px;
	}
	ul#navigation li {
		display: inline;
		list-style: none;
		color: #caba0a;
		height: 30px;
		margin: 0px 25px 0px 0px;
		font-weight: bold;
	}
	ul#navigation li a {
		color: #FFFFFF;
		font-weight: bold;
		height: 30px;
		text-decoration: none;
		padding-bottom: 2px;
	}
	ul#navigation li a:hover, li.current_page_item a, li.current-cat a{
		border-bottom: 4px solid #ADCF21;
	}
	
/* undermenu */
	div#undermenu {
		background-color: #FFFFFF;
		width:996px;
		height:50px;
	}
	
/* content */
	div#content {
		width: 946px;
		padding: 0px 25px;
	}
	
/* post */
	div.postContent{
		float: left;
		display: inline;
		width: 290px;
	}
	div.postDescription {
		background-color: #ADCF21;
		width: 280px;
		padding: 5px;
		margin: 5px 0px;
	}
	div.postGallery {
		float: right;
		width: 642px;
		display: inline;
	}
	div.postGalleryImage {
		height: 437px;
	}
	div.postGalleryImage img {
		background-color: #FFFFFF;
		border: 2px solid #ADCF21;
	}
	div.postGallery ul {
		display: block;
		padding: 8px 0px;
		
	}
	div.postGallery li {
		display: inline;
		list-style: none;
		margin: 0px 5px 0px 0px;
	}
	a.postGalleryLink img {
		height:44px;
		width:64px;
		border: 2px solid #ADCF21;
		padding: 1px;
	}
	a.postGalleryLink:hover img {
		border: 2px solid #FFFFFF;
	}
	div.postEndLine {
		clear: both;
		height: 0px;
		border-top: 2px solid #252525;
		padding: 10px 0px;
	}
	div.postVerticalSpacer {
		float: left;
		height: 100%;
		width: 38px;
	}
	
/* experience */
	div.postExperience {
		width: 946px;
		clear: both;
		margin-bottom: 10px;
		display: table;
		background: url("images/bgExperience.gif") repeat-y; 
	}
	
	div.postExperience .col1, div.postExperience .col2, div.postExperience .col3 {
		float:left;
	}
	
	div.postExperience .col1 {
		width: 290px;
		text-align: right
	}
	
	div.postExperience .col2, div.postExperience .col3 {
		margin-left: 38px;
		width: 280px;
		padding: 5px;
	}
	
	
	
	
