/* Styles.css
	Site: onestepcloser.tv
	Author: George Henderson, Kemso, LLC (http://kemso.com)
	Date: September 2009
*/


/* Body & Top Level Definitions */
body {
	
	margin: 0px;
	padding: 0px;	
	
	background-color: #f6efeb;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
	
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
	color: #333;
}



a, a:visited {
	color: #782a20;
}
a:hover, a:active {
	color: #e47200;
}

h1 {
	margin-top: 0;
	color: #333;
	font-size: 36px;
}

h2 {
	color: #999;
	line-height: 22px;
}

h3 {
	background-color: #782a20;
	color: #f6efeb;
	margin: 0 0 8px 0;
	padding: 5px;
	
}
h4 {
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
}
ul {
	list-style: none;
}
.clearer {
	line-height: 0px;
	height: 0px;
	text-indent: -9999px;
	clear: both;
}
#header {
	width: 980px;
	margin: 0 auto;
}
#header h1 {
	font-size: 35px;
	/* width: 300px; */
	margin: 0px 0 0px 0;
	float: left;
	text-transform: uppercase;
	
	width: 400px;
	height: 96px;
	background-image: url(../images/logo.jpg);
	text-indent: -9999px;
}
#subscribe {
	float: right;
	background-color: #e47200;
	padding: 5px 2px 7px 2px;
	width: 120px;
	text-align: center;
}
#subscribe a {
	text-decoration: none;
	color: #fff;
}
#subscribe a:hover {
	color: #f6efeb;
}
#search {
	float: right;
	background-color: white;
	padding: 10px 10px 12px 10px;
	width: 220px;
	height: 26px;
	background-color: #782a20;
}
#video_search input {
	float: right;
	width: 208px;
	padding: 3px 5px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	font-size: 13px;
	line-height: 13px;
	/* margin-right: 15px; */
	
	background: #fff url(../images/search.png) no-repeat scroll 3px center;
	padding-left: 22px;
	width: 191px;
}
#video_search input:focus {
	background-color: #e47200;
}
#featured_video_container {
	margin-bottom: 20px;
}
#main {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	background-color: white;
}
#video {
	width: 620px; 
	/* height: 360px; */
	/* background-color: black; */
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0px;
}
#video p {
	margin: 0px;
	padding: 0px;
}
#other_videos_container {
	width: 300px;
/* 	height: 350px; */
	margin-bottom: 20px;
	float: right;
	display: block;

}
#other_videos {
	background-color: #f6efeb;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tab {
	background-color: #f6efeb;
	display: block;
	padding: 7px 2px;
	width: 130px;
	margin: 0px;
	text-align: center;
	color: #333;
}
#other_video_roll {
	/* width: 260px; */
	margin: 0px 10px;
	background-color: white;
	
}
ul.video_roll {
	padding: 5px 10px;
	margin: 0;
	background-color: white;
}
.video_roll li {
	padding: 5px 0px;
	height: 75px;
}
.video_roll li span {
	display: block;
}
.video_roll li .img {
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 10px;
}
.video_roll li a.title {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
.video_roll li .subtitle {
}
.video_roll li .description {
	color: #999;
}

.first {	/* The first li in a ul */
	padding-top: 10px !important;
}

.img {
	display: block;
	background-color: black;
}
.right {
	display: block;
	margin-left: 240px;
}
#left {
	float: left;
	width: 220px;
	display: block;
	clear: none;
}

#tags ul {
	margin: 0;
	padding: 0;
}
#tags ul li {
	margin-bottom: 3px;
}

#description {
	font-size: 14px;
}

#footer {
	font-size: 12px;
	width: 970px;
	padding: 5px;
	margin: 20px auto 0px auto;
	background-color: #782a20;
}
#footer a, #footer span, #footer ul, #footer li {
	display: inline;
	margin-left: 5px;
	margin-right: 10px;
	color: white
}
#video_roll {
	background-color: #f6efeb;
	padding: 10px;
	float: right;
	width: 680px;
}
#video_roll ul {
	background-color: white;
	padding: 10px;
}
#video_roll li {
	border-bottom: 1px solid #f6efeb;
	padding: 0px 0px 8px 0px;
	margin-bottom: 8px;
}
#video_roll li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
