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




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

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {
	width: auto;			/* Do not change */
	display: block;			/* Do not change */
	clear: both;			/* Do not change */
	border: 0px;			/* Do not change */
}

ul.menu, li.menu {			/* Do not change */
	list-style-type: none;		/* Do not change */
	margin: 0px;			/* Do not change */
	padding: 0px;			/* Do not change */
}

#header_menu {
	position: absolute;		/* Do not change */
	margin-left: 0px;		/* Do not change */
}

#header_menu li {
	line-height: normal;		/* Do not change */

}

#header_menu ul {
	z-index: 10;			/* Do not change */
	clear: both;			/* Do not change */
}

#nav {
	background: transparent;	/* Menu bar background */	
	background-image: url("wood1.jpg");	/* Idem */
	background-repeat: repeat-x;		/* Idem */
	padding-top: 0px;		/* Space above buttons */
	padding-left: 0px;		/* Space to left of button strip */
	border: 0px;			/* Menu bar border */
	width: 489px;			/* Menu bar width */
	margin-left: 0px;		/* Menu bar alignment LHS */
	height: 37px;			/* Menu bar height */
	border-top: 0px solid #111100;	/* Menu bar top border line */
	border-bottom: 0px solid #111100;	/* Bottom border line */
}

#nav ul {
	list-style-type: none; 		/* Do not change */
	margin: 0px; 			/* Do not change */
	padding: 0px; 			/* Do not change */
	width: auto;			/* Do not change */
	position: relative; /* Work-around for yet another stupid IE6 Bug...
		Read about The Amazing Disappearing List Background at
		http://www.positioniseverything.net/explorer/ie-listbug.html */
}

#nav ul li {
	float: left;			/* Menu button alignment: left/right (do not use center) */
	text-align: center;		/* Button label alignment: left/right/center */
}

/* Top level buttons */
#nav ul li a {
	display: block;			/* Do not change */
	background: transparent;	/* Button background color */
	padding-left: 4px;		/* Space to LHS of label text */
	padding-right: 4px;		/* Space to RHS of label text */
	padding-top: 13px;		/* To compensate for hover topline */
	border: 0px;			/* Button border */
	color: #444444;			/* Label text color */
	text-decoration: none;		/* Do not change */
	font-size: 11px;		/* Label font size */
	font-family: Impact, Arial, Verdana, Helvetica, sans-serif;
}

/* Root Level Link Formatting ~~~~~~~~~~~~~~~~~~~~~ */
#nav ul li a:hover, #nav li a:focus {
	background: transparent;	/* Change this to change the button hover color/image */
	padding-top: 13px;
	/* margin: 8px 0 0 0; */
	/* border-top: 2px solid #660000; */
	border-bottom: 2px solid #660000;
	color: #660000;
}

/* Current page customisations ~~~~~~~~~~~~~~~~~~~~ */
#nav li a:active, #nav ul li a.active {
	background: transparent;		/* Change this to change the button active color/image */
	color: #660000;				/* Won't work in the bugfest that is IE6. How to fix?  */
}
#nav li.menu-current a {
	background: transparent;
	color: #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
}

/* 2nd Child menu ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav .menu li ul {
	position: absolute;			/* Do not change */
	display: none;				/* Do not change */
	margin: 0px;				/* Do no change!!! (Totally breaks submenu's) */
	width: 8em;
	text-transform: none;
	font-size: 10px;
}

#nav .menu li ul li {
	width: 8em;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	line-height: 1.2em;
}

#nav .menu li ul a {
	width: 10em;
	padding: 2px;
	background: #fcf8df;	/* Change this to change L2 button background/image */
	background-image: url("wood1.jpg");	/* Idem */
	color: #333333;
	border: 1px solid #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* 2nd Child link hover ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav .menu li ul a:hover {
	padding: 2px;
	color: #4b4c4d;
	background: transparent;	/* Change this to change L2 hover background/image */
	background-image: url("wood1.jpg");	/* Idem */
	border: 1px solid #000000;
	color: #660000;
}

/* 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 {
	padding: 0px;
	border: 1px solid #000000;
	background: #fcf8df;	/* Change this to change L2 button background/image */
	background-image: url("wood1.jpg");	/* Idem */
	color: #333333;
}

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

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

