/* 

  CREATIVE MEDIA AWARDS

*/

/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- MAIN STYLES */
/* -------------------------------------------------------------------------------------------- */

body {
	background: #fff;
}

h1, h2 {
	color: #CC0000;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.deadline_container {
	width: 100%;
}

#content {
	padding: 30px 20px 20px 20px;
}

#nav {
	background: #fff;
	width: 100%;
	position: relative;
	padding: 10px 0;
}

#entry_deadline {
	padding: 15px 0;
}

#entry_deadline strong {
	width: 55%;
	float: right;
	color: #fff;
	padding: 5px 50px 5px 20px;
	background: #CC0000;
}

#nav a {
	color: #000;
	font-weight: normal;
}

#nav li a {
	padding: 0;
}

.nav_date_floatright {
	float: right;
}

ul.tierone {
	padding: 0 20px 0 0;
}

ul.tierone:nth-child(3) {
	margin-right: 20px;
}

#navlogo {
	width: 799px;
	float: left;
	height: 50px;
	margin-top: -5px;
	background: #fff;
	position: relative;
}

#date, .reception {
	color: #000;
	font-weight: bold;
	padding: 0;
}

input#delete, input.checkout, a.checkout {
	background: #CC0000;
}
input.winner_button {
	background: #b0e55e;
}
input.winner_button:hover {
	background: #93d32f;
}
input.bestinshow_button {
	background: #DB2328;
}
input.bestinshow_button:hover {
	background: #b30b0f;
}

.sponsor_type {
	color:#fff;
	background: #000;
}

.category {
	border-color: #333;
}

a.button, input.button {
	background-color: #CC0000;
}

.nav_date_floatright {
	width: 620px;
}
/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- CREATIVE MEDIA BLOG */
/* -------------------------------------------------------------------------------------------- */
.articleLink {
	font-weight:bold;
}