/* video portal */

/* 
reset 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, strong, sub, sup, tt, var, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	min-width:960px;
}
ol, ul {
	list-style: none;
}

/* elements 
   Set default typography based on Blueprint
   http://code.google.com/p/blueprintcss/
-------------------------------------------------------------- */   

body {
    color:#000;    
    font: 12px/16px Arial,Helvetica,Tahoma,sans-serif
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:bold;
	clear:both;
	font-size:2em;
	line-height:1.5em;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a, a:link { 
	text-decoration:underline;
	color:#9C1E3D;
}
a:hover {
	text-decoration:none;
	color:#000;
}

/* layout ids */
#wrapper {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	background: #fff url('../images/background.jpg') no-repeat fixed top center;
}
#header {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:1em;
}
#header h1 {
	clear:none;
	font-size:1.5em;
	line-height:2em;
	font-weight:normal;
	text-align:center;
	margin-left:410px;
}
#header p {
	margin-left:410px;
}
#logo {
	width:317px;
	height:120px;
	float:left;
}
#bullet {
	float:right;
}
#leftCol {
	width:505px;
	float:left;
	clear:both;
	margin:0 1em;
	text-align:center;
}
#videoPlayer {
	margin:0 0 0 24px;
	width:425px;
	overflow:hidden;
	padding:1em;
	background-color:#bbb;
}
#videoContainer {
	text-align:center;
	width:425px;
	height:344px;
}
#videoText {
	text-align:left;
	margin:1em;
}
#videoQueue ol {
	display:none;
}
#rightCol {
	width:425px;
    float:right;
    position:relative;
    right:20px;
}
#videoMenu {
	margin:-2em 0 0 0;
}
#playlist {
	list-style:none;
}
#playlist li {
	/*clear:left;*/
	padding:5px;
	margin:5px;
	float:left;
	height:105px;
	background-color:#aaa;
	text-align:center;
}
#playlist li a {
	color:#000;
}
#playlist li a:hover {
	color:#9C1E3D;
}
#playlist li img {
	margin:4px 0 0 0;
	width:84px;
	height:63px;
}
#playlist li p {
	font-weight:bold;
	width:110px;
}
#footer {
	clear:both;
	width:920px;
	margin:1em auto;
	background:#000;
	height:2em;
	line-height:2em;
}
#footerLinks {
	list-style:none;
}
#footerLinks li {
	float:left;
	margin:0 1em;
	color:#fff;
}
#footerLinks li a, #footerLinks li strong, #header p strong {
	color:#9C1E3D;
}

/* classes */
.round, #playlist li, #footer, #videoPlayer { 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#testimonials {
	width: 896px; 
	height: 592px; 
	background-color: #9c1e3d;
	border: 5px solid #000;
}

#testimonials .scroll {
	padding: 40px;
	width: 816px; 
	height: 512px; 
	overflow: auto;
}

#testimonials .scroll .scroller {
	text-align: left;
	color: #fff;
	font-size: 12px;
	padding-bottom: 20px;
}

#testimonials .scroll .scroller .name {
	font-weight: bold;
	font-size: 16px;
}


