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


html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.centerMe {
	margin-left: auto;
	margin-right: auto;	
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}


/* Top Header */

#top {
	width: 100%;
	background-image:url(../images/topHdrBkgd.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

.width980 {
	width: 980px;	
}

#logo {
	margin-top: 3px;
	float: left;	
}

#socialLinks {
	float: right;
	width: 350px;
	height: 25px;
	text-align: right;	
}

.floatRight {
	float: right;	
}

.floatLeft {
	float: left;	
}

/* Social links fine tuning */

.socialSmall {
	width: 30px;	
}

.socialLarge{
	width: 90px;
}

.socialTagline {
	margin-top: 15px;	
}

.socialTwitter {
	margin-top: 10px;
	margin-left: 8px;	
}

.socialFacebook {
	margin-top: 5px;
	margin-left: 8px;	
}

.socialEmail {
	margin-top: 8px;
	margin-left: 8px;	
}

.clearFloat {
	clear: both;	
}


/* Main Wrapper */
#mainWrap {
	margin-left: auto;
	margin-right: auto;	
}




/* Nav Bar */
#navWrap {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}


#navItems li{
	list-style-type: none;
	display:inline;
    padding: 15px;
	background: url(../images/navVertBar.jpg) no-repeat left;
	position: relative;
	z-index: 2000;
}

#navWrap ul li.navFirst {
	background: none;	
}

/* Nav Bar dropdown */
#navDrop {
	background:#fff;
    background:#900;
    /*list-style:none;*/
    position:absolute;
    left:-9999px;
	margin-top: 5px;
}

#navDrop li {
	background: none;
	padding-top:10px;
	padding-bottom: 10px;
    float:none;	
	font-size: 14px;
	line-height: 30px;
}

#navDrop li a, #navDrop li a:link, #navDrop a li:visited {
	color:#FFF;	
}

#navDrop a{
    white-space:nowrap; 
}

#navItems li:hover #navDrop{ 
    left:0; 
}

#navItems li:hover a{ 
    text-decoration:underline;
}

#navItems li:hover ul a{ 
    text-decoration:none;
}

#navItems li:hover #navDrop li a:hover{ 
    background:#333;
}

#navigation {
    width: 860px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	}
	
#navigation ul {
	margin: 0;
	padding: 0;
	line-height: 30px;
	}

#navigation li.navFirst {
    background: none;
}	
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
    list-style-type: none;
	float: left;
	color: #000;
    text-align: center;
    font-weight: bold;
	display:inline;
    padding: 15px;
	background: url(../images/navVertBar.jpg) no-repeat left;
	position: relative;
	}



#navigation ul li a {
	color: #000;
    text-decoration: none;
	display: block;
    z-index: 9999;
	}
	
#navigation ul ul {
	position: absolute;
	visibility: hidden;
	}

#navigation ul ul li {
    margin: 0;
    padding: 5px;
    background: none;

	}
     
#navigation ul ul li a{
    margin: 0px;
    width: 270px;
    text-align: left;
	}
	
#navigation ul li:hover ul {
	visibility: visible;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    z-index: 9999;
	}
    
#navigation ul ul li:hover {
    background-color: #fff;
}

#navigation ul li:hover ul li a:hover {
	background-color: #fff;
	}
#navigation a:hover {
	color: #000;
}



/* Carousel */
.carousel-inner {
	width: 1000px;	
}

.carousel-control.right {
	right: -10px;	
}

.hero-unit {
	padding: 0px;
	background: none;	
}



/* Ad Banner */
#banners {
	text-align: center;
	width: 1000px;	
}



/* Podcast classes */
.podcastTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color:#F00;	
	margin-top: 20px;	
}

#podcastWrap {
	width: 1000px;
}

#thumbWrap {
	width: 800px;	
	height: 245px;
	float: left;
	margin-top: -30px;
	position: relative;
}

#thumbWrap div{
	margin-top: 35px;
	margin-right: 10px;	
	float: left;
	position: relative;
}

#thumbWrap div.thumbHighlight {
	padding-bottom: 14px;
	position: absolute;
	width: 90px;
	top: 50px;
	z-index: 1000;
}

