/* 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 */
/* Original css code By http://www.templateworld.com/free_templates.html */
/* Edit by voltan (www.irxoops.org and www.finalfantasy.ir)
/* IMPORTANT !!! :
	propriety semantic order =
	position box,
	width,
	heigth,
	margin,
	background-color,
	background-image,
	padding,
	content (color, style font, ...),
	border,
	 ... */

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

/* reset des slecteurs */
* { 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-color: 			#000;
	font-family:					"Lucida Grande", Verdana, sans-serif;
	font-size:						10pt;
	padding:                    0;
	background:                 url(../img/body_bg.gif) 0 0 repeat-x #C3EA5E;
	color:                      #000;
}
body.site_closed form {	padding: 1em 35%;}

/* ======= Body box ======= */
#xo-wrapper {}
#xo-bgstatic {}
#xo-canvas {
	margin:							0;
	color:							#333;
}
body.theme-dialog #xo-canvas {
	margin:							0 6px;
}
/*================= Content zone ===================*/
#xo-canvas-content {
	background:url(../img/body_bg_mid.gif) top center repeat-y;
	color:							#63562E;
	width:731px;
	padding:                   0 0 0 0;
	margin:                    0 auto;
	position:                  relative;
}
#xo-page {
	width:731px;
	padding:                   0 0 0 0;
	margin:                    0 auto;
	position:                  relative;
}
#xo-canvas-rightcolumn {padding: .5em;}
#xo-canvas-levtcolumn {padding: .5em;}
#xo-content {
	clear:							both;
	margin:							0;
	padding:							.5em;
	color:							#333;
}
#xo-logger-output { font-size:	.8em;}
#ph1{
	display:block;
	background:url(../img/body_top_bg.jpg) 0 0 no-repeat;
	width:731px;
	height:87px;
	padding:                   0 0 0 0;
	margin:                    0 auto;
	position:                  relative;
	margin-right:140px;
	margin-left:140px;
	
}
#ph2{
	display:block;
	background:url(../img/body_bottom_bg.jpg) 0 0 no-repeat;
	width:731px;
	height:90px;
	padding:                   0 0 0 0;
	margin:                    0 auto;
	position:                  relative;
}
/* ============== header ================= */
#xo-header {}
#xo-top {
	height: 							32px;
	background-color:				#E2E2E2;
	color: 							#333;
}
/* ---------- Banner ---------- */
#xo-banner {
	width:                     778px;
	height:                    49px;
	background:                url(../img/header.jpg) 0 0 no-repeat;
	padding:                   285px 0 0 0;
	margin:                    0 auto;
	position:                  relative;
}
#xo-banner.commercial {
	height:							100px;
}
body.theme-dialog #xo-banner {
	height:							48px;
	padding-top:					6px;
	padding-left:					10px;
}
#xo-banner-ad {
	position:						absolute;
	top:								15px;
	right:							60px;
}
#xo-banner-ad object, #xo-banner-ad img {
	display:							block;
}
/*---------------------- site title in the header ----------------------------*/
#xo-site-title {
	position: 						relative;
	bottom: 								5px;
	float: 							right;
	padding-right:   300px;
	font-family:	 				"Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	font-size:						2.2em;
	font-weight:					bold;
}
a#xo-site-title {
	background-color: 			inherit;
	color:							#B25800;
}
a:hover#xo-site-title {
	background-color: 			inherit;
	color: 							#510300;
}
#xo-site-title.commercial {
	margin: 							0 20px;
	padding: 						10px 0 0 0;
 }
 #xo-site-title.commercial a:hover {
	background-color: 			inherit;
	color:							#D80909;
}
/*----------------------- slogan in the header ------------------------*/
#xo-site-slogan {
	float: 							left;
	position: 						relative;
	bottom: 								5px;
	padding-left:   300px;
	font-style: 					italic;
}
#xo-site-slogan.commercial {}
/*------------------------ Logo in the header ----------------------------*/
/* #xo-main-logo {
	position: 						relative;
	top: 								10px;
	background: 					inherit;
	padding-left: 					10px;
	color:							#666;
	}
#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 {
	width:731px;
	height:207px;
	margin:0 auto;
	padding:31px 0 0 0;
	background:url(../img/footer_bg.gif) left bottom no-repeat;
	position:relative;
	background-color:#FFFFD5;
}
body.theme-dialog #xo-footer { padding: .2em .5em; font-size:	.8em;}
#xo-footer a {
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#880000;
	background-color:#FFFFD5;
	text-decoration:none;
	padding:0 10px 0 10px;
}
#xo-footer a:hover {
	color:#000;
	background-color:#C6EC62;
}
#xo-footer .validw3c {
	float: 							left;
	left: 							2px;
	background-color: 			transparent;
	padding-top:					10px;
	color: 							inherit;
}
#xo-footer .copyright {
	font:normal 11px/14px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#FFFED0;
	position:absolute;
	left:285px;
	top:50px;
}
#xo-footer span.design {
	display:block;
	width:294px;
	height:17px;
	border:#E1E08E solid 1px;
	padding:0 0 0 35px;
	position:absolute;
	left:291px;
	top:72px;
	font:bold 11px/17px  "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#990000;
	background-color:#fff;
}
#xo-footer .rss {
	float: 							right;
	right: 							2px;
	background-color: 			transparent;
	padding-top :					10px;
	color: 							inherit;
}
#xo-footer .rss a:hover {	text-decoration: none;}
#xo-footer a#licence, #xo-footer a#licence:hover {
	margin-left: 					1px;
	margin-right: 					1px;
	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 {
	margin-left: 					1px;
	margin-right: 					1px;
	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 {
	margin-left: 					1px;
	margin-right: 					1px;
	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 {
	margin-left: 					1px;
	margin-right: 					1px;
	background: 					transparent	url(../icons/action/feed.png) no-repeat center right;
	padding-right: 				16px;
	color: 							inherit;
	text-decoration: 				none;
}
#xo-footer a[rel=hcard] { 
	margin-left: 					1px;
	margin-right: 					1px;
   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;
	background:url(../img/arrow1.gif) 0 5px no-repeat #F8EFD3;
	padding:0 0 0 15px;
	font:bold 11px/19px Arial, Helvetica, sans-serif;
	color:#BF0000;
	text-decoration:none;
	height:19px;
}
#mainmenu a:hover {
	background:url(../img/arrow1_hover.gif) 0 5px no-repeat #FEFAEC;
	color:#694F10;
}
#mainmenu a.menuTop, #mainmenu a.menuMain {padding-left: 8px; }
#mainmenu a.menuSub {
	background-color:				inherit;
	padding-left: 					20px;
	color:							#D35252;
	font-size:						.8em;
	font-style: 					italic;
}
#mainmenu a.menuSub:hover {
	background-color: 			inherit;
	color:							#694F10;
}

/*============ Usermenu block ============*/
#usermenu a {
	display: 						block;
	background:url(../img/arrow1.gif) 0 5px no-repeat #F8EFD3;
	padding:0 0 0 15px;
	font:bold  Arial, Helvetica, sans-serif;
	color:#BF0000;
	text-decoration:none;
	height:19px;
	font-size:  0.8em;

	
}
#usermenu a:hover {
	background:url(../img/arrow1_hover.gif) 0 5px no-repeat #FEFAEC;
	color:#694F10;
	font-size:  0.8em;

}
#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;}



