/*

Theme Name: Undergroundv2

Description: Drawing on Experience 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;
}

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:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
  width:960px;
  margin:0 auto;
  background-color: #FFFFFF;
}

div#masthead {
  width:960px;
  height:175px;
}

/* 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 p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* 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:1 em;
  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:150px;
  clear:both;
  padding:0;
}

a {
  outline:0;
}

/* Page dropshadow */

div#content {
  width:960px;
  background-color:#FFFFFF;
}

/* Header */

#headercontainer {
  width: 960px;
  padding-top:10px;
  margin: 0 auto;
}

#header {
  width:960px;
  height:160px;
  background:#5A471B;
  padding-left:15px;
  background-image: url(./images/headerbg.gif);
  background-repeat: repeat-x;
}

#headerlogo {
  float:left;
  width:350px;
}

#headercontent {
  float:right;
  width: 600px;
  padding: 99px 0 0 0;
  margin:0;
}

#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 30px 240px;
  background-color:#FFFFFF;

}

/* 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:#ff7e00;
}

div#main p {
  color:#3d3d3d;
  line-height:1.5;
  margin:10px 0;
}

div#main a {
  color:#507FA3;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F1F1F1;
}

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, .article ol {
  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:30px;
}

.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;
}

ul.article_footer {
  text-align:left;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

.gallery {
  float: left;
  display: inline;
  margin: 0px 10px 10px 0px;
  padding: 0px;
}

.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: solid #CCCCCC 1px;
}

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;
}

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:10px;
  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-bottom:10px;
  border-bottom:1px solid #e7e7e7;
}

/* Sidebar headers */

div#rightcol h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  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

-----------------------------------------------------------------------------*/

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:10px;
}

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:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */

ol.commentlist li.alt {
  background:#EBF9FC;
}

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;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.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 {
  clear:both;
  text-align:left;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
}

div.navigation {
  margin:10px 0;
  width:480px;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {
  display:inline-block;
}


