/*

 
light beige   : background:#C8CBA5;	
darker green  : background:rgb(148, 153, 87);
lighter green : background:rgb(173, 182, 107);

*/

/* Setup Fonts */
.wide h1,h2,h3,h4,h5,h6
{
  font-family:'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;	
}
 
/* all encompassing container div        */
div.wide{
  float:left;
  width: 60em;
}

#forum_container {
	width: 577px;
/*  position:absolute;
	left: 275px;
	top: 305px;*/
	margin-left:275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

div.allposts{
  padding: 0 4px 0 4px;
}
/* Color them activity icons */
img.grey { background-color:#ccc; }
img.darkgrey { background-color:#999; }
img.green { background-color:#0c0;}

/* Class for a 'clear' spacer. used for alignment only. */
.clearbreak{
  clear: both;
}
/* Display of posts in thread */
div.post{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  overflow-x: auto;
}

div.author{
  float: left;
  width: 100px;
}

.spacer{
  clear: both;
  height: 5px;
  line-height: 0;
  font-size: 0;
}

div.body{
  float: left;
  width: 70%;
} 

.date
{
	font-size:0.75em;
	color:#666;
	font-weight:normal;
	margin-bottom:0.5em;
}

/* 'edit post' button on topics/show        */
.author .b_edit a { 
  font-size:1em; 
  color:#666; 
  margin: 5px; 
  padding:5px;
  background:rgb(148, 153, 87);
}

/* Thread and forum lists */
table.wide tr th { 
  color:black; font-size:0.85em; 
  font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif; 
  padding:3px 10px; 
  background:rgb(148, 153, 87);
}
/* rows for forums/list */
table.forums tr {
}

/* topic row background for forums/show         */
table.topics tr { 
  border-right:0; 
  padding-right:2px; }

table.forums tr td .title {
  font-size:1.4em; 
}
table.forums tr td .desc {
margin:0.5em 0;	
}

table.forums .posts{
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.8em;
}
tr.hentry{

  border-bottom: solid 10px black;
}
table.wide tr th.la { 	text-align:left; }
table.wide tr td.ca { 	text-align:center; }
table.wide tr td.vat { vertical-align:top; }
table.wide tr td.narrow { padding:2px 5px;}
table.forums{ width: 100%; }

/* breadcrumbs */
span.arrow{
	font-weight:normal;
	font-size:0.9em;
	color:#777;
}

.crumbs{
	font-size:0.75em;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}

.crumbs a { color:#246; }
.crumbs a:hover { color:#00c; text-decoration:underline; }
