html
{
	height:100%;
}

body
{
	padding:0px; 
	margin:0px 0 0 20px !important;	
	height:100%;
	overflow-x:hidden;
	background-color: #231f20 !important;
}
.loader
{
	width:100%;
	margin:auto;
	color:white;
	text-align:center;
	top:45%;
	position:fixed;
	text-shadow:0px 0px 5px #007fd4;
}
.loader p {
	margin:0;
	font-family:"Muli", Helvetica, Arial, sans-serif;
	font-size:20pt;
	text-align:center;
	text-transform:uppercase;
}
.logo
{
	cursor: pointer;
	float: left;
	padding-right: 20px;
}
	
.headline
{
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif !important;
	text-transform: uppercase;
	font-size:400%;
	color: #a7a9ac;
	line-height: 90%;
	padding-left: 0; 
	margin-top: 20px;
	
}

h2, h3, p {
	color: white !important;
}
h3 {
	clear:both;
	
}
.h3 {
	color: #f3dc76 !important;
	
}
.imgslide {
	clear:both !important;
	float: left;
	width: 90%;
}
.voteslide {
	max-width: 50%;
	float: left;
	clear:both;
	cursor: pointer;
}
#socialholder {
	position: relative;
}


.social
{
	height:30px;
	line-height:30px;
	width:100px;
	
}
	
		.social a i
		{
		float:left;
		color:white;
		line-height:30px;
		margin-right:20px;
		}
			.social a i:hover
			{
			color:#666;
			cursor:pointer;
			}
			.social a:last-of-type
			{
			margin-right:0px;
			}

#thumbholder {
	padding: 10px 0 20px 0;
	width: 100%; 
	background-color: #ED1C24;
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
	overflow:hidden;
}
	#thumbholder #header {
		text-transform: uppercase;
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 100%;
		letter-spacing: .6em;
		padding-bottom: 10px;
		font-weight: bold;
		text-align: center;
		width: 100%;
	}
	#thumbholder img {
		float: left;
		cursor: pointer;
		padding: 0 0 5px 5px;
		
	}
	#thumbholder img:hover {
		opacity: .7;
	}
	.activethumb {
		border-bottom: 2px solid white;
	}
#content {
	width: 100%;
	overflow: hidden;
}	
	
.caption {
	color: gray;
	padding: 10px 10px 20px 0;
	float: left;
	font-size: 11pt;
	clear:both;
}
#voteslides {
	padding: 0;
}
#voteslides p {
	margin-bottom: 20px;
}
#voteslides .row {
	margin-left: 0 !important;
}
.vote {
	
}
	.vote h2 {
		margin-top: 0 !important;
	}
	.voteimageholder {
		float: left;
		overflow: hidden;
		position: relative;
	}
	.voteimageholder .caption {
		padding: 0;
		margin: 3px 0 6px 0;
		color: white;
		font-weight: bold;
	}
	.voteimageholder .caption:last-child {
		margin-bottom: 10px;
	}
	.vote img {
		cursor: pointer;
		border: 1px solid white;
		float: left;
		margin-right: 20px;
	}
	.vote .whatshewore {
		border: 3px dashed white;
		float: left;
		margin-right: 20px;
	}
	.vote img:hover {
		border: 1px solid #f3dc76 ;
	}
	.voteresult {
		background-color: white;
		padding: 10px;
		color: #0075bc;
		position: absolute;
		font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif !important;
		font-size: 130%;
		left: 0; top: 0;
		display:none;
	}
.comingsoon {
	text-align: center;
	font-weight: bold;
	
  
}
.yellow {
	color: #f3dc76 !important;
}
#comments {
	margin-top: 20px;
}