/*
Gold: #FFDB81;
Dark Green: #003300;
Medium green: #264F11;
Light Red:  #CC0000;
Dark Red: #660000;
*/

#supernav {
	width:100%;
	background-image:url(../images/bg_supernav.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:26px;
	/*border:1px solid red;*/
	padding-bottom:0px;
}

#supernav .supernav_link {
	margin-left:69%;
	width:300px;
	height:100%;
	background-image:url(../images/superNav.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:right;
}

body {
	background-image:url(../images/bg_grunge.jpg);
	background-repeat:repeat-x;
	background-color: #421705;
	margin: 0px;
	padding: 0px;
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-size:75%;
	font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana,Arial,Tahoma,sans-serif;
	/*color: #FFDB81;*/
	color:#FFFBB9;
}

.clear {
	clear: both; 
	height: 0px; 
	line-height: 0; 
	font-size: 1px; 
	/*border:1px solid white;*/
}

.small {
	font-size:10px;
}

.img_caption {
	font-size: 10pt;
	color:white;
}

.img_title {
	font-size: 14pt;
	font-weight:bold;
	color:white;
	
}

a {
	color:#A7FF42;
}

h3 {
	font-size:1.5em;
	font-weight:bold;
	color:white;
}

.post_title {
	font-weight:bold;
	font-size:1.1em;
	color: #FFDB81;
}

#page_container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
	width:960px;
	height:1%;
	/*background-image:url(../images/bg_grunge_green.jpg);
	background-repeat:no-repeat;
	background-color: #264F11;
	border-left:2px solid #000000;
	border-right:2px solid #000000;*/
	/*z-index:1;*/
}

#head {
	float:right;
	width:100%;
	display:inline;
	height:139px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
}

#menu {
	float:right;
	width:100%;
	height:26px; /*total of height + vertical padding(s) should be 29px */
	background-image:url(../images/menu_bg_green.jpg);
	background-repeat:no-repeat;
	text-align:center;	
	padding-top:3px;
}

#menu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#menu li{
	display: inline;
	padding:0px;
	margin-left:12px;
}
#menu a {
	color:maroon;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
}

#menu_home {
	float:right;
	width:100%;
	height:26px; /*total of height + vertical padding(s) should be 29px */
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;	
	padding-top:3px;
}

#menu_home ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#menu_home li{
	display: inline;
	padding:0px;
	margin-left:12px;
}
#menu_home a {
	color:maroon;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
}

/*#banner {
	float:left;
	left:0px;
	width:278px;
	height:110px;
	margin:0px;
	padding:0px;
	background-image:url(../images/dd69_banner.gif);
	background-repeat:no-repeat;
	z-index:5;
}*/

#player {
	position:absolute;
	top:18px;
	right:18px;
	padding:0px;
	border:1px solid maroon;
}

/*#menu {
	position:absolute;
	top:82px;
	left:300px;
}*/

#main_img {
	background-image:url(../images/banner-bg.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin-top:0px;
	height:271px;
	color:maroon;
	/*border:1px dotted green;*/
}

#main_img .left {
	width:300px;
	float:left;
	padding:20px 0px 0px 0px;
}

#main_img .right_player {
	width:260px;
	float:right;
	padding:15px 10px 0px 10px;
}

/* styles for three column bottom layout */
#bottom_content_container {
	background-image:url(../images/bg_green_slice.jpg);
	background-repeat:repeat-y;
	/*background-color: #264F11;
	border:1px solid #A7FF42;*/
	padding:0px;
	float:right;
	width:100%;
}

#bottom_content {
	width:935px;
	margin:0px;
	padding:6px 20px 9px 20px;
	text-align:left;
	/*background-image:url(../images/green_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:440px;*/
	/*border:1px dotted #A7FF42;*/
}

#bottom_content a{
	color:#A7FF42;
}

#bottom_content .leftcol {
	float:left;
	padding:6px;
	background-color:#072C04;
	font-size:10px;
	margin-right:12px;
	margin-left:8px;
	/*margin-top:8px;*/
	margin-bottom:12px;
	min-height:188px;
	text-align:left;
}

#bottom_content .rightcol {
	float:right;
	padding:0;
	margin:25px 8px 0 0;
	width:180px;
	border:0px dotted red;
}

#linkbox {
	float:right;
	padding:15px;
	background-color:#072C04;
	font-size:10px;
	margin-right:0px;
	margin-left:12px;
	/*margin-top:8px;*/
	margin-bottom:12px;
	min-height:188px;
	text-align:left;
	width:150px;
	border:2px solid #33611D;
}

