/* 
Theme Name: Easy As
Description: Easy As theme
Version: 1.0
Author: Andy
*/

body {
  margin: 24px;
  background: #809c81;
  line-height: 150%;
  }

p, body, li, ul, dd, td {
  font: 15px georgia, times, "times new roman", serif;
  color: #1e552e;
  line-height: 150%;
  }

img a, a img {
  border: 0;
  }
  
a {
  font: 15px georgia, times, "times new roman", serif;
  color: #2c7dce;
  text-decoration: underline;
  }
  
a:hover {
  color: #ff9900; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #8c341c;
  line-height: 120%;
  }

h1, h1 a {
  font-size: 22px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 20px;
  }
h3, h3 a {
  font-size: 18px;
  }

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: #227e3f;
  color: #227e3e;
  margin: 5px 0 15px 0; 
  }

li {
  font-size: 15px;
  }
  
.smalltext td, .smalltext a, .smalltext p, .smalltext {
  font-size: 15px;
  line-height: 150%;
  display: block;
  }
  
#wrapper {
  width: 890px;
  margin: 0 auto;
  background: #f8efe8;
  border: 10px solid #ffffff;
  }

#header a {
  height: 60px;
  padding-top: 165px;
  text-align: center;
  background: #227e3f url(images/easy-as-timber.gif) center top no-repeat;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  border-bottom: 10px solid #ffffff;
  }

#content {
  padding: 35px;
  overflow: auto;
  height: 100%;
  }

#navbar {
  background: #ffffff;
  font-size: 19px;
  padding: 0 17px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  }
#navbar ul, #navbar-fullwidth ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  }
#navbar li, #navbar-fullwidth li {
  display: inline;
  }
#navbar ul li a, #navbar-fullwidth ul li a {
  line-height: 34px;
  color: #1e552e;
  font-size: 19px;
  text-decoration: none;
  padding: 0 15px;
  font-weight: bold;
  }
#navbar ul li a:hover, #navbar li.current-menu-item a, #navbar-fullwidth ul li a:hover, #navbar-fullwidth li.current-menu-item a {
  color: #8c341c;
  }

#footer {
  margin: 0 auto;
  text-align: center;
  width: 890px;
  }
#footer a, #footer {
  font-size: 12px;
  color: #557456;
  }




/* 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;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}