#windowAd {
	width: 200px;
	height: 245px;
	float: left;
}

/* RIOTCASTV */

#videoWrap
{
  width: 1000px;
  height: 520px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

#vidbox 
{
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  float: left;
  height: 145px;
  width: 310px;
  position: relative;
  background-color: #7F7F7F;
  z-index: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}



/* Player CSS */
#mainPlayer {
	width: 1000px;
	height: 242px;
	background-image:url(../images/playerBkgd.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#playerContent {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 504px;	
}

#playerContent .playerImage {
	float:left;
	width: 90px;
	height: 90px;	
}

#playerContent .playerInfo {
	float: left;
	margin-left: 10px;	
	margin-top: 5px;
	white-space: nowrap;
}

#playerContent p.episodeName {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;	
	font-size: 26px;
	font-weight: bold;
	padding-top: 5px;
}

#playerContent p.episodeDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;	
	margin-top: -5px;
}

#playerContent p.playerPodcastTitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 18px;	
	margin-top: 15px;
}

#playerContent audio {
	width: 461px;
	margin-top: -5px;
}

#playerContent .playerFooter {
	margin-top: 5px;	
}

#playerFeatureImage{
	float: right;
	width: 466px;
	margin-top: 10px;
	margin-right: 10px;
}




/* EVENTS AND STREAM */

#eventStreamWrap {
	width: 1000px;	
	margin-top: 20px;
}

#eventWrap {
	width: 355px;
	float: left;	
}

#eventWrap img {
	margin-bottom: 20px;	
}

#eventWrap .eventDate {
	width: 70px;
	height: 70px;
	background-color:#039;	
	text-align: center;
	float: left;
	position: relative;
}

#eventWrap .eventDate p.eventDay {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;	
	font-size: 50px;
	padding-top: 16px;
}

#eventWrap .eventDate p.eventMonth {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;	
	font-size: 20px;	
	padding-top: 0px;
}

#eventWrap .eventListing {
	float: left;
	margin-left: 10px;
    width: 260px;	
}

#eventWrap .eventListing p.eventName {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 16px;	
	font-weight: bold;
}

#eventWrap .eventListing p.eventTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	margin-top: -15px;
}

#eventWrap .eventListing p.eventVenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	margin-top: -15px;
}

#eventWrap .eventListing p.eventLink, #eventWrap .eventListing p.eventLink a, #eventWrap .eventListing p.eventLink a:link, #eventWrap .eventListing p.eventLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#900;
	font-weight: bold;
	text-decoration: none;
	margin-top: -10px;
}

#eventWrap .eventListing p.eventLink a:hover {
	text-decoration: underline;	
}

#streamWrap {
	width: 645px;
	float: right;	
}

#streamWrap img{
	margin-bottom: 20px;	
}

.eventMore, .eventMore a, .eventMore a:link, .eventMore a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;	
	color:#900;
	text-decoration: none;
	margin-top: 20px;
}

.eventMore a:hover {
	text-decoration: underline;	
}



/* FOOTER */
#footerWrap {
	height: 43px;
	background-image:url(../images/footerBkgd.png);
	background-repeat: repeat-x;	
	position: relative;
}

#footerContent {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	
}

.footerLeft {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	float: left;	
	margin-top: 15px;
	line-height: 10px;
}

.footerRight {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	float: left;	
	line-height: 10px;
	margin-top: 15px;
	line-height: 10px;
	text-align: right;
}





/* Show page styles */
#showHeaderWrap {
	width: 1000px;	
	height: 240px;
	margin-top: 20px;
}

#showHeaderBanner {
	width: 570px;	
	float: left;
}

#showHeaderVideo {
	width: 430px;
	height: 240px;
	float: left;	
	background-color:#000;
}




/* Podcast Buttons */
#podcastButtons {
	width: 1000px;
    height: 40px;
	margin-top: 20px;
	margin-left: 9px;
}

#podcastButtons img {
	float: left;
	margin-left: 20px;
}



/* Show List section Styles */
#showListWrap {
	width: 1000px;
	margin-top: 20px;	
}

#showList {
	float: left;
	width: 660px;	
}