.music-top-box{
	background-color:#072C04;
	border:2px solid #33611D;
	width:50%;
	margin:10px auto 20px auto;
	padding:15px;
	text-align:center;
}

#email_signup{
	/*font-family: verdana;*/
	font-size: 11px; 
	width: 170px; 
	padding: 5px; 
	border: 1px solid #FFA909; 
	background: maroon; 
	float:right;
	margin-right:0px;
	margin-left:12px;
	/*margin-top:8px;*/
	margin-bottom:12px;
}


#bottom_content ul {
	margin-top: 4px;
	margin-bottom:10px;
	margin-left:0px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

#bottom_content li {
	padding:3px;
	margin-left:4px;
}

/*styles for two col layout */
.left_column {
	float:left;
	padding:6px;
	background-color:#072C04;
	font-size:10px;
	/*margin-right:12px;
	margin-left:8px;
	margin-bottom:12px;*/
	min-height:188px;
	width:140px;
	text-align:left;
}

.right_column {
	float:left;
	padding:6px;
	font-size:12px;
	margin-bottom:12px;
	margin-left:12px;
	/*margin-left:170px;*/
	text-align:left;
	width:569px;
	/*border:1px dotted red;*/
}

.left_column a {
	color:#A7FF42;
}

.left_column ul {
	margin-top: 4px;
	margin-bottom:10px;
	margin-left:0px;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

.left_column li {
	padding:3px;
	margin-left:4px;
}


/* footer styles */
#footer {
	float:right;
	width:100%;
	display:inline;
	height:101px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
}

.footer_menu {
	float:right;
	width:100%;
	height:29px;
	text-align:center;	
	color:maroon;
	margin-top:11px;
}

.footer_menu  ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.footer_menu  li{
	display: inline;
	padding:3px;
	margin-left:40px;
}
.footer_menu  a {
	color:maroon;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.0em;
}


#indicia {
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:48px;
}

.indiciacopy {
	font-size:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	color:#330000;
	text-decoration:none;
}

/* Easy Slider */
#featured {	
	/*
	background:#CCC3AF;  
	*/
	background-position:top right;  
	background-image:url(/images/bg_foil.jpg);
	background-repeat:repeat;
	color:maroon;	
	padding:5px 10px;		
	/*min-height:450px;*/
	margin: 25px auto;	
	/*margin-bottom:5px;	*/
	width:100%; /*610*/
	position:relative;
	/*-moz-border-radius: 10px 10px;*/
	border: 2px solid firebrick;
	float:left;
	}

#featured a {
	color:firebrick;
	text-decoration:underline;
}
	
#featured h4 {
	font-size:14pt;
	font-weight:bold;
	color:maroon;	
	/*border-bottom: 2px solid orange;*/
	padding:3px 10px;
	text-transform: uppercase;
	margin:0 0 8px;
	}		
	
#featured .title {
	/*font:1.3em Arial;*/
	font-size:12pt;
	font-weight:bold;	
	/*letter-spacing:-0.05em;	*/
	/*background:#0B96F5;
	background:firebrick;
	-moz-border-radius: 5px 0 5px 0;*/
	color:maroon;	/*7EB4FE*/
	margin-left:0px;   /*7EB4FE*/	
	padding-right:10px;	
	padding-bottom:2px;
	text-decoration:none;
	
	}	
	
#featured .title  a {	
	display:block;
}
	
#featured  .title  a:hover {
	color: white;
	text-decoration:underline;	
	background:firebrick;
	
}

 #slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  }  
  
 #slider{
  /*
   define width and height of container element 
  */
  width:600px; 
  height:auto; 
  min-height:500px;
  float:left;	
  }
  
 #slider li{
  /*background:#f1f1f1;*/ 
	width:600px; 
  height:auto; 
}  

  #slider li h2{
  margin:0 10px;
  /*padding-top:20px;*/
  } 
 #slider li p{
  margin:10px 10px;
  }  
  
#slider li img{
  margin:10px 10px;
  }  
  
#slider li .stats{
  margin-left:10px;
  }     

#prevBtn{ 		
	float:left;	
}	

#nextBtn{ 
	float:right;	
}		
											
#prevBtn a {  
	width:32px;
	height:81px;	
	display:block;
	margin-top:175px;
	background:url(/images/btn_prev.gif) no-repeat 0 0;
		
	}	
#nextBtn a{ 
	width:32px;
	height:81px;			
	display:block;
    margin-top:175px;	
	background:url(/images/btn_next.gif) no-repeat 0 0;	
	}

/* // Easy Slider */
