﻿.main-title
{
	font-family: Verdana,Arial,Helvetica,sans-serif,Impact;
	font-weight: bold;
	color: #CCCCCC !important;
	text-align: center;
}
.awards-titles
{
	color: #FFFFFF !important;
}
.awards-tagline
{
	text-align: center;
	color: #FFFF99 !important;
	margin-bottom: 1px;
	font-size: 20px;
}
.awards-tagline-h1
{
	font-size: 30px;
	font-weight: bold;
}
.awards-msg
{
	color: #FFFFFF !important;
	float: left;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 13px;
	text-align: justify;
	width: 388px;
}
.awards-register
{
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
	margin: 10px 0 20px 0;
	padding: 10px 0 12px 0;
}
.register-now-title
{
	margin-bottom: 5px !important;
	color: #FFFFFF;
}
.awards-cat
{
	width: 235px;
	float: left;
}
.awards-cat-list
{
	color: #FFFFFF !important;
	font-size: 18px;
	list-style: decimal outside none;
	margin-left: 17px;
	margin-top: 5px;
}
.awards-cat-list li
{
	margin: 5px 0 !important;
}
.awards-cat-msg
{
	color: #FFFF99 !important;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 22px;
}
h4
{
	font-size: 18px;
	margin: 0;
}
.question-block
{
	background-color: #222222;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.question
{
	margin: 10px;
	font-size: 18px;
	color:#ffffff;
}

.question a:link{
color:#9999FF !important;
}
.question a{
color:#9999FF !important;
}
.question a:hover{
text-decoration:underline;
}
.options:hover
{
	background-color: #222; /*background-position: 168px 37px;*/
}
.voted
{
	background-color: #222 !important;
	background-position: 168px 37px !important;
}
.options
{
	cursor: pointer; /*-moz-transition: all 0.2s ease 0s;*/
	background-image: url("../images/vote-now.png");
	background-position: 292px 37px;
	background-repeat: no-repeat;
	background-color: #111111;
	border: 1px solid #333333;
	float: left;
	margin: 0 10px 10px;
	padding: 10px;
	width: 260px;
	position: relative;
}
.option-img
{
	margin-right: 10px;
	float: left;
	width: 90px;
}
.option-name
{
/*	float: left;
	width: 160px;
	text-align: right;
*/
	background-color: rgba(0, 0, 0, 0.5);
   	bottom: 0;
   	color: #CCCCCC;
   	float: left;
	padding: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 95%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85000000', endColorstr='#85000000');
}
.nominee-name
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.nominee-desc
{
	font-size: 11px;
}
.options .radio-option
{
	display: none;
}
.winning-status
{
	background: url("../images/winner.png") no-repeat;
	position: absolute;
	top: 5px;
	right: -16px;
	display: none;
	width: 32px;
	height: 32px;
	z-index: 100;
}
.winner
{
	display: block;
}
.tied-status
{
	background-color: #111111;
	border: 1px solid #333333;
	padding: 4px 10px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 50px;
	border-right: none;
	font-weight: bold;
	display: none;
}
.tied
{
	display: block;
}



/*
        Social
        */
.social-add-this
{
	float: left;
	width: 400px;
}
.detail-page
{
	float: right;
	width: 200px;
	padding-top: 6px;
}

.award-taglines {
	width: 645px;
	height: 75px;
	text-align: center;
	cursor: pointer;
}
#awards-msg-cycle {
	margin-top: 30px;
}

.question-block.voted {
	background-attachment: scroll;
    background-image: url("../images/voted-bg.png");
    background-position: 502px 0px !important;
    background-repeat: no-repeat;
}