/*

Theme Name: Undergroundv2
Description: Sproutreach blog theme
Version: 1.0
Author: Sproutreach

*/

* {
  padding:0;
  margin:0;
  list-style:none;
  }

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  }

body {
  background:#AFA675 url(./images/blogbg.gif) repeat-x; /* Set background image here */
  color:#3d3d3d;
  font-size:1.2em;
  }

p, h2, h3, h4, h5, h6 {
  font-size:1em;
  }

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
clear:both;
  }

hr .dotted {
  border:0;
  border-bottom:1px dotted #EAEAEA;
  margin:20px 0;
  height:1px;
clear:both;
  }

img {
  border:0;
  }

dl {
  color:#6b6b6b;
  margin:10px 0;
  }

dt {
  font-weight:bold;
  }

dd {
  font-style:italic;
  margin:5px 0 10px;
  }

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
  }

form h2 {
  margin-bottom:10px;
  }

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
  }

label {
  font-weight:normal;
  }

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
  }

div#wrapper {
  width:960px;
  margin:0 auto;
  background-color: #FFFFFF;
  height:auto;
  }

div#masthead {
  width:960px;
  height:90px;
  background-image:url(./images/mastheadbg.gif);
  }

/* Blog Title */

h1 {
  font:2.2em 'Trebuchet MS', Arial, Helvetica;
  color:#419638;
  }

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#419638;
  }

/* Tagline */

#masthead h2 {
	color:#419638;
	font-size:2.5em;
	padding-left:20px;
	padding-top:30px;
	}

#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
  }

/* -------- Begin MAIN SITE NAVIGATION SECTION -------- */



#navbar {
	float:right;
	width: 550px;
	padding-top:0;
	margin-top:0;
	height:50px;
	}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
	}

#navbar a:hover, #navbar a:active {
	color: #3D3D3D;
	text-decoration: none;
	}

#navbar ul {
	font-size: 13px;
	float: right;
	padding: 0 20px 0 0;
	list-style: none;
	}
 
#navbar ul li {
	display:inline;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	color: #666666;
	line-height: 26px; /* height of icon + whitespace */
	background-repeat: no-repeat;
	background-position: 0 45%;
	}

#navbar ul li a {
	padding-left: 26px; /* width of icon + whitespace */
	}

#navbar-services { background-image: url(http://sproutreach.com/images/icons/services.png); }
#navbar-portfolio { background-image: url(http://sproutreach.com/images/icons/portfolio.png); }
#navbar-about { background-image: url(http://sproutreach.com/images/icons/about.png); }
#navbar-contact { background-image: url(http://sproutreach.com/images/icons/contact.png); }
#navbar-blog { background-image: url(http://sproutreach.com/images/icons/blog.png); }

/* --------End MAIN SITE NAVIGATION SECTION -------- */

/* Pages Navigation */

div#masthead ul {
  float:right;
  margin:5px 27px 5px 0;
  position:relative;
  z-index:2;
  }

div#masthead ul li {
  float:left;
  }

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1em;
  padding:5px 5px 5px 5px;
  }

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background-color:#f1f1f1;
  }

/* Banner image dropshadow */

div#masthead_image {
  width:960px;
  height:90px;
  clear:both;
  padding:0;
  }

a {
  outline:0;
  }

/* Page dropshadow */

div#content {
  width:960px;
  background-color:#FFFFFF;
  height:auto;
  }

/* Header */

#headercontainer {
  	width: 960px;
  	padding-top:15px;
  	padding-bottom:15px;
  	margin: 0 auto;
  	background-image:url(./images/headerbg-top.gif);
	background-position:center bottom;
	height:105px;
	background-repeat:no-repeat;
  }

#header {
  	padding-left:20px;
  	}

#headerlogo {
  	float:left;
  	width:80px;
  	}

#headercontent {
  	width: 380px;
  	padding: 25px 0 0 0;
  	margin:0;
  	}

