*	{
	padding: 0;
	margin: 0;
}

img { border: 0; }

html, body, #splash {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	background: #100;
	font-family: verdana, arial, sans serif;
	font-size: 10px;
	color: #5F4C4C;
}

#message {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-family: arial, helvetica, sans serif;
	font-size: 10px;
	color: #5F4C4C;
	border-bottom: 1px solid #5F4C4C;
	background: #100;
}

#splash tr td {
	vertical-align: middle;
}

#splash-img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	max-width: 850px;
	height: 520px;
}

#splash-enter {
	position: absolute;
	top: 190px;
	right: 0;
	width: 310px;
	height: 140px;
}

#splash-enter p {
	border-top: 1px dashed #5F4C4C;
	border-bottom: 1px dashed #5F4C4C;
	padding: 8px 0 9px 0;
	margin: 15px 0 5px 0;
}

#main {
	width: 100%;
	height: 100%;
}

a, a:active, a:visited {
	font-family: verdana, arial, sans serif;
	font-size: 10px;
	color: #BA8E74;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top {
	float: left;
	width: 100%;
	min-height: 500px;
}

#header {
	height: 90px;
	margin: 20px 0 25px 0;
	border-bottom: 1px dashed #5F4C4C;
}

#center, #admin-center {
	position: relative;
	margin: 0 auto 0 auto;
	width: 500px;
	height: auto;
}

#footer {
	float: left;
	width: 100%;
	height: 120px;
	background: url(/images/bg.jpg) bottom center no-repeat;
	color: #100;
	text-align: center;
}

#footer p {
	margin-top: 100px;
}

#news {
	float: left;
	width: 325px;
}

.heading {
	margin: 30px 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #5F4C4C;
}

h3, #sidebar li.show-head {
	padding-left: 18px;
	margin-bottom: 10px;
	background: url(/images/bullet.gif) left 2px no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #BA8E74;
}

#news p {
	margin-bottom: 30px;
}

#sidebar {
	float: right;
	width: 150px;
}

#sidebar strong {
	font-size: 12px;
	font-weight: bold;
	color: #BA8E74;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
	text-transform: capitalize;
}

#sidebar li strong {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #BA8E74;
}

#sidebar h4 {
	margin-top: 8px;
	font-size: 10px;
	font-weight: normal;
	color: #BA8E74;
}

.form-block {
	width: 500px;
	min-height: 180px;
}

#add-post, #edit-post {
	float: left;
	width: 350px;
}

.admin-links {
	float: right;
	width: 70px;
	text-align: right;
}

/*--- FORM STUFF ---*/

#form {
	float: right;
	width: 255px;
	display: inline;
	font-family: verdana;
	font-size: 10px;
	color: #666;
}

#errors {
	float: left;
	width: 90px;
	height: 100px;
}

.error {
	margin-left: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #F33;
}

#remove-post li, #remove-show li { list-style: none; }

#remove-post a, #remove-show a { color: #F00; }

.name { width: 145px; }

.dd-med { width: 150px; }

.dd-large { width: 300px; }

.large-name, .text { width: 300px; }

.med-label { margin-right: 125px; }

.large-label { margin-right: 37px; }

.name, .large-name, .dd-med, .dd-large, .text, .submit {
	margin-bottom: 2px;
	padding: 0 2px;
	font-family: verdana;
	font-size: 10px;
	color: #BA8E74;
	background: #100;
	border: 1px solid #5F4C4C;
}

html>body .name, .large-name, .text, .submit { margin-bottom: 3px; } /* mozilla specific, removes IE's 1px input padding */

textarea {
	height: 100px;
	overflow: auto;
}
