@CHARSET "UTF-8";

@import url('../form.css');


#container-top {
	height: 50px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius: 6px 6px 0  0 ;
}

#container-body {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius: 0 0 6px 6px;
    color: #666;
}

#main-box h2 {
	font-size: 11px;
	margin: 10px 0;
	color: #000;
}

#main-box h4 {
	margin: 0;
	font-size: 12px;
}

#main-box h6 {
	font-size: 11px;
	margin: 0;
	color: #000;
}

#title-row {
	background-color: #fff;
	border-bottom: dotted 1px #909090;
	padding: 25px 0 20px 20px;
	float: left;
	width: 960px;
	height: 40px;
}

#main-box {
    display: table;
    border-collapse: collapse;
    margin: 20px 0 20px 20px;
    width: 940px;
    height: 200px;
    line-height: 1.6;
}

#main-box #header-row {
    display: table-header-group;
}

#main-box .content-row {
	display: table-row-group;
}

#main-box .heading-cell {
	display: table-cell;
	padding-bottom: 8px;
}

#main-box .heading-cell h4 {
	float: left;
}

#header-row .series-title {
    float: left;
}

#header-row .service-label {
	font-size: 18px;
	font-family:georgia;
	color: #000;
}

#header-row .series-speaker {
	color:#979797;
    font-family:georgia;
    float: right;
    margin: 6px 60px 0 0;
}	

#left-cell, #right-cell {
    display: table-cell;
    vertical-align: top;
}

#left-cell .comment-heading {
	color: #dc7028;
	border-bottom: solid 1px #afafaf;
	margin: 25px 0 0px 0;
	padding-bottom: 10px;
	float: left;
	width: 600px;
}

#main-box #current-message-box {
    margin-right: 40px;
    float: left;
}

#main-box #media-box {
	float: left;
	height: 338px;
	width: 600px;
}

#left-cell .message-text {
	float: left;
	width: 570px;
	padding: 15px;
}
	
#video-menu {
	background-color: #f3f3f3;
	float: left;
	width: 600px;
}

#video-menu div {
	color: #2e2e2e;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1.1px;
}

#video-menu a {
    font-weight: normal;
    font-size: 12px;
    padding: 0 7px;
    display: block;
    float: left;
    letter-spacing: 0px;
}

#video-menu #message-links, #video-menu #share-links {
	float: left;
	padding: 6px 10px;
}

#video-menu #share-links {
	float: right;
}

#video-menu #share-links a {
	padding: 0 10px 0 20px;
	
}

#share-links #twitter {
    background: url('/images/icons/twitter_icon.png') no-repeat left 2px;
}

#share-links #facebook {
    background: url('/images/icons/facebook_icon.png') no-repeat left 2px;
}

#share-links #email {
    background: url('/images/icons/email_icon.png') no-repeat left 2px;
}

#message-links .separator {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

#video-menu .menu-label {
	float: left;
	padding: 2px 0;
}

#comment-box div {
	float: left;
}

#comment-box .comment-row {
	border-bottom: solid 1px #dfdfdf;
	width: 580px;
	margin: 0px 0 15px;
	padding: 15px 0 0 0px;
}

#comment-box .comment-name, #comment-box .comment-text {
	float: left;
}

#comment-box .comment-name {
	width: 150px;
	text-align: right;
}
	
#comment-box .comment-text {
	margin-left: 25px;
	width: 400px;
}

#right-cell {
	background: #f5f4ee url('/images/style/about_series_bgd.jpg') no-repeat left top;
	width: 300px;
	border-top: solid 4px #b8b1a4;
	padding: 20px;
	color: #6f6f6e;
}

#right-cell #series-listing {
    border: solid 1px #d5d2c0;
    height: 315px;
    line-height: 1.4;
    overflow: scroll;
    overflow-x: hidden;
    background: #ebe9de url('/images/style/scroll_shadow.png') repeat-x left bottom;
}

#right-cell .right-cell-heading {
	font-size: 10px;
	font-weight: bold;
	color: #2e2e2e;
	margin-bottom: 4px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}
	
#series-listing .series-item {
	padding: 10px 20px;
	border-bottom: solid 1px #d5d2c0;
	font-size: 11px;
}

#series-listing .active-series {
	background-color: #f5f4ee;
}
	
#series-listing .series-flag {
	
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0 3px 3px 0;
    width: 75px;
    padding: 2px 10px 1px;
    margin: -3px 0 3px -20px;
    color: #fff;
    font-size: 10px;
}

#series-listing .series-item-title {
	font-weight: bold;
	color: #2e2e2e;
	font-size: 10.75px;
}

#series-listing .now-playing {
	background-color: #dc7028;
}

#series-listing .next-week {
    background-color: #beb9a4;
}

#right-cell #resource-links {
	margin: 15px 0 0 15px;
	padding: 0;
}


