/* CSS Document */
/*-----------------------------------------
Basic Style Sheet
Roland Benoit site 

version: 1.1
by: kileygoyette@gmail.com
for: simply4.ca
-------------------------------------------------------------------------------------- */

/* Colors
-------------------------------------------------------------------------------------- */
/* blue #738FB6: background & accents (arrows, paint brushstroke, the selected/roll-over menu item or image, submenu item seperators etc) */
/* grey #333333: menu items */
/* grey #666666: text color */

body { color: #666; background-color: #738FB6;}
body#liens-links, body#nouvelles-news { background-color: #fff;}
a:link, a:visited { color:#738FB6; }
a:hover, a:active { color: #666; }
#header a:link, #header a:visited { color: #333; }
#header a:hover, #header a:active { color: #738FB6; }

#wrapper { background: #fff url(../img/layout/bgMain.jpg) no-repeat bottom right; }
#header ul { color: #738FB6; } /* submenu item separations */ 
#newsItem ul {	color: #738FB6; } /* date/location etc of news items */
h2 { color: #333; }
#credit, #credit a:link, #credit a:visited, #splash, #splash a { color: #CCC; }
#credit a:hover, #splash a:hover { color: #fff; }


/* section remains highlighted in menu */
#header a.active { color: #738FB6 !important; }
.gallery a.active img { border-color:  #738FB6; }


/* Typography & links
-------------------------------------------------------------------------------------- */

html, body {
	font: 9.5pt "Trebuchet MS", Verdana, "Helvetica Neue", helvetica, sans-serif;
	line-height: 1.1;
	}
p { 
	font-size:  0.9em;
	padding:  0;
	margin: 0 0 .9em 0;
	line-height: 1;	
	}
	
.en { /* All english bodytext is in italic */
	font-style: italic;
	}	

/*#header { font-size: 1em; }*/
#header a:link, #header a:visited  { text-decoration: none; }
#header a:hover { text-decoration: underline; }
#splash a { text-decoration: none; }
#splash a:hover {text-decoration: underline;}

h2 { 
	font-size: 1.5em; 
	text-transform: lowercase;
	}
#splash h2 {
	font-size: 1.4em;
	text-transform: none;
	}	
#wrapper h3 { 
	font-size: 1.2em;
	margin: 10px 0; 
	}
	
h4 {
	font-size: 0.875em;
	font-weight: bold; 
	text-transform: none;
	margin: 0 0 6px 0; 
	padding: 0; 
	}

#showcase h4 {
	margin-left: 3em;
	text-indent: -3em;
	}
	
strong { font-weight: bold; }
em { font-style: italic; }

#newsItem ul {
	font-size:  0.9em;
	font-weight: bold;
	}

	

/* Layout & structure 
-------------------------------------------------------------------------------------- */

#wrapper {  /* does not include credits */
	height: 490px; /* height + 20px */
	width: 800px; /* width + 20px */
	margin: 0 auto;
	position: relative;
	overflow: visible;
	clear: both;
	}

/***** Header *****/

#header {
	background: #fff url(../img/layout/brushMenu.gif) no-repeat top right;
	height: 45px;	width: 714px;
	padding: 0;
	position: absolute;
	left: 33px; top: 30px;
	overflow: visible;
	}

/***** Logo *****/
#header h1 {  
	position: relative;
	text-indent: -2000px;
	}
	#header h1 a {
		background: #fff url(../img/layout/rbenoitLogo.gif) no-repeat top left;
		display: block;
		height: 43px;
		width: 195px;
		}

#header ol { /**** Main Menu ****/
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: right;
	width: 700px;
	} 
	#header ol li {
		display: inline;
		margin: 0 0 0 3em;
		}
		
/**** Sub Menu ****/		
#header ul { 
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 0;
	text-align: center;
	width: 500px;
	
	} 
	#header ul li {
		display: inline;
		margin: 0;
		padding: 0 0 0 4px;
		}
#header ul {
	visibility: hidden }
#portfolio #header ul {
	visibility: visible;			
	}	

/* Heading */

h2 {
	position: absolute;
	top: 120px;
	left: 33px;
	height: 100px;
	}
/*
#portfolio h2 { */ /* to align header to the thumnails themselves */ /*	
	left: 47px;
	} */

/**** Thumbnail gallery (Portfolio section) ****/
#thumbnails { 
	height: 297px;
	width: 205px;
	position: absolute;
	bottom: 50px;
	left: 33px;
	}
	
#thumbnails #prev, #thumbnails #next {  /* next & prev arrows */
	position: absolute;
	bottom: 0;
	z-index: 10; 
	}
#thumbnails #prev {	left: 0; }
#thumbnails #next {	right: 0; }
	
