
/******************/
/* Complete 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;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

:focus{ outline: 0;}
ol, ul{ list-style-type: none;}
hr { border: 0; height: 1px; background-color: black;}
br { clear: both;} /* I only use br to clear floats. */

/* tables still need 'cellspacing="0"' */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q{ quotes: "" "";}

a, a:hover, a:visited{
	text-decoration: none;
	color: white;
}

em{
	font-style: italic;
}







/***************/
/* Basic Setup */
/***************/

body{
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	
	/*background: black url(/images/gradient.jpg) 0 250px repeat-x;*/
	background: black;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 1024px;
	padding-top: 52px;
	min-height: 550px;
	padding-bottom: 40px;
}




/*****************/
/* Common Styles */
/*****************/



.img-link{
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.large{
	font-size: 1.7em;
	line-height: 1.4em;
}

.pink{
	color: #ff0291;
}

.green{
	color: #8cc63f;
}

.white{
	color: white;
}

p, li{
	margin-top: 12px;
	font-size: 1.3em;
	line-height: 1.1em;
}

.yellow{
	color: yellow;
}

.label{
	display: none;
}






/*****************/
/* Header Styles */
/*****************/

#header{
	background: #1c191a url(/images/green-bar.png) bottom right no-repeat;
	text-transform: uppercase;
	height: 111px;
}

h1{
	float: left;
	position: relative;
	top: -22px;
	left: 8px;
}

h1 a{
	background-image: url(/images/logo.png);
	width: 135px;
	height: 110px;
}


#nav1, #nav2{
	float: right;
}

#nav1{
	margin-top: 11px;
	font-weight: 100;
	letter-spacing: 0.2em;
	margin-right: 20px;
}

#nav1 a{
	display: block;
	float: left;
	line-height: 0.8em;
	padding: 0 11px;
	border-right: solid 1px #7b7b7b;
}

#nav1 a.no-border{
	border: 0 none;
	padding-right: 0;
}

.border-left{
	border-left: solid 1px #7b7b7b;
	margin-left: 11px;
}




#nav2{
	clear: right;
	margin-right: 22px;
	margin-top: 10px;
	position: relative;
}

#nav2 a{
	display: block;
	float: left;
	font-size: 2.7em;
	font-weight: bold;
	padding: 0 13px;
	border-right: solid 9px #747474;
	line-height: 0.75em;
}



#login{
	float: left;
	background: #2d2d2d;
	font-size: 0.3em;
}

#login a{
	border-right: 0;
	background: #82d54b;
	margin-left: 13px;
	padding: 10px 11px;
}



#bug{
	position: absolute;
	right: -26px;
	top: 24px;
	width: 118px;
	height: 108px;
	background: transparent url(/images/bug.png) no-repeat;
}




#login div{
	float: left;
}

#login .label{
	text-transform: uppercase;
	color: #bebebe;
	font-weight: bold;
}

#login input{
	margin-left: 13px;
	padding: 0;
}

#login input[type=submit]{
	border: 0;
	background: #82d54b;
	color: white;
	font-weight: bold;
	padding: 7px 6px 6px;
	cursor: pointer;
}

#login input[type=text], #login input[type=password]{
	margin-top: 5px;
	width: 130px;
	height: 13px;
}








