/*
 * Main wrapper for the player window
 * 
 * Global styles
 * 
 */
#player-wrapper,
#poll-wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	/*min-height: 580px;*/
	color: #333;
	font-family: Georgia, arial, helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 36px;
}
#poll-wrapper {
	width: 100%;
	padding: 0;	
}


#player-wrapper h1,
#player-wrapper h2,
#player-wrapper h3 {
	font-weight: bold;
}
#player-wrapper h1 {
	font-size: 24px;	
}
#player-wrapper h2 {
	font-size: 16px;	
}
#player-wrapper h3 {
	font-size: 12px;	
}


#player-wrapper a,
#poll-wrapper a {
	color: #006600;
}


/*
 * Player Header
 * 
 * 120px total height 
 * 
 */
#player-header {
	background-color: #ccffcc;
	padding: 10px 20px;
	min-height: 100px;
	color: #000000;
}
* html #player-header {
	height: 100px;	
}

#player-header-logo {
	padding: 0;
	float: left;
	height: 100px;	
	padding: 0;
}
#player-header-logo img {
	display: block;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	border: 0;	
}
#player-header-title {
	position: relative;
}

#player-header-title h1, 
#player-header-title h2 {
	margin: 0;
	line-height: 1.1em;
}

.player-header-title-align-right {
	text-align: right;
}

.player-header-title-align-centre {
	text-align: center;
}


/* experimental */
.header-style-horizontal {}

.header-style-vertical #player-header-logo {
	height: auto;
	float: none;	
}
.header-style-vertical #player-header-title {
	margin-top: 1em;
}

/*
 * Player Elements
 * 
 * 470px total height
 *  
 * 
 */
#player-elements {
	position: relative;
	/*min-height: 440px;*/
	width: 100%;
}
* html #player-elements {
	/*height: 440px;*/	
}

#player-noscript { 
	margin: 0;
	padding: 20px;
	min-height: 400px;
	display: block;
}
body.js-enabled #player-noscript {
	display: none;	
}
.player-js-required {
	display: none;	
}
body.js-enabled .player-js-required {
	display: block;	
}


/*
 * Player Footer
 * 
 * 20px total height
 *  
 * 
 */
 #player-footer {
	position: relative;
	height: 19px;
	line-height: 19px;
	border-top: 1px solid #333;
}
#footer-copy {
	margin: 0;
}


/*
 * Intro 
 * 
 */
#player-event-intro {
	position: relative;
	float: left;
	width: 450px;
	padding: 20px;
	margin: 0;
	overflow: hidden;
}


#player-event-intro h1, 
#player-event-intro h2 {
	margin: 0;
	line-height: 1.1em;
}
#player-event-intro h1 {
	margin-top: 0.66em;	
}

#player-event-intro ul.player-event-documents,
#player-sections ul.player-event-documents {
	margin: 1.333em 0;
	padding: 0;
	list-style:none;
}
#player-event-intro ul.player-event-documents li,
#player-sections ul.player-event-documents li {
	margin: 0;
	padding: 0;
}
	
p.return-agenda {
	
	font-size: 91%;
}	
#player-event-intro p.return-agenda {
	margin-top: 3em;
}



/*
 * Access the event
 * (also contains reg form)
 * 
 */
#player-event-access {
	position: relative;
	float: left;
	width: 450px;
	padding: 20px;
	padding-left: 0;
	margin: 0;	
	overflow: hidden;
	
}
#player-continue {
	margin-top: 3em;
			
	
}
#player-continue a {
	display: block;
	margin: 0 auto;
	width: 50%;
	padding: 10px;
	background-color: #003300;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
#player-continue a:hover {
	text-decoration: none;
	background-color: #006600;
}


/*
 * Terms area 
 * 
 */
#player-event-terms {
	position: relative;
	width: auto;
	padding: 20px;
	margin-top: 1em;
}



/*
 * Login Form
 * 
 * 
 */
.login {
	width: 400px;
	margin: 3em auto;	
}

.login .errorbox {
	font-weight: bold;
	color: red;	
}
.login table {
	margin: 0.33em 0;
	border: 0;	
	padding: 0;
}
.login table td {
	padding: 0 8px 8px 0;
}
.login table td.label  {
	width: 5.5em;
}
.login-recover {
	margin-top: 4em;	
}


/*
 * Registration Form
 * 
 * 
 */
