/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
body {
    background: url("../images/grid_bg.png") repeat scroll 0 0 #FFFFFF;
    border-top: 6px solid #DEDEDE;
    color: #777777;
    font-family: "Verdana",Calibri,Arial;
    font-size: 11px;
    letter-spacing: 0.015em;
}
h2, h1 {
	font-size:22px;
	color:#3ac5ff;
	margin:0 0 15px 0;
}
p {
	line-height:15px;
	text-align:justify;
	margin-bottom:15px;
}
ul {
	margin-bottom:15px;
}
li {
	line-height:15px;
}
small {
	font-size:10px;
	color:#AEAEAE;
}
a {
	text-decoration:underline;
	color:#5ed0ff;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight:bold;
}
#container {
	margin:0 auto;
	width:960px;
}
#header {
	height:350px;
}
.logo {
	float:left;
	margin:0 0 0 50px;
}
.logo_text {
	float:right;
	width:330px;
	margin:105px 14px 0 0;
}
.logo_text h1 {
	background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
	height:36px;
	width:260px;
	text-indent:-999999px;
}
.logo_text p {
	text-align:center;
	font:Arial;
	font-size:18px;
	color:#3ac5ff;
	width:265px;
	padding:10px 0 0 0;
}
#menu {
}
#menu li {
/*	width:191px;
*/	height:20px;
	display:block;
	background:#FFF;
	float:left;
	border-left:1px solid #DDD;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:15px 0;
}
#menu li a{
	font:Arial;
	font-size:12px;
	color:#555555;
	text-decoration:none;
	padding:15px 21px;
}
#menu li:hover {
	background: #f7fdff;
}
#content {
	width:99%;
}
#footer {
	margin:15px 0;
}
#footer li {
	float:left;
}
.video {
	height:350px;
}
.video p {
	margin-bottom:5px;
}
.vote {
	margin:100px 0 0 70px;
	width:200px;
	height:140px;
	border:1px solid #DDD;
	background: #F9F9F9;
	padding:5px;
	float:left;
}
.vote:hover {
	background: #FBFFF3;
}
.votes {
	font-size:24px;
	color:#b5dc4f;
	text-align:center;
}
.title {
	text-align:center;
}
.btn_vote {
	overflow:hidden;
	height:50px;
	padding-top:1px;
	margin-bottom:5px;
}
.youtube {
	float:right;
	margin: 22px 50px 0 0;
	border:10px solid #f9f9f9;
}
.sep {
	background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DADADA;
	border-width:90%;
	height:5px;
}
.delimiter {
	margin-bottom:25px;
}
.button {
	width:150px;
	background:#3ac5ff;
	text-align:center;
	border:1px solid #00b4ff;
}
.button a {
	padding:5px;
	color:#FFF;
	text-decoration:none;
	display:block;
}
h3 {
	margin:15px 0 5px 0;
	color:#3ac5ff;
	font-weight:bold;
}
#clasament li {
	
}
ul li:nth-child(4) {
	text-indent: -9999px;
}