/*
Theme Name: Heronswoodvoice Theme V2
Theme URI: http://wordpress.org/
Description: Custom for Heronswood by <a href="http://webfadds.com/overview">WebFadds.com</a>.
Version: 2.0
Author: WebFadds.com - Scott Frangos
Author URI: http://www.webfadds.com/overview


*/


/*general alignment*/
.alignleft {
  float: left;
}


.alignright {
  float: right;
}


/*the main div containers*/

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto 20px;
	padding: 0px;
	background-color: #fefde1;
	text-align: left;
}


#header {
	height: 200px;
	width: 575px;
	float: left;
	margin: 0px;
	background-image: url('images/fhvbanner.png');
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

/* Not used in this version
#main {
	width: 800px;
}
*/

#content {
	width: 620px;
	padding: 25px 0;
	color: #663300;
	float: left;
	background-color: #fefde1;
}

#sidebar {
	width: 250px;
	padding: 15px 0 20px 15px;
	float: right;
	margin: 0em;
	background-color: #d8cdaf;
	font-size: .9em;
}

#footer {
	height: 65px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}

/*some general classes */
.description {
	clear: left;
	padding: 183px 0 5px 110px;
		color: #663300;
	font-style: italic;
	text-align: center;
	font-size: .85em;
}
.post {
	padding: 35px;
	font-size: 1em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  margin-bottom: 2.5em;
  font-size: .8em;
}

/*style the header h1 and h2 - the main headings*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #663300;
	margin: 0px;
	width: 500px;
	padding: 1px 0 0 25px;
}
#header h1 a:hover {
	text-decoration: underline;
}

#header h2 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #663300;
	margin: 0px;
	width: 500px;
	padding: 1px 0 0 25px;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu {
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 500px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

/*style the headings*/

#content h1, h2, h3
{
	margin-top: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}

#sidebar h2 {
	font-size: 14px;
	font-style: normal;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	text-align: center;
}


.post h2 {
	font-size: 1.2em;
	margin: 12px 0 10px 0;
	padding: 0;
	text-align: center;
}
.post h3 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

/*style the post date*/
/* remove fancy 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: 14px 0 0 0;
	font-weight: bold;
}
*/
.entry-date {
	margin-top: 1.6em;
	color: #663300;
	font-size: .85em;
}


/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color:  #663300;
	text-decoration: underline;
}
}
#content a:hover {
color: #663300;
text-decoration: underline;
}

#footer a:link, #footer a:visited {
color: #663300;
text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* original links out
#sidebar li a:link, #sidebar li a:visited {
	display: block;
color: #663300;
text-decoration: underline;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
color: #663300;
text-decoration: underline;
}
*/
#sidebar li a:link, #sidebar li a:visited {
	color:  #000000;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}


#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 5px;
  padding-bottom: 5px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}


img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}


/*blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  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;
}



/*Commenting form*/

#respond p {
 font-size: .85em;
margin-bottom: 1em;
}

.comment-text {
font-size: .85em;
}

.commentmetadata {
 font-style: italic;
margin-bottom: 1em;
}

ol.commentlist li {
	margin-bottom: 2em;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 20px;
}

.comment-author {
margin-top: 1.75em;
font-weight: bold;
}

#commentform input {

}
#commentform textarea {

}
#commentform {
	padding: 10px;
}



/* Styling of Widgets */

.widgettitle {
	color:  #000000;
	font-family: "Verdana", arial, sans-serif;
	font-variant: normal;
}



/* Rounded Corner Styling */
.roundedcornr_box_635624 {
   background: #5fcc44;
   float: left;
   width: 210px;
   color: white;
   padding: 1.1em;
   margin: 14px;
}
.roundedcornr_top_635624 div {
   background: url(images/roundedcornr_635624_tl.png) no-repeat top left;
}
.roundedcornr_top_635624 {
   background: url(images/roundedcornr_635624_tr.png) no-repeat top right;
}
.roundedcornr_bottom_635624 div {
   background: url(images/roundedcornr_635624_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_635624 {
   background: url(images/roundedcornr_635624_br.png) no-repeat bottom right;
}

.roundedcornr_top_635624 div, .roundedcornr_top_635624,
.roundedcornr_bottom_635624 div, .roundedcornr_bottom_635624 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_635624 { margin: 0 30px; }

/*ShareThis */

.stbuttontext {
margin-left: 22px;
}



/* fixes tried earlier */
#sharethis_0 {
	text-align: center;
}
.stbuttontext {
	text-indent: 2em;
	font-style: .9em;
	letter-spacing: 1px;
}

.stbuttontext img {
	float: left;
	margin: 1em;
}
/* end fixes list */

/* Custom CSS */
.sidebar-blog-post {
    color: #663300;
    font-size: 0.9em;
    margin: 0.5em 0;
    padding-right: 1em;
}

.sidebar-blog-post a {
    color: #663300;
}

/* Mike Ferry's Custom CSS */
.comment {
  list-style: none;
}

#comments {
  font-size: 0.85em;
}

.comment-meta {
  font-size: smaller;
}

.commentmetadata {
  font-style: normal;
}

.children .comment {
  border-left: 3px solid #D8CDAF;
  padding-left: 10px;
}

.said {
  font-weight: normal;
}

/*
.comment-reply-link {
  display: none;
}
*/