/* BLOG CSS */

body {
margin:0px;
background:url(images/main-bg.gif) top center repeat-y #AEAEAE ;
font-family:tahoma, verdana, sans-serif;
color:#7E7E7E;
line-height:13px;
}

a:link, a:visited {
  color:#404040;
  text-decoration:none;
  }
  
a img {
  border-width:0;
  }
  
/*a:hover img{
  }*/

ul {
padding-left:20px;
margin-left:0px;
}

li {
/*list-style-image:url(file:///Macintosh%20HDD/WORK1/Lakes%20and%20Country/online%20BLOG/version%201/v3.0/images/bullet1.gif);
list-style-position:inside;*/
/*padding-left:0px;distance between bullet and list items*/
/*list-style-position: outside;Makes indent hang so next line is also indented*/
/*margin-left:20px;Defines width of the bullet points. Stops hanging indent making bullets dissappear*/
list-style-type:none;
}  
  
h1 {
font-size:22px;
line-height:22px;
margin:2px 0 0 0;
}

h2 {
font-size:14px;
}

h3 {
font-size:11px;
margin:10px 0 50px 0;
}

h4 {
font-size:10px;
}

.clear {
clear:both;
}

.txtDarkGrey {
color:#404040;
}

.txtLightGrey {
color:#7E7E7E;
}

#center {
margin: 20px auto 0 auto;
width:984px;
}

/*h1, h2, h3, h4, h5, h6, .itemtitle {
text-transform:uppercase;
}*/

/*Secondary styling of the pencil icon, the main part of this is in @import blogger.com css code*/
.quick-edit-icon {
margin:0px;
}

.image_left {
width:100%;
float:left;
padding: 0px 0px 0px 0px;
margin-bottom:50px;
}

.commercialbg .image_left {
margin-bottom:25px;
}

.uline {
text-decoration:underline;
}

/*.image_right {
width:100%;
float:right;
padding: 0px 0px 0px 0px;
margin-bottom:20px;
}*/

.subimage_left {
width:220px;
float:left;
padding: 0px 0px 0px 0px;
margin-bottom:20px;
}

.subimage_right {
width:220px;
float:right;
padding: 0px 0px 0px 0px;
margin-bottom:20px;
}

/*ABSOLUTE POSITIONING*/
#maincontent, #sidebarleft {
top:340px;
position:absolute;
}

#sidebarleft {
z-index:9999;
}

#maincontentWrapper {
padding-left:261px;
float:left;
}/*positions maincontentwrapper from left*/

/*HEADER*/
.topbar {
width:984px;
height:332px;
}

.topbar #logo {
padding:0 20px 20px 20px;
}

/*MAIN CONTENT*/
/*#maincontainer {
width:984px;
margin: 0px 0px 30px 0px;
}*/

/*LEFT SIDE BAR*/
#maincontainer #sidebarleft {
width:221px;
}

#maincontainer #sidebarleft p.sidehead {
margin-left:20px;
}

/*MAIN POST CONTENT*/
#maincontainer #maincontent {
width:723px;
padding:0px;
float:right;
padding:0px 0 20px 0;
margin:0px 0 20px 0;
}

#maincontainer #maincontent .itemtitle {
font-size:17px;
line-height:10px;
font-weight:bold;
}

#maincontainer #maincontent .authorinfo {
font-size:11px;
font-weight:bold;
}

/*TEXT & LINKS FORMATTING*/
.bodytext {
 font-size:12px;
 color:#404040;
 }
 
#sidebarleft {
font-weight:bold;
}

.subtext, .subtext a:link, .subtext a:hover, .subtext a:active, .subtext a:visited {
 font-size:11px;
 color:#404040;
 }

.tinytext, .tinytext a:link, .tinytext a:hover, .tinytext a:active, .tinytext a:visited {
 font-size:9px;
 color:#404040;
 }

.sidebarleft_links a:link, .sidebarleft_links a:hover, .sidebarleft_links a:active, .sidebarleft_links a:visited {
 font-size:11px;
 font-weight:bold;
 color:#7E7E7E;
 }

.tinytext a:hover, .subtext a:hover, .bodytext a:hover, li a:hover {
  color:#ffffff;
  text-decoration:none;
  background-color:#000000;
  }
  
#sideHeader {
margin-top:0px;
font-size:17px;
line-height:24px;
}

#sideHeader ul{
padding-top:0px;
margin:0px 0 35px 0;
}

p.sidehead {
color:#404040;
font-size:11px;
padding:0px;
margin:0 0 0px 0;
}

ul.sideListUl {
margin-top:13px; /*left bar distance of links from title*/
}

li.sidebarleft_links {
line-height:11px; /*left bar links line-height*/
}



/*HIGHLIGHT PROPERTIES FOR SALE*/
.commercialbg {
 background-image:url(http://www.lakesandcountry.co.uk/blog/images/commercialbg.gif);
 padding:10px 10px 10px 10px;
 margin:0px;
 }

/*FOOTER*/
#footer {
 margin: 40px 0 60px 0;
 }
 
.ruler {
 margin:25px 0 25px 0;
 }