/* This is the custom layout for the events/live page */

#full-banner-container div.page-header span.help {
	position: absolute;
	right: 0px;
	top: 13px;
	color: #929086;
}

#full-banner-container div.page-header span.help a {
	/*color: #767777;*/
	/*text-decoration: underline;*/
	/*color: #b57236;*/
}

div.live-video {
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	/*width: 940px;
	margin: auto 0px;*/
	margin-bottom: 15px;
	height: 333px;
}


div.live-video.no-event {
	/* When no live event is present */
    background: #343434 url(../images/live-placeholder.jpg) no-repeat center top;
}

#content div.live-video.live {
	background-image: none;
	background-color: #343434;
}


div.live-video a#banner-image-link {
	display: block;
	width: 100%;

	height: 100%;
}


#content div.live-video.no-image {
	background-image: none;
    display: none;
}


object#jwplayer {
	background-color: #1e1e1e;
	font-size: 13px;
}

div#lr-columns {
	width: 100%;
	height: 361px;
	position: relative;
	font-size: 22px;
}

div#lr-columns h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div#stay-connected-banner {
	position: relative;
	background-color: #d8d9d4;
	height: 68px;

	margin-top: 30px;
	letter-spacing: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	line-height: 68px;	
}

div#stay-connected-banner h3 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	line-height: 68px;
	float: left;
	width: 386px;
	text-align: center;
}

div.facebook-like {
	width: 305px;
	position: absolute;
	right: 0px;
	top: 0px;
}

div.left-column {
	float: left;
	width: 317px;
}

div.right-column {
	float: right;
	vertical-align: top;
}

.email-signup-widget {
	position: relative;
}

.email-signup-widget input {
	position: absolute;
	
	background-color: #e9e9e9;
	color: #6a6a67;
	border: 1px solid #bebebe;
	height: 28px;
	width: 256px;
	box-shadow: inset 0px 0px 8px #fff;
	-webkit-box-shadow: inset 0px 0px 8px #fff;
	-moz-box-shadow: inset 0px 0px 8px #fff;
	top: 16px;
	right: 289px;
}

form#email-signup-form {
	line-height: 68px;
}

button.email-subscribe-button {
	position: absolute;
	top: 13px;
	width: 141px;
	height: 41px;
	background: transparent url(../images/email-subscribe-button.png) no-repeat center top;
	right: 141px;
}

button.email-subscribe-button span {
	position: absolute; 
	left: -99999999px;
	top: -99999999px;	
}

#email-signup-thanks  {
	display: inline;
	
}

#email-signup-thanks p {
	display: inline;
	line-height: 68px;
	font-size: 11px;
	text-align: center;
}

.email-subscribe-button:hover {
	background: transparent url(../images/email-subscribe-button.png) no-repeat center -41px;
}

div.stay-connected-social {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 115px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	background: transparent url(../images/connect-banner-social-bg.png) no-repeat left top;
}

div.social-icons {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 111px;
}

div.stay-connected-social a.social-icon {
	vertical-align: middle;
}

a.social-icon {
	display: inline-block;
	overflow: hidden;
	width: 24px;
	height: 24px;
	text-indent: -999999px;
	
	*display: inline;
	zoom: 1;	
}

a.twitter-icon-button {
	position: absolute;
	left: 27px;
	background: transparent url(../images/connect-banner-social-twitter.png) no-repeat left top;
	top: 23px;
}

a.facebook-icon-button {
	position: absolute;
	right: 27px;
	background: transparent url(../images/connect-banner-social-fb.png) no-repeat left top;
	top: 23px;
}

