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

/***********************************************************************/
/* ------------ for de-bugging ------------ */
/***********************************************************************/

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


/*************************************************************************/
/* ------------ Basic formatting ------------ */
/*************************************************************************/

body {
	margin: 0 auto;
	padding: 0;
	color: #666;
	background: #B2CAC8 url("../images/bg_body.gif");
	font: normal 76%/1.8em Verdana, sans-serif;
	text-align: center;
	}

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


h1, h2, h3, p, ul, ol, li {
	font: normal 1em/1.8em Verdana, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
	text-align: left;
	}

h1 {
	margin-left: 0;
	padding: 30px 0 0 95px;
	font: bold 0.9em/1.2em Verdana, sans-serif;
	}
h2 {
	padding-bottom: 0.5em;
	font-size: 1.1em;
	}
h3 {
	font: bold 0.9em/1.2em Verdana, sans-serif;
	padding: 1em 0 0.5em 0;	
	}
p {
	padding: 0 15px 0.5em 0;
	}
p.dates {
	margin: 15px 0 5px 0;
	padding: 0.7em 0 0.5em 23px;
	color: #66ACCC;
	line-height: 0.8em;
	font-size: 0.8em;
	background: url("../images/date.gif") no-repeat;
	}
.float {
	float: left;
}

.views {
	font-size: 0.9em;
	font-weight: normal;
}
.required {
	font-size: 0.9em;
	color: #FD024F;		
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
ul, ol {
	padding: 0 0 0.7em 2.5em;
	margin: 0.2em 0.5em 0.2em 2.4em;
	}
li {
	}
blockquote {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #609595;
	padding: 0 20% 0.7em 25px;
	background: url("../images/quotemarks.gif") no-repeat top left;
	text-align: left;
	}
a {
	text-decoration: none;
	border-bottom: 1px dotted #f90;
	color: #f90;
	}
a:link, a:visited {
	border-bottom: 1px dotted #f90;
	color: #f90;		
	}
a:hover {
	border-bottom: 1px dotted #FD024F;
	color: #FD024F;		
	}
a:active {
	border-bottom: 1px dotted #f90;
	color: #FD024F;		
	}

/*************************************************************************/
/* ------------------- 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, div div, div div div {
	padding: 0;
	margin: 0;
}

#container {
	width: 795px;
	margin: 0 auto;
	background: transparent url("../images/bg_container.jpg") repeat-y;
	}

#header {
	height: 80px;
	width: 795px;
	background: url("../images/bg_header.jpg") no-repeat;
	}
#header_home {
	height: 168px;
	width: 795px;
/*	background: url("../images/bg_header_home.jpg") no-repeat;*/
	background: url("../images/bg_header_TEMP.jpg") no-repeat;
	}
	
#funcNav {
	height: 56px;
	padding-right: 20px;
}
#header_home #funcNav {
	height: 144px;
}

#mainnav {
	height: 24px;
	padding-left: 50px;
	}

#subnav {
	height: 44px;
	padding: 0 10px 0 51px;
	background: url("../images/bg_subnav.gif") no-repeat;
	/*clear: both;*/
	}
#side {
	font-size: 85%;
	width: 228px;
	padding: 5px 0 20px 0;
	float: left;
	}
#content {
	/*margin: 0 0 20px 228px;  left padding = total side width (incl padding, margin, = 228) + own left padding*/
	margin: 0 25px 20px 258px; 
	/*width: 537px; /* 795-228-30px padding */
	width: 509px; /* 3px IE bug */
	text-align: left;
	}
#home_callout {
	height: 171px; /* 171px - (top + bottom padding) */
	width: 530px; /* 530px - (left + right padding) */
	/*padding: 10px 80px 0 40px;*/
	padding: 7px 0 0 0;
	margin: 0 30px 0 228px; /* left padding = total side width (incl padding, margin, = 228) + own left padding*/
	background: url("../images/home_callout.gif") no-repeat;
	}
#imagemap {
  position: relative;
  height: 45px;
  width: 45px;
  top: 73px;
  left: 452px;
  text-decoration: none;
	padding: 0;
	margin: 0;
	float: left;
  }
p.callout {
	padding: 8px 80px 0 50px;
	line-height: 1.6em;
	margin: 0;
}
.calloutTitle {
	font-size: 1.4em;
}

