/* things added */

body {
  background-color:#fff;
  margin:0;
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1b1b1b;
}

a {
  color: #a54132;
}

a:hover {
  color: #575757;
  text-decoration: none;
}


h1, h2, h3, h4 {
  margin:0;
  padding:0;
  color:#4B5E81;
}


p {
  margin:0;
  padding: 8px 0 0 0;
}

h1 {
  font-size:20px;
  line-height:24px;
}

h2 {
  font-size:16px;
  line-height:22px;
}

div#sitecontainer { background-image: url(../images/background-main.gif); }

div#body_middle {
	background: #FFF;
	width: 740px;
	min-height: 532px;
}
* html div#body_middle { height: 532px; }
table.forum {
	margin: 10px;
	border: 1px solid #666;
	width: 720px;
	background: #EEE;
	border-collapse: collapse;
}
table.forum td { border: 1px solid #DDD; vertical-align: top; }
table.forum th {
	background: url(images/header.tile.gif);
	text-align: left;
	color: #FFF;
	padding: 0 4px;
    height: 22px;
    font-size: 12px;
}

table.forum td.category {
	background: url(images/gradient.header.gif);
	font-weight: bold;
	font-size: 11px;
	color: #666;
	border: 1px solid #666; 
}
table.forum td.category h2 { 
	font-size: 12px; 
	margin: 0 0 0px 10px; 
     color:#111;
}
table.forum h3 { 
	font-size: 12px; 
	margin: 0 0 0 10px;
}
table.forum p { 
	font-size: 11px;
     padding:0;
	margin: 0 0 0 10px;
}

th#posts { width: 40px; }
th#latest { width: 125px; }

table.forum td.topics, table.forum td.posts, table.forum td.latest { 
	vertical-align: middle;
     padding: 10px 5px 10px 0; 
}
table.forum td.posts, table.forum td.latest { text-align: center; }
th.authors { width: 128px; }
td.message p {
  padding:0;
	margin: 0 10px 10px;
	clear: both;
}
td.author ul {
	list-style-type: none;
	margin: 0 0 0 10px; padding: 0;
	font-style: italic;
	font-size: 11px;
}
td.author li.author {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
td.message p.posted {  }
ul.postInfo {
	margin: 0; padding: 0 10px 3px;
	list-style-type: none;
	text-align: right;
	background: #DDD;
}
ul.postInfo h3 { margin: 0; font-size: 12px; line-height: 12px; }
ul.postInfo li { 
	display: inline;
	font-size: 10px;
}
ul.postInfo li.title {
	float: left;
	width: auto;
	margin-right: 20px;
}
ul.postInfo .posted {
	font-size: 10px; 
	margin: 0 0 10px 10px; 
	text-align: right;
}

ul#breadcrumb {
	margin: 0 0 5px 5px; padding: 0;
	list-style-type: none;
	font-size: 10px;
}
ul#breadcrumb li { display: inline; }

ul.pages {
	margin: 0; padding: 0;
	text-align: center;
	list-style-type: none;
}
ul.pages li {
	display: inline;
}
ul.pages h2 { 
	font-size: 12px; 
	display: inline;
}
caption span, h2 span {
	font-weight: bold;
	float: left;
	width: 360px;
}
caption { height: 1.2em; }
p.new {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	margin: 0;
}
form.awesome {
	clear: left;
	background: #EEE;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0 10px;
}

p.errors {
	text-align: center;
	font-weight: bold;
	background: #900;
	color: #fff;
	margin: 0 0 15px 0;
     padding:6px;
}
