@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
.iphone {
	display:none;
}
.clear {
	clear:both;
}
body {
	font-family:"Gill Sans MT", sans-serif;
	background:#333 url(side.png) top left no-repeat;
}
#header h1 {
	display:none;
}
#logo {
	width:600px;
	height:157px;
	margin:0 auto;
	background:#FFF url(header.jpg) top center no-repeat;
}
#login, #navbar ul {
	padding:5px;
	text-align:center;
}
#login {
	background-color:#999;	
}
#login ul {
	list-style-type:none;
}
#login li {
	display:inline;
}
#login h2 {
	font-size:20px;
}
input {
	border:2px solid #666;
	background-color:#CCC;
	margin:5px;
}
textarea {
	margin:5px;
	border:2px solid #666;
	background-color:#CCC;
	width:80%;
	height:150px;
}
p {
	margin:5px 0;
}
#navbar {
	clear:both;
}
#navbar ul {
	list-style-type:none;
	background-color:#666;
}
#navbar li {
	display:inline;
}
#navbar li a {
	margin:8px 4px;
	padding:2px 5px;
}
#navbar li a:hover {
	background-color:#555;
	color:#F60;
	text-decoration:none;
}
label {
	margin:10px;
}
#wrapper {
	width:800px;
	margin:0 auto;
	padding-bottom:500px;
	background-color:#FFF;
	border-left:#999 solid 5px;
	border-right:#999 solid 5px;
}
.content {
	padding:20px;
}
.content h2 {
	background-color:#CCC;	
	padding:5px 20px;
	text-align:center;
}
a img {
	border:2px solid #333;
}
a {
	color:#F60;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#999;
}
a:hover {
	text-decoration:underline;
}
#sideBar ul {
	list-style-type:none;
}
#sideBar {
	width:300px;
	float:right;
}
.updates {
	width:400px;
	float:left;
}
#chat {
	clear:both;
	background:#FFF;
	position:absolute;
	bottom:0;
	display:block;
	width:200px;
	margin:0;
	padding:0;
	left:5px;
	color:#FFF;
}
#chat h2 {
	background:#F60;
	font-size:16px;
	padding:5px;
}
#chat ul {
	padding:5px;
	list-style-type:none;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#chat li {
}
#ad {
}
#footer {
	clear:both;
	text-align:center;
	width:100%;
	padding-top:50px;
}
.forum {
	margin-top:10px;
	border:1px solid #333;
}
.cat {
	padding:5px;
	background:#333;
	color:#F60;
	font-size:18px;
	clear:both;
}
.board {
	background:#999;
	font-size:12px;
	border-top:1px solid #CCC;
	text-align:left;
	padding:2px 10px;
}
.board a {
	color:#FFF;
}
.desc {
	clear:both;
	background:#CCC;
	color:#666;
	font-size:10px;
	padding:2px 20px;
}
.forum ul {
	list-style-type:none;
}
.forum li {
	display:block;
}
.forum li li {
	margin:0 -10px;
}
.post {
	width:750px;
	padding:5px;
}
.post .postInfo {
	font-size:14px;
	float:left;
	width:150px;
}
.post .postContent {
	font-size:14px;
	float:left;
}
.post .username {
	font-weight:bold;
}
.post .date {
	font-style:italic;
}
div.leftcol {
	clear:both;
	width:200px;
	text-align:right;
	border-bottom:1px dashed #EEE;
}
div.rightcol {
	width:450px;
	background-color:#EEE;
	border-bottom:1px dashed #FFF;
}
div.leftcol, div.rightcol {
	color:#333;
	padding:5px;
	float:left;
}
