@charset "UTF-8";
/* CSS Document */

/*Global--------------------------------------------------------------*/

a {
	color: #590110;
	text-decoration: none;
}

a:hover {
	color: #00a7ff;
	text-decoration: none;
}

p {
	margin-bottom: 13px;
}

hr {
	border: 0 #7fd3ff dotted;
	border-top-width: 1px;
}

/*Header--------------------------------------------------------------*/

#header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 184px;
	position:relative;
	z-index: 11;
}

#head_logo {
	margin-top: 33px;
}

#menuPosition {
	z-index: 20;
	position: relative;
}


/*Main Navigation------------------------------------------------------*/

#navBar {
	margin-top: 70px;
}
	
	#navBar li {
	float: right;
	list-style: none;
	font-size: 16px;
	color: #590110;
	letter-spacing: -.7pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

	#navBar li a {
	display: block;
	text-decoration: none;
	color: #590110;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #330000;
	white-space: nowrap;
}

	#navBar li a:hover {
	color: #00a7ff;
}
		
		#navBar li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
			}
		
		#navBar li ul li {
			float: none;
			display: inline;
			font-size: 14px;
			letter-spacing: -.6pt;
			}
		
		#navBar li ul li a
		{
	width: auto;
	display: block;
		}
		
		#navBar li ul li a:hover
		{	background: none;}



/* Sticky Footer: http://ryanfait.com/sticky-footer/------------------*/

* {
margin: 0;
 }

html, body {
	height: 100%;
 }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -160px;
	margin-left: auto;
 }

.footer, .push {
     height: 100px;
}


/*Footer---------------------------------------------------------------*/

#bottomNavLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7fd3ff;
	color: #590110;
	margin-top: 60px;
}

#bottomNav {
	margin-top: 20px;
	vertical-align: baseline;
	float:right;
}

#bottomNav li {
	float: right;
	list-style: none;
	font-size: 13px;
	letter-spacing: -.3pt;
}

#bottomNav li a {
	display: block;
	text-decoration: none;
	color: #590110;
	white-space: nowrap;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #330000;
}

#bottomNav li a:hover {
	color: #00a7ff;
}

#copyright {
	float: left;
	margin-top: 20px;	
}

#facebookLink {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	text-align: right;
}

#facebookLink img {
	padding-bottom: 5px;
}

#footerRight {
	float: right;
	width: 275px;
}

/*Home page--------------------------------------------------------------*/	


#homepage {
	background-image: url(../images/homepage_body.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	height: 434px;
	position: relative;
	z-index: 0;
}

#homeMenu {
	position: relative;
	z-index: 11;
}

#homeGradient {
	background-image: url(../images/home_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 738px;
	margin-top: -738px;
	background-color: #FFFFFF;
	position: relative;
	z-index: -3;
}

#homeHeader {
	background-image: url(../images/homepage_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 186px;
}

#homeNewsBanner {
	background-color: #66caff;
	height: 60px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #590110;
}

#homeNewsBanner a:link {
	color: #590110;
}

#homeNewsBanner a:hover {
	color: #99021c;
}

.homeNewsTextbox {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #590110;
	height: 60px;
	padding-left: 30px;
}

.boldH20 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -0.6pt;
	font-weight: bold;
	line-height: normal;
}

.boldH30 {
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1pt;
}

#homeSticker {
	z-index: 12;
	margin-top: 35px;
	margin-left: 20px;
}

#logos img {
	float: left;
	margin-top: 20px;
	margin-bottom:40px;
	padding-right: 35px;	
}

#facebookLinkHome {
	float: left;
	margin-right: 10px;
	text-align: right;
}

#facebookLinkHome img {
	padding-bottom: 5px;
}




/*Specific DIVs--------------------------------------------------------------*/	



#content {
	position: relative;
	z-index: 0;
}


#contactBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #7fd3ff;
	margin-bottom: 20px;
}

#contact img {
	padding-bottom: 20px;
}

#aboutLogos {
	margin-top: 40px;
}


#aboutLogos img {
	margin-right: 50px;
	margin-bottom: 40px;	
}

#aboutImages {
	padding-bottom: 40px;
}

#aboutImages img {
	padding-bottom: 20px;
}

#artists {
	padding-bottom: 70px;
}

#artists li {
	list-style-type: none;
	line-height: 2em;
}


#episodeBox {
	padding: 20px;
	border: 1px dotted #7fd3ff;
}


#episodeBox img {
	margin-bottom: 30px;
}
#nextEpisodeDate {
	color: #FFFFFF;
	background-color: #be0223;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin-top: 25px;
	letter-spacing: normal;}
	
#episodeLogo {
	padding-top: 40px;
	margin-bottom: 40px;
}

#streamingLink a {
	color: #FFFFFF;
	background-color: #be0223;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin-top: 25px;
	letter-spacing: normal;
}

#streamingLink a:hover {
	background-color: #590110;
}

#trailer {
	margin-top: 25px;
}

/*Specific Classes--------------------------------------------------------------*/	


.partners {
	margin-top: 20px;	
}

.partners img {
	margin-bottom: 40px;
}

.borders img {
	margin-bottom: 20px;
	border: 1px solid #666666;
}

.logoDisplay img {
	vertical-align: middle;
	margin-bottom: 40px;
	padding-right: 50px;
}

.celebBox {
	padding: 10px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	border: 1px dotted #7fd3ff;
	margin-bottom: 20px;
}

.celebBox img {
	float: left;
}

.celebText {
	font-size: 11px;
	line-height: normal;
	color: #590110;
	padding-left: 90px;
}

.backtotop a {
	color: #333333;
	text-decoration: underline;
}

.backtotop a:hover {
	color: #999999;
	text-decoration: underline;
}

.indent li {
	text-indent: 20px;
	list-style-position: inside;
}	

.artistBios {
	margin-top: 70px;
	margin-bottom: 70px;
}

.celebBios {
	margin-top: 70px;
	margin-bottom: 70px;
}

.gallery {
	border: 1px dotted #7fd3ff;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 50px;
}

.gallery img {
	padding: 5px;
	vertical-align: middle;	
}

.charityBox {
	padding: 10px;
	height: 70px;
	width: auto;
	margin-bottom: 20px;
	border: 1px dotted #7fd3ff;	
}

.charityBox h5 {
	float: left;
	width: 140px;
	height: 70px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #7fd3ff;
}

.charityQuote {
	margin-top: 70px;
	margin-bottom: 70px;
}


.charityQuote blockquote {
	background-color: transparent;
	background-image: url(../images/qtopen.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

.charityQuote blockquote p {
	background-color: transparent;
	background-image: url(../images/qtclose.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-right: 30px !important;
}

.portraitTemp {
	background-color: #ccedff;
	height: 200px;
	width: 160px;
	border: 1px solid #7fd3ff;
	margin-bottom: 30px;
}

.portraitTemp p {
	font-size: 100px;
	font-weight: bold;
	color: #7fd3ff;
	padding-top: 60px;
	padding-left: 50px;
}

.auctionNames h5 {
	display: block;
	width: 100%;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
}

.quotes blockquote {
	background-color: transparent;
	background-image: url(../images/qtopen.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-top: 30px;
}

.quotes blockquote p {
	background-color: transparent;
	background-image: url(../images/qtclose.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-right: 30px !important;
	margin-bottom: 30px !important; 
}
