body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif, serif;
}

a {
	color: #77a7b7;
	text-decoration: none;
}

a:hover {
	color: #d07676;
	text-decoration: underline;
}

/* header */

#header {
	width: 985px;
	height: 57px;
	margin: 14px auto 0;
}

#header div.l {
	float: left;
	width: 662px;
	height: 57px;
}

#header div.l img.logo {
	vertical-align: top;
	margin-top: 8px;
	margin-right: 138px;
}

#header div.r {
	float: right;
	width: 303px;
	height: 40px;
	padding: 17px 0 0 20px;
	background: url('../images/bg_rounded_top_right.png');
}

/* main content area */

#content {
	width: 935px;
	min-height: 200px;
	padding: 20px 30px 20px 20px;
	background: #e5e5e5 url('../images/bg_large_gray_top.png') top center no-repeat;
	margin: 0 auto;
	overflow: auto;
}

#content div.l {
	float: left;
}

#content div.l div.player {
	width: 640px;
	height: 385px;
	background-color: #000;
	margin-bottom: 26px;
	color: #fff;
}

#content div.l div.newsbox {
	width: 620px;
	padding: 0 10px 10px;
	margin-top: 10px;
	background: #fff url('../images/rounded_box_large_top.png') top center no-repeat;
}

#content div.l div.newsbox ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

#content div.l div.newsbox ol {
	list-style-type: decimal;
	margin-left: 20px;
}

#content div.l div.newsbox div.tumblrContainer {
	padding: 1em 0 0 0;
}

#content div.l div.newsbox div.tumblrTitle {
	font-size: 22px;
	color: #222;
	padding-top: 10px;
}

#content div.l div.newsbox div.tumblrBody {
	padding: 0 5px 0 0;
	width: 590px;
}

#content div.l div.newsbox div.tumblrNiceTime {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
	width: 95%;
	padding: 0.25em 1em;
	text-align: left;
}

#content div.l div.newsbox div.tumblrNiceTime span.month {
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#content div.l div.newsbox div.tumblrNiceTime span.month {
	font-size: 1.3em;
	font-weight: bold;
}

#content div.l div.newsbox div.postBody {
	margin-left: 1em;
	padding: 0;
	font-size: 16px;
}

#content div.l div.newsbox div.tumblrFooter {
	color: #999;
	margin-left: 7em;
	text-align: right;
}

#content div.l div.newsbox div.tumblrFooter span, #content div.l div.newsbox div.tumblrFooter a {
	font-size: 0.75em;
	font-weight: normal;
	margin-left: 1em;
}

#content div.l div.newsboxbottom {
	width: 640px;
	height: 5px;
	background: url('../images/rounded_box_large_bottom.png') bottom center no-repeat;
}

#content div.r {
	float: right;
}

#content div.r div.videos {
	margin-bottom: 20px;
}

#content div.r div.videos div.top {
	width: 278px;
	height: 42px;
	background: url('../images/bg_videos_top.png') no-repeat;
}

#videolist {
	width: 277px;
	height: 343px;
	background: #fff;
	text-transform: uppercase;
}

#videolist a {
	display: block;
	width: 255px;
	color: #000;
	text-decoration: none;
	padding: 3px 15px 3px 7px;
}

#videolist a:hover {
	color: #fff;
	background-color: #d07676;
}

#videolist a.current {
	font-weight: bold;
	color: #fff;
	background-color: #d07676;
}

#content div.r div.videos div.top img {
	margin-right: 2px;
	cursor: pointer;
}

#content div.r div.videos div.top img.last {
	margin-right: 0;
	margin-left: 1px;
}

#content div.r div.bio {
	width: 257px;
	margin: 10px 0 15px 0;
	padding: 10px;
	background: #fff url('../images/rounded_box_top.png') top center no-repeat;
	font-size: 12px;
	font-style: italic;
}

#content div.r div.bio p {
	margin: 5px 0;
}

#content div.r div.shows {
	width: 257px;
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #fff url('../images/rounded_box_top.png') top center no-repeat;
	font-size: 15px;
}

#content div.r div.shows td {
	padding: 5px 0;
}

#content div.r div.shows td.date {
	font-weight: bold;
	width: 70px;
}

/* mailing list */

#content div.r div.ml {
	width: 257px;
	margin-top: 5px;
	padding: 10px 10px 0 10px;
	background: #fff url('../images/rounded_box_top.png') top center no-repeat;
}

#content div.r div.ml input.email {
	border: 1px solid #444;
	width: 145px;
	padding-left: 5px;
	height: 20px;
}

#content div.r div.ml select {
	width: 50px;
	height: 24px;
	border: 1px solid #444;
	vertical-align: top;
}

#content div.r div.ml button {
	width: 45px;
	height: 24px;
	border: 1px solid #444;
	vertical-align: top;
}

#content div.r div.mlbottom {
	width: 277px;
	height: 10px;
	background: url('../images/rounded_box_bottom.png') no-repeat;
}

#rfooter {
	width: 985px;
	height: 11px;
	background: url('../images/bg_large_gray_bottom.png') no-repeat;
	margin: 0 auto 10px auto;
}

/* custom scrollbars */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: default;
	right: 0;
	top: 0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #77a7b7;
	cursor: default;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}