/*
		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: #493522;
         background: transparent url('site-background.gif') top left repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link, a:visited, a:active {
	color: #493522;
         background-color: transparant;
	text-decoration: underline;
         font-weight: normal;
}

a:hover {
	color: #efbb1a;
	text-decoration: underline;
         font-weight: normal;
         background-color: transparant;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #493522;
	border: 0px;
	border-top: 1px solid #603;
	height: 1px;
}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {
         color: #EFBB1A;
         font-weight:normal;
         font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1  	{font-size:1.6em;}
h2  	{font-size:1.4em;}
h3  	{font-size:1.2em;}

form {margin: 0;}

blockquote 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #493522;
	border-left: 1px solid #674a2f;
	padding-left: 10px;
	font-size: 1.2em;
}

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


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

#banner {
         background: url('topbanner.gif');
         background-repeat:no-repeat;
}

#content { /* main content from the WYSIWYG goes in here */
	text-align: justify;
         padding-left: 20px; 
	clear: right;
         min-height: 300px;
}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
         width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #493522;
         padding: 20px; 
         text-align: center;
}

#baker_footer {
         font-family: Verdana, Arial, Helvetica, sans-serif; /* Pulls information from PAGE_FOOTER */
	text-align: center;
}   

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Search Box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#search_box {
	color: #d2c0a3;
	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 #493522;
}

#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-right: 0px;
         padding: 20px;
}


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

/* Header menu */	 
#header_menu {
         position: absolute;
         margin-left: 0px; 
         background:#d2c0a3;
}

#header_menu li {
         line-height: normal;
}

ul#header_menu  {
         z-index: 10; 
         clear: both;
}

#nav {
	height: 1.68em;
	background: d2c0a3#;
	padding:0px;
}

#nav ul {
	list-style-type: none; 
	font-size: 81%; 
         	width: auto;
         margin: 0;
         padding: 0;

	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {
         float: left; 
         color: #674a2f; 
         text-align: center; 
         font-weigt: normal;
}

#nav ul li a {
         display: block; 
         background: #d2c0a3; 
         padding: 5px 15px 4px; 
         border-left: 1px solid #674a2f; 
         border-right: 1px solid #674a2f; 
         color: #674a2f; 
         text-decoration: none;
         font-weight: normal;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
         background: #674a2f; 
         border-color: #674a2f; 
         color: #d2c0a3;
         font-weight: normal;
}

#nav li a:active, #nav ul li a.active {
         background: #674a2f; 
         border-color: #674a2f; 
         color: #d2c0a3;
         font-weight: normal;
}

/* Current page Customisations*/
#nav li.menu-current a {
         background: #d2c0a3; 
         color: #674a2f; 
         border-bottom: 1px solid #674a2f;
}

#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 #674a2f; 
          border-top: 0; 
          font-size: 100%;
}

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

#nav .menu li ul a {
          width: 11.5em; 
          padding: .6em .1em .6em .4em; 
          background: #d2c0a3; 
          color: #674a2f; 
          border: 0;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
          color: d2c0a3; 
          background: #674a2f; 
          border: 0; 
          color:#d2c0a3;
}

/* 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: #d2c0a3; 
          color: #674a2f; 
}

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

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


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
         content: ".";
         display: block;
         height: 0px;
         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: Verdana, Arial, Helvetica, sans-serif; 
         color:#093;
         letter-spacing: 1px;
}

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

#letsstat  {
         text-align: center;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.box { 
        margin-top: 0px; 
        margin-bottom: 0px; 
        margin-left: 100px; 
        width: 500px; 
        padding: 5px; 
        background-color: #d2c0a3; 
        color: #493522; 
}

form { 
        border: 0px solid #674a2f; 
        padding: 5px; 
        background-color: transparant; 
}

input { 
        background-color: #d2c0a3; 
        color: #493522; 
}

select { 
        background-color: #d2c0a3; 
        color: #493522; 
}

input.radio { 
        background-color: #d2c0a3; 
}

textarea { 
        background-color: #d2c0a3; 
        color: #493522; 
}

.button { 
         font-size: 1.0em; 
         background-color: #493522; 
         color: #d2c0a3; 
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Lightbox2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#lightbox {
	position: absolute;	
         left: 0; 
         width: 100%;
         z-index: 100; 
         text-align: center; 
         line-height: 0;
}

#lightbox img{ 
         width: auto; 
         height: auto;
}

#lightbox a img{ 
         border: none; 
}

#outerImageContainer{ 
         position: relative; 
         background-color: #d2c0a3; 
         width: 250px; 
         height: 250px; 
         margin: 0 auto; 
}

#imageContainer{ 
         padding: 10px; 
}

#loading{ 
         position: absolute; 
         top: 40%; 
         left: 0%; 
         height: 25%; 
         width: 100%; 
         text-align: center; 
         line-height: 0; 
}

#hoverNav{ 
         position: absolute; 
         top: 0; 
         left: 0; 
         height: 100%; 
         width: 100%; 
         z-index: 10; 
}

#imageContainer>#hoverNav{ 
         left: 0;
}

#hoverNav a{ 
         outline: none;
}

#prevLink, #nextLink{ 
         width: 49%; 
         height: 100%; 
         background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
         display: block; 
}

#prevLink { 
         left: 0; 
         float: left;
}

#nextLink { 
         right: 0; 
         float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
         background: url('http://www.freakaudio.nl/templates/allcss2/images/prevlabel.gif') 
         left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
         background: url('http://www.freakaudio.nl/templates/allcss2/images/nextlabel.gif') 
         right 15% no-repeat; 
}

#imageDataContainer{ 
         font: 10px Verdana, Helvetica, sans-serif; 
         background-color: #d2c0a3; 
         margin: 0 auto; 
         line-height: 1.4em; 
         overflow: auto; 
         width: 100%; 
}

#imageData{	
         padding:0 10px; 
         color: #493522; 
}

#imageData #imageDetails{ 
         width: 70%; 
         float: left; 
         text-align: left; 
}	

#imageData #caption{ 
         font-weight: bold;	
}

#imageData #numberDisplay{ 
         display: block; 
         clear: left; 
         padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose{ 
         width: 66px; 
         float: right;  
         padding-bottom: 0.7em; 
         outline: none;
}	 	

#overlay{ 
         position: absolute; 
         top: 0; 
         left: 0; 
         z-index: 90; 
         width: 100%; 
         height: 500px; 
         background-color: #000000; 
}