#register-form table tr.error {
	font-weight: bold;
	color: red;	
}
#register-form table td {
	padding: 4px;
}


/* 
 * Stream Select
 * 
 */

body#page-player-select #player-elements {
	visibility: hidden;
}

#player-select-top {
	position: relative;
	margin: 0;
	padding: 3em 20px 0 20px;
}	

.player-select-format {
	width: 35%;
	padding: 20px 4%;
	float: left;
}

.format-logo {
	position: relative;
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 20px;	
}
.format-streams {
	float: left;
	width: 60%;	
}
.format-streams h3 {
	margin-top: 0;	
}

.stream-list ul {
	margin: 1em 0;
	padding: 0 0 0 10px;
	list-style-type: none;	
}
.stream-list ul li {
	margin: 0 0.66em 0;
	
}
.download-button {
	margin-top: 2em;	
}

#player-select-bottom {
	position: relative;
	margin: 0;
	padding: 3em 20px 0 20px;
}	


/*
 * Mediapage positioning
 */

#player-media-sections {
	position: relative;
	float: left;
	width: 420px;
	padding-right: 10px;
	margin: 0;
}
#player-slides-questions {
	position: relative;
	float: left;
	width: 520px;
	padding-left: 10px;
	margin: 0;	
}

#player-media {
	position: relative;
	padding: 20px 0 0 20px;
}

#player-sections {
	position: relative;
	padding: 20px 0 20px 20px;
	
}
#player-slides {
	position: relative;
	padding: 20px 20px 0 0;
}	

#player-questions {
	position: relative;
	padding: 20px 20px 20px 0;
}

/* 
 * Alternate layout (wide slide underneath) 
 */
.player-style-alt #player-media-sections {
	float: none;
	width: 100%;
	padding: 0;
}
.player-style-alt #player-media {
	float: left;
	width: 400px;
	padding: 20px 10px 0 20px;
}
.player-style-alt #player-sections {
	float: left;
	width: 520px;
	padding: 20px 0 20px 10px;
}
.player-style-alt #player-slides-questions {
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
}
.player-style-alt  #player-slides {
	padding-left: 20px;
}
.player-style-alt  #player-questions {
	padding-left: 20px;
}

	
/*
 * Media player
 */
#player-media-container {
	position: relative;
	display: block;	
}

.player-buffer {
	position: absolute;
	top: -3px;
	left: 325px;
	width: 32px;
	height: 32px;	
}

ul.player-control {
	position: relative;
	margin: 0.33em 0 0 0;
	padding: 0;
	list-style: none;	
}
ul.player-control li {
	margin: 0;
	padding: 0;
	font-size: 82%;	
}

li#press-play-to-watch {
	display: none;
}

li#use-next-prev-links-to-advance-slides {
	display: none;
}

/*
 * Slide Screen
 * 
 */

#player-slides-container {
	position: relative;
}

#player-slides-container div.slide {
	position: absolute;
	display: block;
	margin: 0;
	top: 0;
	left: 0;
	border: 0;
}
#player-slides-container div.slide-first {
	position: relative;
}


#player-slides-nav {
	display: none;
	margin: 0.333em 0;	
	height: 1em;
	line-height: 1em;
}

#player-slides-nav-prev {
	float: left;
	border-right: 1px solid #999;
	padding-right: 5px;
}
#player-slides-nav-next {
	float: left;
	padding-left: 5px;
}

#player-wrapper a.slides-nav-disabled {
	color: #999;
	cursor: auto;	
	text-decoration: none;
}

/* 
 * Current Section Screen 
 * 
 */
#player-sections-container {
	position: relative;	
}

#player-sections-container .section {
	position: relative;	
	margin: 0;
	/*border: 1px solid #eee;
	padding: 5px;*/
	min-height: 80px;
}

#player-event-intro .section {
	margin: 0;
	clear: both;
	padding-top: 1em;
}
#player-event-intro .section-photo,
#player-sections-container .section-photo {
	position: relative;	
	float: left;
}
#player-event-intro .section-photo img,
#player-sections-container .section-photo img {
	position: relative;	
	display: block;
	margin-right: 10px;
}
#player-event-intro .section-info,
#player-sections-container .section-info {
	position: relative;	
}
#player-event-intro .has-section-photo ,
#player-sections-container .has-section-photo {
	margin-left: 90px; 	
}
#player-event-intro .section-info-title h3,
#player-event-intro .section-info-subtitle h4,
#player-sections-container .section-info-title h3,
#player-sections-container .section-info-subtitle h4 {
	margin: 0;
}
#player-event-intro .section-info-title h3,
#player-sections-container .section-info-title h3 {
	font-size: 108%;	
}
#player-event-intro .section-info-subtitle h4,
#player-sections-container .section-info-subtitle h4 {
	font-size: 100%;	
}


