@charset "utf-8";

/* body { behavior: url("csshover.htc"); }*/

/* RESET STYLES (meyer) */
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: inherit;
	vertical-align: baseline;
}
DIV { margin:0px; padding:0px; line-height:0px; }

HTML, BODY {
	background: #fff;
}
BODY {
	color: #222;
	font-size: 62.5%; /* Resets 1em to 10px */
}

/* Various Tags & Classes */
:focus { outline: 0; }
html { color:#000; background:#FFF; }
fieldset, img {	border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal;	font-weight:normal; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: bold; }
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
input, textarea, select { *font-size:100%; }
acronym, abbr, span.caps { cursor: help; }
A IMG {	border: none; }

.clear { display: inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.centered { text-align: center; }
/* eof Various Tags & Classes*/


/* STRUCTURE */
#page {
	background: #fff;
	padding:0;
	margin: 10px auto 0;
	width: 760px;
}
#header {
	overflow: hidden;
	_height: 1%;
	margin-left: 0px;
	margin-bottom: 5px;
}
#content {
	float: left;
	margin: 13px 0 0;
	width: 775px;
	padding-bottom: 20px;
}

/* LOGO and TOP-MENU */
#logo {	display: block;	float: left; margin-right: 18px; margin-top: 8px; margin-left: 1px; }

#top { float: left; width: 609px; margin-top: 6px;}
#top .title { 
	background: url(../img/headerBorder.gif) -1px top no-repeat; 
	float: left;
	width: 609px;
	height: 117px;
	text-align: left;
	margin-top: 15px;
	margin-left: -1px;
}

#top .menu { width: 100%; margin-top: 1px; display:block; }
#top .menu img, #top .menu a { padding: 0; margin: 0; float: left; }
#top .menu img.blank { margin-top: 1px; }

#top .menu a.start {
	background: url(../img/menuTop2.gif) no-repeat top left;
	background-position: -1px top;
	width: 50px;
	height: 25px; 
	display: block;
}
#top .menu .active a.start{
	background: url(../img/menuTop2.gif) no-repeat top left;
	background-position: -1px -25px;
	width: 50px;
	height: 25px; 
	display: block;
}
#top .menu a.start:hover { 
	background-position: -1px -25px;
}

#top .menu a.rules {
	background: url(../img/menuTop2.gif) no-repeat bottom left;
	background-position: -51px top;
	width: 111px;
	height: 25px;
	display: block;
}
#top .menu .active a.rules {
	background: url(../img/menuTop2.gif) no-repeat bottom left;
	background-position: -51px -25px;
	width: 111px;
	height: 25px;
	display: block;
}
#top .menu a.rules:hover { 
	background-position: -51px -25px;
}

#top .menu a.opinions {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -162px top;
	width: 64px;
	height: 25px;
	display: block;
}
#top .menu .active a.opinions {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -162px -25px;
	width: 64px;
	height: 25px;
	display: block;
}
#top .menu a.opinions:hover { 
	background-position: -162px -25px;
}

#top .menu a.workit {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -226px top;
	width: 81px;
	height: 25px;
	display: block;
}
#top .menu .active a.workit {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -226px -25px;
	width: 81px;
	height: 25px;
	display: block;
}
#top .menu a.workit:hover { 
	background-position: -226px -25px;
}

#top .menu a.blog {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -307px top;
	width: 95px;
	height: 25px;
	display: block;
}
#top .menu .active a.blog {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -307px -25px;
	width: 95px;
	height: 25px;
	display: block;
}
#top .menu a.blog:hover { 
	background-position: -307px -25px;
}

#top .menu a.tre {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -402px top;
	width: 83px;
	height: 25px;
	display: block;
}
#top .menu .active a.tre {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -402px -25px;
	width: 83px;
	height: 25px;
	display: block;
}
#top .menu a.tre:hover { 
	background-position: -402px -25px;
}

#top .menu a.about {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -557px top;
	width: 51px;
	height: 25px;
	display: block;
}
#top .menu .active a.about {
	background: url(../img/menuTop2.gif) top left no-repeat; 
	background-position: -557px -25px;
	width: 51px;
	height: 25px;
	display: block;
}
#top .menu a.about:hover { 
	background-position: -557px -25px;
}

/* BANNER */
#banner { margin-bottom: 5px; margin-left: -1px; }

