	/* BASE MARKUP */
	
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	font-family: Calibri, 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	text-align: center;
}

p {
	font-size: 80%;
	padding: 1em;
}

	/* LINKS */
	
a:link,
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
	border-bottom: 1px solid #ddd;
	border-bottom-width: 4px;
}

a img {
	border: 0;
}

	/* BASE LAYOUT */

#container {
	position: relative;
	height: auto !important; 
	height: 100%;
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#left_shade,
#right_shade {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
}

#left_shade {
	left: -10px;
	background: url('img/left_shade.jpg') repeat-y;
}

#right_shade {
	right: -10px;
	background: url('img/right_shade.jpg') repeat-y;
}

#header {
	width: 900px;
	background: url('img/header.jpg') no-repeat top left;
	height: 200px;
}

#content {
	float: left;
	width: 620px;
	margin: 0;
	padding: 18px 15px 3em 15px;
}

#aside {
	float: left;
	width: 202px;
	margin: 0 24px 0 24px;
	padding: 18px 0 3em 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer p {
	text-align: center;
}

.clear {
	clear: both;
}

	/* CONTENT */

#content div {
	border: 1px solid #000;
	margin-bottom: 1em;
	background: #fff;
}

#content h1 {
	font-weight: normal;
	font-size: 140%;
	padding: 3px;
	margin: 0;
	background: #880000;
	color: #fff;
}

#content p {
	padding: 0 1em 0 1em;
	margin: 0 0 1em 0;
}

#content ul {
	list-style-image: none;
	list-style-type: none;
	margin: 1em;
	padding: 0 0 0 16px;
	text-indent: -16px;
}

#content ul li {
	padding: 0;
	margin: 0;
}

#rpNews ul {
	padding: 0;
	text-indent: 0;
}

.headline {
	background: #fed;
	color: #800;
}

.postPreview {
	font-size: 80%;
	padding: 0 1em !important;
	border-left: 1px solid #fed;
	border-right: 1px solid #fed;
}

#rules p {
	font-size: 80%;
}

#faqToc ol,
#faq ol {
	list-style-position: inside;
	padding: 0;
	text-indent: 0;
	margin: 1em;
}

#faqToc ol li,
#faq ol li {
	background: #fed;
	color: #800;
}

#faqToc ol li ol,
#faq ol li ol {
	margin: 0;
	padding: 0;
}

#faqToc ol li ol li,
#faq ol li ol li {
	background: #fff;
	font-size: 80%;
	padding: 0 1em !important;
	border-left: 1px solid #fed;
	border-right: 1px solid #fed;
}

.closeButton,
.openButton {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.currentOnline {
	background-color: #fed;
	color: #800;
	margin-bottom: 0 !important;
}

	/* MENU */

#aside div {
	width: 200px;
	background: #fff;
	border: 1px solid #555;
	margin: 0 0 1em 0;
	font-size: 75%;
}

#aside h3 {
	background-color: #000;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #555;
	font-size: 16pt;
	font-weight: normal;
	height: 50px;
}

#aside h3 span {
	display: none;
}

#aside ul {
	list-style-type: none;
	margin: 0;
	padding: 1em;
}

#aside form {
	text-align: center;
}

.placeholder {
	border: 4px dashed #444;
	margin-left: -4px;
}

.nav h3 {
	background: url('img/navigation.jpg') no-repeat center right;
}

.user h3 {
	background: url('img/login.jpg') no-repeat center right;
}

.user .avatar {
	text-align: center;
}

.radio h3 {
	background: url('img/tinglefm.jpg') no-repeat center right;
}

	/* progress bar container */
	#progressbar{
		border:1px solid black;
		width:170px !important;
		height:20px;
		position:relative;
		color:#000; 
		background-color: transparent;
	}
	/* color bar */
	#progressbar div.progress{
		position:absolute;
		left: 0;
		top: 0;
		border:0;
		width:0;
		height:20px;
		overflow:hidden;
		background-color:#4E9346;
	}
	/* text off bar */
	#progressbar div.text{
		position:absolute;
		left: 0;
		top: 0;
		width:100%;
		height:20px;
		text-align:center;
		font-size: 12px;
		line-height: 20px;
		border:0;
		background-color: transparent;
	}
	/* text on bar */
	#progressbar div.progress .text{
		color:#fff;
		position:absolute;
		left: 0;
		top: 0;
		width:100%;
		height:20px;
		text-align:center;
		font-size: 12px;
		line-height: 20px;
		border:0;
		background-color: transparent;
	}
	
	#progressbar img {
		display: block;
		position: absolute;
		right: 2px;
		top: 2px;
		margin: 0;
		padding: 0;
	}

	/* IE FIXES */

input.text {
	width: 8em;
}