html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background-image:url("../images/bg.gif");
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#container{
	width:100%;
	height:100%;
}
.short{
	background-image:url("../images/short.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}
.med{
	background-image:url("../images/med.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}
.long{
	background-image:url("../images/long.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}
.short #body{
	min-height: 250px;
	height: auto !important;
	height: 250px;
}
.med #body{
	min-height: 490px;
	height: auto !important;
	height: 490px;
}
.long #body{
	min-height: 750px;
	height: auto !important;
	height: 750px;
}
#innerContainer{
	margin: 0 auto;
	width: 1009px;
}
#nav{
	margin-left:215px;
	margin-top:2px;
	width:709px;
	height:23px;
	background-image:url("../images/navbg.jpg");
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
}
#nav a{
	color:#ffffff;
	outline:none;
	text-decoration:none;
}
.navOn{
	font-weight:bold;
}
.smaller{
	font-size:11px;
}
.underline{
	text-decoration:underline;
}
.right{
	float:right;
}
.left{
	float:left;
}
#flash{
	margin-left:212px;
	padding-top:29px;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	color: #1AA8EB;
}

h2 {
	font-weight: bold;
}

a {
	color: #1AA8EB;
}

p {
	margin-bottom: 10px;
}

ul, ol, dl, dd {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}

li, dt {
	padding-bottom: 10px;
}

/* ENTRIES PAGE */

#leader_board {
	float: left;
	margin-top: 150px;
}

#leader_popup {
	position: absolute;
	display: none;
	width: 352px;
	padding: 13px;
	background-color: #CEE4F5;
}

#leader_popup td {
	padding: 2px;
}

#leader_popup .close {
	text-align: right;
}

#leader_popup .close a {
	text-decoration: none;
	color: #000000;
}

#leader_popup .hdr {
	color: #1AA8EB;
	text-decoration: underline;
	font-weight: bold;
}

#leader_popup .row {
	cursor: pointer;
}

#leader_popup .row:hover {
	color: #2FC2F6;
}

#leader_popup .thm-top {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 20px;
	margin-left: 20px;
}

#video_submissions {
	float: left;
	width: 420px;
	padding: 13px;
	margin-left: 30px;
	background-image: url("../images/boxbg.gif");
}

#video_submissions .thm-page {
	display: none;
}

#video_submissions #thm-page1 {
	display: block;
}

#video_submissions .thm {
	height: 320px;
	background-color: #CCE4F4;
	padding-bottom: 3px;
}

#video_submissions .thm .thm-item {
	float: left;
}

#video_submissions .thm img {
	margin: 7px 0 0 7px;
}

#video_submissions .thm .desc {
	position: absolute;
	display: none;
	width: 120px;
	padding: 2px;
	margin-top: 40px;
	margin-left: 9px;
	overflow: hidden;
	background-color: #27B1EF;
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
}

#video_submissions .ftr,
#written_submissions .ftr {
	background-color: #1A84B4;
	color: #FFFFFF;
}

#video_submissions .ftr td,
#written_submissions .ftr td {
	text-align: center;
}

#video_submissions .ftr a,
#written_submissions .ftr a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#written_submissions {
	float: left;
	width: 253px;
	padding: 13px;
	margin-left: 22px;
	background-image: url("../images/boxbg.gif");
}

#written_submissions .wrt-page {
	display: none;
	height: 300px;
	background-color: #CCE4F4;
	padding: 10px;
}

#written_submissions #wrt-page1 {
	display: block;
}

#written_submissions h3 {
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#written_submissions h3 a {
	text-decoration: none;
	color: #0370A5;
}

#written_submissions p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

#survey {
	float: left;
	width: 420px;
	padding: 13px;
	margin-top: 22px;
	margin-left: 216px;
	background-image: url("../images/boxbg.gif");
}

#survey .content {
	padding: 10px;
	background-color: #CCE4F4;
}

#survey_badge {
	float: left;
	padding: 13px;
}

/* DETAILS PAGE */

#entry {
	overflow: auto;
	width: 729px;
	padding: 10px;
	margin-left: 215px;
	background-image: url("../images/boxbg.gif");
}

#entry .video,
#entry .written {
	float: left;
	width: 425px;
	background-color: #CEE4F5;
}

#entry .back {
	position: absolute;
	margin-left: 280px;
	margin-top: 30px;
	background-color: #0370A5;
	padding: 10px;
	width: 50px;
}

#entry .back a {
	color: #FFFFFF;
	font-weight: bold;
}

#entry .written .hdr {
	height: 19px;
	background-color: #0370A5;
}

#entry .written .text {
	padding: 10px;
}

#entry .written .text h1 {
	float: left;
}

#entry .written .text p {
	clear: all;
}

#entry .written .viewbar {
	border-top: 1px solid #333333;
	padding-top: 5px;
	text-align: right;
}

#entry .fullsize {
	display: none;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #000000;
	padding: 5px;
}

#entry .fullsize a {
	color: #FFFFFF;
	text-decoration: none;
}

#entry .bar {
	height: 12px;
	padding: 4px;
	background-image: url("../images/bar.gif");
	border: 1px solid #ABBCC6;
	overflow: hidden;
}

#entry .bar a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#entry #vote {
	padding: 10px;
	background-color: #CEE4F5;
	text-align: right;
}

#entry #vote h2 {
	margin: 0 10px 0 10px;
	display: inline;
	color: #1AA8EB;
	text-transform: uppercase;
}

#entry #send {
	padding: 10px;
	background-color: #CEE4F5;
}

#entry .content {
	float: left;
	width: 290px;
	background-color: #CEE4F5;
	margin-left: 10px;
}

#entry .mid {
	padding: 10px;
}

#entry .ftr {
	height: 19px;
	background-color: #0370A5;
}

/* FORMS */

#registration {
	width: 729px;
	padding: 10px;
	margin-left: 215px;
	background-image: url("../images/boxbg.gif");
}

#registration .content {
	padding: 10px;
	background-color: #CEE4F5;
}

.field {
	border: 1px solid #939598;
	padding: 3px;
	margin: 1px;
	font-size: 11px;
}

.button {
	color: #FFFFFF;
	background-color: #1AA8EB;
	text-transform: uppercase;
	padding: 2px;
	font-size: 11px;
}

.req {
	color: #1AA8EB;
}

.error, .error a {
	color: #FF0000;
}

/* FOOTER */

#footer{
	width: 952px;
	height: 65px;
	margin: 30px 0 30px 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a{
	color: #000000;
	outline: none;
	text-decoration: none;
	width: 100%;
}
#links{
	padding-top: 20px;
	text-align: center;
	margin: 0 15px;
}
