/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

/* ALAP ------------------------------------------------------------*/

body {
	line-height: 1;
	color: #696969;
	background: #f9f7e8 url(../img/bg.png) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
}


div#wrapper{
	position: relative;
	width: 990px;
	margin: 0 auto;
}

h6{
	font-size: 14px;
	line-height: 1.5em;
	color: #665d4e;
}

p.excerpt{
	font-size: 32px;
	line-height: 1.5em;
	color: #665d4e;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

p.excerpt a{
	color: #3e372b;
	text-decoration: none;
}

p.section-title{
	display: block;
	overflow: hidden;
	color: #665d4e;
	margin-bottom: 18px;
}

p.section-title span.title{
	display: block;
	float: left;
	font-size: 36px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #665d4e;
}


p.section-title span.desc{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 18px;
}


.title-1{
	background: url(../img/h1-bg.png) no-repeat -3px 3px;
	text-indent: 9px;
}

.title-2{
	background: url(../img/h2-bg.png) no-repeat 0px 15px;
	text-indent: 10px;
}

.title-3{
	color: #e1820b;
}


blockquote h4{
	font-size: 26px;
	background: url(../img/quotes-close.png) no-repeat right bottom;
	font-style: italic;
	font-family: Georgia;
	color: #665d4e;
	line-height: 1.5em;
}

blockquote h4:first-letter{
	font-size: 26px;
}

div.col blockquote p,
blockquote p{
	font-size: 14px;
	font-style: italic;
	font-family: Georgia;
	color: #665d4e;
	line-height: 1.5em;
}

img.left-align{
	float:left;
	margin:8px 18px 18px 0;
	display: block;
}

img.right-align{
	float:right;
	margin:0px 0px 0px 10px;
	display: block;
}

img.boxed{
	background: white;
	padding: 5px;
	border: 1px solid #606060;
}

/* LINKS ------------------------------------------------------------*/

a{
	text-decoration:none;
	color:#637fa1;
}

a:hover{
	text-decoration:none;
	color:#637fa1;
}

/* HEADER ------------------------------------------------------------*/

div#header{
	overflow: hidden;
	position: relative;
	height: 210px;
	width: 100%;
	text-align: center;
}


div#header img#logo{
	margin-top: 30px;
}

/* NAV ------------------------------------------------------------*/

#menu{
margin: 0 0px 10px 0px;
text-align: center;
border-bottom: 1px solid #665D4E;
padding-bottom: 8px;
padding-right: 18px;
font-weight: bold;
}

ul#nav{
	display: block;
	margin: 0;
	width: 870px;
}

ul#nav li{
	display: block;
	float: right;
}

ul#nav li a{
	font-size: 18px;
	text-decoration: none;
	margin-left: 15px;
	padding-right:15px;
	border-right: 1px solid #665d4e;
	line-height: 28px;
}

ul#nav li.last a{
	border-right: none 0px;
	padding-right:0px;
}

ul#nav li ul li{
	border: none;
}

ul#nav li ul{
	display: block;
	padding: 10px 5px;;
	background: white;
	border: 1px solid #665d4e;
}

ul#nav li ul li{
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #665d4e;
}

ul#nav li ul li:last-child{
	border: none;
}

ul#nav li ul li a{
	border: none;
	font-size: 14px;
}

/* MAIN ------------------------------------------------------------*/

div#main{
	width: 960px;
	min-height: 650px;
	position: relative;
	overflow: hidden;
	padding: 15px;
	background: url(../img/main_bg.png) no-repeat center top transparent;
}


div.holder{
	overflow: hidden;
	margin-top:10px;
}

div.holder div.block{
	width: 307px;
	float: left;
	margin: 0px 18px 0px 0px;
}


div.holder div.last{
	margin: 0px 0px 70px 0px;
}


div.holder div.block div.thumb-holder{
	position: relative;
	width: 250px;
	height: 115px;
	background: url(../img/thumb-bg.png) no-repeat;
	margin-bottom: 5px;
}

div.holder div.block img.thumb{
	position: absolute;
	top:3px;
	left:3px;
}

div.holder div.block h2{
	line-height: 1em;
	margin-bottom: 0px;
	text-indent: 0px;
	background: none transparent;
}