/* End menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Original Classes BB Events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

A:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: underline;
      font-weight: none;
            color: #7F110B
}

A:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: underline;
      font-weight: none;
            color: #7F110B
}

A:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: underline;
      font-weight: none;
            color: #7F110B
}

A:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: underline;
      font-weight: none;
            color: #7F110B
}

.link_left:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: none;
      font-weight: bold;
            color: #664A35
}

.link_left:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #664A35
}

.link_left:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #7F110B
}

.link_left:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #7F110B
}

.link_left_red:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #7F110B
}

.link_left_red:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #7F110B
}

.link_left_red:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #7F110B
}

.link_left_red:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
      font-weight: bold;
            color: #7F110B
}

.link_left_sub:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #614631
}

.link_left_sub:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #614631
}

.link_left_sub:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #7F110B
}

.link_left_sub:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #7F110B
}

.link_left_sub_red:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #7F110B
}

.link_left_sub_red:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #7F110B
}

.link_left_sub_red:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #7F110B
}

.link_left_sub_red:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: none;
      font-weight: none;
            color: #7F110B
}

.bread:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: none;
            color: #666666
}

.bread:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: none;
            color: #666666
}

.bread:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: none;
            color: #666666
}

.bread:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: underline;
            color: #666666
}

.bread_text {
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: none;
            color: #666666
              padding: 0px 4px 4px 0px;
}

.copy {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  color: #000000;
  padding: 4px 4px 4px 4px;
}

.copy_white {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
            color: #ffffff
}

.copy_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;  
            color: #000000
}

.copy_red_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;  
            color: #7F110B
}

.copy_blue_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;  
            color:#003399 
}

.copy_green_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;  
            color:#003300 
}

.copy_orange_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;  
            color:#cc3300 
}

.copy_brown_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:13px;
  text-decoration: none;
  font-weight: bold;  
            color:#4A3219 
}

.copy_big_bold {
  font-family:Arial,Verdana, Helvetica;
  font-size:15px;
  text-decoration: none;
  font-weight: bold;  
            color: #000000
}

.title {
  font-family:Arial,Verdana, Helvetica;
  font-size:20px;
  text-decoration: none;
  font-weight:bold;
            color: #7F110B
}

.title_sub {
  font-family:Arial,Verdana, Helvetica;
  font-size:16px;
  text-decoration: none;
  font-weight:bold; 
            color: #4A3219
}

.footer_url:link {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: underline;
      font-weight: none;
            color: #ffffff
}

.footer_url:visited {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: underline;
      font-weight: none;
            color: #ffffff
}

.footer_url:active {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: underline;
      font-weight: none;
            color: #ffffff
}

.footer_url:hover {
  font-family:Arial,Verdana, Helvetica;
  font-size:12px;
  text-decoration: underline;
      font-weight: none;
            color: #ffffff
}

.copyright {
  align: center;
  font-family:Arial,Verdana, Helvetica;
  font-size:10px;
  text-decoration: none;
      font-weight: none;
            color: #ffffff

}


.website a:link, .website a:visited, .website a:hover, .website a:active
  {
  font: 10px Arial, Verdana, sans-serif;
  color: #ffffff; 
  }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Original Classes WB css2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

hr {
	margin: 2px 20px 2px 20px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #7f110b;font-weight:normal;font-family: Arial, Verdana, Helvetica, sans-serif;}
h1  	{font-size:1.6em;}
h2  	{font-size:1.3em;}
h3  	{font-size:1.0em;}

form {margin: 0;}

blockquote 	{
	font-family: Arial, Verdana, Helvetica, sans-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: 825px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: transparent;
}
#extras {  /* objects outside main page (powered by etc) */
	width: 825px;
	margin: auto;
	padding-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	padding:0;
	color:#eee;
	background: transparent;
}
#banner {
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #fcf8df;
	font-weight: none;
	border: 0px solid #000;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#banner a, #banner h1, #banner h2	{color: #7f110b; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */

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

/* #sideColumn { /* Currently holds the login box */
	float: left;
	width: 0px;
	margin: 0px;
	margin-top: 0px;
}
*/

#content { /* main content from the WYSIWYG goes in here */
    background-color: #fcf8df;
	margin-left: 0px;
	margin-top: 0px;
	padding: 4px 4px 4px 4px;
	text-align: justify;
	clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;}  /* ie6 fix to stop tables being pushed below floats */

#footer { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	border-top: 0px solid #555;
	padding: 0px 0px 0px 0px;
	clear: both;
	background: #a78560;
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:center;}
#powered_by a, #coding a {color:#ffffff; text-decoration:none; border-bottom: 0px dashed #ffffff;}
#powered_by a:hover, #coding a:hover {color:#ffffff; border-bottom: 0px dashed #ffffff;}

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

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#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;
}

/*
/* 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: Arial, Verdana, 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;}

