/*  
Theme Name: Two Hands Two Feet Blog
Theme URI: http://www.twohandstwofeet.com
Description: A clean and easy theme.
Author: Blake James Design
Author URI: http://www.blakejamesdesign.com
Version: 1.0
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #865201;
  }

a:hover {
  color: #a88246;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #eee2cc;
  border: 1px solid #eee2cc;
  }

code {
  color: #a88246;
  }

a img {
  border: none;
  }

body {
  position: relative; 
  margin: 0 auto 10px auto;
  width: 973px;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; 
  background: #eee2cc url(images/bg.png) repeat top left;
  }

#wrapper {
  text-align: left;
  background: url(images/header.png) top center no-repeat;
  height:111px;
  width:100%;
  margin:0 0 2px 0;
  }

#wrapper h1.sitedesc {
  padding: 67px 0 0 0;
  position:relative;
  text-align:center;
  font-size: 12pt;
  color: #a88246;
  }

.content_top {
  margin-top: 2px;
  height: 7px;
  background: url(images/content-top.png) left top no-repeat;
  }

.content_btm {
  margin: 0;
  height: 7px;
  background: url(images/content-btm.png) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

.topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 215px;
  padding-top: 5px;
  height: 25px;
  background: url(images/search.png) left 3px no-repeat;
  }

*:first-child+html #searchform { 
  padding: 4px 0;
  }

* html #searchform { 
  padding: 4px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 140px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 60px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

/* Menu */

#nav {
  clear: both;
  margin:0;
  width:973;
  height:31;
  background: url(images/nav-bar.png) no-repeat top center;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { 
  float: left;
  text-decoration: none;
  }

* html #nav li a span { 
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 31px;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 15px;
  padding-right: 2px;
  line-height: 31px;
  font-weight: bold;
  color: #a88246;
  text-decoration: none;
  }

#nav li a:hover {
  text-decoration: none;
  cursor: pointer; 
  }

#nav li a:hover span {
  color: #865201;
  }

#nav li.current_page a {
  }

#nav li.current_page a span {
  color: #865201;
  }
  
/* Main content */

#main {
  clear: both;
  width: 925px; 
  margin: 0;
  padding: 0 15px 15px 10px;
  text-align:left;
  }

#main_bg {
  width:973px;
  background:url(images/content-bg.png) repeat-y top center;
  }

#contentwrapper {
  float: left;
  width: 550px;
  }

#content {
  text-align:left;
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #865201;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #865201;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #865201;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #a88246;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #e8eef3;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top media box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/mediabox-top.png) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #fff;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #000;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#mediatitle {
  clear: both;
  padding: 0 10px;
  }

#mediatitle a {
  display: inline;
  color: #4C82A6;
  }

#mediatitle a:hover {
  color:#ccc;
  }

#mediatitle p {
  color: #000;
  margin-top: 5px;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/mediabox-btm.png) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url(images/sidebar-title.png) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; 
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #a88246;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 2px;
  margin-top:20px;
  color: #865201;
  text-align: center; 
  background: url(images/footer.png) no-repeat top center;
  height:44px;
  width:951;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #865201;
  text-align: center;
  }

#footer a {
  color: #865201;
  }

#footer a:hover {
  color: #a88246;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding:0 1em 1em 1em;
}

.alignleft {
   float: left;
   padding:0 1em 1em 0;
}

.alignright {
   float: right;
   padding:0 0 1em 1em;
}

.wp-caption {
   border: none;
   text-align: center;
   padding-top: 8px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p .wp-caption-text {
   font-size: 10px;
   font-style:italic;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
