/*   
Theme Name: Leaflet
Theme URI: http://www.leafletpr.com/
Description: Custom theme for Leaflet PR.
Author: Rich Orris
Author URI: http://strangebirdlabs.com
Version: 1.0
*/

body {
  background: #fff;
  font-family: arial, helvetica, sans-serif;
  color: #242424;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: georgia, serif;
  font-weight: normal;
  line-height: 20px;
}

a, a:link, a:visited, a:active {
  color: #617925;
  text-decoration: none
}

h2 a:hover,
p a:hover {
  background: #617925;
  color: #fff;
} 

strong {
  background: #e1ebcb;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright {
	padding: 0;
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#page {
  width: 950px;
  margin: 0 auto;
}

#header-wrapper {
  border-bottom: 1px solid #84ad27;
}

#header {
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 140px;
}

#header h1 {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}

#header h1 a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  height: 130px;
  width: 270px;
  background: url(images/logo.png) no-repeat;
}

#header #tagline {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  bottom: 20px;
  right: 0;
  width: 220px;
  height: 22px;
  background: url(images/tagline.png) no-repeat;
}

#header #sidebar-header {
  float: right;
  width: 400px;
  margin-top: 20px;
  text-align: right;
}

#container {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}

#sidebar-home {
  float: left;
  width: 380px;
}

#sidebar-home p {
  text-align: justify;
  font-family: georgia, serif;
  font-size: 20px;
  line-height: 30px;
}

#sidebar-home p strong {
  font-weight: normal;
}

#sidebar-home .widget {
  margin: 0;
}

#home {
  float: right;
  width: 460px;
}

#home a.read-more {
  font-size: 20px;
  font-family: georgia, serif;
}

#main {
  float: left;
  width: 640px;
}

h2.page-title {
  margin-bottom: 20px;
}

ul.pagination {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.pagination li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

ul.pagination li.right {
  float: right;
}

#sidebar-right {
  float: right;
  width: 220px;
}

#footer-wrapper {
  background: #84ad27;
  padding: 20px 0;
}

#footer {
  width: 980px;
  margin: 0 auto;
}

#footer #sidebar-footer .widget {
  float: left;
  width: 220px;
  margin-left: 20px;
  color: #fff;
}

#footer #sidebar-footer .widget h2 {
  color: #3e4d18;
}

#footer #sidebar-footer .widget a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#footer #sidebar-footer .widget h2,
#footer #sidebar-footer .widget h2 a,
#footer #sidebar-footer .widget h2 a:hover {
  color: #3e4d18;
  border: none;
  background: none;
}

ul.sb-twitter {
  margin: 0;
  padding: 0;
}

ul.sb-twitter li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 20px;
}

ul.sb-twitter li abbr {
  display: block;
  color: #3e4d18;
  border: none;
}

/** Post **/

.post {
  line-height: 20px;
  margin: 0 0 20px 0;
}

.post .meta {
  line-height: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
}

/** Widget **/

#sidebar-right .widget {
  margin: 0 0 20px 0;
}

.widget_archive ul {
  margin: 0;
  padding: 0;
}

.widget_archive ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

