/* 
Theme Name: Leanne Addison
Description: Leanne Addison theme
Version: 1.0
Author: Andy
*/

body {
  font: 14px arial, verdana, helvetica, sans-serif;
  margin: 25px;
  background: #2d231f;
  color: #bde1e9;
  }

p, li, ul, dd, td {
  font: 14px arial, verdana, helvetica, sans-serif;
  color:#bde1e9;
  line-height: 150%;
  }
 
a {
  font: 14px arial, verdana, helvetica, sans-serif;
  color:#f2ba5b;
  text-decoration: underline;
  }
  
a:hover {
  color:#bde1e9; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #bde1e9;
  line-height: 120%;
  clear: both;
  margin-top: 0;
  }

h1, h1 a {
  font-size: 20px;
  }
h2, h2 a {
  font-size: 18px;
  }
h3, h3 a {
  font-size: 16px;
  }


#wrapper {
  width:912px;
  margin: 0 auto;
  border: 1px solid #f2ba5b;
  height: auto;
  }

#border, #borderhome {
  width: 858px;
  border: 27px solid #2d231f;
  background: #372722 url(images/bg.jpg) left top no-repeat;
  }
#borderhome {
  background: #372722 url(images/bg-home.jpg) left top no-repeat;
  }
  
#content-left {
  width:160px;
  float:left;
  height: auto;
  padding: 280px 0 0 20px;
  }
#content-left a, #current {
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #bde1e9;
  line-height: 170%;
  display: block;
  }
#content-left a:hover, #content-left a.current {
  color: #f2ba5b;
  }
  
#content-main, #content-main-home {
  padding: 55px 0 100px 0;
  width:650px;
  float:left;
  height: auto;
  }
#content-main-home {
  padding-top: 525px;
  }
  
#bottom {
  clear: both;
  }

#footer {
  width: 915px;
  text-align: center;
  margin: 20px auto 0 auto;
  width:878px;
  font-size: 10px;
  color: #6c6562;
  }
#footer p {
  font-size: 10px;
  color: #6c6562;
  margin: 0;
  }
#footer a {
  font-size: 10px;
  color: #6c6562;
  text-decoration: underline;
  }

#editors_bar {
  clear: both;
  width: 96%;
  display: block;
  background: #665b56;
  padding: 4px;
  font-size: 11px;
  border-bottom: 1px solid #555555;
  }
#editors_bar a {
  font-size: 11px;
  padding: 8px 0;
  color: #ffffffff;
  text-decoration: none;
  }
#editors_bar a:hover {
  text-decoration: underline;
  }

.imagecaption img {
  display: block;
  padding-bottom: 2px;
  }
.imagecaption {
  font-size: 11px;
  display: inline-block
  padding: 5px;
  color: #e2d7d3;
  margin: 0 0 20px 20px;
  }



/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}