*{
	margin:0;
	padding:0;
}

body{
	font-size: 18px;
	font-family: "Helvetica neue", Helvetica, Arial, "MS Trebuchet", sans-serif;
	color: #444;
	background-color: #fff;
/*	border-top: 8px solid #ddd;*/
}

a{
	color: #000;
	text-decoration: none;
}

h1, h2, h3{
	margin-bottom: 0.5em;
}

p{
	margin-bottom: 1.5em;
}

#wrapper{
	width: 853px;
	margin: 0 auto;
}

#usermenu{
	background: #eee url(../images/usermenubg.png) repeat-x;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

#usermenu ul{
	padding: 5px 20px;
}

#usermenu ul li{
	display: inline;
	margin-left: 10px;
	font-size: 13px;
}

#usermenu ul li a:hover{
	border-bottom: 1px solid #aaa;
}

#newmessage{
/*	background-color: #53B325;*/
	background-color: #222;
	padding: 3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	border-bottom:none 0 !important;
}

#header{
	padding: 5px 0;
	overflow: hidden;
}

#header h1{
	font-size: 14px;
	font-weight: normal;
}

#header h1 img{
	margin-right: 1px;
	border:none 0 !important;
	display: block;
	margin-top: 10px;
}

#header h1 a{
	color: #999;
}

#menu{
	float:right;
	padding: 30px 0 0px 0;
}

#menu li{
	display: inline;
	margin-left: 10px;
}

#menu li a{
	font-size: 20px;
	text-align: left;
}

#menu li a:hover{
	border-bottom:1px solid #aaa;
}

#main{
/*	border-top: 1px solid #eee;*/
	clear:both;
	padding-top: 0px;
}

#splash{
	padding: 0px 0 10px 0;
	overflow: hidden;
}

#splash p{
	width: 400px;
	margin-right: 20px;
	padding-top:10px;
	float:left;
	font-size: 32px;
	font-weight: normal;
	font-family: georgia, serif;
}
#splash{
	line-height:1;
}

#splash p span{
	display: block;
	margin-top: 15px;
	font-style: italic;
	color: #61be22;
	font-size: 22px;
}

#splash img{
	width: 400px;
	float:left;
	height: auto;
}

#loginarea{
	background: #ebebeb url(/static/images/bg.png) repeat-x;
	clear:both;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

#login{
	width: 380px;
	float:left;
}

#registration{
	width: 380px;
	margin-left: 20px;
	float:right;
}

#login label{
	display: block;
	margin-bottom: 5px;
}

#id_username, #id_password{
	padding: 5px;
	width: 360px;
	font-size: 18px;
}

.post{
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	clear:both;
}

.post h2{
	font-size: 48px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.post p{
	margin: 0px 0 20px 0;
	line-height: 150%;
	font-family: Georgia, serif;
}

.post p a{
	color: #444;
	border-bottom: 1px solid #999;
}

.post p a:hover{
	color: #222;
	border-bottom: 1px solid #555;
}

.post p a:active{
	color: #000;
	border-bottom: 1px solid #000;
}

.post img{
	margin-bottom: 10px;
}

.post object{
	margin-bottom: 10px;
}

.post ul, ol{
	font-family: Georgia, serif;
	margin-left: 15px;
}

.post li{
	margin-bottom: 5px;
	list-style-type: square;
}

#feats{
	clear:both;
	overflow: hidden;
}

#feats ul li{
	width: 400px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}

#feats ul li img{
	float:left;
	margin-right: 10px;
	margin-top: 15px;
}

.embed{
	font-family: monospace;
}

.embed textarea{
	width: 100%;
	font-size: 24px;
	font-family: monospace;
}

.publist{
	margin-bottom: 20px;
}

.publist ul{
	font-size: 13px;
}

.publist li{
	list-style-type: none;
	padding: 5px;
}

.publist li a:hover{
	text-decoration: underline;
}

.right{
	float:right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	margin-top:3px;
	margin-right: 5px;
}

.publist1{
	background-color: #fafafa;
}

.publist2{
	background-color: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.acceptreject{
	margin-top: 10px;
}

.youradhere-panorama p{
	background-color: #ffffdd;
	padding: 8px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ddd;
}

.youradhere-box p{
	background-color: #ffffdd;
	padding: 8px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ddd;
	width: 140px;
}

.youradhere-outside p{
	background-color: #ffffdd;
	padding: 8px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ddd;
	width: 250px;
	float:right;
	margin-right: -300px;
}

#register-form p{
	font-size: 12px;
}

#register-form input{
	font-size: 18px;
	padding: 5px;
	display: block;
}

#register-form label{
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.final{
	clear:both;
	padding-top:1em;
	text-align:center;
	font-style:italic;
}
.coming{
	padding-top:0;
	color:#666;
}

#footer{
	margin: 30px 0;
	font-family: Georgia, serif;
	line-height: 140%;
	clear:both;
	overflow: hidden;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

#footer ul{
	float:left;
	font-family: "Helcetica neue", Helvetica, Arial, "MS Trebuchet", sans-serif;
	margin-top: 25px;
}

#footer ul li{
	display: inline;
}

#footer img{
	float:right;
	height: 80px;
	width: auto;
}

#beta{
	margin-top:1em;
}
#beta-toggle{
	text-decoration:underline;
}
