/* ---------  CSS Styles for www.clouqueur.net by Caroline Clouqueur  --------- */

/* ------------ Basic formatting ------------ */
/* for de-bugging */

/*div {
border: 1px solid green;
}

div div {
border: 1px solid blue;
}
div div div {
border: 1px solid red;
}*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}/*ol,ul {list-style:none;}*/caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


body {
	background: transparent url("../images/bg_body.gif") repeat;
	font: normal 76%/1.8em Helvetica, sans-serif;
	}

/* list-style: | list-style-type | list-style-position | list-style-image;
ex: ul { list-style: square inside url("sqr.gif");}
*/

h1, h2, h3, h4, h5, p, ul, ol, li {
	font: normal 1em/1.8em Helvetica, sans-serif;
	color: #4F4F4F;
	text-align: left;
	}
h1 {
	padding: 30px 0 10px 0;
	font: normal 1.8em/1.8em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	color: #069;
	}
#cv h1 {
	color: #000;
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
}	
h2 {
	font: normal 1.1em/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	color: #069;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 0.5em 0;
	background: transparent url("../images/bg_header.jpg") no-repeat center center;
	text-align: center;
}

h3 {
	font: bold 1em/1.2em Helvetica, sans-serif;
	padding: 1em 0 0.5em 0;	
	}
#cv h3 {
	font: bold 1.1em/1.2em Helvetica, sans-serif;
	color: #069;
	padding: 1em 0 0 0;
}
h4 {
	font: bold 1em/1.2em Helvetica, sans-serif;
	padding: 0.5em 0 0.5em 0;
	text-decoration: underline;	
	color: #333;
	}
h5 {
	font: bold italic 1em/1.2em Helvetica, sans-serif;
	padding: 0.5em 0 0 1.5em;
	color: #666;	
	}
.float {
	float: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.intro {
	color: #069;
	font-size: 1.1em;
}
p {
	padding: 0 0 6px 0;
	line-height: 1.4em;
	}
p.descr {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333;
	padding: 0.5em 0 1em 0;
}
p.dates {
	margin-top: 1em;
	padding-bottom: 2px;
	color: #999;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	background:  url("../images/dates.gif") no-repeat center left;
	}
img {
	padding: 0;
	margin: 0;
	border: 0;
	}
ul, ol {
	padding: 0.5em 0 0.5em 1.5em;
	margin: 0.2em 0.5em 0.2em 1.5em;
	}
ul {
	list-style-type: square;
	}
li {
	line-height: 1.4em;
	padding: 0 0 0.6em 0;
	}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

blockquote {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0;
	background-color: #ccc;
	}
table {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
tr, td {
	border: 1px solid #F8FAFA;
	padding: 0.8em 1em;
	margin: 0;
	background-color: #ccc;
}
td.light{
	background-color: #E5E5E5;
}
a {
	text-decoration: none;
	color: #069;
	}
a:link, a:visited {
	color: #069;		
	}
a:hover {
	color: #666;		
	}
a:active {
	color: #069;		
	}



/* ------------------- Contact Form ------------------- */
label { 
	width: 100px;
	float: left;
	text-align: right; 
	margin: 0;
	padding: 0;
	clear: right;
	} 
.inputbox { 
/*	float: left; */
/*	display: inline;*/
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
} 
.submitbtn { 
	margin-left: 9em;
	background: #ccc;	
	color: #666;
	/*clear: both;*/
}

/* ------------ Positioning Divs ------------ */
div {
	margin: 0 auto;
}

#container {
	width: 790px;
	background: transparent url("../images/bg_container.gif") repeat-y;
}

#masthead {
	height: 100px;
	width: 790px;
	background: #F8FAFA url("../images/bg_masthead.jpg") no-repeat;
	}
#masthead_home {
	height: 200px;
	width: 790px;
	background: #F8FAFA url("../images/bg_masthead_home.jpg") no-repeat;
	}
#masthead img {
	margin: 20px;
	}
/* #wrapper {
	width: 770px;
}*/

#mainnav {
	width: 184px;
	margin-left: 16px;
	margin-bottom: 3em;
	float: left;
	background-color: #F8FAFA;
	}
#maincontent {
	width: 528px;
	margin-left: 226px;
	margin-bottom: 20px;
	background: #F8FAFA url("../images/bg_watermark.gif") no-repeat bottom right;
}
.line {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	background: transparent url("../images/bg_rule.gif") repeat-x;
}
#footer {
	height: 40px;
	width: 760px;
	margin-left: 16px;
	color: #999;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: right;
	background: transparent url("../images/bg_footer.gif") repeat-x;
	/*background-color: #ddd;
	border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #999;
	clear: both;
	}


/* ------------------- Common Navigation Rules ------------------- */

#mainnav ul {
	padding: 2em 0 5em 1.1em;
	margin: 0;
	}
#mainnav li {
	list-style-type: none;
	font: normal 1.3em/1.8em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	padding: 0.3em 0 0.3em 1.1em;
	margin: 0;
	}
#mainnav li.on {
	/*list-style: none outside url("../images/bg_bullet.gif");*/
	background: transparent url("../images/bg_bullet.gif") no-repeat center left;
	/*list-style-image: url("../images/bg_bullet.gif");*/
	}

#mainnav li.subnav {
	list-style-type: square;
	font: normal 0.9em/1.1em Helvetica, sans-serif;
	padding: 0 0 0.5em 0;
	margin-left: 3.6em;
	color: #CCC;
	}
#mainnav p {
	font-size: 0.9em;
	line-height: 1.6em;
	padding-left: 2.7em;	
}

#footer p {
	text-align: right;
	padding-top: 2em;
	padding-right: 1em;	
}	

/* ------------------- Functional Nav ------------------- */
#header ul.functNav, #header_home ul.functNav {
	float: right;
	}

