/* Thanks to Snow77, Skalpa and Leostotch for the initial work, Dugris for help  */
/* Mor.pho.GEN.e.sis version 2.1 by kris (http://www.xoofoo.org and http://www.frxoops.org) */
/* file name : style.css - 12 01 2008 */

/* IMPORTANT !!! :
	propriety semantic order =
	position box,
	width,
	heigth,
	margin,
	background-color,
	background-image,
	padding,
	content (color, style font, ...),
	border,
	 ... */

/* incorporation de feuilles de styles complémentaires */
@import url(content.css);
@import url(content-data.css);
@import url(blocks.css);
@import url(forms.css);

/* reset des sélecteurs */
* { margin: 0; padding: 0; border: 0; outline: none; text-decoration: none;font-family: sans-serif; font-size: 1em; font-weight: normal; font-style: normal;}



/* beginning of the applicable styles */
html, body {
	margin:							0;
	background: #9faec2 url(../img/body_bg.gif) repeat-x;
	padding:							0;
	color: #8f8f8f;
	font-family: arial, sans-serif;
	font-size:						10pt;
}
body.site_closed form {	padding: 1em 35%;}

/* ======= Body box ======= */
#xo-wrapper {}
#xo-bgstatic {}
#xo-canvas {
	width: 876px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;	
}
body.theme-dialog #xo-canvas {
	margin:							0 6px;
}
/*================= Content zone ===================*/
#xo-canvas-content {
    margin: 10px 0 0 0;
	background-color: #fff;	
	padding: 0 18px 0 20px;
}
#xo-page {
	background-color:				#fff;
	color:							#8f8f8f;
}
#xo-canvas-rightcolumn {padding: .5em;}
#xo-content {
	clear:							both;
	margin:							0;
	background-color:				#fff;
	padding:							.5em;
	color:							#8f8f8f;
}
#xo-uptop {
	margin: 							0;
	height: 16px;
	background: url(../icons/uptop.gif) no-repeat right;	
	padding-top: 					5px;
	color: 							inherit;
	font-size: 						.9em;
	text-align:						right;
}

#xo-logger-output { font-size:	.8em;}
/* ============== header ================= */
#xo-header {}
#xo-top {
	height: 							32px;
	background-color:				#f9f9f9;
	color: 							#ccc;
}
/* ---------- Banner ---------- */
#xo-banner {
	clear:							both;
	position:						relative;
	width:							100%;
	height:							140px;
	z-index:							10;
	background: url(../img/head_bg.gif) repeat-x top center;	
}
#xo-banner.commercial {
	height:							140px;
}
body.theme-dialog #xo-banner {
	height:							48px;
	padding-top:					6px;
	padding-left:					10px;
}
#xo-banner-ad {
	position:						absolute;
	top:								35px;
	right:							100px;
}
#xo-banner-ad object, #xo-banner-ad img {
	display:							block;
}
/*---------------------- site title in the header ----------------------------*/
#xo-site-title {
	position: 						relative;
	top: 								20px;
	background-color: 			transparent;
	padding: 						10px 0 0 20px;
	font-family:	 				georgia, serif;
	font-size:						4em;
	font-weight:					100;
}
a#xo-site-title {       
    color: #8f8f8f;
	text-decoration: none;       
}
a:hover#xo-site-title {        
    color: #8f8f8f;
	text-decoration: none;	
    border-bottom: 0;
    outline: 0;	
}
#xo-site-title.commercial {
	margin: 							0 20px;
	padding: 						10px 0 0 0;
 }
