
/*

	Unibroue base.css (codename Josianne)
	Date created: 17/02/2010
	Author: Antoine Girard (antoine.girard@gmail.com)

*/


/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Tahoma, Verdana, Sans-Serif;
	background: #fff;
	color: #5D5145;
	text-align: left;  
	padding: 20px;
}   

/*
 	-----------------------------------
	Links, colors, etc.
 	-----------------------------------
*/
a 			{	color: #5D5145; text-decoration: underline; }
a:focus {	outline: none; }


/*
 	-----------------------------------
	Headings
 	-----------------------------------
*/
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h1, h2, h3, h4 {
	margin: 0 0 10px 0;
}

h3.section-title { margin-top: 0px; }


/*
 	-----------------------------------
	Lists
 	-----------------------------------
*/

ul {
	margin: 0 0 10px 0;
}

ul li {
	margin-left: 10px;
}

/*
 	-----------------------------------
	Paragraphs
 	-----------------------------------
*/

p {
	margin: 0 0 4px 0;
}
                              
/*
	-----------------------------------
	Misc. resets
	-----------------------------------
*/ 

.bg-image,
ul.nav,
ul#utils-nav, 
#page-header,
#footer {
	display: none;
} 

#wrapper {
	width: auto;
	margin: 0;
}
  
#main {
	margin: 60px 0 0 0; 
	min-height: 600px;
	clear: both;
	width: 100%;
	z-index: 500;
	position: relative;
}


#page {
	width: auto;
	margin: 0;
}   

.two-cols-container .left, .two-cols-container .right {
	width: 100%; 
	height: 100%;
	float: none;
	padding: 0; 
	margin: 0;
}

.two-cols-container .inner {
	width: 100%;
	height: 100%;
}            
                       

/* inner, outer, blocks default width */
.inner { width: 100%; }

.image-gallery ul.images {
	list-style: none; 
	margin: 10px 0; 
	padding: 0; 
}             

.image-gallery ul.gallery-nav { display: none; }

.image-gallery ul.images li {
	margin: 0 0 10px 0;
	padding: 0;   
	display: inline;
}

.image-gallery ul.images li img {
	width: 300px;
}


/* hide from printing */
.dont-print { display: none; }