@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	background-color: #2D2D2D;
}
.stats {
	color:#fff;
}
#mainContainerheader {
	background-image:url(../jrimages/backgroundtop.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#005586;
}
#mainContainerbody {
	padding-top:10px;
	background-image:url(../jrimages/backgroundbottom.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #2D2D2D;
}
.mainContainer {
	width:960px;
	margin:auto;
}
	
#homeHeader #logo {
	color: #CCC;
	font-size: 36px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 2px #000;
	text-transform:uppercase;

	
}
#homeHeader #twitter {
	background-image: url(../jrimages/lft-quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: 70px;
	font-size: 40px;
	color: #FFF;

}
#homeHeader #videoBox {
	color:#FFF;
	padding-bottom:10px;
}
#videoDescription {
	background-image:url(../jrimages/backgroundtop.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:10px;
	padding:10px;
	border-top:solid #333 1px;
	font-size:13px;
	color:#ccc;
	font-size:12px;
	text-align:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#homeHeader #videoBox h1 {
	background-color:#000;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C686E;
	color:#FFF;
	text-align:left;
}
#videoDate {
	text-align:right;
	font-weight:bold;
	float:right;
	text-transform:uppercase;
	color:#005586;

}
ul#twitter_update_list {
	color:#FFF; 
	list-style:none;
	margin:0;
	line-height: 50px;
}
.twitterDate {
	text-align:right;
	font-size:12px;
	color:#CCC;
}
.twitterDate a:link, .twitterDate a:visited, a:link, a:visited {
	text-decoration:none;
	color:#CCC;

}
.twitterDate a:hover, a:hover {
	text-decoration:none;
	color:#FFF;
}
.bodyTable h1 {
	color:#FFF;
	background-color:#1E1E1E;
	font-size:20px;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
	font-style:normal;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
table.bodyTable td {
	padding-right:10px;
}
table.bodyTable ul {
	list-style-image:url(../jrimages/bullet.png);
	list-style-position:inside;
	margin:0;
	padding:0;
	
}
table.bodyTable li {
	color:#CCC;
	border-bottom:#000 1px solid;
	padding:5px 10px 5px 15px;
}
table.bodyTable li:hover {
	border-bottom:#171717 1px solid;
}
.Bodydate {
	font-size:11px;
	color:#999
}
.videoTable h2 {
	font-size:14px;
	color:#FFF;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
}
#previous {
	float:left;
	margin-top:160px;
	font-size:20px;
	font-weight:bold;
}
#next {
	float:right;
	margin-top:160px;
	font-size:20px;
	font-weight:bold;
}
#videoContainer {
	margin-left:150px;
	margin-right:150px;
}