ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input,h1,h2,h3,h4,h5,h6
{ margin: 0; padding: 0; }

body
{
	background-color: #000;
	color: #d4d4d4;
	
	font-family: "Lucida Sans", Arial, sans-serif;
	
	width: 750px;
	margin: 0 auto;
	
	font-size: 62.5%;
	
	line-height: 2.0em;
}

a
{
	text-decoration: none;
}

img
{
	border: none;
}

li
{
	list-style-position: inside;
}

hr
{
	background: #333;
	border: none;
	color: #333;
	height: 1px;
	margin: 10px 0 10px;
}

.clear
{
	clear: both;
}

.no-text
{
	text-indent: -9999em;
}

:focus
{
	-moz-outline-style:none;
}

/**********/
/* HEADER */
/**********/

div#header
{
	margin-top: 25px;
	margin-bottom: 1.4em;
}

div#header h1#title
{
	background-image: url('../images/logo.png');
}

div#header h1#title, div#header h1#title a
{
	display: block;
	
	width: 277px;
	height: 85px;
}

div#login-bar
{
	float: right;
	
	margin: -2.5em 5px 0 0;
	
	color: #595959;
}

div#login-bar a
{
	color: #858585;
}

div#login-bar em
{
	font-style: normal;
	color: #aaa;
}

div#header ul#navigation
{
	float: right;
}

div#header ul#navigation li
{
	display: block;
	float: left;
	
	margin: 0 5px;
	
	font-size: 1.4em;
}

div#header ul#navigation li a
{
	color: #d4d4d4;
}
div#header ul#navigation li a.active
{
	color: #fff;
}

/**********/
/* FOOTER */
/**********/
div#footer div#links
{
	float: left;
}

div#footer div#top
{
	float: right;
}

/********/
/* BODY */
/********/
div#body
{
	font-size: 1.2em;
}


div#body h2, div#body h3
{
	font-weight: normal;
}

div#body a
{
	color: #a1aefb;
}

div#body a.more
{
	color: #b5e379;
	text-transform: uppercase;
}

div#body h2
{
	color: #808080;
	font-size: 1.0em;
	text-transform: uppercase;
	margin-bottom: 1.0em;
}

div#body h3
{
	color: #a1aefb;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}

div#body h4
{
	color: #808080;
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 1.0em 0;
}

/********/
/* HOME */
/********/
div#forum-headlines
{
	width: 540px;
	
	float: left;
}

div.forum-headline
{
	background-repeat: no-repeat;
	
	width: 200px;
	float: left;
	
	padding-left: 60px;
	
	overflow: hidden;
	
	margin: 4px 0;
}

div.forum-headline-col-0
{
  clear: left;
}

div.forum-headline p
{
	color: #858585;
}

div.forum-headline p.author
{
	line-height: 48px;
}

div#body div.forum-headline p a
{
	color: #eee;
	font-size: 1.1em;
}

div#forum-blurb
{
	color: #595959;
	margin-top: 100px;
	font-size: 1.1em;	
}

/*********/
/* SHOWS */
/*********/
div.show
{
	clear: left;
}

div.show-meta
{
	margin-left: 180px;
}

div.show img
{
	float: left;
	
	padding: 0 10px 10px 0;
}

div.attending,
div.not-attending
{
	color: #eee;
	border: 1px solid #000;
	background-color: #333;
	
	width: 180px;
	
	padding: 10px;
	
	margin: 5px;
	
	text-align: center;
}

div#body div.attending p a
{
	color: #c4ea85;
}

div#body div.not-attending p a
{
	color: #d21a26;
}

/********/
/* NEWS */
/********/

div.news-article-meta,
div.comment-meta
{
	background-repeat: no-repeat;
	min-height: 48px;
}

div.news-article-meta
{
	float: right;
	
	width: 120px;
	padding-left: 60px;
	padding-top: 5px;
}

div.news-article
{
	margin-right: 220px;
}

div.comment-meta
{
	width: 120px;
	overflow: hidden;
	padding-left: 60px;
	padding-top: 5px;
	
	float: left;
}

div.comment
{
	float: left;
	border-left: 3px solid #444;
	padding: 5px;
}
