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

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color: #EDF4D5;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #339933;font-size: .95em;
	text-decoration: none;font-weight:normal;border:none;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px dotted #9475C8;
	height: 1px;
}
/* Page Headings */
h1, h2, h3,  h5, h6 {color: #339933;font-weight:normal;font-family:Arial;}
h1  	{font-size:1.4em;padding:0em;}
h2  	{font-size:1.2em;}
h3  	{font-size:1.1em;}
h4{font-size:1.2em;color:#fff;text-align:center;padding:-1em;}
.page_title{font-size:1.4em;border-bottom:1px dotted #9475C8;color:#9475C8;font-weight:bold;padding-top:4px;}
form {margin: 0;}

blockquote 	{
	font-family:Verdana,Arial,"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: 850px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #fff;border:1px solid #60843E;
}
#contentwrap{background-color: #fff ; margin:0;padding:0; height:100%;}
#extras {  /* objects outside main page (powered by etc) */
	width:350px ;
	margin: 0 auto;
	padding-bottom:2px;
	font-family:Arial, "Lucida Sans", sans-serif;
	font-size: 90%;
	color: #666;
}
#extras2 {  /* objects outside main page (powered by etc) */
	
	font-family:Arial, "Lucida Sans", sans-serif;
	font-size: 90%;
	color: #666;
}
table.one{background: #A7CE38;border:1px solid #A7CE38;padding-left:.4em;padding-right:.2em;padding-top:.2em;padding-bottom:0em;}
table.three{background: #eee;border:1px solid #A7CE38;padding-left:.4em;padding-right:.2em;padding-top:.2em;padding-bottom:0em;}
table.two{background: #EFEFEF;border:1px solid #A7CE38;padding:0em;}
table.cal{background: #ECF5E2;border:1px solid #A7CE38;padding:0em;}
.cell{background: #ff0033;}

.img{border:none;}
.img#se a{border:none;}	

#banner {
	padding: 0px;
	text-align: left;
	
	font-weight: bold;
	border: 0px solid #000;
	background: transparent url('lyoncroft-banner.jpg') top left no-repeat;height:135px;cursor: pointer;

}
.img#banner a{border:none;}
#banner a, #banner h1, #banner h2	{margin:0px;padding:0px;border:none;background:none;}
* html #banner {height:135px;}  /*ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:0px;} /* 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;
}
#top{background: url(top.gif) repeat-x; height:28px;}
* html #top{height:28px;}
.mail a{color:#ffffff; padding:5px 5px 0px 0px;font-size:90%;display:block;float:right;}
.mail a:hover{color:#fff; text-decoration:underline;}
#sideColumn { /* Currently holds the login box + search */
	float: right;
	width: 140px;
	background:#9475C8;
	
}
#content { /* main content from the WYSIWYG goes in here */
	margin-left: 5px;
	margin-top:0px;
	padding: 0px 10px 14px 10px;
	
	width: 96%;
}
* html #contentContainer #content {text-align:left;margin:0; } /* ie6 misbehaves */
* html #contentContainer #content table {width: 100%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	font-family:Arial, Times, serif;
	font-size: 90%;
	color: #4B5B31;
	border-top: 1px dotted #60843E;border-bottom: 1px dotted #60843E;
	padding: 6px 2px 2px 2px;
	clear: both;
	background: #A7CD39;height:18px;margin-bottom:5px;text-align:center;
}
#footer a{color: #4B5B31;text-decoration:underline;font-weight:normal;font-size: 100%;}#footer a:hover{text-decoration:none;}
#baker_footer	{font-style:normal;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#0066cc; text-decoration:none; border-bottom: 0px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#0066cc; border-bottom: 0px dashed #fff;text-decoration:underline;}

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

/* Search Box in sidebox */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 140px;
	height:100%;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 120px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;margin-bottom:5px;
}
#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: auto;display:block;clear:both;border-top:1px solid #ffffff;border-bottom:1px solid #5F5F61;background-color: #3A5123;z-index:1000; }


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
#content ul{list-style-type: none;color:#666666;font-weight:normal;list-style-image: url('spot.gif');font-size: 90%;}
#content li{padding:0px 0px 0px 0px;}
 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: 1000; clear: both;}

#nav {
	
	height:29px;
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:0;margin-left:0px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 90%; 
	text-transform: uppercase;
	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: normal;}
#nav ul li a {display: block;  padding: 8px 15px; padding-bottom: 7px; border-top: 0px solid #fff; color: #fff; text-decoration: none; font-weight: bold;font-size:1em;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #A7CE38; border-color: #fff; color: #fff;border-top: 0px solid #fff;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #A7CE38; color: #fff; border-bottom: 0px solid #CC9933;border-top: 0px solid #fff;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #3A5123;  font-size: 100%;background: #3A5123;text-transform: uppercase;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.45em; padding: .6em .1em .6em .4em; background: #3A5123; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #ffffff; background: #A7CE38; border-top: 0px solid #CC9933; }

/* 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: 13.45em; padding: .6em .1em .6em .4em; background: #69A4C2; color: #fff; }
#nav .menu li ul li ul li a:hover {background: #CC9933;}
/* 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: #9475C8; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 0px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:Verdana,"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:arial,verdana, "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.contentBox {font-family:arial,verdana; background:#fff;border:1px solid #666;padding:.5em;color:#333;font-size:.9em;}
.info-box	{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}
#share{text-align:right; margin-right:8px; margin-bottom:5px;}

/*newsletter*/
.banner{background: transparent url('banner2.jpg') top left no-repeat;height:162px;cursor: pointer;}
a img{border:none;}
.strip{background: transparent url('strip.jpg') top left no-repeat;height:90px;cursor: pointer;}