/* VIDEO LEFT */
#left { float: left; width: 411px; }
#left .top { 
	float: left; 
	background: url(../img/contentLTop.gif) no-repeat top left; 
	width: 411px; 
	height: 23px; 
}
#left .middle { 
	float: left; 
	background: url(../img/contentLMiddle.gif) repeat-y top left; 
	width: 411px; 
	height: 432px; 
	text-align: center;
	padding-left: 2px;
}
#left .middle .video { margin: 0 auto; width: 384px; height: 288px; background-color: #eee; margin-top: 10px;}
#left .middle .feedback { width: 100%; xborder: 1px solid red; }
#left .middle .feedback .share { float: left; margin: 5px 0 0 17px; }
#left .middle .feedback .rate { float: right; margin: 6px 16px 0 0; }
#left .middle .feedback .rate .star { float: left; }
#left .middle .description { float: left; width: 100%; margin-top: 15px; }
#left .middle .description .left { float: left; padding-left: 70px; margin-top: 28px; padding-right: 10px; xborder: 1px solid blue;}
#left .middle .description .right { float: right; padding-right: 66px; margin-top: 28px; padding-left: 8px; xborder: 1px solid blue;}
#left .middle .description .txt { float: left; width: 222px; padding-top: 0; margin-top: 0px; xborder: 1px solid red;}
#left .bottom { 
	float: left; 
	background: url(../img/contentLBottom.gif) no-repeat top left; 
	width: 411px; 
	height: 23px; 
}
#left .bottom2 { 
	float: left; 
	background: url(../img/contentLBottom3.gif) no-repeat top left; 
	width: 417px; 
	height: 23px; 
}
#left .middle .subTxt { text-align: left; padding: 0 20px 0; margin-top: 0px; }

/* RIGHT ADDS */
#right { float: left; width: 347px; }
#right #left { float: left; width: 411px; }
#right .top { 
	float: left; 
	background: url(../img/contentRTop.gif) no-repeat top left; 
	width: 347px; 
	height: 27px; 
}
#right .middle { 
	float: left; 
	background: url(../img/contentRMiddle.gif) repeat-y top left; 
	width: 347px; 
	height: 428px; 
	xtext-align: center;
	padding-left: 15px;
}
#right .bottom { 
	float: left; 
	background: url(../img/contentRBottom.gif) no-repeat top left; 
	width: 347px; 
	height: 18px; 
}

/* POPULAR PEOPLE */
#popular { float: left; width: 754px; margin-top: 15px; }
#popular .top { float: left; background: url(../img/popularTop.png) no-repeat top left; width: 754px; height: 35px; } 
#popular .middle { 
	float: left; 
	background: url(../img/popularMiddle.gif) repeat-y top left; 
	width: 754px; 
	padding-left: 17px;  
	padding-top: 12px;
} 
#popular .middle .smallThumb { float: left; width: 60px; padding-right: 13px; } 
#popular .bottom { float: left; background: url(../img/popularBottom.gif) no-repeat top left; width: 754px; height: 19px; } 

/* CANDIDATES */
#candidates { float: left; width: 754px; margin-top: 15px; }
#candidates .top { float: left; background: url(../img/candidatesTop.png) no-repeat top left; width: 754px; height: 35px; } 
#candidates .middle { 
	float: left; 
	background: url(../img/popularMiddle.gif) repeat-y top left; 
	width: 754px; 
	padding-left: 24px;  
	padding-top: 16px;
} 
#candidates .middle .col1 { width: 730px; }
#candidates .middle .col2 { width: 730px; margin-top: 5px; }
#candidates .middle .thumb { float: left; width: 83px; padding-right: 20px; padding-bottom: 5px; } 
#candidates .bottom { float: left; background: url(../img/candidatesBottom.png) no-repeat top left; width: 754px; height: 39px; } 
#candidates .bottom .browseLeft,
#candidates .bottom .browseLeftEnd { float: left; padding-left: 21px; padding-top: 4px; padding-right: 4px; }
#candidates .bottom a.browseRight,
#candidates .bottom a.browseRightEnd { float: left;  padding-top: 4px; padding-left: 4px; }
#candidates .bottom a.pageItem,
#candidates .bottom a.pageItemActive { float: left;  padding-top: 4px; padding-right: 3px; }

.copy { float: left;  width: 100%; text-align: center; margin-top: 10px;}

#contestForm { margin: 20px 0; }
.labelHeader { margin: 10px 0 7px 0; padding: 0; font-size: 1em;}
.inputHeader { margin-top: 15px; } 
.inputGeneral { width: 350px; border: none; }
.btnLink { margin-top: 0px; margin-bottom: 15px; }

/* TYPO */
BODY, TD, SPAN, INPUT, TEXTAREA, P, A, SELECT {
	font-family:Trebuchet MS, Verdana, Tahoma;
	line-height:1.3em;
	color:#333333;
}
INPUT, TEXTAREA, SELECT { background-color:#F1F1F1; }
INPUT, SELECT {	height:19px; }

P { font-size: 1.1em; line-height: 1.3em; margin:0px; margin-bottom:15px; }
h1 { font-size:2.4em; line-height:1.1em; padding-bottom: 0.7em;}
h2 { font-size: 1.8em; line-height:1.1em; padding-bottom: 0.5em;}
h3 { font-size: 1.6em; line-height:1.1em; padding-bottom: 0.5em;}
h4 { font-size: 1.4em; line-height:1.1em; padding-bottom: 0.5em;}
h5 { font-size: 1.2em; line-height:1.1em; text-align: center; padding-bottom: 0.5em;}
h4.contest { margin-top: 0px; padding-top: 0; }
.small { font-size:10px; line-height:11px; }

ul, ol {
	padding: 0;
	margin: 0 0 0.5em 23px;
	}
ul li, ol li {
	padding: 0 0 0.5em 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	}