body { 
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #e23e1a;
	text-decoration: none;
}
a:hover {
	color: #e23e1a;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family:Georgia, "Times New Roman", Times, serif}
h1  	{font-size:20px;color:#e23e1a;font-weight:bold;margin:0 0 2px 0;}
h2  	{font-size:16px;color:#f8983a;font-weight:bold;margin:20px 0 2px 0;}
h3  	{font-size:13px;color:#9acb54;font-weight:bold;margin:10px 0 2px 0;}

p {
	margin:5px 0;
	}

form {margin: 0;}

blockquote 	{
	font-family: Tahoma, Arial, 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: 960px;
	margin: 0px auto 0 auto;
	padding: 0;
	background: #fff;
}
#extras {  /* objects outside main page (powered by etc) */
	width:100% ;
	margin: 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 80%;
	color: #666;
	padding:5px 10px;
	color:#333;
	text-align:center;
	background-image:url(images/bg-extras.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

#topStrip {
	width:100%;
	border:0;
	padding:0;
	margin:5px 0;
	text-align:right;
	height:33px;
	position:relative;
	min-width:960px;
	}
	
#banner {
	padding: 10px;
	text-align: center;
	background: #FFF;
	font-weight: bold;
	border: 0px;
}

#banner a {color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:20px;} /* ie6 misbehaves again */


#sideColumn { /* Currently holds the login box */
	float: right;
	width: 300px;
	margin: 0px 10px 20px 20px;
	background-image:url(images/sidebar-bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	color:#666666;
}


#sidebar ul {
	font-size:13px;
	margin:5px 0 5px 0;
	}

#sidebar {
	width:250px;
	height:auto;
	padding:10px 25px;
	}

#sidebar h2 {
	font-size:20px;color:#e23e1a;font-style:normal;font-weight:bold;margin:0px 0 2px 0;
	}
	
#content { /* main content from the WYSIWYG goes in here */
	margin:10px 10px 0 0;
	padding: 4px 10px 14px 10px;
	text-align: left;
}

#content ul {
	font-size:13px;
	margin:5px 0 5px 0;
	}

* 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: Tahoma, Arial, Helvetica, sans-serif ;
	font-size: 120%;
	color: #333;
	border: 0px;
	padding: 5px 10px;
	clear: both;
	height:37px;
	background-color: #9fbf5c;
	background-image:url(images/bg-footer.gif);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:center;}
#powered_by a, #coding a {color:#333; text-decoration:none; border-bottom: 1px dotted #9fbf5c;}
#powered_by a:hover, #coding a:hover {color:#333; border-bottom: 1px dotted #f6bb61;}

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

/* Search Box in banner */
#search_box {
	width: 250px;
	clear:none;
	float:right;
	text-align:right;
	margin:0 0 0 680px;
	padding:0;
	height:33px;
	position:absolute;
	vertical-align:top;
}
#search_box fieldset {border:0;clear:none;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 15px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px solid #acd373;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#acd373;
	background-color:#ffffff;
	padding:2px;
	clear:none;
}
#search_submit {
	width: 113px;
	height: 33px;
	vertical-align: middle;
	padding: 0;
	border:0;
	margin:0 0 0 3px;
	clear:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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:0;padding:0 10px;background:#f6bb61;	font-family:Georgia, "Times New Roman", Times, serif;}


/* 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:transparent;}
#header_menu li {line-height: 28px;}
ul#header_menu  {z-index: 1000; clear: both;}

#nav {
	height: 37px;
	background: #f6bb61;
	border: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0 0 0 20px; 
	padding: 0; 
	font-size: 15px; 
	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: #4b4c4d; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #f6bb61; padding: 5px 10px; padding-bottom: 4px; border: 0px; color: #4b4c4d; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #9fbf5c; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #9fbf5c; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #9fbf5c; color: #4b4c4d; border: 0px;}
#nav li.menu-current a		{font-weight: normal;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px; font-size: 80%;}
#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.5em; padding: .6em .1em .6em .4em; background: #9fbf5c; color: #4b4c4d; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #e23e1a; border: 0; color:#fff;}

/* 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, #nav .menu li ul ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul,#nav .menu li:hover ul 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: 24em; padding: .6em .1em .6em .4em; background: #9fbf5c; color: #4b4c4d; }

/* 4th Child Menu Appreances */
#nav .menu li ul li ul li ul li a  { width: 24em; padding: .6em .1em .6em .4em; background: #9fbf5c; color: #4b4c4d; }

/* 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;}



/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:260px;	
}

div.clips a {
	background:url(images/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:11px;
	border:1px outset #ccc;		
	text-decoration:none;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(images/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
padding-right:50px;
}
	

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(images/dark.png) no-repeat 0px -69px;
	border:0;
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url(images/light_small.png);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(images/arrow/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(images/arrow/down.png);	
}

div.petrol a.go {
	background-image:url(images/arrow/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(images/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/



