/* -----------------------------------------------
DTC Video Meeting screen style
author: Jay Kerr / JAK MEDIA
version: Aug 31, 2010, 8:14 PM
----------------------------------------------- */

/* RESET
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}


/* PAGE STRUCTURE
----------------------------------------------- */
body {
	margin: 0;
	background: #175179 url(../images/body-background.png) repeat-x 0 30px;
	font: normal 13px/18px Georgia,Arial,sans-serif;
	color: #175179;
	text-align: center;
}	

#statusbar {
	height: 30px;
	background-color: #004d89;
	color: #fff;
	font-size: 12px; line-height: 30px;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	padding: 0 4px;
	background: url(../images/wrapper-sides.png) repeat-y;
}

#inner {
	background: white;
}

#header {
	background: #3270a0 url(../images/header-background.png) repeat-x;
	height: 132px;
	padding-top: 1px;
}

#content {
	margin: 30px 0;
}

iframe {
}

#logos {
	background: #3270a0 url(../images/footer-background.png) repeat-x;
	height: 82px;
}

#logos div {
	display: inline-block;
	overflow: hidden;
	height: 0;
	padding-top: 66px;
	width: 100px;
	margin: 13px 5px 0;
}

#logos #dt-logo { background-image: url(../images/logo-dtcl-white.png); width: 228px; }
#logos #rexall-logo { background-image: url(../images/logo-rexall.png); width: 144px; }
#logos #ida-logo { background-image: url(../images/logo-ida.png); width: 139px; }
#logos #guardian-logo { background-image: url(../images/logo-guardian.png); width: 137px; }

#wrapper-bottom {
	background: url(../images/wrapper-bottom.png) no-repeat;
	height: 12px;
	width: 768px;
	margin: 0 auto;
}


/* CONTENT
----------------------------------------------- */

#player {
	margin: 10px auto;
	text-align: center;
	background: url(../images/video_shadow.png) no-repeat center;
	padding: 20px 0;
}

#buttons {
	margin: 30px;
	padding-bottom: 20px;
}

#buttons span {
	padding-right: 25px;
}

form b {
	font-size: 16px; font-weight: bold; line-height: 20px;
	color: #000;
}


/* LINKS
----------------------------------------------- */
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover {
	background-color: #111; color: #fff;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px; padding: ;
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
	font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px; padding: 8px 14px 9px;
}
	
.green.awesome, .green.awesome:visited		{ background-color: #0f5d0f; }
.green.awesome:hover						{ background-color: #012901; }

.blue.awesome, .blue.awesome:visited		{ background-color: #004b8e; }
.blue.awesome:hover							{ background-color: #00284c; }

.red.awesome, .red.awesome:visited			{ background-color: #a20f0f; }
.red.awesome:hover							{ background-color: #730101; }

.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover						{ background-color: #630030; }

.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; }
.orange.awesome:hover						{ background-color: #d45500; }

.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; }
.yellow.awesome:hover						{ background-color: #fc9200; }



/* TYPOGRAPHY 
----------------------------------------------- */

#header h1, #header h2, #header h3 {
	color: #ddd;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1.2em;
	height: 0;
}

#header h1 {
	font-size: 24px;
	background-image: url(../images/title.png);
	padding-top: 33px;
}

#header h2 {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 6px 0;
}

#header h2.subheader {
	background-image: url(../images/subheader.png);
	padding-top: 23px;
	margin-top: 23px;
}

#header h2.dateline {
	background-image: url(../images/dateline.png);
	padding-top: 24px;
}

.speaker h3 {
	font-style: italic;
	margin: 10px 0;
	font-size: 24px;
	line-height: 24px;
}

.speaker h2 {
	font-size: 48px;
	line-height: 56px;
	margin: 10px 0;
}

.question h2 {
	font-size: 48px;
	line-height: 56px;
	margin: 10px 0;
	padding-top: 20px;
}

h3 {
}

p {
	margin: 0 0 18px 0;
}

.rule-section {
	border-top: 1px solid #f2f2f2;
	margin: 20px 0;
}

.rule-top {
	border-top: 1px solid #dddedf;
	margin: 0 0 30px 0;
}

::selection { /* Safari and Opera */
	background: #333;
	color: #fff;
}

::-moz-selection { /* Firefox */
	background: #333;
	color: #fff;
}


/* FORM ELEMENTS
----------------------------------------------- */
form {
	margin: 30px 0 0 0; padding: 0;
}

select, option {
	margin: 10px 0 10px 2px;
	padding: 2px;
}

label {
	line-height: 18px;
}

textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 300px;
}

.fieldinput {
	width: 90%;
}


/* IMAGES
----------------------------------------------- */
img {
	display: block;
	border: 0; border: none;
}

.inline {
	display: inline;
	vertical-align: middle;
	border: 0;
	margin: 0 15px;
}

.imgfloatleft {
	float: left;
	margin: 0 30px 0 0;
}

.imgfloatright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgcenter {
	margin: 0 auto;
}