/* CSS Document */

/* --( Global Styles )-- */

/*html {
	background-image: url(../images/htmlBG.gif);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
}*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	background-image: url(../images/background_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000;
}
a {
	outline: none;
	color: #9999CC;
}
h1 {
	color: #37c0d6;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #996699;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #9999CC;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}
h4 {
	color: #999999;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}

/* --( Classes )-- */

.clear {
	clear: both;
}
p.smallRight {
	font-size: .917em;
	text-align: right;
}
/* self clearing rules */
.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.selfclear { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.selfclear { display: block; }
/* End hide from IE-mac */

/* --( Wraps )-- */

#container {
	background-image: url(../images/containerBG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerWrap {
	height: 115px;
	background: url(../images/headBG.gif) repeat-x top; /* Header Background */
}
#bodyWrap {	
	background: none;
}
#navWrap {
	width: 511px;
	margin: 0 auto;
	position: relative;
}
#footerWrap {
	height: 80px;
	background: url(../images/footerWrapBG.gif) repeat-x top; /* Footer Background */
	border-top: 0px solid #808080; /* Footer Top Border */
}

/* --( Section Widths )-- */

#body {
	width: 900px;
	margin:  auto;
	padding-top: 35px;
	padding-bottom: 18px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x;
}


/* --( Header Styles )-- */

/* Logo */
	#columnLeft h1 {
		margin: 0 auto .83em;
		float: none;
		padding-top: 9px; /* Logo Distance From Top */
	}
	#columnLeft h1 a {
		display: block;
		
		width: 342px; /* Logo Width */
		
		height: 176px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/royaloak_logo.gif) no-repeat; /* Logo Image */
		margin: 0px auto;
	}
#tools {
	float: right;
	font-size: 11px;
	width: 250px; /* Top Tools Bounding Box Size */
	margin-top: 20px;
}
#tools h3 {
	display: none;
}
#tools ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
#tools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #666; /* Top Tool Navigation Text Color */
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/contact.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
#tools .phone { /* Header Phone or Slogan */
	display: block;
	text-align: right;
	margin: 0;
	color: #4E74A0;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	padding-top: 30px;
}

#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color: #7bbc48;
	font-size: 20px;
} 

/* --( Navigation Styles )-- */

#nav {
	width: 541px;
	margin: 0 auto;
	text-align: center;
}
#nav h3 {
	display: none;
}
#nav ul {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	text-align: center;
}
#nav ul li a {
	padding: 0px 10px;; /* Primary Navigation Spacing */
	font-size: 14px;
	color: #996699;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: ;
	}
	#nav ul li.last a {
		padding-right: ;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height: 32px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#columnRight #nav.content {
	padding: 0;
	width: 541px;
}

/* --( Body Styles )-- */
#columnRight {
	width: 541px;
	float: right;
	position: relative;
}
#columnRight .content {
	width: 511px;
}
#columnRight .head {
	float: left;
	clear: left;
	line-height: 8px;
	margin: 0;
	display: block;
	width: 541px;
	height: 8px;
	background: url(../images/right-content_head.png) no-repeat;
}
#columnRight .foot {
	float: left;
	clear: left;
	line-height: 8px;
	margin: 0;
	display: block;
	width: 541px;
	height: 8px;
	background: url(../images/right-content_foot.png) no-repeat;
	margin-bottom: 1em;
}
.overlay {
	background-color: #14140C;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter:alpha(opacity=50);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
}
.contentContainer {
	position: relative;
	float: left;
}
.content {
	position: relative;
	float: left;
	padding: 15px;
}
.content .youtube {
	margin: 1em auto;
	width: 425px;
}
/* Page Graphic Headings */
/**
	.contentContainer h2.home {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	.contentContainer h2.nextshow {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	.contentContainer h2.taping {
		background: url(../images/pagePic_03.jpg) no-repeat top;
		padding-top: 172px;
	}
	.contentContainer h2.audience {
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}
	.contentContainer h2.schedule {
		background: url(../images/pagePic_03.jpg) no-repeat top;
		padding-top: 172px;
	}
#contentContainer.services p {
	margin-top: 0;
}
.contentContainer .content .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.gif) no-repeat center;
	margin-top: 6px;
}
.contentContainer .content .sponsors {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 170px;
}
/* Next Show */
.contentContainer .content .candyband {
	text-align: center;
	float: left;
	width: 180px;
	margin-right: 1em;
}
#columnLeft {
	float: left;
    margin: 0;
    width: 344px;
	position: relative;
}
#columnLeft .content {
	width: 314px;
	color: #FFFFFF;
	padding: 7px 15px;
}
#columnLeft .head {
	float: left;
	clear: left;
	line-height: 8px;
	margin: 0;
	display: block;
	width: 344px;
	height: 8px;
	background: url(../images/left-content_head.png) no-repeat;
}
#columnLeft .foot {
	float: left;
	clear: left;
	line-height: 8px;
	margin: 0 0 1em;
	display: block;
	width: 344px;
	height: 8px;
	background: url(../images/left-content_foot.png) no-repeat;
}

#columnLeft .content a {
	color: #9999CC;
	text-decoration: none;
}
#columnLeft .content a:hover {
	text-decoration: underline;
}
#columnLeft .content h3 {
	padding-bottom: 4px;
	border-bottom: 1px dotted;
}
#columnLeft .content h4 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}
#columnLeft .content .contact {
	float: left;
	width: 150px;
	margin-right: 7px;
}

#columnLeft .content #mic {
	background-image: url(../images/next-show_mic.jpg);
	background-repeat: no-repeat;
	padding-left: 95px;
}
#columnLeft .content #mic .more {
	text-align: right;
	font-size: 11px;
}
#columnLeft .content #mic .more a {
	color: #FFFFFF;
	text-decoration: none;
}
#columnLeft .content #mic .more a:hover {
	text-decoration: underline;
}
/* --( Contact Form )-- */
#contentContainer.home table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentContainer.home table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentContainer.home table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentContainer.home table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}

/* --( Footer Styles )-- */
#columnRight #footer.content {
	padding: 0;
	width: 541px;
	margin: 0 auto;
}
#footer {
	font-size: 11px;
	text-align: center;
	color: #CCCCCC; /* Footer Text Color */
	padding: 20px 0;
}
#footer a {
	color: #996699; /* Footer Link Color */
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
#footer .copyright a {
	font-weight: normal;
}