@import url(reset.css);
@import url(main.css);
@import url(backgrounds.css); 
@import url(prettyphoto.css); 

/*

	Unibroue base.css (codename Charlie)
	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: #5D5145;
	color: #998c80;
	text-align: left;  
}   

/*
 	-----------------------------------
	Links, colors, etc.
 	-----------------------------------
*/
a 			{	color: #ffefbc; text-decoration: none; }
a:hover {	color: #fff; }
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.
 	-----------------------------------
*/
.show { display: block; }
.hide { display: none; }

abbr.abbr_overlay {
	border-bottom: 1px dotted #998c80;
	cursor: help;
}

	abbr.abbr_overlay:hover { color: #fff; border-color: #fff; }