#feature_international {
	width: 490px;
	padding: 5px 0 10px 0;
	margin: 8px 0 15px 0;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px dotted #f90;
	min-height: 120px;
	}
#feature_work {
	width: 235px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px dotted #ccc;
	min-height: 120px;
	float: left;
	}
#feature_news {
	width: 235px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 255px;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px dotted #ccc;
	min-height: 120px;
	}
	
#footer {
	/*width: 795px;*/
	/*width: 782px;*/
	width: 770px;
	height: 35px;
	padding: 8px 0 0 0;
	margin-left: 13px;
	margin-right: 13px;
	color: #999;
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: right;
	background: transparent url("../images/bg_subnav_stretch.gif");
	border-top: 1px solid #ccc;
	clear: both;
	}
/* #imagemap img {
 	padding: 0;
	margin: 0;
 }
  #imagemap a {
 	padding: 0;
	margin: 0;
 }*/

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

#header ul, #header_home ul, #subnav ul {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	list-style-type: none;			
	}
#header li, #header_home li, #subnav li {
	letter-spacing: 1px;
	display: inline;
	float: left;
	padding: 0 0 0 1em;
	}
#funcNav li.selected { 
		color: #FD024F;
}

/*************************************************************************/
/* ------------------- Functional Nav ------------------- */
/*************************************************************************/

#header ul.functNav, #header_home ul.functNav {
	float: right;
	}

/*************************************************************************/
/* ------------------- Main Nav ------------------- */
/*************************************************************************/
#mainnav ul {
	}
#mainnav li {
	/* or height: 24px; for IE */
	height: 20px;
	padding: 3px 15px 0 15px;
	background: #F7F6F2 url("../images/bg_navbtn.gif") repeat-x;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: none;
	border-left: 1px solid #FFF;
	line-height: 20px; /*needed to force bg in IE Win */
	}
#mainnav li.afterleftcorner, #mainnav_home li.afterleftcorner {
	border-left: none;
	}
#mainnav li.beforerightcorner, #mainnav_home li.beforerightcorner {
	border-right: none;
	}	
#mainnav li.leftcorner, #mainnav_home li.leftcorner {
	height: 24px;
	width: 8px;
	padding: 0; /* we've already defined the object dimensions */
	background: transparent url("../images/nav_leftcorner.gif") no-repeat;
	border: none;
}
#mainnav li.rightcorner, #mainnav_home li.rightcorner {
	height: 24px;
	width: 8px;
	padding: 0; /* we've already defined the object dimensions */
	background: transparent url("../images/nav_rightcorner.gif") no-repeat;
	border: none;
}

/*************************************************************************/
/* ------------------- Sub Nav ------------------- */
/*************************************************************************/

#subnav ul {
	}
#subnav li {
	padding: 10px 10px 0 10px;
	}
#subnav li.selected { 
		color: #FD024F;
}


/*************************************************************************/
/* ------------------- Navigation states ------------------- */
/*************************************************************************/

a {
	text-decoration: none;
	border-bottom: 1px dotted #f90;
	color: #f90;
	}
a:link, a:visited {
	border-bottom: 1px dotted #f90;
	color: #f90;		
	}
a:hover {
	border-bottom: 1px dotted #FD024F;
	color: #FD024F;		
	}
a:active {
	border-bottom: 1px dotted #f90;
	color: #f90;		
	}

#funcNav a,
#mainnav a, 
#subnav a {
	color: #646464;
	text-decoration: none;
	border-bottom: none;
	}
#funcNav a:link, #funcNav a:visited,
#mainnav a:link, #mainnav a:visited,
#subnav a:link, #subnav a:visited {
	color: #646464;		
	}

#funcNav a:hover,
#mainnav a:hover, 
#subnav a:hover {
	color: #FD024F;
	}

#funcNav a:active,
#mainnav a:active, 
#subnav a:active {
	color: #646464;
	}

#funcNav a.selected,
#mainnav a.selected, 
#subnav a.selected {
	color: #FD024F;
}
#funcNav a.selected:link,
#mainnav a.selected:link, 
#subnav a.selected:link {
	color: #FD024F;
}



/*************************************************************************/
/* ----------- Side Formatting ----------- */
/*************************************************************************/

#side h1 {
	height: 27px;
	width: 215px;
	padding: 8px 0 0 0;
	margin: 10px 0 0 13px;
	color: #666;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	background: url("../images/side_headerbg.jpg") no-repeat;
}
#side p {
	padding: 0 20px 5px 20px;
	margin-left: 13px;
	color: #666;
	line-height: 1.6em;
}
#side ul {
	list-style: none;
	margin: 0.1em 0.5em 0.1em 1.8em;
	}
