body {padding: 0;margin: 0; background-color: #393736;}
body,td,th{font-family: Helvetica,"Lucida Grande", Verdana, sans-serif;color:#848481;font-size:11px;font-weight:bold;}

A {text-decoration:underline;color: #848481;}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;padding: 0;
	line-height: 1em;
}
h1 {font-size:16px;}
h3 {font-size:10px;margin-bottom:6px;}
h5 {font-size:16px;margin-bottom:6px;}

p strong, p b {color:#b4b4b1;}

/* LAYOUT (top rt btm lt)*/
#container {
	background-color: #eeeeee;
	background-image: url('../media/images/bg.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow:hidden;
	width:995px;
	line-height:18px;
}
#main {
	margin: 0px 0px 0px 27px;
}
#search {height:56px;}
#header{margin-bottom:34px;}
#left {
	float: left;
	margin-left:14px;
	width: 310px;
}
#right {
	margin-left:45px;
	float: left;
	width: 553px;
}
#left div.content {width:290px;margin: 9px 9px 32px 9px;}
#left img.postedby {margin-bottom:7px;}

.small {font-size:9px;}


/* POST STYLES */
.postItem {text-transform:uppercase;line-height:20px;}
.postItem A {text-decoration:none;}

.postCategories {font-size:8.5px;text-transform:uppercase;}
.postCategories A {text-decoration:none;}

.post{margin-bottom:45px;clear:both;line-height:15px;}
.postShort{clear:both;}
.postLong{}
.postShort IMG, .postLong IMG{border:solid 3px #5e5e5c;}
.postShort A,.postLong A {color:#9E9D9A;}
IMG.readMore {border:0;margin-top:-10px;}


/* COMMENTS STYLES */
.commentsHead {color:#AC8739;font-size:11px; text-transform:uppercase; letter-spacing:.30em; border-bottom:solid 2px #A3A294}
.commentsHead .title {color:#C6C3B5;}

.comment {margin:7px 0 7px 20px;}
.comment .username, .comment .username a {text-transform:uppercase;color:#C6C3B5;font-size:14px;}
.comment .date {color:#AC8739; font-size:9px;text-transform:uppercase;}
.comment .desc {margin-left:20px;}
.comment .line {height:12px;width:51px; border-bottom:solid 1px #A3A294;}

/*FORM */
.fieldTitle {font-size:10px;padding-top:8px;}
INPUT[type="button"],input[type="submit"] {
	font-size:14px;
	color:#393736;
	text-transform:uppercase;
	background-color:#AC8739;
	border:0px;
	margin:0px 1px 0px 1px;
	padding:5px 10px 5px 10px;
	margin-top:5px;
}
TEXTAREA,INPUT[type="text"],INPUT[type="password"],SELECT 
 {
 	background-color:#393736;
 	color:#A3A294;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border:solid 1px #A3A294;
	padding:5px 5px 5px 5px;
}
INPUT[type='text']{width:170px;}
TEXTAREA{width:544px;height:120px;}

PRE {background-color:#000000;padding:5px;}