/*
Theme Name: Blank E
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme E, 2 Columns, 1 Left Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #225147;
	background:#E9F4DD;
}
hr {
  color: #749A44;
  background-color: #749A44
  height: 1px;
}
#wrapper {
	width: 740px;
	margin:0 auto;
	padding: 0px;
	background:#FFF;
	min-height:500px;
	overflow: auto;
}
#header {
	height: 95px;
	margin: 0px;
	background-image:url(images/banner-bg.gif);
}
#header-container {
	width:740px;
	margin:0 auto;
}
#main {
	width: 740px;
}
#content {
	width: 560px;
        min-height: 200%;
	padding:2px 0px 0px 7px;
	float: right;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#sidebar {
	width: 149px;
	position:absolute;
	margin:60px 10px 0 20px;
}
#footer {
	color:#8DB18;
	font-size:0.8em;
	height:24px;
	margin:0 auto;
	padding:50px 0 0;
	width:740px;
	clear:both;
	padding-top:5px;
	background:#FFF url(images/page-bottom.png) no-repeat bottom left;
	text-align:center;
}

/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
	border-bottom:1px dotted #749A44;
}
.post:last-child {
border-bottom:none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content p {
	margin-top:0.1em;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  color:#000;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	text-decoration: none;
	color:#749A44;
}
#content a:hover {
	text-decoration: underline;
	color:#749A44;
}

#footer ul {
	margin:30px 0 0 0;
	padding:0;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	border-right:1px solid #8DB187;
	display:block;
	float:left;
	height:15px;
	padding:0 4px;
	text-decoration:none;
	color:#749A44;
}

#footer ul li:last-child a {
	border-right:0 none;
}

.company {
	color:#999999;
	font-size:0.8em;
	text-align:right;
	float:right;
	margin-top:20px;
}
/*#footer .first {
	padding:0 5px 0 0;
}

#footer .last {
	border-right:0 none;
}*/

/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#tel {
background-image:url(images/tel.gif);
float:right;
height:16px;
margin-top:26px;
margin-right:16px;
width:319px;
}

#menu{
	padding: 68px 0 0 165px;
	white-space: nowrap;
	width: 750px;
	color:#FFF;
	font-size:small;
	position:absolute;
}
#menu ul {
overflow:hidden;
display: inline-block;
margin: 0px;
padding: 0px;
position:absolute;
}

#menu ul {
display:block;
}
#menu li {
	list-style-type: none;
	border-right:1px solid #5F7E3A;
	padding:0 9px;
	float:left;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color:#FFF;
}
#menu li a:hover {
	text-decoration: underline;
}

#menu a{
	display:block;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: -10px;
	padding: 2px 5px 20px 0px;
	list-style-type: none;
	color:#225147;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 5px 5px 5px 0px;
	color:#225147;
}
#sidebar li a:hover {
        color:#749A44;
	text-decoration: none;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

#sidebar .widget {
	border-bottom:1px dotted #225147;
	padding-bottom:10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header img {
	width:142px;
	height:125px;
	border:none;
	margin:18px 0 0 10px;
	float:left;
	z-index:1;
	position:absolute;
}

#header h1 a:link, #header h1 a:visited {
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
        background: #749A44;
        color: #225147;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:2px;
}

.pagetitle {
	color:#225147!important;
	font-size:1.2em!important;
	padding-top:8px;
        padding-left:5px;
	clear:both;
}

#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
        font-family: Verdana,Arial,Sans-serif;
	font-size: 1.0em;
        padding: 0px 0px 0px 19px;
	color:#749A44;
}

#sidebar a h2{
	text-decoration: none;
	color:#749A44;
}

#sidebar a{
	text-decoration: none;
}

#sidebar h2 a:link, #sidebar h2 a:visited {
	color:#749A44;
	text-decoration: none;
}
#sidebar h2 a:hover {
	color:749A44;
	text-decoration: none;
}
.post h2 {
	font-size: 1.2em;
	padding: 0;
	margin-top:0;
	clear:both;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: #222;
        color: #749A44
	padding: 0;
}
a.image img {
	border: #222;
        color: #749A44
        background-color: #222;
}

#s {
	width:119px;
}
#credit {
 display: none;
}
#breadcrumbs {
        font-size: 10px;
        padding:2px 0px 0px 7px; 
}
/*===END SECTION 11===*/