#headercontent img {

  	}

#headercontent p {
  	text-align:right;
  	color:#AFA675;
  	font-size:11.5px;
  	line-height:22px;
  	font-family: Arial, Helvetica, sans-serif;
  	}

#headercontent span {
  	margin: 0 7px 0 7px;
  	}

#headercontent a { 
  	color: #AFA675;
  	text-decoration: none;
  	}

#headercontent a:hover, #headercontent a:active { 
  text-decoration: underline;
  }

#headercontent img { 
  border:none;
  }

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
	padding:0 240px 40px 240px;
  	background-color:#FFFFFF;
  	height:auto;
	/* margin-top:20px; */
  	}

/* Don't use h1 in the articles-- it's already in the header */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
  }

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#5a471b;
  margin:20px 0 10px;
  }

div.entry h2 {
  font-size:1.6em;
  }

div.entry h3 {
  font-size:1.4em;
  }

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
  }

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
  }

/* Main header on single pages */

h2.header {
  color:#5a471b;
  font-size:22px;
  padding:0 0 10px 0;
  margin:0 0 5px 0;
  border-bottom:1px solid #e7e7e7;
  position:relative;
  }

div#main h2.header a {
  color:#5a471b;
  text-decoration:none;
  }

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
  }

/* Secondary headline above comments and comment form */

div#main h3 {
  margin:15px 0 5px 0;
  color:#419638;
  font-size:1.2em;
  }

div#main p {
  color:#3d3d3d;
  line-height:1.5;
  margin:10px 0;
  }

div#main a {
  color:#507FA3;
  }

div#main .required {
  color:#FF0000;
  }

.article {
  margin-bottom:20px;
  }

.article blockquote {
  margin:15px 0;
  padding:8px 15px;
  border-left:5px solid #B8D1E4;
  background:#F1F1F1;
  line-height:1.5;
  }

div.article code {
  font-size:1.2em;
  }

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
  }

.article ul {
  color:#6b6b6b;
  margin-left:15px;
  }

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
  }

.article ol {
  margin-left:20px;
  }

.article ol li {
  list-style:decimal;
  margin:10px 0;
  }

.article ol li ol {
  font-size:1em;
  margin-left:15px;
  }

#main p.byline {
  color:#999;
  font-size:.9em;
  }

p.article_footer {
  font-size:0.9em;  
  text-align:left;
  margin:5px 0 10px 0;
  background:#ffffff;
  padding:5px 10px;
  border:1px dotted #a8a8a8;
  line-height:1.5;
  }

.gallery img {
  display:inline;
  margin:0px 10px 10px 0px;
  padding:0;
  border:none;
  }

.postinfo {
  background-color:#f1f1f1;
  padding:5px 10px;
  border:1px solid #DADADA;
  }

/*-----------------------------------------------------------------------------

  SIDEBARS

-----------------------------------------------------------------------------*/

div#leftcol {
  float:left;
  width:190px;
  padding:0px 10px 0px 20px;
  font-size:1em;
  line-height:1.2em;
  border-right: 1px dotted #CCCCCC;
  }

div#leftcol p {
  font-size:1em;
  line-height:1.3em;
  }

div#leftcol p a {
  color:#507FA3;	
  }

div#leftcol p a.contacts {
  line-height:24px; /* height of icon */
  padding:0 0 0 5px;
  }

div#leftcol ul#sidebar {
  margin:0 0 20px 0;
  color:#507fa3;
  font-size:1em;
  line-height:1.2em;
  padding-bottom:10px;
  }

div#leftcol ul#sidebar li {
  margin:5px 0;
  font-size:1em;
  line-height:1.2em;
  }

div#leftcol ul#sidebar li ul {
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
  }

/* Sidebar headers */

div#leftcol h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:0 0 8px 0;
  font-size:1.1em;
  line-height:1.2;
  }

div#leftcol a {
  color:#666;
  text-decoration:none;
  }

