* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('./images/bg_right.png') top repeat-x;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #414141;
}

a, a:visited, a:active, a:link {
	text-decoration: none;
	color: #b5b5b5;
}

a:hover {
	text-decoration: underline;
}

#bg {
	z-index: -1;
	width: 50%;
	height: 200px;
	background: #fff  url('./images/bg_left.png') top repeat-x;
	position: absolute;
}

/*
 Lets have some basic global style settings
 for all the nitty gritty crappy poopy stuff.
 That's right, I said poopy.
*/
.small { font-size: 10px; }
.large { font-size: 14px; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.error { font-weight: bold; color: #e80000; }
.debug { font-weight: bold; color: #0ae800; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* END Poopy stuff */

#layout {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #e4e4e4;
	border-top: 0;
	margin-bottom: 15px;
}

/*
 Top navigation menu
*/
#menu {
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	font-size: 10px;
}

#menu ul {
	padding: 1px 0;
	float: left;
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a.current {
	background: #fff url('images/current_link.png') repeat-x;
}

#menu ul li a {
	float: left;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #e4e4e4;
}

#menu ul li a:hover {
	text-decoration: none;
}

/* END menu */

#bar {
	background: #000 url('./images/blackstripes.png') repeat-x;
	height: 43px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#statusbar {
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #e4e4e4;
	color: #777777;
}

#content {
	padding: 5px;
}

#content .title {
	text-align: right;
	border-bottom: 1px dashed #e4e4e4;
	padding: 4px 10px;
	margin-bottom: 3px;
	font-size: 18px;
}

#content .details {
	float: right;
	margin-bottom: 10px;
	font-size: 11px;
	color: #2929c4;
}

#content p {
	margin-top: 15px;
	margin-bottom: 35px;
	clear: both;
}

#content a {
	color: #2929c4;
}

#login, #postform {
	line-height: 200%;
	margin-left: 30px;
}

#login .field, #postform .field {
	border: 1px solid #e4e4e4;
	padding: 1px;
}

#login .field:hover, #postform .field:hover {
	border: 1px solid #cccccc;
}

#login .button, #postform .button {
	padding: 0 7px;
}

#postform .checkbox {
	width: 20px;
}

.profile {
	margin: 5px;
	width: 100%;
}

.profile td {
	padding: 5px 4px;
}

.profile td.input {
	border-right: 1px solid #e4e4e4;
	width: 35%;
}

.profile .submit {
	padding: 3px 4px;
	background: #f9f9f9;
	border: 1px solid #c9c9c9;
}

#footer {
	text-align: center;
	color: #b5b5b5;
	margin-bottom: 15px;
}