#side ul li {
	background: url("../images/sidebullet.gif") no-repeat left top;
	padding: 0 0 0.8em 15px;
	line-height: 1.2em;
}
#side ol {
	}
#side ol li {
	}

/*************************************************************************/
/* ----------- portfolio side NAVIGATION and icons ------ */
/*************************************************************************/

dl {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
	/*border: 1px solid blue; for de-bugging */
	}
dt {
	margin: 0;
	padding: 0;
	text-align: left;
	}
dd {
	margin: 0;
	padding: 0;
	text-align: left;
}
dd a {
	text-decoration: none;
	/* font-weight: bold; */
	}

/*side = width: 228px;*/

dl.navicons {
	width: 175px; /* 228 - 20 - 33 */
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 33px;
	/*border: 1px solid blue; /*for de-bugging */
	}
dl.navicons dt {
	line-height: 0;
	}

dl.navicons dt a {
	padding: 4px 4px 1px 2px;
	border: none;
	display: block;
	float: left;
	margin-right: 7px;
	}

dl.navicons dt a img {
	text-decoration: none;
	border: none;
	float: left;
	}
dl.navicons dt a:link, dt a:visited {
	text-decoration: none;
	border: none;
	}
dl.navicons dt a:hover {
	padding: 3px 3px 0 1px;
	border: 1px solid #666;
	/*background: #fff;*/
	}
dl.navicons dt a:active {
	text-decoration: none;
	border: 1px solid #666;
	}
dl.navicons dd {
	padding: 2px 0 2px 0;
	line-height: 1.4em;
	}
dl.navicons dd.description {
	padding: 0;
	font-size: 0.9em;
	}

/*************************************************************************/
/* ----------- portfolio INDEX nav ------ */
/*************************************************************************/

#content dl {
	width: 470px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	}
dl.portfolioindex dd {
	padding: 5px 0 5px 10px;
	margin: 0 0 5px 125px;
	line-height: 1.6em;
	border-top: 1px dotted #f90;
	border-bottom: 1px dotted #f90;
	background-color: #fff;
}

dl.portfolioindex dt {
	line-height: 0;
	}

dl.portfolioindex dd.blurb {
	padding: 0 10px 0 10px;
	background-color: transparent;
	border: none;
	font-size: 0.9em;
	}

/* -------- Navigation States - General -------- */

dl.portfolioindex a {
	border: none;
	text-decoration: none;
	}
dl.portfolioindex a:hover {
	border: none;
	text-decoration: none;
	}

dl.portfolioindex dd a:link, dt a:visited {
	text-decoration: none;
	border: none;
	}
dl.portfolioindex dd a:hover {
	text-decoration: none;
	border: none;
	}
dl.portfolioindex dd a:active {
	text-decoration: none;
	border: none;
	}

/* -------- Navigation State - Section Image -------- */


dl.portfolioindex dt a {
	padding: 0;
	margin-right: 10px;
	border: none;
	display: block;
	float: left;
	border: 1px dotted #f90;
	text-decoration: none;
	}
dl.portfolioindex dt img a {
	text-decoration: none;
	float: left;
	}
dl.portfolioindex dt a:link, dl.portfolioindex dt a:visited {
	border: 1px dotted #f90;
	text-decoration: none;
	}

dl.portfolioindex dt a:hover {
	border: 1px solid #666;
	text-decoration: none;
	}

dl.portfolioindex dt a:active {
	border: 1px solid #666;
	text-decoration: none;
	}

/* -------- Navigation State - Section Title -------- */

dl.portfolioindex dd a {
	text-decoration: none;
	border: none;
	}

dl.portfolioindex dd a:link, dt a:visited {
	text-decoration: none;
	border: none;
	}
dl.portfolioindex dd a:hover {
	text-decoration: none;
	border: none;
	color: #FD024F;		
	}
dl.portfolioindex dd a:active {
	text-decoration: none;
	border: none;
	}




/*************************************************************************/
/* -------- Portfolio DESCRIPTIONS -------- */
/*************************************************************************/
dl.portfolioinfo {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	}
dl.portfolioinfo dt {
	width: 70px;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: right;
	line-height: 1.4em;
	float: left;
	}