div#leftcol a:hover {
  text-decoration:underline;
  }

div#leftcol ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
  }

div#leftcol ul.sidebar li li {
  font-size:1em;
  }

/* Optional bio area header (commented out by default) */

div#author h2 {
  font-size:1.1em;
  }

div#leftcol p {
  margin:5px 0;
  color:#686868;
  font-size:.95em;
  line-height:1.3em;
  }

/* Second Sidebar - Right */

div#rightcol {
  float:right;
  width:190px;
  padding:0px 20px 10px 10px;
  font-size:1em;
  line-height:1.2em;
  background:#ffffff;
  }

div#rightcol p {
  font-size:1em;
  line-height:1.3em;
  }

div#rightcol p a {
  color:#507FA3;	
  }

div#rightcol p a.contacts {
  line-height:24px; /* height of icon */
  padding:0 0 0 5px;
  }

div#rightcol ul.sidebar {
  color:#507fa3;
  font-size:1em;
  line-height:1.2em;
  padding-bottom:5px;
  /* border-bottom:1px solid #e7e7e7; */
  }

div#rightcol ul.sidebar li {
  margin:5px 0;
  font-size:1em;
  line-height:1.2em;
  }

div#rightcol ul.sidebar li ul {
  padding: 5px 0 0 0;
  /* border-bottom:1px solid #e7e7e7; */
  }

div#rightcol ul.recentposts {
  color:#507fa3;
  font-size:1em;
  line-height:1.2em;
  padding-bottom:0px;
  margin-left:14px;
  }

div#rightcol ul.recentposts li {
  font-size:1em;
  line-height:1.2em;
  list-style-type: square;
  padding-bottom:5px;
  }

div#rightcol ul.recentposts li ul {
  padding: 5px 0;
}

/* Sidebar headers */

div#rightcol h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:10px 0 0 0;
  font-size:1.1em;
  line-height:1.2;
  }

div#rightcol a {
  color:#666;
  text-decoration:none;
  }

div#rightcol a:hover {
  text-decoration:underline;
  }

div#rightcol ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
  }

div#rightcol ul#sidebar li li {
  font-size:1em;
  }

div#rightcol p {
  margin:5px 0;
  color:#686868;
  font-size:.95em;
  line-height:1.3em;
  }

/* Search input */

form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
  }

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:148px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
  }

input#search_submit {
  position:absolute;
  right:0;
  }

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

div#footer {
  background-color:#afa675;
  clear:both;
  }

ul.footer {
  height:20px;
  width:960px;
  margin:0 auto;
  text-align:center;
  font-size:1em;
  color:#5a471b;
  padding:15px 0;
  border-top:1px solid #5a471b;
  }

ul.footer li {
  display:inline;
  margin-left:5px;
  }

ul.footer li span {
  position:absolute;
  text-indent:-9999em;
  }

ul.footer li a {
  color:#5a471b;
  text-decoration:underline;
  }

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff 

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
  }

/* Background color for visitor comments */

ol.commentlist li {
  background:#ffffff;
  padding:10px;
  margin:10px 0;
  }

/* Background color for Admin comments */

ol.commentlist li.alt {
  background:#e8e8e8;
  }

textarea#comment {
  width:475px;
  }

#main p.comment_meta {
  margin:0;
  float:right;
  }

img#wpstats { 
  display:none;
  } /*--- prevents Stats Smiley from appearing ---*/

/*--- Image styles for 2.6.1 ---*/

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float:left;
  }

.alignright {
  float:right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }

p.entry_info {
  font-size:1em;  
  text-align:left;
  margin:5px 0 10px 0;
  background:#ffffff;
  padding:5px 10px;
  border:1px dotted #a8a8a8;
  line-height:1.5;
  }

div.navigation {
  margin:10px 0;
  width:480px;
  }

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }

.clearfix {
  display:inline-block;
  }

