* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* BASIC ELEMENTS */

body {
	font-family: Helvetica, sans-serif;
	background: #111;
	color: #000;
	padding-top: 10px;
}

h1, h2, h3 {
	font-weight: normal;
}
	h2 {
		color: #000;
		font-size: 24px;
		margin: 6px 0;
	}

p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

a {
	color: #000;
}

hr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
}


/* GENERAL SECTIONS */

#main {
	position: relative;
	width: 600px;
	margin: auto;
}

#content {
	background: #fff;
	padding: 15px 20px;
	border: 2px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header {
	padding-bottom: 5px;
	border-bottom: 5px solid #222;
	margin-bottom: 15px;
}
#header h1 {
	display: inline;
	color: #cccccc;
	font-size: 50px;
}
#header h1 b {
	color: #cc0000;
}
#header a {
	text-decoration: none;
}
#header h2 {
	/* Hide from IE Mac\*/
	position: absolute;
	width: 160px;
	right: 20px;
	top: 18px;
	text-align: right;
	/* End IE Mac hide */
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

#footer {
	color: #fff;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}
#footer a {
	color: #fff;
}
#footer #links {
	margin-bottom: 5px;
}
#footer #links a {
	font-size: 12px;
	margin-right: 5px;
}

/* Hide from IE Mac \*/
#nav {
	display: inline;
	font-size: 14px;
}
/* End Hide */
#nav a {
	color: #000;
	text-decoration: none;
	margin: 5px;
}
#nav a:hover {
	border-color: #fff;
}

/* PAGE ELEMENTS */

.big {
	font-size: 24px;
}

.announcement {
	margin-bottom: 15px;
}

#showcase {
	background: #e5e5e5;
	width: 534px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
	#showcase #theme {}
	#showcase #theme img {
		background: #fff;
		padding: 5px;
		margin: auto;
	}
	#showcase #covers { text-align: center; }
	#showcase #covers img {
		display: inline;
		background: #fff;
		height: 180px;
		padding: 5px;
		border: 1px solid #d2d2d2;
		margin: 0 3px;
	}
	#showcase #covers a { text-decoration: none; }

#submit {
	width: 556px;
	height: 25px;
}
	#submit .big {
		float: left;
		color: #111;
	}
	#submit a {
		display: block;
		float: right;
		font-size: 24px;
		color: #111;
	}

#awards {}
	#awards ul { padding-left: 30px; margin-bottom: 10px; }
	#awards li { font-size: 14px; }

#staff {}
	#staff ul {
		list-style-type: none;
	}
	#staff li {
		display: block;
		margin-top: 20px;
	}
	#staff li .name {
		display: block;
		font-size: 20px;
		font-weight: bold;
		margin-right: 10px;
	}

/* Form Styles
************************/

.error {
	background: #efefef;
	color: #333;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px 0;
}

fieldset {
	background: #efefef;
	color: #333;
	line-height: 26px;
	padding: 15px;
	margin-top: 10px;
	border: 1px solid #ddd;
}

fieldset td {
	padding-bottom: 5px;
}

label {
	color: #333;
}

.line {
	position: relative;
	margin-bottom: 5px;
}
.line input, .line select {
	position: absolute;
	left: 60px;
	top: 0;
}
.line select {
	top: 5px;
}

div#medium {
	text-indent: 25px;
}
input.text, textarea {
	padding: 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="submit"] {
	background: #fff;
	height: 37px;
	font-size: 14px;
	padding: 8px 16px;
	border: 2px solid #ddd;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	margin-top: 10px;
}
	input[type="submit"]:hover {}
textarea {
	display: block;
	width: 100%;
	max-width: 550px;
	height: 150px;
}
	textarea#extra {
		height: 50px;
	}