dl.portfolioinfo dd {
	padding: 5px 8px;
	margin: 0 0 5px 80px;
	line-height: 1.4em;
	background-color: #fff;
	border: none;
	}



/*************************************************************************/
/* ------------------- Text Formatting ------------------- */
/*************************************************************************/

p.portfolio_image {
	text-align: center;
	padding: 0 0 10px 0;
	}
p.projinfo {
	font-size: 0.9em;	
	padding: 0 95px 0.5em 95px; /* like h1 */
	}
#content h2 {
	padding: 5px 10px 5px 10px;
	margin: 20px 40% 10px 0;
	background-color: #fff;
	border-top: 1px dotted #f90;
	border-bottom: 1px dotted #f90;
	}
#content h2.tophome {
	margin: 0 40% 10px 0;
	}
#content h2 a {
	border: none;
	}
#home_callout h1 {
	font: normal 17px/19px Verdana, sans-serif;
	color: #333;
	padding: 0 0 5px 10px;
	margin: 0;
	}
#home_callout p {
	font-size: 12px;
	color: #333;
	}	
#imagemap a {
  text-decoration: none;
  /*display: block;*/
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
}
#feature_international p, #feature_work p, #feature_news p {
	padding: 0 15px 0.5em 0;
	margin: 0 0 0 15px;
}
#feature_work p, #feature_news p {
	font-size: 0.9em;
}
#feature_work h2, #feature_news h2 {
	padding: 0 10px 0 18px;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	color: #333;
	border: none;
	background-color: #D5D9E0;
}	
#feature_international h2 {
	color: #EE9829;
	font-size: 1.5em;
	padding: 0 0 2px 0;
	margin: 0;
	background-color: transparent;
	border: none;
}
#feature_international img, #feature_work img, #feature_news img {
	float: left;
	padding: 0;
	margin: 5px 15px 10px 15px;
	border: 1px solid #f90;
}
#feature_international a:hover img, #feature_work a:hover img, #feature_news a:hover img {
	border: 1px solid #333;
}

#content ol, ul {
	padding: 0.8em 1em 0.8em 1.5em;
}
#content li {
	padding: 0 0 0.7em 0;
	line-height: 1.4em;
	}
#footer p {
	text-align: right;
	}
	
/*************************************************************************/
/* -------- Section Titles -------- */
/*************************************************************************/

h1.about_arrow {
	margin-bottom: 20px;
	padding-left: 72px;
	background: url("../images/title_about_arrow.gif") no-repeat bottom left;
	}
h1.portfolio {
	margin-bottom: 20px;
	padding-left: 80px; /* -15px */
	background: url("../images/title_portfolio.gif") no-repeat bottom left;
	color: #F5F4EF; /* transparent doesn't work in ie */
	}
h1.portfolio_arrow {
	padding-left: 95px;
	background: url("../images/title_portfolio_arrow.gif") no-repeat bottom left;
	}
h1.resources {
	margin-bottom: 20px;
	background: url("../images/title_resources.gif") no-repeat bottom left;
	color: #F5F4EF; /* transparent doesn't work in ie */
	}
h1.news {
	margin-bottom: 20px;
	padding-left: 53px;
	background: url("../images/title_news.gif") no-repeat bottom left;
	color: #F5F4EF; /* transparent doesn't work in ie */
	}
h1.contact {
	margin-bottom: 20px;
	padding-left: 73px;
	background: url("../images/title_contact.gif") no-repeat bottom left;
	color: #F5F4EF; /* transparent doesn't work in ie */
	}
h1.sitemap {
	margin-bottom: 17px;
	padding-left: 79px;
	background: url("../images/title_sitemap.gif") no-repeat bottom left;
	color: #F5F4EF; /* transparent doesn't work in ie */
	}
h1.legal {
	margin-bottom: 17px;
	padding-left: 53px;
	background: url("../images/title_legal.gif") no-repeat bottom left;
	color: #F5F4EF; /* transparent doesn't work in ie */
	}
h1.contact_arrow {
	margin-bottom: 20px;
	padding-left: 88px;
	background: url("../images/title_contact_arrow.gif") no-repeat bottom left;
	}
h1.projdescr {
	padding: 2px 0 20px 95px;
	margin: 0;
/*	padding: 2px 0 20px 83px; */
	font-size: 0.8em;
	font-weight: normal;
	}
