/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*STYLES*/
body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, sans-serif; 	
}

#wrapper {
	width: 700px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: #000 url(../img/header.jpg) scroll top center;
	height: 64px;
	width: 700px;
}

#video {
	border: 20px solid #0c0c0c;
	margin: 0 auto;
	width: 640px;
}

#below {
	width: 680px;
	margin: 15px auto 0;
}

#about {
	text-align: center;
}

#credits, #about {
	display: none;
	padding: 10px;
	background-color: #0c0c0c;
}

.creds{
	float: left;
	margin-right: 20px;
}

#cred-holder {
	height: 50px;
	width: 410px;
	margin: 0 auto;	
}

#subnav {
	color: #FFF;
	font-size: 10pt;
	width: 170px;
	margin: 10px auto 0;
}

.subnav {
	font-size: 10pt;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;	
}

.comment {
	padding: 10px;
	margin-top: 5px;
	min-height: 65px;	
}

.count {
	width: 64px;
	height: 63px;
	margin-right: 10px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;	
}

.light {
	background-color: #1e2021;
}

.light .count {
	background: #1e2021 url(../img/comment-light.gif) scroll top left;
}

.light h3 {
	color: #000;
}

.dark {
	background-color: #0c0c0c;
}

.dark .count {
	background: #0c0c0c url(../img/comment-dark.gif) scroll top left;
}

.dark h3 {
	color: #5d6467;
}

p {
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
}

.count {
	color: #FFF;
	font-size: 30pt;
	float: left;
}

#form-name{
	width: 570px;
	background: #b3b3b3;
	border: 1px solid #505050;	
}

#form-comment{
	width: 572px;
	height: 40px;
	background: #b3b3b3;
	padding: 0;
	border: 1px solid #505050;		
}

#form-submit {
	width: 570px;
}

#fail {
	display: none;
	border-top: 1px solid #CD0000;
	border-bottom: 1px solid #CD0000;
	background-color: #8B1A1A;
	color: #FFF;
	width: 275px;
	padding: 5px;
	margin: 0 auto 10px;
}

#success {
	display: none;
	border-top: 1px solid #8BA870;
	border-bottom: 1px solid #8BA870;
	background-color: #6A8455;
	color: #FFF;
	width: 460px;
	padding: 5px;
	margin: 0 auto 10px;
}

#copyright {
	color: #bbb;
	font-size:10pt;
	margin:10px auto 0;
	width:190px;
}