div.holder div.block h3{
	line-height: 1em;
	margin-bottom: 10px;
}

div.holder div.block p.thumb-text{
	font-size: 14px;
	line-height: 1.5em;
	color: #665d4e;
	border-top: 2px solid #665d4e;
	padding-top: 10px;
	margin-bottom: 10px;
}


div.top-img{
	width: 100%;
	margin-top: 13px;
	margin-bottom: 10px;
}

div.top-img img{
	display: block;
	margin: 0 auto;
}




/* COLUMNS ------------------------------------------------------------*/

div.one-col,
div.two-col,
div.three-col{
	overflow: hidden;
}

div.separator{
	border-bottom: 1px solid gray;
	margin-bottom: 18px;
}

div.one-col div.col{
	width: 100%;
}

div.two-col div.col{
	width: 250px;
	float: left;
	margin-right: 20px;
}

div.two-col div.last{
	margin-right: 0px;
	width: 690px;
}

div.three-col div.col{
	width: 300px;
	float: left;
	margin-right: 30px;
}

div.three-col div.last{
	margin-right: 0px;
}

div.col p{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}


/* FORMS ------------------------------------------------------------*/

label {
	font-weight: bold;
	font-size: 12px;
}

div.contact-left form,
div.leave-comment form{
}

div.contact-left form,
div.leave-comment form{
	margin-top: 20px;
	margin-left: 1px;
}


div.contact-left form input,
div.contact-left form textarea,
div.leave-comment form input,
div.leave-comment form textarea{
	color: #665d4e;
	font-size: 14px;
	border: 1px solid #665d4e;
	background: #f9f7e8;
	padding: 4px 5px;
}

div.contact-left form input,
div.contact-left form textarea,
form#comment-form input,
form#comment-form textarea{
	width: 234px;
	margin-bottom: 6px;
	font-size:12px;
}

div.contact-left form input#send,
form#comment-form input#send{
	width: 87px;
	height: 36px;
	background: url(../img/login.bmp) no-repeat transparent;
	border: none;
	margin-top: 14px;
}


div.contact-left form input#send:hover,
form#comment-form input#send:hover{
	background-position: 0px -36px;
}


div.contact-left form fieldset label,
form#comment-form label{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #665d4e;
}

div.contact-left form fieldset p,
form#comment-form p{
	
}

div.contact-left p#error,
div.leave-comment p#error{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 10px;
}


div.contact-left p#success,
div.leave-comment p#success{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #e1820b;
	margin-bottom: 10px;
}

div.contact-left2 form,
div.leave-comment2 form{
}

div.contact-left2 form,
div.leave-comment2 form{
	margin-top: 0px;
	margin-right: 15px;
}


div.contact-left2 form input,
div.contact-left2 form textarea,
div.contact-left2 form select,
div.leave-comment2 form input,
div.leave-comment2 form textarea{
	color: #665d4e;
	font-size: 14px;
	border: 1px solid #665d4e;
	background: #f9f7e8;
	padding: 4px 5px;
}

div.contact-left2 form input,
div.contact-left2 form textarea,
form#comment-form input,
form#comment-form textarea{
	width: 237px;
	margin-bottom: 6px;
	font-size:12px;
}

div.contact-left2 form select{
    width : 249px;
	margin-bottom: 6px;
	font-size:12px;
}

div.contact-left2 form input#send,
form#comment-form input#send{
	width: 87px;
	height: 36px;
	background: url(../img/login.bmp) no-repeat transparent;
	border: none;
	margin-top: 14px;
}


div.contact-left2 form input#send:hover,
form#comment-form input#send:hover{
	background-position: 0px -38px;
}


div.contact-left2 form fieldset label,
form#comment-form label{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #665d4e;
}

div.contact-left2 form fieldset p,
form#comment-form p{
	
}

div.contact-left2 p#error,
div.leave-comment2 p#error{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 10px;
}


div.contact-left2 p#success,
div.leave-comment2 p#success{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #e1820b;
	margin-bottom: 10px;
}

/* FONT STYLES ------------------------------------------------------------*/


