/*
Theme Name: Take Heart America
Theme URI: http://www.WPThemerKit.com
Description: 2 Columns, 1 Right Sidebar
Version: 0.2
Author: TMik
*/


/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}


* {
margin: 0;
padding: 0
}

a {
color: #000
}

p {
margin: 10px 0 0 0}

li {
margin-left: 20px
}

/*the main div containers*/
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background: url(images/background_band.jpg) repeat-x top;
}
#wrapper {
	width: 890px;
	margin: 0 auto 20px auto;
	padding: 0px;
}
#header {
	height: 196px;
	width: 890px;
	margin: 0px;
}
#main {
	width: 890px;
}
#content {
	width: 565px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
}
#leftbar {
	width: 100px;
	float: left;
	margin-top:13px

}


#leftnav {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#leftnav li {
font-size: 14px;
margin-bottom:1px
}
#leftnav a {
   background: #000;
   color: #fff;
   display: block;
   padding: 10px;
   text-decoration:none
}
#leftnav a:hover {
   background: #93161F;
   text-decoration: none;
}


#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}

/*some general classes */
.description {
	display: none
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}

.entry-meta {
display:none
}
.navigation {
  clear: both;
  display:none
}

/*style the header h1 - the main heading*/


#header h1 {
display:none
}
/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 140px 0 0 10px;
	white-space: nowrap;
	margin: 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	font-size:24px;
	padding-right: 40px
}

#menu li a {
color:#FFFFFF;
text-decoration:none
}
#menu li a:hover {
color:#FF0000;
text-decoration:none
}

#subnav {
background:url(images/nav_background.gif) right;
height:37px;
font-size: 20px;
line-height:35px;
color:#fff;
text-align:center;
width: 100%;
margin:0 auto 20px auto;
padding-right:13px
}

#subnav b {
color:#bbb;
}

#subnav a {
color:#fff;
text-decoration:none;
padding: 0 10px 0 10px;
}



#subnav a:hover {
color:#FFE2D8
}  



#subnav small {
font-size:9px
}


#communities {
color:#8a8a8a
}

/*style the headings*/
#content h1 {
	font-size: 2.2em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}



.post h2 {
	font-size: 1.8em;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height:120%
}

.post h2 a {
text-decoration:none
}

.post h2 a:hover {
color:#a30d0e
}


.post h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

.post h4 {
  font-size: 1.5em;
  color:#a30d0e;
  margin: 0;
  padding: 0;
}


/*style the post date*/
.entry-date {
	height: 30px;
	width: 41px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:none
}
.entry-month {
	font-size: 9px;
	width: 41px;
	text-align: center;
	margin: 0;
	font-weight: bold;
	padding: 0;
}
.entry-day {
	font-size: 16px;
	text-align: center;
	width: 41px;
	margin: 0;
	margin-top:-10px;
	font-weight: bold;
	line-height: 20px;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#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: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
	display:none
}
#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;
}


/*oh you're so fancy with those 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;
}



/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
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;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}


