/*
Theme Name: lmvc

Version: 1.0
Author: Tony Depledge
Author URI: http://www.depledgedesign.co.uk
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
  font-size: 76%;
  font-family:  Arial, Verdana, Sans-Serif;
  background-color: #ECFFFF;
}
p{
	padding: 5px;
	margin-bottom: 1.5em;
}
p img {
	padding: 5px;
}
hr
{
  display: none;
}

#content
{
  width: 545px;
  float: right;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 10px;
padding-left:5px;
}

#sidebar
{
height: 100%;
padding-left: 5px;
  width: 205px;
 float:right;
   margin-top: 10px;
  background-image: url(images/stjames.jpg);
  background-position: top;
  background-repeat: no-repeat;
 
}

#wrapper
{
  width: 775px;
  margin: 0 auto;
 
  overflow: hidden;
  background-color: White;
}



#header
{

width: 775px;
height: 239px;
margin-top: 10px;
   margin-left: auto;
  margin-right: auto;
  background-color: White;
}

#headerimg
{ 

padding: 5px;

 text-align: center;
}

#header a
{
  text-decoration: none;
  color: white;
}

#header h1
{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#footer
{ 
  background-color: #216942;
  clear: both;
  color: White;
  margin-left: auto;
  margin-right: auto;
  width: 775px;
    border-bottom: 1px solid #216942;
}

#footer p {
	padding: 10px;
}
h2 a{
padding-left:5px;
	color: #216942;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #216942;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
 #sidebar ul h2
       {
       background-color: transparent;
  
      font-size: 1.2em;
      font-weight: bold;
      padding: 2px;
		margin-top: 10px;
      margin-bottom: 5px;
       border-bottom: 1px dotted #216942;
		 border-top: 1px dotted #216942;
		list-style-type: none;
      }

#sidebar a
{
padding-left: 15px;
  text-decoration: none;
  color: Black;
  font-weight: bolder;
  
}

#sidebar a:hover
{
 text-decoration: underline;   
}
 .post
{
  margin-bottom: 25px;
  color: Black;
  padding-left: 5px;

  font-size: 1.1em;
}


h2, h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;

  color: #216942;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;

}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #358D23;

}

.postmetadata a
{
  color: #4a2c00;
}
 .post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
  padding-left: 10px;

}
.post img {
	padding-right: 10px;
}
.links {
padding: 10px;
	list-style: none;
}
.links ul {
	list-style: none;
}