/*  
Theme Name: Neighbourhood Forum
Theme URI: http://www.design.monakmore.co.uk
Description: Theme for the Acocks Green Neighbourhood Forum
Version: 1.0
Author: John Lockett
*/
*
{
  padding: 0;
  margin: 0;
  font-family:arial;
}

body
{
background:#ffffff;
}

p
{
margin:5px 0px;
}

#header
{
background: #ffffff /*url("images/composite.png") no-repeat bottom right*/;
/*height:120px;*/
margin-left:30px;
margin-right:30px;
}

#headerimg
{
background:#ffffff;
/*width:238px;
height:120px;*/
}

#headerimg h1
{
margin-top:10px;
}

#headerimg a, #headerimg a:visited
{
color:#000000;
text-decoration:none;
}

#container {
	width: 100%;
	background: transparent;
	float: right;
	margin-left: -260px;/*same as sidebar width but negative*/
}


#sidebar
{
  float:left;
  width:200px;
  margin-top:10px;
  margin-left:20px;
  background:white;
  padding:10px;
}

#sidebar h1
{
font-size:1.2em;
}

#sidebar h2
{
font-size:1.0em;
}

#footer
{
clear:both;
background:transparent;
}

#content
{
  margin-left: 260px;/*same as sidebar width positive*/
  margin-right: 20px;
  padding:10px;
  background:white;
}

#content h2, #content h3
{
font-size:1.2em;
margin: 5px 0;
}

#content h2 a, #content h3 a, #content h2 a:visited, #content h3 a:visited
{
color:black;
text-decoration:none;
}

.post
{
margin-bottom:10px;
margin-top:10px;
padding:5px;
border:solid 1px black;
}

.entry
{
margin:5px 0px;
}

.commentlist
{
margin-left:20px;
}

.commentlist li
{
margin-bottom:10px;
margin-top:10px;
padding:5px;
border:solid 1px red;
}

.postmetadata
{
margin-top:10px;
margin-bottom:10px;
}

ul
{
list-style-type:none;
}

li hr
{
margin-top:10px;
margin-bottom:5px;
}