/*   
Theme Name: csfilms
Theme URI: www.cs-films.com
Description: A custom theme for CS Films
Author: Alex Engelmann
Author URI: www.alexengelmann.com
Version: 0.1
.
General comments/License Statement if any.
.
*/
/* -------------------CSS RESET---------------------*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html
{
	height:100%;
	background-color:#323232;
	background-image:url('images/bg.gif');
}
body {
	line-height: 1;
	background-image:url('images/bg_grad.png');
	background-repeat:repeat-x;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	display:inline;
}
tr, td
{
	vertical-align:middle;
	color:#000000;
	font-weight: normal;
	font-size: 0.9em;
	font-family: sans-serif;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#site{
	width:862px;
	margin:0px auto;
}

#header{
	width:862px;
	height:30px;
	padding-top:30px;
}

#proverb{
	height:10px;
	padding-top:20px;
	text-align:right;
	float:right;
}

#spacer{
	clear:both;
	height:30px;
	width:100%;
}
div.menu-mainnav-container{
	float:left;
	width:120px;
}
a.active{
	background-color:#d4983d;
}
ul.menu li a{
	font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:1.125em;
	line-height:1.25em;
	color:#e8e8e8;
	cursor:pointer;
	text-decoration:none;
	display:block;
	text-indent:5px;
}
ul.menu li a:hover{color:#d4983d;}
ul.menu ul li a{
	font-weight:normal;
	font-size:0.75em;
	line-height:1.5em;
	text-indent:20px;
}
ul.menu ul li a:hover{color:#d4983d;}
ul.menu li.current_page_item{background-color:#d4983d;}
ul.menu li.current_page_item a:hover{color:#000;}

#body{
	float:left;
	width:712px;
	margin:0px 0px 0px 30px;
}

#title{
	width:712px;
	height:60px;
}

div.player{
	width:500px;
	height:279px;
	float:left;
	overflow:hidden;
}

div.vidInfo{
	background-image:url("images/trans_bg.png");
	position:absolute;
	padding:8px;
	width:484px;
	height:35px;
	display:block;
	z-index:2;
}
div.vidPlayer{
	position:relative;
	overflow:hidden;
	z-index:1
	height:279px;

}
div.vidDetails{
	width:500px;
	clear:both;	
}
div.vidDetails b{color:#ffffff;}

#thumbContainer{
	width:212px;
	height:300px;
	float:left;
	overflow:hidden;
}
#thumbnails{
	width:212px;
	height:281px;
	float:left;
}

#thumbnails li a{
	width:74px;
	height:74px;
	float:left;
	margin:0px 0px 25px 30px;
	border:#cccccc solid 1px;
}

#thumbnails li a:hover{
	border:#fbb03f solid 1px;
}
div.slide{width:212px;float:left;}
.control{
	font-family:Arial,sans-serif;
	font-weight:bold;
	font-size:1.125em;
	line-height:1.25em;
	color:#e8e8e8;
	text-decoration:none;
}
#footer
{
	float:right;
	width:712px;
	border-top:#e8e8e8 solid 1px;
}
p{
	color:#e8e8e8;
	font-family:Arial,sans-serif;
	font-size:0.9em;
	font-weight:100;
	line-height:1.5em;
}

p.proverb{
	color:#aaaaaa;
	font-family:Georgia,"Times",Times New Roman,serif;
	font-size:0.75em;
	font-style:italic;
	text-shadow: #111111 2px 2px 4px;
}
p.smallGrey{
	color:#aaaaaa;
	font-family:Arial,sans-serif;
	font-size:0.7em;
	text-align:center;
}

p.smallGrey a{
	color:#e8e8e8;
	text-decoration:none;
}
p.smallGrey a:hover{color:#ffffff;}

p.smallWhite{
	font-size:0.75em;
	color:#cccccc;
	line-height:1.75em;
}

a.contact{
	color:#d4983d;
	text-decoration:none;
}
h1{
	font-size:1.5em;
	color:#e8e8e8;
}

img.preview{
	border:#e8e8e8 solid 1px;
}
