/* -- reset ---------------------------------------------*/

html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
object, blockquote, pre, address {
	margin: 0;
	padding: 0;
	border: 0;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

caption, th, td { 
	text-align: left; 
	vertical-align: top; 
}

blockquote, q {
	quotes: none;
}

a img { border: none; }

hr { border: 0; height: 0; margin: 0; padding: 0; width:0; }

/* -- body/overall ---------------------------------------------*/

body {	
	font-size: 75%; /* sets base font-size to 12px */ 
	line-height: 1.333em; /* 16px / 12px = 1.333em */
}

body {	
	font-family:courier new,courier,  Georgia, "lucida bright", "times new roman", serif; 
	color: #fff;	
	background: url("/resources/images/bg/body.gif");
}
	 
/* -- typography ---------------------------------------------*/

p, ul, ol, dl, dd, blockquote, pre, code, table { 
	margin: 0 0 1em 0; /* 12px */
}

/* lists should be a half-size less than the main margin */

li { 
	margin: .5em 0 .5em 0; 
}

li ul {
	margin-bottom: .5em;
}

/* -- headers -- */

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}

h1 { 
	font-size: 2.2em; 
	line-height: 1em;  
	margin: 0 0 .333em 0; 
	font-weight: bold;
	color: #000;
} 

h1.blue {
	padding: 5px;
	background: url("/resources/images/bg/blue-header.png");
}


h1.yellow {
	color: #000;
	padding: 5px;
	background: url("/resources/images/bg/yellow-header.png");
}

h2 { 
	font-size: 1.5em; /* 18px */
	line-height: 1.167em; /* 21px */
	margin: 1.333em 0 .666em 0; 
} 

h3 { 
	font-size: 1.25em; /* 15px */
	line-height: 1.2em; /* 18px */
	margin: 1.6em 0 .8em 0; 
} 

h4 { 
	font-size: 1.167em; /* 14px */
	line-height: 1.071em;  /* 15px */
	margin: 1.714em 0 .857em 0; 
} 

h5 { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
} 

h6 { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
}

dt { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
}

h1 + h2 {
	margin-top: .666em;
}

h2 + h3 {
	margin-top: .8em;
}

h3 + h4 {
	margin-top: .857em;
}

h4 + h5, h5 + h6 {
	margin-top: 1em;
}

/* -- lists -- */

ul, li { list-style-type: none; }

li { 
	background: url(../images/bullets/bullet.gif) 0 .5em no-repeat; 
	padding-left: 1em; 
}
	
ol {
	padding-left: 1em;
	margin-left: 1em;
}
	
ol li {	
	list-style: decimal; 
	background: none; 
	padding-left: 0; 
}

dt {
	font-weight: bold;
}

/* -- links -- */

a {
	color: #1673d0;
	text-decoration: underline;
}

a.yellow {
	background:#FFCC00 none repeat scroll 0 0;
	color:#000000;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:2px 3px;
	text-decoration:underline;
}


a:visited {
    color: #1673d0;
}

a:hover, a:focus {
	color: #1673d0;
	text-decoration: underline;
}

a:active {
    color: #002244;
}

/* -- other elements -- */