.gallery {
	list-style: none;
	/*postion: relative;
	margin-top: 35px;*/
	position: absolute;
	top: 10px;
	margin: 0 0 0 9px;
	padding: 0;
	clear: both;
	text-align: center;
	line-height: 0;
	}	
	.gallery li {
		background: none;
		float: left;
		text-align: center;
		width: 52px;
		height: 50px;
		margin: 5px;
		padding: 0;
		}
	.gallery a:link {
		display: block;
		} 
	.gallery img, .gallery a img {
		border: solid 1px #fff;
		background: #ffffff;
		padding: 4px;
		}
	.gallery a:hover img {
		border-color: #738FB6;
		background: #fff;
		}
	.gallery {display: inline-block;} 
	* html .gallery {height: 1%;} 
	.gallery {display: block;} 


/**** Showcase, Portfolio ****/

#showcase {
/*	top: 140px; */
	position: absolute;
	bottom: 50px; 
	left: 240px;
	height: 280px;
	width: 510px;
	}
#showcase #imgMain { /* Large Image container */
	width: 280px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	}
#showcase #txtFr, #showcase #txtEn {
	width: 220px;
	margin-left: 285px; 
	padding: auto 0 0 0;
	}	
	#showcase #txtEn {
		background: url(../img/layout/brushDesc.gif) no-repeat top left;
		margin-top: 15px;
		padding-top: 20px;
		}	
#showcase h2 { 
	margin-left: 25px;
	text-indent: -25px;
	}
	
/**** INDEX page ****/

#rolandFlash {
	position: absolute;
	top: 10px;
	margin: 0 18px;
	}
		
#splash h2 { /* enter link*/
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	text-align: center;
	padding-top: 1em;
	}	
	
/**** BIO Portrait ****/

#portrait { /* align image on bio page, and contact info on contact page */
	position: absolute;
	top: 140px; 
	left: 33px;
/*	bottom: 50px;*/
	}	
			
/**** SHOWCASE, Bio page ****/

#bio #showcase { 
	left: 291px;
	padding: 0;
	width: auto;
	top: 135px;
	}

#bio #showcase #txtFr, #bio #showcase #txtEn {
	margin-left: 0;
	width: 473px;
	}
	#bio #showcase #txtEn {
		background-image: url(../img/layout/brushLong.gif);
		margin-top: 15px;
		padding-top: 20px;
		}

/*** Contacts/LInks ***/

#contact iframe { /* half-width iframe on contact page */
	height: 240px;
	width: 450px;
	}
#link {
	padding-bottom: 10px;
	}		
#arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	}	
#arrows img {
	cursor: pointer;
	}
#contact #portrait, #contact #showcase {
	position: absolute;
	top: 140px;
	}	

/**** Nouvelles/News contents formatting ****/

#news { /* pretty much aligned to the portrait on bio page...  */
	position: absolute;
	top: 155px;
	left: 33px;
	}

#nouvelles iframe { /*wider iframe on what's new page */
	width: 695px;
	height: 280px;
	}
	
#newsItem {
	padding: 10px 0 5px 0;
	background: #fff url(../img/layout/brushNouvelles.gif) no-repeat bottom left;
	margin-right: 10px;
	}

#newsItem ul {
	width: 200px;
	float: left; 
	}
	#newsItem ul li{
		margin-bottom: 9px;
		}
	
#newsItem p {
	margin-left: 225px;
	}
	

/**** SIMPLY4 CREDITS ****/

#credit {
	font-size: 1em;
	width: 780px;
	margin: 0.75em auto 0 auto;
	text-align: center;
	position: relative;
	}
#credit a { text-decoration: none; border-bottom: 1px dotted #CCC;}
#credit a:hover { border-bottom: 1px dotted #fff; }


/* Global Resets
-------------------------------------------*/

html, body {
	width: 100%;
	height: 100%; 
	}

table#centercenter { /* to center vertically, because, well, sometimes you've gotta do what you've gotta do.  */	
	width: 100%;
	height: 100%;
	}
table#centercenter td {
	vertical-align: middle;
	}

html, body, img, img a {
	border:0;
	margin:0;
	padding:0;
	}

h1, h2, h3, h5, h6, ul, ol, blockquote, table {
	margin: 0; 
	padding: 0; 
	font-weight:normal; 
	}

ul {
	list-style:none;
	/*padding:0 0 10px 40px;*/
}

ol {
	list-style: decimal;
	list-style-position: outside;
	padding-left: 40px;
	margin-bottom: 10px;
	}
a {
	padding: 0;
	margin: 0;
	line-height: 0;
	}	
	
.clear {
	clear: both;
	}
		

