/*
Theme Name: Second Harvest Heartland - New
Author: Lindsi Gish
Author URL: http://www.2harvest.org

*/

*
{
  padding: 0;
  margin: 0;
}


hr
{
  display: none;
}

/* Header styles */

#header
{
  width:958px;
  height:150px;
  margin: 0 auto;
  align:center;
}
 
#headerimg
{
  align:center;
  width:958px;
  height:150px;
  background-image: URL(images/new_header.png);
  
}

#nav
{
   width:968px;
   height:37px;
   margin: 0 auto;
   background-image: URL(images/nav_back.gif);
   position:relative;
}

#navcap
{
	position:absolute;
	right:0px;
	top:0px;
	width:14px;
	height:37px;
}


/* Body styles */

#wrapper
{
  width: 970px;
  height:100%;
  margin: 0 auto;
  overflow: hidden;
    background-image:
	url('http://blog.2harvest.org/wp-content/themes/secondharvestheartland_2/images/content_background.png');
}

body
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 10pt;
  background:#f0e2b5 url(images/background-stripes.gif);
  background-repeat:repeat-x;
}

#content
{
  width: 759px;
  float: right;
}


/* Sidebar styles */

#sidebar
{
  width: 199px;
  background-repeat: repeat-y;
  height: 100%;
}

#sidebar li p
{
    padding: 10px;
}

#sidebar ul h2

{
  color: #000000;
  font-size: 1.2em;
  margin-bottom: 5px;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
  padding: 10px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
  padding: 10px;
}

#sidebar dl
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar dl h2

{
  color: #593213;
  font-size: 1.2em;
  margin-bottom: 5px;
}

#sidebar dl dl dl
{
  margin-bottom: 0;
}


#sidebar a
{
  text-decoration: underline;
  color: #8E3535;
  a:visited: #8E3535;
}


/* Footer styles */

#footer
{
  background-image:
	url('http://blog.2harvest.org/wp-content/themes/secondharvestheartland_2/images/footer_background.png');
  background-repeat:no-repeat;
  background-position:center;
  text-align: center;
  padding:20px;
}

.footer a
{
  text-decoration: underline;
  color: #593213;
  a:visited: #593213;
 }
 
 #footer p
 {  padding:10px; }

/* Post styles */
.post
{
  margin-bottom: 25px;
  color: black;
  padding: 20px;
}
 
h2
{
  font-size: 1.2em;
}
 
h2 a:hover, h2 a:visited, h2 a
{
  font-size: 1.2em;
  text-decoration: none;
  color: #003B77;
}
 
.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
  
}
 
.postmetadata
{
  padding: 2px;
  border-top: 1px solid #003B77;
  color: #8E3535;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

.post a
{
  color: #8E3535;
  a:visited: gray;  
}

.post a h2
{
  color: #8E3535;
  }
  
.post h2
{
  color: #8E3535;
  font-size: 1.2em;
}

.postmetadata a
{
  color: #8E3535;
}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.navigation a
{
  text-decoration: underline;
  color: white;
  a:visited: gray;
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
  
}
 
.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  background: #f2e4ca no-repeat   scroll top left;
}
 
.post li
{
  margin-left: 20px;
}
 
.post ul
{
  list-style-type: bullet;
  margin-bottom: 10px;
}
 
acronym, abbr, span.caps
{
  cursor: help;
}
 
acronym, abbr
{
  border-bottom: 1px dashed #999;
}
 
blockquote cite
{
  margin: 5px 0 0;
  display: block;
}
 
.center
{
  text-align: center;
}
 
a img
{
  border: none;
}
 
h3
{
  margin-top: 1.5em;
  font-size: 1.4em;
}
 
h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}
 
h5
{
  margin-top: 1em;
  font-size: 1em;
}
 
.post a
{
  color: #8E3535;
}


/*Comment styles*/
ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}
 
ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #8E3535;
  padding: 5px;
  background-color: white;
}
 
ol.commentlist li.alt
{
  background-color: white;
}
 
ol.commentlist a
{
  color: #8E3535;
}
 
small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}