div#main p.boxed-dotted{
	background: white;
	padding: 5px;
	border: 2px dotted gray;
}

div#main p.boxed-dashed{
	background: white;
	padding: 5px;
	border: 2px dashed gray;
}


div#main p.boxed-important{
	background: #e3b438;
	padding: 5px;
	border: 2px solid #801409;
	color: #801409;
}

div#main p.boxed-blue{
	background: #dfeefa;
	padding: 5px;
	border: 2px solid #4a5761;
	color: #4a5761;
}

ul.list li{
	margin-left: 20px;
	list-style: disc;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #665d4e;
	border-bottom: 1px solid gray;
}

ol.list li{
	margin-left: 20px;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #665d4e;
	border-bottom: 1px solid gray;
}

/* TOGGLE & ACCORDION ------------------------------------------------------------*/


h5.accordion-trigger,
h5.toggle-trigger {
	padding: 0 0 0 45px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 100%;
	float: left;
	background: url(../img/toggle-button.png) no-repeat  10px 10px;
	border-bottom: 1px solid #665d4e;
}


h5.accordion-trigger a,
h5.toggle-trigger a {
	color: #665d4e;
	text-decoration: none;
	display: block;
}

h5.accordion-trigger a:hover,
h5.toggle-trigger a:hover { 
	color: #606060;
}

h5.accordion-trigger.active,
h5.toggle-trigger.active {
	background-position-x: 10px;
	background-position-y: -68px;
} 

div.accordion-container,
div.toggle-container {
	margin: 0 0 5px 0px;;
	padding: 0;
	overflow: hidden;
	width: 455px;
	clear: both;
}

div.accordion-container .block,
div.toggle-container .block {
	padding: 10px; 
}


div.accordion-container .block p,
div.toggle-container .block p{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* FOOTER ------------------------------------------------------------*/


div#footer{
	width: 100%;
	padding-top: 23px;
	margin-top: 40px;
}


div#footer ul#follow li p{
	font-size: 14px;
	line-height: 1.5em;
	color: #665d4e;
	font-weight: bold;
}


div#footer div#footer-wrapper{
	position: relative;
	width: 960px;
	min-height: 200px;
	margin: 0 auto;
	background: url(../img/bottom-bg.png)  no-repeat bottom center;
}


div#footer div#footer-wrapper ul#follow{
	display: block;
	position: absolute;
	width: 244px;
	height: 56px;
	top: -80px;
	left: 358px;
	background: url(../img/follow-bg.png) no-repeat;
}

div#footer div#footer-wrapper ul#follow li{
	display: block;
	float: left;
	margin-left: 17px;
	margin-top: 10px;
}

div#footer div.footer-cols{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#footer div.footer-cols div{
	width: 238px;
	margin: 0px 1px;
	float: left;
	min-height: 170px;
	background: url(../img/footer-separator.png) no-repeat top right;
}

div#footer div.footer-cols ul{
	width: 100px;
	margin: 0  auto;
}


div#footer div.footer-cols div.last{
	background: none;
}

div#footer div.footer-cols ul li{
	margin-left: 10px;
	margin-bottom: .1em;
}

div#footer div.footer-cols ul li a{
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: lighter;
}

div#footer div.footer-cols ul li:first-child{
	margin-bottom: .5em;
}

div#footer div.footer-cols ul li:first-child a{
	text-decoration: none;
	font-size: 14px;
}

div#footer div.footer-cols ul li a:hover{
	text-decoration: underline;
}

div#footer div.footer-bottom{
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

div#footer div.footer-bottom p.legal{
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	height: 30px;
	text-align: center;
}

/* LEFT BUTTONZ ------------------------------------------------------------*/


.movies{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	left: 20px;
	top: 40px;
	color: #FFFFFF;
}

.vote{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	left: 20px;
	top: 40px;
	color: #FFFFFF;
}

.vote2{
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	left: 47px;
	top: 40px;
	color: #FFFFFF;
}

#cpanel{
	margin-right:50px;
}

#cpanel a{
	color:#696969;
	text-decoration: none;
}

#cpanel a:hover{
	color:#696969;
	text-decoration: none;
}

.stats_line
{
	padding-right:10px;
}