/*
		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: #FFFFFF url(backfade.jpg) top left repeat-x fixed;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #265196;
	text-decoration: none;
}
a:hover {
	color: #0d735f;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-seriff;}
h1 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1.5em;
color:#265196;
padding: 5px 0px 10px 75px;
background:url(h1.gif) top left no-repeat;
margin:0;
}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

blockquote 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}
#extras {  /* objects outside main page (powered by etc) */
	width:950px ;
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	padding: 0;
	text-align: left;
	background: #fff;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:150px;} /* ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: left;
	width: 180px;
	margin: 10px;
	padding:0;
}
#content { /* main content from the WYSIWYG goes in here */
	margin:0;
	padding: 10px 20px 10px 20px;
	clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */

#footer { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	padding: 10px 5px 10px 5px;
	clear: both;
	background: #f7c417;
	text-align:right;
}
#footer a, #footer a:visited, #footer a:active, { 
	color: #000;
	text-decoration:none;
}

#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;}

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

/* Search Box in banner */
#search_box {
	color: #000;
	text-align: center;
}
#search_box {
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

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

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width:180px;display:block;clear:both; }
#langContainer {
width:auto;
display:block;
clear:both;
background-color:#a7a7a7;
color:#000;
}
#langContainer a:visited, #langContainer a:active, #langContainer a {
color:#000;
text-decoration:none;
}
#langContainer a:hover, #langContainer a:focus {
color:#000;
text-decoration:underline;
}
#langContainer a {
color:#000;
text-decoration:none;
}

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

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}


/* Tertius new menu starts here */
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li{float:left;height:1%;}
* html #nav ul li a{height:1%;}
/* End */

#nav		/* position, size, and font of  menu */
	{	
	position: relative;	
	z-index: 10;
	width: 180px;						/* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

#nav a
	{
	width: 180px;
	display:block;						
	padding: 5px 0px;						/* expands menu box vertically*/
	border-bottom:1px solid #fff;		/* adds bottom border */
	white-space:nowrap;
	margin:0;
	}

#nav a, #nav a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #265196;
	text-decoration:none;				/* removes underlines from links */
	}

#nav a:hover				/* all menus on mouse-over */
	{
	color: white;
	background-color: #0d735f;
	}

#nav li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#nav ul li
	{
	position:relative;
	}

#nav li ul
	{
	position: absolute;
	top: 0;
	left: 180px;				/* distance from  left menu (this should be the same as width value in #nav [1]) above */
	display: none;
	}

#nav ul, #nav ul ul, #nav ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 180px;			/* width of sub menus  (this should be the same as width value in #nav [1]) above */
	}

#nav ul ul, #nav ul ul ul, #nav ul li:hover ul ul, #nav ul li:hover ul ul ul
	{
	display: none;
	}

#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul
	{
	display: block;
	}
	


/* 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:Verdana, Arial, Helvetica, sans-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;}
ul.poptext {
display:none;
    }

