/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-image: url("img/body_bg.jpg");
	background-repeat: no-repeat;
	background-color: #131314;
	background-position: top right ;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}


/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family:Georgia, Times New Roman, Times, serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 800px;
	margin: 0px auto 0 auto;
	padding: 0;
	background: transparent;
}

#banner {
	width: 750px;
	padding: 30px 10px 10px 10px;
	text-align: left;
	background: transparent;
	border: 0px;
}
#banner img {
display: inline;
vertical-align: middle;
}

#slideshow {
	position:relative;
	float:left;
	z-index:1;
	height: 216px;
	width: 750px;
	border-style: solid ;
	border-width: 1px;
	border-color: #FFFFFF;
	margin: 20px 0px 20px 0px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}





#sideColumn { /* Currently holds the login box */
	float: left;
	z-index: 80;
	width: 200px;
	height: auto;
	/*background-image: url("img/news_bg.png");*/
	background-repeat: repeat-x;
	background-color: #7e8b3e;
	margin-top: -50px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 5px 0px 5px

}
#sideColumn h2 {font-size: 1.6em; color: white; padding:0px;}
#sideColumn img { border:0px; padding: 0px 10px 2px 5px; vertical-align: bottom;} 
#sideColumn a {color: #FFFFFF;text-decoration: none;}


#contentContainer {
position:relative;
z-index:1000;
}

#content { /* main content from the WYSIWYG goes in here */
	width:489px;
	z-index: 80;
	margin-left: 240px;
	margin-top:20px;
	padding: 4px 10px 10px 10px;
	text-align: justify;
	color: #FFFFFF;
}

#petitchevaux {
	width:750px;
	float:left;
	text-align: center;
	margin-top:10px;
}

#footer {
	float:left;
	text-align: center;
	background-image: url("img/footer_bg.png");
	/*background:transparent;*/
	width:750px;
	height: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
	vertical-align:middle;
	color: #73828d;
	font-family:trebuchet, verdana, sans-serif;
	font-size: 75%;
}

#footer a:link, a:visited, a:active {
	color: #7e7e80;
	text-decoration: none;
}
#footer a:hover {
	color: #7e7e80;
	text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {position:relative; z-index:2000;width: 750px; vertical-align:middle; clear:both; border:0px solid #000;background-image: url("img/menu_bg.png");}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 2px; background:transparent;font-size: 0.8em; font-family:Verdana, Georgia, Times New Roman, Times, serif;}
#header_menu li {line-height: normal;}
ul#header_menu  { /*z-index: 10; clear: both;*/}

#nav {
	/*float:left;*/
	vertical-align:middle;
	width: 740px;
	height: 40px;
	/*background-image: url("img/menu_bg2.png");*/
	padding:0px 0px 0px 0px;
}
#nav ul {
	list-style-type: none; 
	margin-top: 0px; 
	padding: 0px; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: bold;
	list-style-image: url( "img/menu_puce.png");
	margin: 2px 8px 0px 8px;
}
#nav ul li a {display: block; background: transparent; padding: 13px 8px 8px 8px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #a1ad63; color: #fff; padding: 13px 10px 11px 10px; margin: 0px 0px -3px 0px;}
#nav li a:active, #nav ul li a.active {background: #a1ad63; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a {background: #a1ad63; color: #fff; font-weight: bold; padding: 13px 10px 11px 10px; margin: 0px 0px 0px 0px;}

/* Pour le premier menu on enleve la puce et on fait des reglages particuliers */
#nav li.menu-first { list-style-image: none; margin: 2px 10px 0px 0px; padding: 0px 0px 0px 0px;}
#nav li.menu-first a:hover { list-style-image: none; padding: 13px 10px 11px 10px; margin: 0px 0px 0px 0px;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 180px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; display: none; text-transform: none; border: 0px; font-size: 100%;} /*conteneur des sous menus */
#nav .menu li ul li { list-style-image: none; width: 180px; text-align: left; font-weight: normal; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: 1.2em;}
#nav .menu li ul a {width: 180px; margin: 0px; padding: 10px 5px 10px 5px; background: #a1ad63; border: 0px; color: #fff; text-decoration: none;}
/*#nav .menu-first li ul li a {}*/

/* 2nd Child link hover */
#nav .menu li ul a:hover {width: 180px; margin: 0px 0px 0px 0px; padding: 10px 5px 10px 5px; background: #a1ad63; border: 0px; color:#fff; text-decoration: none;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
/*#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }*/

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


