/* RESET STYLES */
	html, body, div, span,
	applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dd, dl, dt, li, ol, ul,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		line-height: 1;
		font-family: inherit;
		text-align: left;
		vertical-align: baseline;
	}
	a img, :link img, :visited img {
		border: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	ol, ul {
		list-style: none;
	}

/* Now Get on with it...*/

body{
	background:#333;
	font-family:arial,verdana,sans-serif;
}
#container{
	margin:0 auto;
	width:900px;
	background: url("/video/mp-bg-container.gif") no-repeat;
	margin-top:10px;
	height:520px;
}
#sermonplayer #container{
	background: url("/video/mp-bg-container-sermons.gif") no-repeat;
}
#lcm_video{	
	float:left;
	margin:10px;
	display:inline;
}
#lcm_stream_desc{
	color:#fff;
	font-size:11px;
	line-height:16px;
}
#sidebar{
	margin-left:670px;
}

#sidebar h2, #sidebar h3 {
	color:#fff;
	letter-spacing:-1px;
	margin:10px;
	padding:10px 0;
}

#sidebar h2 {
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a;
	font-size:18px;
}

#sidebar h3 {
	color:#fff;
	font-weight:bold;
	font-size:24px;
	height:72px;
}

#btn_more{
	float:right;
	margin:22px 10px;
	cursor:pointer;
}
#video_list{
	position:absolute;
	background:#000;
	margin-left:10px;margin-top:-10px;
	width:220px;
	height:100px;
	overflow:auto;
	border-bottom:1px solid #1a1a1a;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#video_list a{
	color:#fff;
	font-size:12px;
	display:block;
	text-align:right;
	line-height:16px;
	padding:0 5px;
	text-decoration:none;
}
#video_list strong{
	font-weight:bold;
}
#video_list a:hover{
	background:#00adef;
}

#tabs span{
	display:block;
	float:right;
	font-size:10px;
	color:#fff;
	border:1px solid #555;
	padding:5px 10px;
	margin-right:10px;
	text-decoration:none;
	border-bottom:none;
	cursor:pointer;
	}
.tab_off{
	background:#555;
}
.tab_on{
	background:#111;
}
#forms{
	margin:50px 10px 10px 10px; 
	position:relative;
}
#forms div{
	clear:right;
	margin:15px 0;
}
#forms label{
	color:#888;
	font-size:10px;
}
#forms .text{
	width:190px;
	border:3px solid #fff;
	display:block;
	margin:5px 0;
}

textarea{
	border:3px solid #fff;
	width:190px;
	height:70px;
	margin:5px 0 0 0;
	font-family:arial,verdana,sans-serif;
}
#blog_form textarea {
	height:60px;
	font-size:10px;
}
#blog_form p{font-size:11px;color:#fff;}
.button{
	padding-bottom:20px;	
}
#response_message, #response_notes{
	color:black;
	font-size:12px;
	display:block;
	background:#ff7;
	padding:3px;
	margin:7px 15px 5px 5px;
	float:right;
}

.examplebox{
	position:absolute;
	left:-200px;
	background:white;
	padding:5px;
	font-size:12px; 
}
.examplebox a{color:blue;}



/* SERMON PLAYER ONLY */
#sermonplayer #sidebar h1 img{display:none;}
#series_title{
	margin:10px 0 0 0 !important;
	padding:0px !important;
	width:210px;
	height:;
	overflow:hidden;
	border:0 !important;background:red;
}
#series_title span{
	text-transform:uppercase;
	color:#888;
/*	display:block;*/
	font-size:10px;
	letter-spacing:0;
	margin:3px 0;
}

#lcm_stream_title{
	font-size:18px !important;
	height:52px !important;
	margin-top:0 !important;
	padding-top:5px !important;
	margin-bottom:0 !important;
	font-weight:normal !important;
}
#sermonplayer #btn_more{
	margin-top:20px;
	margin-bottom:0;
}
#sermon_date{
	margin:10px 0 10px 0;	
	padding:10px 0 10px 10px;
	color:#bbb;
	font-size:12px;background:black;
	border-bottom:1px solid #222;
	border-top:1px solid #222;
}
#sermonplayer #video_list a{
	text-align:left;
	padding:3px
}
#sermon_links{
	border-bottom:3px solid #00adef;
	font-size:10px;
	height:16px;
}
#sermon_links span,#sermon_links strong{
	display:block;
	float:left;
	padding:3px;
} 
#sermon_links strong{
	text-transform:uppercase;
	color:#888;
	padding-left:10px;

}
#sermon_links span{
	color:#fff;
	cursor:pointer;
}
#sermon_links span:hover{background:#444}
#sermon_links span.selected{background:#00adef;}

#sermonplayer #forms{
	margin-top:40px !important;
}

textarea#notes{
	font-size:11px;
	height:140px;
}
#sermonplayer #lcm_stream_desc{
	color:#fff;
	font-size:12px;
	border-top:0;
}
#sermonplayer #lcm_stream_author{
	color:#fff;
	font-size:12px;
}

#info_form p{
	color:#bbb;
	font-size:10px;
	padding:5px 0;
	margin:5px 0;
	border-top:1px solid #222;
}
#info_form a {
	color:#00adef;
	font-size:12px;
	line-height:16px;
}