body {
	font-size: 12px;
	font-family: Verdana, Arial, san-serif;
	text-align: center;
	background: #f8f8f8 url(../site_images/bg.jpg) bottom no-repeat !important;
}

@font-face{
   font-family: gotham;
   src: url('../fonts/Gotham-Medium.otf') format("opentype");
}

td {
	font-size: 13px;
	font-family: Verdana, Arial, san-serif;
}

#site_container {
	margin: 0 auto;
	width: 820px;
	text-align: left;
	background: white;
	box-shadow: 0 0 15px #e7e7e7;
}

#header {
	padding: 20px;
	padding-bottom: 5px;
	position: relative;
}

#header #van_logo_container {
	position: absolute;
	right: 20px;
	top: 48px;
}

#header .logo_container img {
	display: inline;
	vertical-align: middle;
	
}

#content {
	padding: 20px;
	min-height: 800px;
	overflow: hidden;
}

a {
	color: #73B832;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Text Styles */

.error {
	color: red;
	font-weight: bold;
}

h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}


.home_header {
	text-transform:uppercase;
	font-family: gotham;
	text-align:center;
}

.banner {
	height: 370px;
	background: url(../site_images/banner.jpg) no-repeat center -125px;
	background-size: 100% auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/site_images/banner.jpg',
	sizingMethod='scale');
}

.exhibition {
	height: 330px;
	background: url(../site_images/exhibition.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/site_images/exhibition.jpg',
	sizingMethod='scale');
}


.winner {
	height: 420px;
	background: url(../2015_sub/1287/1.jpg) no-repeat center -190px;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/site_images/exhibition.jpg',
	sizingMethod='scale');
}

h1.home_header {
	background: #fff;
	background-color:rgba(255, 255, 255, 0.9);
	font-size: 32px;
	line-height: 31px;
	margin: 90px 0 0 0;
	padding: 15px 0;
}

	h1.home_header span {
		font-size: 25px;
	}
	
	

.winner h1.home_header {
	margin: 310px 0 0 0;
}



h1.sub_header {
	font-family: gotham;
	text-transform:uppercase;
	font-size: 19px;
}



p {
	margin-top: 10px;
	margin-bottom: 15px;
}

hr {
	padding: 0px;
	height: 2px;
	color: #565656;
	background: #565656;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}

a img {
	border: 0px;
}

/* form styles */


form {
	margin-bottom: 0px;
	line-height:16px;
}

form .title{
	font-size:12px;	
	font-weight:normal;
	text-align: left;
	padding-right: 20px;
	margin-bottom: 3px;
}

form div.input {	
	float: left;
	width: 290px;
}

form div.wide_input {	
	float: left;
	width: 580px;
}

form div.input select, form div.wide_input select {	
	width: 240px;
}

form .notes {
	margin-top: 15px;
	margin-bottom: 15px;	
}
	
form .spacer {
	height: 15px;
}

form .anotation {
	font-size:11px;
	margin-top:8px;
}

form input.submit, form input.button, a.button {
	font-size: 14px;
	background-color: #73B832;
	border: 0px;
	height: 28px;
	line-height: 28px;
	padding: 0px;
	width:140px;
	color: #FFFFFF !important;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-right: 25px;
	margin-top: 10px;
}

a.button {
	padding: 8px 20px;
	text-decoration:none !important;
}

a.button.disabled {
	cursor: default;
	background: #aaa;
}

#registrationForm div.input input, #sign_in div.input input, #UserName, #NewPassword, #ConfirmNewPassword {	
	width:260px;
}

#uploadForm textarea {	
	width: 380px;
	height: 40px;
}

#uploadForm #Description {
	width: 380px;
}

.entry_listing {
	margin-right: -20px;
}

.entry_listing .entry_container {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	width: 142px;
	height: 151px;
	background: url(../site_images/gallery_shadow.png) bottom no-repeat;
	position: relative;
	overflow: hidden;
}

.entry_listing .entry_container .entry .thumb {
	border: 1px solid #e3e3e3;
	width: 140px;
	height: 140px;
	background: white;
	overflow: hidden;
	line-height: 140px;
}

/*.entry_listing .entry_container .entry_description {
	position: absolute;
	bottom: 10px;
	font-size: 11px;
	line-height: 20px;
	background: #e3e3e3;
	width: 140px;
	padding-left: 5px;
	height: 20px;
}*/

.entry_listing .entry_container .entry_description {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    background: #e3e3e3;
    background: rgb(227, 227, 227);
    background: rgba(227, 227, 227, 0.6);
    width: 130px;
    padding: 5px;
    display: none;
}

.entry_listing .entry_container .entry .thumb img {
	width: 140px;
	vertical-align: middle;
}

