/* ======================================================
    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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
   : none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe{ width: 100%; height: 100%; }+

.clearfix:before,
.clearfix:after {
            content: "";
            display: table;
        }

 .clearfix:after {
            clear: both;
        }

        /* For IE 6/7 (trigger hasLayout) */
.clearfix {
            *zoom: 1;
        }

/* ======================================================
    Global styles
====================================================== */

body {
    /*
        1. Use font size in percentage for IE6-7 fix
        2. 14/16 = 0.875em x 100 = 87.5%
    */
    font: 87.5%/1.1 Arial, Helvetica, sans-serif;
    color: #666666;
	background-color:#000;
}

/* ----- Typography ------ */
h1,
h2,
h3 {
    font-family: "font-face", Arial, Helvetica, sans-serif;
    line-height: 1.1;
}

h1 {
    margin-bottom: 20px;
    font-size: 1.5em; /* 36/14 */
}

h2 {
    color: #FCBC00;
    font-size: 2.4em;
    font-weight: 700;
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 15px;
    font-size: 1.428571429em; /* 20/14 */
}

h4 {
    margin-bottom: 15px;
    font-size: 1.285714286em; /* 18/14 */
    font-weight: 700;
    font-style: italic;
}

h5,
p {
    margin-bottom: 15px;
	line-height:20px;
}

strong,b {
	font-weight: 700;
}

/* ----- Links ----- */

a {
	border:0;
	margin:0;
	padding:0;	
}

a:link {
    color: #e97260;
	text-decoration: none;
}

a:visited {
    color: #fff200;
}

a:hover {
	color: #fff200;
    text-decoration: none;
}

a:active {
    color: #e97260;
	text-decoration: none;
}

/* ----- Layout ----- */

.wide-layout {
	max-width: 1000px;   
	width: 100%; /* 1020/1040*100 */    
	padding: 0 10px; /* 10/1020*100 */
}

.narrow-layout {
    max-width: 980px;
	width: 98%; /* 980/1020*100 */
    padding: 0 20px; /* 20/980*100 */
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
	border:solid 1px #d7d7d7;
	height:auto;
	background:#FFF; 
	overflow:hidden;
	margin-bottom:20px;
	width:100%;
	max-width:1000px;
}


/* ----- Header ----- */

#ttmtopmenu-all {
    background: rgb(198,94,86); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2NWU1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjMxMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(198,94,86) 0%, rgb(150,49,41) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(198,94,86)), color-stop(100%,rgb(150,49,41))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(198,94,86) 0%,rgb(150,49,41) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(198,94,86) 0%,rgb(150,49,41) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(198,94,86) 0%,rgb(150,49,41) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(198,94,86) 0%,rgb(150,49,41) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65e56', endColorstr='#963129',GradientType=0 ); /* IE6-8 */
    box-shadow: 0 0 2px 1px #000000;
    height: 40px;
    left: 0;
    margin-bottom: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	border-bottom: 1px solid #222222;
}

#ttmtopmenu {
    clear: both;
    height: 40px;
    margin: 0 auto;
    width: 900px;
    z-index: 99;
	font-size:12px;
}

#ttmtopmenu .the_menu {
    float: left;
    text-align: center;
	margin-left:15px;
}

#ttmtopmenu li.first {
    background: none repeat scroll 0 0 #1C1C1C;
    font-weight: bold;
}

.social-share {
    float: left;
    height: 33px;
    margin-left: 10px;
    margin-top: 2px;
    width: 265px;
}

#ttmtopmenu ul, #ttmtopmenu li {
    height: 40px;
    line-height: 40px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
}

#ttmtopmenu .the_menu li {
    float: left;
    text-align: center;
}

#ttmtopmenu li.first a {
    color: #FFFFFF;
}

#ttmtopmenu .the_menu li a {
    color: #FFFFFF;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#ttmtopmenu .the_menu li a:hover {
    color: #FFFFFF;
    display: block;
    padding: 0 10px;
    text-decoration: none;
	background:#393939;
	height:100%;
}

.bl_background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bl_background img {
    height: 100%;
    width: 100%;
}

.header {
	width:100%;
	height:auto;
	float:left;
	margin-top:50px;
	display:block;	
}

.left {
	float:left;	
}

.container-content {
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	padding:20px;
	width:940px;
	height:auto;
    background-color: rgba(18, 57, 102, 0.9);
	background: rgba(18, 57, 102, 0.9);
	color: rgba(18, 57, 102, 0.9);
	min-height:600px;
	margin:30px 0;
	color:#FFF;
}

.footer {
	background-color: rgba(18, 57, 102, 0.9);
	background: rgba(18, 57, 102, 0.9);
	color: rgba(18, 57, 102, 0.9);
	height:100px;
	width:100%;
	float:left;
	line-height:80px;
}

.score { 
	color: #333333;
    float: right;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    margin-right: 70px;
    margin-top: -19px;
    padding: 10px;
}

.container-content ul {
    display: inline;
    float: left;
    height: auto;
    margin: 12px 0 -30px 0;
    width: 100%;
}

.container-content ul li {
    float: left;
    height: 280px;
    margin-bottom: 40px;
    margin-left: 12px;
    width: 299px;
}

.img-vote {
	border:solid 6px #932f27;
	height:178px;
	width:284px;	
}

.showname {
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 20px;
    height: 73px;
    margin: 10px 5px;
    text-transform: uppercase;
    width: 174px;
}

.vote-btn {
    float: left;
    height: 113px;
    position: relative;
    right: 0;
    top: -15px;
    width: 101px;
}