/*
 * Section Nav
 * 
 * 
 */
#player-sections-list {
	clear: both;	
}
#player-sections-list ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;	
}


/*
 * Question Form
 * 
 *
 */

form.question-form {
	margin: 0;
	width: 350px;
} 
form.question-form .question-fld {
	display: block;
	padding: 0 5px 5px 0;	
	margin: 0;
}
form.question-form input.txt {
	width: 160px;
	margin: 0;
}
form.question-form input.txt,
form.question-form textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;	
}
form.question-form .form-error {
	color: red;	
}
form.question-form .question-question textarea {
	width: 340px;
	padding-left: 1px;
	padding-right: 1px;
	height: 3.6em;
}
form.question-form .question-name {
	float: left;	
}
form.question-form .question-email {
	float: right;	
}
form.question-form .question-send {
	clear: both;	
}

/*
 * Support Request Form
 * 
 *
 */

form.support_request-form {
	margin: 0;
	width: 350px;
} 
form.support_request-form .support_request-fld {
	display: block;
	padding: 0 5px 5px 0;	
	margin: 0;
}
form.support_request-form input.txt {
	width: 160px;
	margin: 0;
}
form.support_request-form input.txt,
form.support_request-form textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;	
}
form.support_request-form .form-error {
	color: red;	
}
form.support_request-form .support_request-support_request textarea {
	width: 340px;
	padding-left: 1px;
	padding-right: 1px;
	height: 3.6em;
}
form.support_request-form .support_request-name {
	float: left;	
}
form.support_request-form .support_request-email {
	float: right;	
}
form.support_request-form .support_request-send {
	clear: both;	
}

/* 
 * Player confefence navigation
 * 
 */
#player-conference p.return-agenda {
	margin-top: 2em;
}

/*
 * Poll Form
 */

#poll-display {
	padding: 0 20px;
	overflow: hidden;
	
}
.poll-director #poll-display {
	font-size: 82%;	
}

#poll-display ol {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;	
}
#poll-display ol li {
	margin: 0.66em 0;	
}

.poll-results .option-bar {
	display: block;
	width: 100%;
	height: 15px;
	margin: 0.33em 0 0.66em 0;
}
.poll-results .option-bar span {
	display: block;
	width: 0;
	height: 100%;	
}
.poll-results .option-1 .option-bar span {
	background-color: blue;		
}
.poll-results .option-2 .option-bar span {
	background-color: yellow;		
}
.poll-results .option-3 .option-bar span {
	background-color: red;		
}
.poll-results .option-4 .option-bar span {
	background-color: green;		
}
.poll-results .option-5 .option-bar span {
	background-color: #FF7F24;		
}
.poll-results .option-6 .option-bar span {
	background-color: #8A2BE2;		
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Twitter Follow Us */
.twitter-btn {
  font: normal normal normal 13px/26px 'Helvetica Neue',Arial,sans-serif;
	height: 28px;
	border-radius: 4px;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	background: url("../images/bottom-line-bg.png") repeat-x;
	border: #CCC solid 1px;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	text-decoration: none;

	margin-left: 5px;
}

.twitter-btn:hover {
	text-decoration: none;
}

.twitter-btn i {
	width: 21px;
	height: 16px;
	left: 4px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	background: transparent url('../images/twitter_button_birds.png') 0 0 no-repeat;
	background-position: -24px 0;

}

.twitter-btn .label {
	padding: 0 7px 0 29px;
	white-space: nowrap;
	color: #333;
}

/* footer social media buttons */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

#footer-div-social-buttons {
	margin-top: 4px;
	margin-right: 5px;
}

.fb_iframe_widget {
	margin-top: 4px;
}

body.player-style-stacked #player-questions {
	float: right;
	margin-right: 120px;
}

#support_request_a {
	float:right;
	text-decoration: none;
	font-weight:bold;
}