.episodePlay {
	width: 590px;
	background-color:#FFF;
	border:#999 1px solid;
	margin-top: 20px;	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.episodePlay .podEpisodeTitle,  .episodePlay .podEpisodeTitle a, .episodePlay .podEpisodeTitle a:link, .episodePlay .podEpisodeTitle a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#555;
	font-weight: bold;
	text-decoration: none;	
}

.episodePlay .podEpisodeTitle a:hover {
	text-decoration: underline;	
	color:#900;
}

.episodePlay .podEpisodeDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999;	
	margin-top: -5px;
}

.episodePlay audio {
	width: 570px;	
}

.episodesMore {
	margin-top: 15px;	
	margin-bottom: 20px;
}

/* Promo column */

#showPromos {
	float: right;
	width: 	340px;
	margin-top: 48px;
}

.promoSquare {
	width: 340px;
	background-color:#FFF;	
	border:#999 1px solid;
	margin-bottom: 20px;
}

.promoSquare img{
	margin-left: 10px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.socialIcons {
	float: left;	
	margin-bottom: 20px;
}

.socialIcons img {
	margin-right: 25px;	
}

.first {
	margin-left: 45px;	
}

p.centeredAd {
	text-align: center;	
}


/* Calendar Style */
#calHeader {
	width: 1000px;
	margin-top: 20px;	
}

.eventTitleHeight {
	height: 30px;	
}

.eventTitleText {
	margin-right: 90px;	
}

.eventTitleSpacer {
	margin-right: 50px;	
}

.monthTitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#F00;
	font-size: 40px;
	font-weight: bold;	
}

#calDayNames {
	width: 994px;
	margin-left: auto;
	margin-right: auto;	
	height: 30px;
	background-color:#F00;
	margin-top: 20px;
}

.dayTitle {
	width: 140px;
	text-align: center;	
	border: #333 1px solid;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	line-height: 24px;
}

#calDays {
	width: 994px;	
	margin-left: auto;
	margin-right: auto;	
}

.calSingleDay {
	width: 140px;
	border: #333 1px solid;
	height: 100px;
	position: relative;	
}

.calWeekend {
	background-color:#CCC;	
}

.calSelectedDay {
	background-color:#F00;	
}

.calNextMonth {
	background-color: #666;	
}

.calDayNumber {
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;	
}

.eventCircle {
	background-image:url(../images/eventCircle.png);
	width: 76px;
	height: 76px;
	position: relative;
	top: 15px;
	left: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.eventCircleNumber, .eventCircleNumber a, .eventCircleNumber a:link, .eventCircleNumber a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#FFF;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}

.eventCircleNumber a:hover {
	color:#FC0;	
}


/* Event List Beneath Calendar */

.calEventListTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
	font-size: 30px;
	margin-top: 30px;
}

.calEventListBox {
	background-image:url(../images/eventListBkgd.png);
	width: 981px;
	height: 124px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.eventListIcon {
	margin-top: 15px;	
	margin-left: 10px;
	margin-right: 15px;
}

.eventListInfo {
	margin-top: 15px;	
	width: 500px;
}

.eventListArtist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#333;	
}

.eventListVenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#666;
	margin-top: -7px;	
}

.eventListTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#999;
	font-weight: bold;
	margin-top: -7px;
}

.eventListLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666;
	margin-top: -7px;	
}

.eventListBuy {
	width: 238px;
	height: 92px;
	margin-right: 25px;
	margin-top: 15px;	
}

.innerWrapper{
    height: 100px;
    width: 135px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/* calendar */
table.calendar { border-left:2px solid #000;  }
tr.calendar-row	{ }
td.calendar-day	{ min-height:80px; font-size:14px; position:relative; } 
* html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np { background:#ccc; min-height:80px; }
td.calendar-day-today { background:#ff0000; min-height:80px; }
* html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ff0000; font-weight:bold; text-align:center; width:135px; padding:5px; border-bottom:2px solid #000; border-top:2px solid #000; border-right:2px solid #000; color: #fff; }
div.day-number { padding:5px; color:#000; font-weight:bold; float: left; margin: -5px 0 0 -5px; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np, td.calendar-day-today { width:135px; padding:5px; border-bottom:2px solid #000; border-right:2px solid #000; height: 100px;}