.entry_listing .entry_container:hover .entry_description {
    display: block;
}

.entry_rating{
    position: absolute;
    top: 15px;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    background: #e3e3e3;
    background: rgb(227, 227, 227);
    background: rgba(227, 227, 227, 0.6);
    width: 130px;
    padding: 5px;
    text-align: right;
    height: 16px;
}
/* Submission detail styles */

#submission_details {
	position: relative;
}

#submission_overview {
	margin-bottom: 20px;
}

#current_image {
	width: 462px;
}

#current_image img {
	width: 460px;
	display: block;
	border: 1px solid #e3e3e3;
}

#submission_info {
	float: right;
	width: 290px;
}

#rating_controls {
	margin-top: 30px;
}

#rating_controls .rating img {
	cursor: pointer;
}

#gallery_container {

}

#gallery_thumbs {
	width: 290px;
}


#gallery_thumbs img {
	height: 80px;
	margin-right: 10px;
	border: 1px solid #e3e3e3;
}

#gallery_thumbs img:hover, #gallery_thumbs a.current img {
	border: 1px solid #565656;
}

#submission_gallery_container {
	position: relative;
}

#comments {
	position: relative;
}

#star_blocker {
	position: absolute;
	top: 45px;
	right: 0px; 
	background: white;
	height: 30px;
	width: 200px; 
	z-index: 20;
}


#jury h3 {
	text-transform:uppercase;
	font-size: 17px;
	margin-top: 0;
	font-weight: normal;
}

#jury h3 span {
	font-size: 16px;
	text-transform: capitalize;
}

.left {
	float:left;
}

.right {
	float:right;
}

.half {
	width: 50%;
	box-sizing: border-box;
}

#jury .headshot {
	margin: 5px 15px 0 0;
	border: 5px solid #eee;
	height: 190px;
	width: 200px;
	overflow:hidden;
	background: #eee;
}

#jury .bio {
	float: left;
	width: 490px;
	padding: 30px 30px;
}

#requirements h3 {
	text-transform:uppercase;
}

#requirements .resourceimg {
	width: 148px;
	height: 100px;
	overflow:hidden;
	margin-top: 3px;
	border: 1px solid #ccc;
}

	#requirements .resourceimg:hover {
		border: 1px solid #777;
	}

#requirements .resourceimg_header {
	display: block;
	background:#d3d3d3;
	padding: 5px 3px;
	text-align:center;
	text-transform:uppercase;
}

#requirements .resourceimg_header.light {
	background:#eee;
}

#requirements ul li {
	margin: 10px 0;
}



#dialog p {
	text-align: left;
	font-size: 13px;
}

#opener {
	cursor: pointer;
}


#media_partner {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 7px 0 25px 0;
	font-size: 11px;
	overflow:hidden;
}

#media_partner span {
	float: right;
	width: 71%;
}

#media_partner b {
	font-size: 13px;
}

.social_media {
	padding: 15px 0 20px 0;
	border-top: 2px solid #555;
}



#prev_winners div.left {
	padding: 30px 0 0 100px;
}

#prev_winners div.right {
	padding-left: 20px;
}



/* Timeline styles */

#timeline {
	font-size: 11px;
	text-align:center;
	color: #555;
	background: url(../site_images/timelinebg.png) center repeat-x;
	overflow:hidden;
	margin: 20px -20px 20px -24px;
	min-height: 145px;
}

	.timeline_header {
		text-transform:uppercase;
		text-align:left;
		margin: 35px 0 -35px 0;
		letter-spacing:1px;
		line-height:14px;
		font-size: 15px;
		color: #333;
		font-family: gotham;
	}

	#timeline .bottom, #timeline .top {
		float: left;
		width: 90px;
		height: 112px;
		margin: auto -11px;
		line-height: 13px;
	}
	
	#timeline .top {
		position: relative;
		background: url(../site_images/timelinebg_green.png) bottom center no-repeat;
		background-size: 47px 47px;
	}
	
	#timeline .bottom {
		margin-top: 53px;
		background: url(../site_images/timelinebg_blue.png) top center no-repeat;
		background-size: 47px 47px;
	}
	
	
	#timeline .first.bottom, #timeline .first.top {
		margin-left: -8px;
	}
	
	
	#timeline .bottom span, #timeline .top span {
		font-family: gotham;
		font-size: 13px;
		text-transform: uppercase;
		display: block;
		line-height: 13px;
		color: #333;
	}
	
	#timeline .bottom span {
		margin: 12px 0 11px 0;
	}
	
	#timeline .top span {
		margin-top: 15px;
	}
	
	#timeline .top div {
		width: 90px;
		position: absolute;
		bottom: 9px;
	}