/*
THEME NAME: Sourdough Trail
THEME URI: http://stephendurbin.com/sourdough-trail/wp-content/wp-themes/sandbox
DESCRIPTION: For modified Sandbox theme -- STILL UNDER CONSTRUCTION!
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://stephendurbin.com/">Stephen Durbin</a>
AUTHOR URI:
*/

/* GENERAL (including color) */
* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  background: #f8f8f8; /* very light gray */
}
p { padding: .5em 0; }
blockquote {
  padding: 0 .5em;
  margin: 0 2em;
  background: #ebf0e2; /* pale sage */
}
#navigation {
  background: #ebf0e2; /* pale sage */
  border-top: 1px solid #ddb;
}
/*forms*/
input , textarea, select, option {
  border: 1px solid #888;
}
label {
  font-weight: normal;
}

/* NAVIGATION (non-sidebar) */

div#access { position: absolute; top: .5em; right: 1em; }

div#nav-above, div#nav-below {
  margin: .5em 0;
  font-size: .825em;
  text-align: center;
}
div.nav-previous, div.nav-next { display: inline; padding: 0 2em; }
div.nav-previous a, div.nav-next a {
  font-style: italic;
}

div#menu { display: none; }
div#nav-above { display: none; }

/* TEXT: fonts, headings, anchors */

*, body {
  font-family : Georgia,'Times New Roman',Times,serif;
  font-style : normal;
  font-size : 100%;
  text-decoration: none;
  color : #333;
}
code { font-family: Courier, 'Lucida Console','Courier New', Sans-Serif; }

h1 { font-size : 1.5em; }
h2 { font-size : 1.25em; font-weight: normal; }
h3 { font-size: 1.125em;  font-weight: normal; }
h4 { font-size: 1em;  font-weight: normal; }

.entry-title {
  display: block;
  float: left;
  clear: both;
  color: #c9434a; /* dark salmon */
}

p, blockquote, span.edit-link { font-size: .825em; }
blockquote p { font-size: 1em; }
em { font-style: italic; }
div#access .skip-link a { font-size: .825em; color: #888; }

/* Anchors */
a {
  text-decoration: none;
  color: #c9434a; /* dark salmon */
}

a:hover, a:active { color:#999; }
#header h1 a:link, #header h1 a:visited  {
  color: #222;
  font-weight: normal;
}
#content h2 a:link, #content h2 a:visited  {
  font-weight: normal;
  color: #c9434a;
}
#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active {
  color:#999;
}

/* LAYOUT: One-column partially fluid, sidebars below content */

div#header h1 {
  display: block;
  font-size : 1.25em;
  text-align: center;
  clear: both;
}
div#blog-description {
  display: block;
  display: none;
  text-align: center;
  padding: 0 1em;
}
div#header, div#content {
	margin: 0 20% 0 10%;
	min-width: 450px;
	max-width: 37em;
}
div#header { 
  padding-top: .5em;
  padding-bottom: 2em;
}

div.entry-header { clear: both; }
div.entry-date {
  float: left;
  font-size: .825em;
}

div.entry-content {
  clear: both;
  padding: 1em 0;
}

.post {
  padding: 0 0 .5em 0;
  margin: .5em 0;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ddb;
}
.post img {
  margin: 10px 0;
  overflow: hidden;
}

/* -- Entry-meta -- */
div.entry-meta {
  font-size: .825em;
}
span.author { display: none; }
span.meta-sep { display: none; }
span.edit-link a { padding: 0 3px; background-color: #ddd; color: #333; }

/* COMMENTS */

span.comments-link {
  display: block;
  clear: both;
}
#comments {
  margin: 0 0 1em 0;
  overflow : hidden;
  font-size: .825em;
}
#comment-request { display: none; }
.comment-header {
  display: inline;
  margin-left: -1.5em;
}
.comment-author, .comment-meta, .comment-meta a, span.fn, span.fn a {
  display: inline;
  font-weight: bold;
  margin: 0 0 1.5em 0;
}
.comment-meta { display: none; }
#comments span.meta-sep { display: inline; }
#comments p, #comments blockquote {
  font-size: 1em;
}
input#author, input#email, input#url {
  width: 50%;
  padding: .2em;
  margin-bottom: .5em;
}

#comments-list li {
  list-style: none; 
  padding-top: 1em;
  margin: 0 0 0 1.5em;
}
#comments-list h3, #respond h3 {
  font-weight: bold;
  margin: .7em 0;
}
#comments-list h3 span {
  display: none;
}
#commentform label, #commentform span.required {
  font-style: italic;
  color: #666;
}
#comment-notes {
  display: none;
}
textarea#comment {
  display: block;
  height: 13em;
  width: 80%;
}
#commentform input#submit {
  font-size: 1em;
  padding: .2em .5em;
  margin: 5px 0px;
}

/* SIDEBARS - navigation below */
div.sidebar {
  padding: 1em;
}
div#primary {
  float: left;
  width: 50%;
  margin-left: 5%;
  display: none;
}
div#secondary {
  float: left;
  margin-left: 5%;
  clear: none;
  display: none;
}
div#c-primary {
  min-width: 15em;
}
div#c-secondary {
  min-width: 9em;
}
div.sidebar h3 {
  font-size: 1.125em;
  color: #333;
  display: inline;
  border-bottom: 1px solid #444;
}
div.sidebar li {
  list-style: none; 
  padding: 1em 0 0 0;
  clear: left;
  font-size: .825em;
  text-indent: -1em;
}
div.sidebar ul ul {
  padding: 0;
  margin: 0;
}
div.sidebar ul ul li, div.sidebar ul ul ul li {
  list-style: none;
  font-size: 1em;
  padding: .5em 0 0 0;
  margin: 0; 
}
div.sidebar input#s { width: 7em; }
div.sidebar li form {
  margin: 0.2em 0 0;
  padding: 0;
}

.subcolumns {
  width: 80%;
  margin: auto;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.c50l {
  float: left;
  width: 50%;
}
.c50r {
  float: right;
  width: 50%;
  margin-left: -5px;
}
.subcr {
  padding: 0 0 0 24px;
}
.subcl {
  padding: 0 24px 0 0;
}

div#footer {
  clear: left;
  margin: .5em 0;
  width: 100%;
  text-align: center;
  font-size: .825em;
}

/* GALLERY - Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}

/* TEMP */
li#search { display: none }
li#theme-switcher { display: none }
