/* CSS by complex AI, Théo Reichel (admin@complex.ch), août 2009 */
/* WEBSITE INFOS*/
/***************************
# COLORS ###################

*/

/***************************
# Yahoo resetter 
****************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;} */
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/***************************
# HTML redf
****************************/
body {
	background-color: #aaa;
	font-family: "verdana", "helvetica";
	font-size: 12px;
	line-height: 1.4em;
	color: #ffff33;
	background-image: url('../images/bg.png');
	background-repeat: repeat-y;
	background-position: top center;
}

p {
	margin: 0 0 1em 0;
}

a,a:link,a:active,a:visited {
	color: #ff3;
	text-decoration: none;
}

a:hover {
	color: #00a2dc;
}
strong {
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #ed6535;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 1em 0;
}
/***************************
# Main IDs
****************************/

div#container {
	width:959px;
	margin:0 auto;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: top right;
}

div#wrapper {
	background-repeat: no-repeat;
	background-position: top right;
}

div#wrapperCache {
	height: 660px;
	background-image: url('../images/cache.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div#navigation {
	float:left;
	width:150px;
	padding-top: 20px;
	padding-right: 14px;
	margin-left: 20px;
}
#navigation ul {
	font-weight: bold;
	letter-spacing: 0.03em;
}
#navigation ul ul {
	font-weight: normal;
}

#navigation ul ul {
	text-indent: 8px;
}

div#header {
	padding: 10px 20px;
	height: 55px;
	background-image: url('../images/fade_bg.png');
}

div#content { /* width: 755px; */
	margin-left: 184px;
	margin-right: 20px;
	font-size: 13px;
}
#contentheader {
	padding: 10px 5px ;
}
#contentbox {
	width: 490px;
	padding: 0 5px 50px 5px;
	margin-right: 255px;
}
#contentps{
	float: right;
	width: 235px;
	padding: 0 5px 0 15px;
}


div#extra {
	position: absolute;
	width:300px;
	top: 330px;
	padding: 10px 20px;
	margin-top: 80px;
	margin-left: -20px;
	background-image: url('../images/fade_bg.png');
	line-height: 1.5em;
}

div#footer {
	padding: 0 20px;
	font-size: 10px;
	text-align: right;
}

div#quickInfos {
	float: right;
	width: 560px;
	padding-top: 20px;
	color: #ccc;
}

#quickInfos h1 {
	font-size: 14px;
	color: #ff3;
}

div#motd {
	position: absolute;
	top: 610px;
	width: 920px;
	font-size: 11px;
	text-align: right;
}

div#media {
	text-align: left;
}
div#citation {
	text-align: right;
	color: #ccc;
	font-size: 11px;
	height: 35px;
}
#credits {
	margin: 40px 0 ;
	color: #00A2DC;
	font-size: 11px;
}

/***************************
# Classes
****************************/
.nav_on, .nav_on>a {
	color: #ed6535;
}
.doc_desc {
	text-align: right;
	color: #ccc;
	font-size: 11px;
	margin-bottom: 8px;
}
.doc_desc img {
	display: block;
}
.doc {
	display: block;
	padding: 5px;
}
.doc img {
	vertical-align: middle;
}
div.doc:hover {
	cursor: pointer;
	background-color: #555;
}

.fake_link {
	cursor: pointer;
}
/***************************
# Typo
****************************/


/***************************
# Others
****************************/


