/*  
Theme Name: Eaglestone Landscape Design - Blog
Theme URI: http://www.eaglestonelandscapedesign.co.uk/blog/
Description: Theme for ELD Blog.
Version: 1.0
Author: Nonimage
Author URI: http://www.nonimage.com/
*/


/* GLOBAL */

body {
    background: #ede7d2 url('images/layout/mainbg.jpg') top center repeat-x;
    font: 62.5% Georgia, Helvetica, Arial, Verdana, sans-serif; 	
    color: #6e4f24;
    margin: 0;
    padding: 0;
    }
    
a img,:link img,:visited img { border:none; }

a, a:visited {	
	color: #5c832f;
	text-decoration: none;
	}
	
a:hover {	
	color: #000;
    }
    
.clear {	
    clear: both;
    }
    
.divider {
	background: #ede7d2 url('images/blogdivider.gif') top center no-repeat;
	width: 747px;
	height: 24px;
	margin: 0 0 0 -7px;
	}
	
.dividersmall {
	background: #ede7d2 url('images/blogdividersmall.gif') top center no-repeat;
	width: 520px;
	height: 17px;
	margin: 10px 0 0 -7px;
	}
    
hr {
   display: none;
   }
   
blockquote {
	margin-left: 35px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: italic;
	color: #443116;
	}
    
/* HEADER */
    
#page {
    width: 780px;
    margin: 0 auto;
    }
    
#header {
    }
    
h1 a {
	margin: 8px 0 37px 2px;
	float: left;
	text-indent: -8888px;
	background: transparent url('images/layout/logo.png') no-repeat top center;
	width: 169px;
	height: 50px;
	display: block;
	}
	
#menu {
	float: right;
	margin: 12px 17px 0 0;
	}
	
#menu a:link, #menu a:visited {
	color: #fff;
	}
	
#menu a:hover {
	color: #ccc;
	}
	
#menu ul li {
	display: inline;
	list-style: none;
	margin-left: 25px;
	font-size: 1.7em;
	}
	
#main {
	width: 737px;
	margin: -22px 0 0 -15px;
	padding: 28px 30px 0 30px;
	}
	
#main img {
	margin: 11px 0 0 19px;
	}
	
.vcard {
	font-size: 1.6em;
	margin: 0 0 0 5px;
	}
	
.url, .org {
	display: none;
	}
	
.tel, .type, .value {
	display: inline;
	}
	
.value {
	margin-right: 38px;
	} 
	
	
	
/* HOMEPAGE */
      
#content {
	width: 520px;
	float: left;
	margin: -10px 0 7px 5px;
    }
    
#content h2 {
	margin: 20px 0 3px 0;
	font-size: 1.9em;
	font-weight: normal;
    } 

#content p {
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 1em 0 0 0;
    }
	
	
/* POST IMAGES */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	padding: 0 0 0 20px;
	display: inline;
	}

img.alignleft {
	display: inline;
	padding: 0 20px 0 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
#commentform textarea{
	width: 100%;
	}
	
	
/* SIDEBAR */
        
#sidebar {
	width: 150px;
	float: right;
	margin: 0 15px 0 0;
	font-size: 1.3em;
    }
    
#sidebar h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 15px 0 5px 0;
    }

#sidebar ul {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	list-style: none;
	margin-bottom: 3px;
	}
	
	
/* FOOTER */
    
#footer {
	width: 780px;
	margin: 0 auto 15px auto;
	text-align: center;
    }
     
    
/* INTERNET EXPLORER, HOW I CURSE THEE */

*:first-child+html #menu {
	float: right;
	margin: 34px 17px 0 0;
	}
	
* html #menu {
	float: right;
	margin: 34px 17px 0 0;
	}

*:first-child+html #mainpic {
	background: #f8f4e8 url('images/layout/picbg.jpg') no-repeat top center;
	width: 797px;
	height: 350px;
	margin: -9px 0 0 -15px;
	}
	
* html #mainpic {
	background: #f8f4e8 url('images/layout/picbg.jpg') no-repeat top center;
	width: 797px;
	height: 350px;
	margin: -9px 0 0 -15px;
	}
	
*:first-child+html #mainpic img {
	margin: 17px 0 0 19px;
	}
	
* html #mainpic img {
	margin: 17px 0 0 19px;
	}