pre, code, tt { font-family: 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
code { white-space: pre; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; white-space: monospace;}
strong, b { font-weight: bold; }
em { font-style: italic; }

/* -- tables ---------------------------------------------*/


table   { margin-bottom: 1.333em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* -- forms ---------------------------------------------*/


form {}
fieldset {
	border: dashed 1px #ccc;
	padding: 15px;
	margin-bottom: 10px;
}
legend {}

label { margin: .5em 0; text-transform: uppercase; font-weight: bold; }

input {
	height: 16px;
	margin: .5em 0;
	border: 1px solid #414141;
	padding: 2px;
}

input.short { width: 100px; }
input.medium { width: 150px; }
input.long { width: 200px; }

input:focus {}
input.checkbox { width: 13px; height: 13px; border: none; }
input.radio { width: 13px; height: 13px; border: none; }

label.wide { width: auto !important; padding: 0 !important; }

select {}

form br { clear: left; }

textarea {
	margin: .5em 0;
	border: 1px solid #7f9db9;
	padding: 2px;
	width: 300px;
}

input.button-img {
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

input.button {
	border: 2px solid #fff;
	background: #ffcc00;
	color: #000;
	height: 25px;
	font-weight: bold;
	margin-right: 10px;
	display: inline;
	width: auto !important;
	cursor: pointer;
}

input.button:hover {
	background: #ccc;
}

/* -- common classes -------------------------------------*/

.right {
	text-align: right;
 }

.clearer {
	clear: both;
}

.hide, .print {
	display: none;
}

.leadin {
	padding: 0;
	margin-top: 0;
}

.imgleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.imgright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.last {
	border-right: none !important;
}

.replaced {
	width: 0px;
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	background: url(/images/bg/header-image.jpg) top left no-repeat;
}

ul.no-bullet {
	margin-left: 0;
	padding-left: 0;
}

ul.no-bullet li {
	padding-left: 0;
	background: none;
}

/* Indentation instead of line shifts for sibling paragraphs. */
p.indent { text-indent: 2em; margin-top: -1em; }
/* can use p + p for a whole block */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.incremental p, p.incremental {
	font-size: .917em;
	line-height: 1.164em;
	margin: 0 0 1.091em 0;
}	

p.small, .small p {
	font-size: .917em;
	margin: 0 0 1.091em 0;
}

p.large, .large p {
	font-size: 1.1em;
	line-height: 1.4em;
}	

/* 	some elements should just run the same meter as the body text.  
	This is that class */

.normal {
	font-size: 1em;
	line-height: 1.333em;
	margin-bottom: 0;
}

/* 	There is always some sort of separator as well. */

.separator {
	margin: 24px 0 0 0;
	border-top: 1px solid #999;
	padding: 23px 0 0 0;
}

/* vertical-unit 12 line-height 14 = tighter measure */

.tight p, .tight ul, p.tight, ul.tight {
	line-height: 1.167em;
	margin: .5em 0 0 0;
}

.tight ul li, ul.tight li {
	margin: 0 0 4px 0;
}

a.black {
	background: #000;
	color: #fff;
	padding: 2px;
}

a.yellow {
	background: #ffcc00;
	color: #000;
	padding: 2px;
}

hr.dashed {
	background: url("/resources/images/bg/dashed.png") left top repeat-x;
	height: 1px;
	width: 100%;
	margin: 15px 0;
}

.no-margin {
	margin:0;
}

.extra-height {
	line-height: 1.8em;
}

/* -- layout ---------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align:left;
}

#header {
	position: relative;
	height: 199px;
	background:url("/resources/images/bg/header.png") 0 0 no-repeat;
}

#header img#logo{
	position: absolute;
	bottom: 0;
	left: 0;
}

#content-wrapper {
	float: left;
	margin: -34px 0 0 80px;
	width: 854px;
	color: #000;
	background: url("/resources/images/bg/content-wrapper.gif") 0 0 repeat-y;
	padding-bottom: 50px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

#header h1, #header p {
	text-indent: -9999px;
}

#main-content {
	float: left;
	width: 557px;
	padding: 30px;
}

#sidebar {
	width: 237px;
	float: left;
	color: #fff;
}

.sponsored-by {
	width: 194px;
	margin: 0 auto;
}

.sponsored-by h3 {
	background: #000;
	float: left;
	display: block;
	margin: 10px 0 30px 30px;
}

.arrow {
	padding-right: 20px;
	background: url("/resources/images/bg/arrow.gif") right top no-repeat;
	float:left;
	display: block;
}


.block {
	padding: 15px;
	color: #000;
	font-size: 1.1em;
}

.noise-1 {
	background:url("/resources/images/bg/noise-1.gif") left bottom no-repeat;
	height: 266px;
	margin-bottom: 25px;
}

#contest-links {
	position: relative;
	width: 100%;
	height: 300px;
}

#contest-links li {
	text-indent: -9999px;
	margin:0;
	padding:0;
	position: absolute;
	display: block;	
	background:none;
}

#contest-links li a {
	position: absolute;
	display: block;
}

#video {
	width: 237px;
	height: 73px;
	top:10px;
	left:0;
}

#video a{
	width: 237px;
	height: 73px;
	background: url("/resources/images/bg/video-button.gif") 0 0 no-repeat;
}

#art {
	width: 193px;
	height: 74px;
	top:0;
	left:285px;
}

#art a {
	width: 193px;
	height: 74px;
	background: url("/resources/images/bg/art-button.gif") 0 0 no-repeat;
}

#music {
	width: 248px;
	height: 80px;
	top:107px;
	left:0;
}


#apps {
	width: 211px;
	height: 73px;
	bottom:0;
	left:0;
}

#music a {
	width: 248px;
	height: 80px;
	background: url("/resources/images/bg/music-button.gif") 0 0 no-repeat;
}

#apps a {
	width: 211px;
	height: 80px;
	background: url("/resources/images/bg/apps-button.gif") 0 0 no-repeat;
}

#creative-writing {
	width: 286px;
	height: 117px;
	top:107px;
	left:285px;
}

#creative-writing a {
	width: 286px;
	height: 117px;
	background: url("/resources/images/bg/creative-writing-button.gif") 0 0 no-repeat;
}

.noise-2 {
	background:url("/resources/images/bg/noise-2.gif") left bottom no-repeat;
}

.noise-2 ol {
	margin:0;
	padding:0;
}

.noise-2 ol li {
	list-style-type: none;
	padding-left: 30px;
}

#footer {
	clear: both;
	background: url("/resources/images/bg/footer.png") 0 0 repeat-x;
}	

#footer-content {
	margin: 0 auto;
	width: 1024px;
	padding: 10px;
	text-align: right;
}

#footer .icons {
	float: left;
	padding-top: 3px;
}

#footer p {
	margin:0;
	padding:0;
}

#add-your-entry {
	background: url("/resources/images/bg/add-your-entry.gif") 0 0 no-repeat;
	width:589px;
	height:86px;
	margin-left: -15px;
	position: relative;
	margin-bottom: 20px;
}	

#add-your-entry a {
	text-indent: -9999px;
	display: block;
	width: 375px;
	height: 89px;
}

#add-your-entry p {
	position: absolute;
	width: 150px;
	left: 400px;
	top:20px;
}

#black-box {
	background: url("/resources/images/bg/black-box.gif") 0 0 no-repeat;
	width: 140px;
	height: 267px;
	margin: 20px auto;
	padding: 15px 30px;
}

#navigate-text {
	width: 115px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	background: url("/resources/images/headers/navigate.gif") 0 0 no-repeat;
}


#share-text {
	width: 74px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 10px auto;
	background: url("/resources/images/headers/share.gif") 0 0 no-repeat;
}

#nav {
	margin: 10px 0;
	padding: 10px 0;
	border-top: dashed 1px #404040;
	border-bottom: dashed 1px #404040;
}

#nav li {
	background: none;
	font-size: 1.05em;
	padding:0;
}

#nav a {
	color: #ff3366;
	text-decoration: none;
	padding: 2px 4px;
}

#nav a:hover {
	font-weight: bold;
}

#nav li.on a {
	background: url("/resources/images/bg/navigate-on.gif") 0 0 no-repeat;
	color: #fff;
}	

#contest-categories li {
	background: #d0cecc;
	display: block;
	float: left;
	height: 20px;
	padding: 2px 4px;
	margin-right: 10px;
}

#contest-categories li.on {
	background: #ffcc00;
}


#contest-categories li img {
	display: block;
	float: left;
}

#contest-categories a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	padding: 3px;
}

#contest-categories a:hover {
	text-decoration: underline;
}

.entry {
	background: #dee8f0;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.flt-right {
	float: right;
	width: 200px;
}

.votes {
	width: 87px;
	height: 22px;
	background: url("/resources/images/bg/votes.png") 0 0 no-repeat;
	float: right;
	padding-left: 35px;
	padding-top: 6px;
	color: #1673d0;
	font-weight: bold;
}
















