@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: #ffffff;
	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; z-index: none; }


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

ul {
	margin: 0 0 10px 0;
}

ul li {
	margin-left: 10px;
}

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

p {
	margin: 0 0 4px 0;
}


.strikethrough {text-decoration:line-through}
.underline {text-decoration:underline}

.justifyright{ text-align :right;}
.justifyleft{ text-align :left;}
.justifycenter{ text-align :center;}
.justifyfull{ text-align:justify;}

img.justifyleft {float:left; margin-right:10px;margin-bottom:5px;}
img.justifyright {float:right; margin-left:10px;margin-bottom:5px;}
img.justifycenter { display:block;margin:5px auto;}


/*
 	-----------------------------------
	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; }