#xo-site-title.commercial a:hover {
	background-color: 			inherit;
	color:							#EAAD7B;
}
/*----------------------- slogan in the header ------------------------*/
#xo-site-slogan {
	position: 						relative;
	top: 								18px;
	padding-left: 					15px;
	font-size: 1em;
	font-style: 					italic;
	font-weight: 100;
}
#xo-site-slogan.commercial {}
/*------------------------ Logo in the header ----------------------------*/
#xo-main-logo {
	width: 95%;
	height: 140px;
	margin: 0;
	background: url(../img/banner.gif) no-repeat top right;
	padding: 5px 0 0 25px;		
}
#xo-main-logo.commercial {}
/*-------- style forms in the header-----------*/
#xo-banner form {
	display:							inline;
	margin:							0;
}
#xo-banner input {
	width:							8em;
	margin:							0 0 0 2px;
	background-color:				#E2E2E2;
	color:							#333;
}
/*=============== Style for the Footer  ====================*/
#xo-footer {
	clear: both;
	width: 100%;
	height: 163px;
	margin: 0 auto;
	background: url(../img/bottom_bg.gif) no-repeat;
	padding: 0;	
}
body.theme-dialog #xo-footer { padding: .2em .5em; font-size:	.8em;}
#xo-footer a {
	background-color:				inherit;
	color: 							 #7e7e7e;
	text-decoration: 				none;
}
#xo-footer a:hover {
	background-color:				inherit;
	color: 							 #7e7e7e;
	text-decoration: 				underline;
}
#xo-footer .validw3c {
	float: 							left;
	left: 							10px;
	margin-left: 28px;
	background-color: 			transparent;
	padding-top:					40px;
	color: 							inherit;
}
#xo-footer .copyright {
	position:						absolute;
	display: 						inline;
	margin-left: 					8%;
	background-color:				transparent;
	padding-top: 					40px;
	color: 							inherit;
	font-size: 						.8em;
	font-weight: 					normal;
	text-align: 					center;
	text-decoration: 				none;
	line-height: 					15px;
}
#xo-footer span.design {
	background-color:				transparent;
	padding-right : 				15px;
	color: 							inherit;
	font-size: 						.8em;
	font-weight: 					normal;
	text-decoration: 				none;
	line-height: 					15px;
}
#xo-footer .rss {
	float: 							right;
	right: 							10px;
	margin-right: 28px;
	background-color: 			transparent;
	padding-top :					40px;
	color: 							inherit;
}
#xo-footer .rss a:hover {	text-decoration: none;}
#xo-footer a#licence, #xo-footer a#licence:hover {
	background-color: 			transparent;
	background-image: 			url(../icons/action/cc-logo.gif);
	background-repeat: 			no-repeat;
	background-position: 		right center;
	padding-left: 					1.5em;
	color: 							inherit;
	text-decoration: 				none;
}
#xo-footer a#validxhtml, #xo-footer a#validxhtml:hover {
	background-color: 			transparent;
	background-image: 			url(../icons/action/w3cxhtml.gif);
	background-repeat: 			no-repeat;
	background-position: 		left;
	padding-left: 					80px;
	color: 							inherit;
	text-decoration: 				none;
}
#xo-footer a#validcss, #xo-footer a#validcss:hover {
	background-color: 			transparent;
	background-image: 			url(../icons/action/w3ccss.gif);
	background-repeat: 			no-repeat;
	background-position: 		left;
	padding-left: 					80px;
	color: 							inherit;
	text-decoration: 				none;
}
#xo-footer a#rss, #xo-footer a#rss:hover {
	background: 					transparent	url(../icons/action/feed.png) no-repeat center right;
	padding-right: 				16px;
	color: 							inherit;
	text-decoration: 				none;
}
#xo-footer a[rel=hcard] { 
   background: 					transparent url(../icons/microformats/hcard/icon-hcard-add.png) no-repeat center right;
	color: 							inherit;
   padding-right: 				30px;
}

/*========== Main menu block =============*/
#mainmenu a {
	display: 						block;
	margin: 							0;
	padding: 						1px;
	font-weight: 					normal;
background: url(../icons/bullet_white.png) no-repeat left;
}
#mainmenu a:hover {
background: url(../icons/bullet_black.png) no-repeat left;
	text-decoration:				none !important;
}
#mainmenu a.menuTop, #mainmenu a.menuMain {padding-left: 18px; }
#mainmenu a.menuSub {
	background-color:				inherit;
margin-left: 10px;
	padding-left: 					20px;
	color:							#808C9C;
	font-size:						.8em;
	font-style: 					italic;
}
#mainmenu a.menuSub:hover {
	background-color: 			inherit;
	color:							#666;
}

/*============ Usermenu block ============*/
#usermenu a {
	display: 						block;
	background-color: 			inherit;
	padding: 						2px;
	color:							#32529C;
	font-size: 						0.8em;
	font-weight: 					normal;
	line-height: 					1em;
}
#usermenu a:hover {
	background-color: 			inherit;
	padding-left: 					1em;
	color:							#666;
	font-style: 					italic;
	text-decoration:				none !important;
	border-left:					1px solid #666;
	border-bottom:					1px solid #666;
}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: 			#333;
	color: 							#ccc;
}

/*=========== for old templates system ============*/
#usermenu a, #mainmenu a {	display: block;}
.xo-canvas-column .menuSub { padding-left: 1em;}



