/* CSS Document / WBCV-FM Template / Jan 2009 / Joshua Werner */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFD871;
	background-image: url(http://www.bigcheese1079.net/media/siteimages/backtop.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#main_table {
	width: 954px;
}

#search_box {
	background-color: #FFCC00;
	color: #006600;
	font-weight: bold;
	margins: 0px;
}
#sb {
	margin: 0px;
	padding: 0px;
}
#main_menu {
	background-image: url(http://www.bigcheese1079.net/media/siteimages/menu_back.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 936px;
	margin-left: auto; 
	margin-right: auto;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

#breadcrumbs {
	font-size: 12px;
	padding: 2px;
	border-top: 1px dotted #237c04;
	border-bottom: 1px dotted #237c04;
}

#page_title {
	text-align: center;
	font-size: 16px;
	padding: 3px; 
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	border-bottom: 1px dotted #237c04;
}

#content {
	background-image: url(http://www.bigcheese1079.net/media/siteimages/centerback.png);
}

#left {

}

.menu2 {
	list-style-type: none;
	padding: 0%;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 155px;
	text-decoration: none; 
}

.menu2 a {
	color: #CEFFCC; 
	text-decoration: none;
	font-size: 11px;
}
#left {
	padding: 3px;
}

#left a {
	color: #6DB525;
}

#center {
	font-size: 12px;
	color: #83E952;
}

#center a {
	color: #83E952;
}

#right {
	border: 1px solid #006600;
	background: #002F17;
	color: #6DB525;
	padding: 3px;
}

#right a {
	color: #6DB525;
}

#right h1 {
	font-size: 16px;
}

#footer {
	border: 1px solid #006600;
	background-image: url(http://www.bigcheese1079.net/media/siteimages/footer.gif);
	width: 925px;
	font-size: 11px;
	color: #83E952;
	margin-left: auto; 
	margin-right: auto;	
}

#footer a {
	color: #83E952;
}

#jump_menu {
	background-color: #8bd948;
	color: #003300;
	font-size: 11px;
}

#artists img {
	padding: 3px;
	border: 1px dotted #009900;
}

#going {
	height:600px;
	width:600px;
	overflow:auto;
	padding: 3px;
scrollbar-base-color: #003F07;
scrollbar-arrow-color: #BFF7B4;
scrollbar-face-color: #004910;
}

#goingonbox {
	border: 1px solid #006600;
	background-color: #013510;
	background-image: url(http://www.bigcheese1079.net/media/siteimages/going_back.jpg);
	color: #83E952;
}
#home_box {
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	padding: 4px;
	color: #000000;
}
#home_box a {
	color: #000000;
}
#main_event {
	border: 1px solid #006600;
	background-color: #013510;
	background-image: url(http://www.bigcheese1079.net/media/siteimages/going_back.jpg);

}

#menu_back {
	background-image: url(http://www.bigcheese1079.net/media/siteimages/menu_back.jpg);
	background-repeat: no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: 815px;
	height: 30px;
	display:block;
	clear:both;
	margin-left: auto; 
	margin-right: auto;	
}

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

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

#header_menu li {
	line-height: normal;
}

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

#nav {
	height: 1.68em;
	border-top: 0;
	padding:0;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	font-weight: bold;
	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: #003300; text-align: center; font-weight: bold; font-size: 15px;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 2px; color: #003300; text-decoration: none;}


/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: bold; font-size: 11px; margin: 0; padding: 0; line-height: 1.2em; border-bottom: 1px solid #006600; }
#nav .menu li ul li a { color: #83E952; }
#nav .menu li ul a {width: 11.5em; padding: .4em .1em .4em .4em; background: #042b0e; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background-color: #074d17; 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 { 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: #c6c6c6; color: #fff; }

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

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




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

