﻿/* compress this with http://www.cssdrive.com/index.php/main/csscompressor/ */

/* Reset ---------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

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

/* Global --------------------------------------------------------- */

/* BEGIN post reset DEFAULT HTML tag styles */


b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

ul
{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 1em;
}

p
{
	clear: both;
	margin-bottom: 1em;
}

ol
{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 1em;
}

a
{
	color: #07c;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color:#4A6B82;
}

h1
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 7px;
}

h2
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 7px;
}

h3
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

hr
{
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	margin-bottom: 20px;
}

/* END post-reset default HTML tag styles */



#page-header
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	width: 950px;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}

#page-header a
{
	color: #000;
}

#page-header h2
{
	font-size: 180%;
}


/* fixes page height calculation in IE7 -- do not remove unless you've verified */
/* http://www.positioniseverything.net/articles/haslayout.html */
#content 
{
	zoom:1;
}

/* END new styles I've added */

body
{
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

.container
{
	margin: 0px auto;
	text-align: left;
	width: 950px;
}

#header
{
	width: 100%;
	padding-bottom: 15px;
}

#headerlinks a
{
	font-weight: bold;
	height: 22px;
	line-height: 20px;
}

.nav
{
	font-size: 130%;
}

.nav ul
{
	margin: 0;
}

.nav li
{
	background: #777;
	display: block;
	float: left;
}

.nav li.currentpage
{
	background: #f90;
}

.nav a
{
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
}

.nav li.currentpage a
{
	color: white;
}

.primarynav li
{
	margin-right: 7px;
}

.primarynav li:hover
{
	background-color: #f90;
}

.betamessage-top
{
	font-size: 85%;
	color: Red;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

#container
{
	clear: both;
	overflow: hidden;
	width: 100%;
}

#mainbar
{
	float: left;
	margin-bottom: 40px;
	width: 671px;
}

#mainbar-full
{
	width:950px;
}

#mainbar-footer
{
	clear: both;
	width: 100%;
}

#pageheader
{
	border-bottom: 1px solid #666;
	height: 34px;
	padding: 0;
	width: 100%;
}

#pageheader h2
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 170%;
	line-height: 34px;
}


#subheader
{
	border-bottom: 1px solid #666;
	height: 34px;
	width: 100%;
	clear:both;
}

#subheader h2
{
	float: left;
	font-size: 170%;
	line-height: 34px;
	margin-bottom:0px;
}

#subheader h2 a
{
	color: #000;
}



#sidebar
{
	float: right;
	margin-bottom: 60px;
	width: 264px;
}

.module
{
	background-color: #eee;
	padding: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.module .spacer
{
	margin-bottom:8px;
}

.module h4
{
	line-height: 1.4;
	color: #444;
	font-size: 130%;
	padding-bottom: 7px;
}

.module-warning
{
	background-color: #8E1609;
	color: white;
}

.module-warning h4
{
	color:White;
}

.newuser
{
	color: #735005;
	background-color: #FFF2CA;
}

.newuser h4
{
	color: #AE0000;
}

.newuser a
{
	color: #735005;
}

.module p
{
	font-size: 120%;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.module .box
{
	position: relative;
}

.module ul
{
	margin-left:15px;
	list-style-type: square;
	font-size:120%;
	margin-right:30px;
	line-height:120%;
}
.module ul li
{
	margin-bottom:4px;
}

.post-text
{
	font-size: 107%;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 130%;
}
