@charset "UTF-8";

body {
	padding: 2em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #BEC4CB;
	background: #000 url(../dark_gradient.png) repeat-x left top;
}

a:link, a:visited { color: #6CF; }
a:link:hover, a:visited:hover, a:focus { color: #F9C; }


/* Simple column layout */
.column-wrapper {
	margin-top: 2em;
	overflow: auto;
	padding: 2em;
	border: 1px solid #FFF;
	background: #DBE2EB;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(255,255,255,0.5) 0px 2px 6px;
	-moz-box-shadow: rgba(255,255,255,0.5) 0px 2px 6px;
	box-shadow: rgba(255,255,255,0.5) 0px 2px 6px;
}
.column-video { width: 620px; float:left; padding-left:0px; }
.column-transcript, .column-abstract { width: 620px; float:left; padding-left: 0px; padding-top: 20px }

.column-abstract p {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	color: #3A4E67;
}

h1, h2, h3 { font-weight: normal; margin: 0px; padding: 0px; }
h1 { font-size: large; }
h2 { font-size: medium; font-weight: bold; color: #FFF; }
.column-wrapper h2 { font-size: x-large; color: #282E35; }
h3 { font-size: large; }
h4 { font-size: small; color: #F36; }

.abstract {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	color: #3A4E67;
}

.bordered-video { border: 5px solid #9BA6C2; margin: 0 auto; }

#EasyCaptions-caption {
	padding: 10px;
	background: #333C45;
	color: #FFF;
	font-weight: bold;
	font-size: small;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 1px solid #9BA6C2;
	min-height: 3em;
}

#transcript {
	padding: 10px;
	background: #FFF;
	font-size: small;
	border: 1px solid #9BA6C2;
	height: 300px;
	overflow: auto;
	color: #333;
}

/* Hover styling will not work in IE6 because of lack of pseudoclass :hover support
Considered acceptable for this demo, as most people should be on IE7 or higher. */
#transcript.enabled span:hover {
	background: #FF3;
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0,0,0,.33);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.33);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.33);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCC, offX=0, offY=1, positive=true);	
}


/* styling for fallback content */
video p, video li {
	width: 80%;
	margin-left: 10%;
}
video a:link, video a:visited { color: #036; }

#legalese {
	margin: 2em auto;
	font-size: x-small;
	text-align: center;
}