/************* RocknRoll Cooking Show Style **********/
/******************** Chris Garrett ****************/
/****************** September 2006 ***************/
html, body {
  height:100%;
  width:100%;
}

body {
  background-color: #C40000;
  background-image:url(../images/background.gif);
  background-repeat: no-repeat;
}

/***********************************/
/********** Layout DIVS **************/
/***********************************/
#wrapper { /*Centeres the page and fixes the width*/
	width: 776px;
	margin: auto;
}
#header{
  	height: 190px;
  	text-align: right;
}
#twocolumnwrap { /* This allows the center column to appear first in the code. It wraps the center and right columns */
	float: right;
	width: 596px;
}
#main{
	float: left;
	width: 416px;
	/*margin: 0 3px;*/
}
* html body #main {
	width: 411px;
}
#mainWide{
	float: left;
	margin: 0 3px;
}
#leftColumn{
	float: left;
	width: 180px;
	font-size: 90%;
}
#rightColumn{
  	float: right;
	width: 180px;
	font-size: 90%;
}
* html body #leftColumn, * html body #rightColumn {
  overflow:hidden; /* keeps columns from getting pushed down when large font sizes cause words to exceed column width in IE6 */
  width: 179px;
}

/********** clear ***********/
.clear {
  clear:both;
  margin-bottom: -1px; /* for Gecko-based browsers */
  overflow:hidden;
  padding-bottom: 1px; /* for Gecko-based browsers */
}
/********* Menu Styles *********/
#menu {
	clear:right;
	text-align: right;
	padding: 0 0 10px 190px;
}
* html body #menu {
	padding: 0 0 0 20px;
}
.menuItem {
	float: left;
	padding: 0  0 0 6px;
	text-align: center;
}
.menuItem a{
	color: white;
}
.menuItem a:hover{
	color: black;
}
.menuItem img{
	margin:0;
	padding:0;
}
#bottomline {
	/*height 5px;*/
	padding: 5px 0 0 0;
	margin-top: 10px;
	border-bottom: 2px dotted white;
	width: 100%;
}

abbr {
  cursor: help;
}

.hide, .filtered {display:none;}
/*************  Footer Styles  *****************/
#footer {
	padding: 15px 0 0 0;
}
#footer p{
	font-size: 85%;
	color: #cccccc;
	text-align: center;
}
#footer a{
	color: #3676AF;
}
#footer a:hover{
	color: white;
}
/*************  Home Page Styles  *****************/
.quarterColumn {
	float: left;
	width: 23.8%;
	margin-right: 1%;
	padding-left: 1%;
}
.quarterColumnRight {
	float: left;
	width: 23.45%;
}
.quarterColumnBottom {
	float: left;
	width: 47%;
	padding: 0 5px;
}
.halfColumn {
	float: left;
	width: 340px;

}
.halfColumnWhatis {
	float: right;
	width: 360px;
	height: 250px;
	margin: 0 0 0 10px;
	padding: 0 10px;
	background-color: #FFD37F;
	background-image: url('assets/general/HomeGuitar2.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
}
.quarterColumnSponsors {
	text-align: center;
}
.quarterColumnSponsors img{
	margin: 0 20px;
}
.floatedImage {
	float: left;
	padding: 0 7px 7px 0;
}
.homeHeading {
	margin:0 5px 3px 0;
	padding:0.3em 10px;
	background:#F3B02F;
	color: white;
	font:bold 1.2em/1 Verdana, Arial, Helvetica, sans-serif;
	border-left: 2px solid #BF8517;
	border-bottom: 2px solid #BF8517;
}
.homeHeading a{
	color: white;
}
.homeHeading a:hover{
	color: #C40000;
}
.whatisParagraph2 {
	width: 230px;
}
#newHome {
	padding: 0 5px;
}
.videoDisplay {
	padding: 0 10px;
}
.videoDisplayTitles {
	padding: 0 10px;
	height: 60px;
	overflow: auto;
}
/*************  Special Styles  *****************/
#mainContent img{
	margin: 5px;
}
.recaptchatable td img {
	margin: 0px !important;
}
#accessibility {
	display: none;
}
.commentname {
	margin: 0;
	padding: 0;
	color: #DCC8B5;
	font-weight: bold;
}
.dottedline {
	border-top: 1px dotted #C40000;
	width: 80%;
	height: 2px;
	margin: 5px 0 5px 0;
}
#search{
float: right;
	color: white;
	padding: 5px 7px 5px 0;
}
#searchform{
	text-align: right;
}
#premiumsponsor img{ 
	float: right;
	padding: 0 7px 10px 0;
}
#logo {
	position: relative;
	top: 5px;
	float: left;
}
#videoList {	
	position:absolute;
	width:220px;
	height:205px;
	z-index:1;
	overflow: auto;
	visibility: visible;
}
.feedLinks {
	margin: 0 0 0.7em 0;
}
.feedLinks img{
	padding: 0 0 5px 0;
}
#sponsors img {
	padding: 0 0 7px 0;
}
#epMenu a{
	color: #3676AF;
}
#epMenu a:hover{
	color: red;
}
#menuActive a {
	color: red;
}
.date {
	font-size: 80%;
	color: #8F5823;
}
/*************** Tabbed Menu Styles *****************/
#tabmenu {
	background: #F3B02F;
	text-align: center;
	width: 100%;
}
#tabmenu img {
	margin:0;
	padding:0;
}

/******** Shopping Styles ********/
#shop {
	text-align: center;
}
.shopItem, .bandmember {
	width: 90%;
	padding: 5px;
	margin: 0 0 10px 0;
	float: left;
	border-bottom: 1px dotted #C67D38;
}
.shopItem {
	width: 30%;
	padding: 5px;
	margin: 0 0 10px 0;
	float: left;
	border-bottom: 1px dotted #C67D38;
}
.bandmember img{
	float: left;
	padding: 0 5px 0 0;
}
.shopItem img{
	text-align: center;
}
.buynow a {
	color: #C40000;
}
.buynow a:hover {
	color: #FFAA33;
}
