/*
THEME NAME: 1004 Central St SE
DESCRIPTION: Custom theme for 1004 Central web site
VERSION: 0.1
AUTHOR: Luke Bowerman
AUTHOR URI: http://wildcowstudios.com
*/

/* Reset Stylesheet - v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* END - Reset Styles */

body { font-family: Verdana, sans-serif; }
label, p, li { font-size: .8em; }
p, ul, ol { margin: 0 0 1em; }

label {
  display: block;
  font-weight: bold;
  margin: 0 0 2px;
}
textarea, input { margin: 0 0 8px; }
textarea { width: 100%; }
input { padding: 2px; }

.required { color: #961B1E; }


h1 {
  font: normal 2.5em Georgia, serif;
  margin: 0 0 .2em;
}
h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, serif;
  font-weight: normal;
  margin: 0 0 .3em;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

a, a:link, a:active { color: #415066; }
a:visited { color: #71767C; }

#content ul, #content ol { margin: 0 0 1em 2em; }
#content ul { list-style: circle; }
#content ol { list-style: decimal; }

#content li { 
  margin: 0 0 .5em;
  line-height: 1.4;
}


#header {
  background: #961B1E url(images/house_crop_top.png) bottom right no-repeat;
  padding: 7px 15px;
}
#header { font-family: 'Gill Sans', Helvetica; }
#header h1 {
  display: inline;
  color: #fff;
  font: normal 1.25em 'Gill Sans', Helvetica;
  text-transform: uppercase;
  margin: 0 .5em 0 0;
}
#header h1 a { 
  color: #fff; 
  text-decoration: none;
}
#header p {
  display: inline;
  color: #E1C3B7;
  font-size: .9em;
}
#header div.menu { display: inline; }
#header ul {
  width: auto;
  float: right;
  margin: 0;
}
#header ul li { display: inline; }
#header ul li a {
  padding: 5px 0 5px 20px;
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#introduction { padding: 20px 20px 0; }
#introduction h1 { margin: 0 0 -10px; }
#introduction h1 strong {
  font: bold .8em Helvetica, Arial, sans-serif;
  color: #767C71;
}

#access { display: none; }

div#wrapper {
  overflow: hidden;
  background: url(images/house_crop_right.jpg) no-repeat;
  background-position: 100% 36px;
}
div#container {
  float: left;
  width:100%;
  position: relative;
  background: url(images/house_crop_left.jpg) no-repeat;
  background-position: 0% -36px;
  min-height: 60em;
}
div#content {
  margin: 0 410px 0 57px;
  background-color: #E8EADE;
}

div.related {
  background-color: #B0B1AA;
  color: #2D302D;
  padding: 15px 20px 10px;
  margin: -10px -20px 0 -20px;
}
div.related h4, div.related h3 {
  font: normal 1em Helvetica, Arial;
  text-transform: uppercase;
  margin: 0 0 .1em;
}
#content div.related ol, #content div.related ul {
  list-style: none;
  margin: 0;
}
#content div.related li {
  padding: 0;
  list-style: none;
  display: inline;
}
#content div.related li:after { content: ", "; }
div.related li a {
  text-decoration: none;
  color: #333;
}
div.related li a:hover { text-decoration: underline; }

div#sidebar {
  position: absolute;
  top: 411px;
  right: 0;
  width: 360px;
  padding: 0 20px;
}
div.home div#sidebar {
  top: 376px;
  
}
#sidebar h3 {
  font: bold .8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: .3em 0;
  text-transform: uppercase;
  color: #961B1E;
}
#sidebar .introduction { margin: 0 0 1em; }
#sidebar .introduction h3 {
  text-transform: none;
  color: #000;
}
#sidebar .introduction p {
  font-size: .8em;
  line-height: 1.3;
  margin: 0 0 1em;
}
#sidebar .columns {
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em;
}
#sidebar .columns .column {
  width: 180px;
  float: left;
}
#sidebar ul { 
  list-style: none;
  margin: .4em 0 1em; 
}
#sidebar ul li {
  margin: 0 0 .6em;
  font-size: .9em;
  line-height: 1.3;
}
#sidebar ul li a {
  color: #000;
  text-decoration: none;
}
#sidebar ul li a:hover { text-decoration: underline; }

.st-tag-cloud { line-height: 1.3; }
.st-tag-cloud a { text-decoration: none; }
.st-tag-cloud a:hover { text-decoration: underline; }


div#footer {
  clear:both;
  background-color: #767C71;
  color: #DADBD2;
  padding: 20px 60px 10px;
}
#footer a {
  color: #fff;
}
#footer .column {
  float: left;
  width: 35%;
  margin-right: 5%;
}
#footer div.search {
  width: 20%;
}
#footer .last { margin-right: 0; }
#footer p.author_rights { 
  clear: both;
  padding: 10px 0 0; 
  color: #B0B1AA; 
}
#footer a { text-decoration: none; }
#footer p.author_rights a { color: #B0B1AA; }
#footer h3 {
  color: #2D302D;
  font: normal 1em Georgia, Times, serif;
  margin: 0 0 .2em;
}
#footer h3 img { display: none; }
#footer a:hover { text-decoration: underline; }
#footer form { 
  margin: .2em 0 1em;
}
#footer form input { 
  color: #666;
  width: 16em;
  display: block;
  padding: 3px 4px 2px;
}

#footer ul li { margin: .7em 0; }
#footer ul li a { text-decoration: none; }
#footer p { line-height: 1.3; }

#footer div.textwidget {
  margin: 0 0 1em;
}
#footer img.flickr_photo {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #fff;
}


.alignright,img.alignright{
  float:right;
  margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
  float:left;
  margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
  display:block;
  margin:1em auto;
  text-align:center;
}

#twitter {
  background: url(images/twitter_bird.png) 6px bottom no-repeat;
  padding: 15px 0 20px 100px;
}
#twitter h4 {
  font: normal .7em 'Gill Sans', Arial, sans-serif;
  text-transform: uppercase;
}
#twitter h4 a { color: #0090A0; text-decoration: none; }
#twitter p {
  background-color: #BCD6D8;
  font: normal .75em Verdana, Arial, sans-serif;
  padding: 5px 7px;
  margin: 2px 20px 0 0;
}
#twitter p a { color: #000; text-decoration: none; }

.post { 
  padding: 20px 20px 0; 
}
.post #more {
  margin: 30px -20px -10px;
  padding: 10px 20px 20px;
  background-color: #D7D9CF;
}
.post #related {
  background-color: #ACAA9F;
  margin: -20px -20px 20px;
  padding: 10px 20px 10px;
}
.post #related h3 {
  margin: .2em 0 .1em;
  color: #000;
  font: bold .95em 'Helvetica Neue', Helvetica, Arial, sans-serif;  
}
.post #related h4 {
  margin: 0 0 .25em;
  color: #fff;
  font: bold .85em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.columns { overflow: hidden;}
.two .column { 
  width: 48%; 
  float: left;
  margin: 0;
 }
.two .first { margin-right: 4%; }

.post #related ul { 
  list-style: none; 
  margin: 0;
  overflow: hidden;
}
.post #related ul li {
  font-size: .75em;
}
.post #related ul li a {
  color: #000;
  text-decoration: none;
}
.post #related ul li a:hover { text-decoration: underline; }


h3.sub-title {
  color: #fff;
  background-color: #555;
  padding: 20px 20px 5px;
  margin: -20px -20px 5px;
  width: auto;
  font: bold .95em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.vendor .entry-content p { 
  font-size: 1.1em;
}
.vendor dl.details {
  font-size: .75em;
  margin: -.75em 0 1.5em;
	width: 100%;
	border-bottom: 1px solid #ccc;	
}
.vendor dl.details dd, .vendor dl.details dt {
  padding: .4em .5em .4em 0;
	border-top: 1px solid #ccc;
	margin: 0;
	min-height: 1.2em;
}
.vendor dl.details dd {
  margin-left: 5.5em; 
}
.vendor dl.details dt {
  width: 6em;
	float: left;
  padding: .45em .5em 0 0;
	font: bold .9em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
	margin: 0;
}

#more h3 {
  color: #961B1E;
  text-transform: uppercase;
  font: bold .9em Verdana, Arial, sans-serif;
  margin: 1.5em 0 .4em;
}

.post h2 {
  font: normal 1.5em Georgia, Times, serif;
  margin: 0 0 .2em;
}
.post h2 a {
  color: #000;
  text-decoration: none;
}
.post p { 
  line-height: 1.5;
}
.post abbr.published {
  display: block;
  font-size: .8em;
  margin: 0 0 .4em;
  font-weight: bold;
}

p.meta { margin: .7em 0; }
p.meta a { 
  color: #767C71;
  text-decoration: none;
}
p.meta a.continues {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1px;
}
p.meta a.comments { float: right; }

#content ul.buttons { 
  margin: .5em 0 0; 
  list-style: none; 
  overflow: hidden; 
}
#content ul.buttons li { 
  display: inline; 
  line-height: 1;
  margin: 0;
}
#content ul.buttons li a{
  display: block;
  float: left;
  background-color: #71767C;
  color: #fff;
  padding: 6px 8px;
  text-decoration: none;
  margin: 0 6px 0 0;
  font-size: .95em;
}
#content ul.buttons li a:hover { background-color: #415066; }

.featured {
  background-color: #767C71;
  color: #fff;
  padding: 20px 20px 0;
  overflow: hidden;
}
.featured h2 a { color: #fff; }
.featured p.meta a.continues {
  border-bottom: 1px solid #ACAA9F;
  color: #fff;
}
.featured p.meta a { color: #E8EADE; }
.featured dl.tags { margin-bottom: 15px; }
.featured dl.tags dd a { color: #E8EADE; }
.featured abbr.published { color: #E8EADE; }

.post.thumbnail img { width: 120px; height: 120px; }
.featured.thumbnail img { width: 200px; height: 200px; margin-bottom: 20px; }

/*.post.thumbnail { padding-right: 160px;  }*/
.featured.thumbnail { padding-left: 240px;  }

.post img.thumbnail { 
  border: 1px solid #999; 
  float: right;
  margin: 0 0 10px 20px;
/*  margin-right: -140px;*/
}
.featured img.thumbnail { 
  border: 3px solid #fff; 
  float: left;
  margin-left: -220px;
}

dl.tags {
  overflow: hidden;
  margin: 0;
}
dl.tags dt, dl.tags dd {
  font-size: .75em;
}  
dl.tags dt {
  padding: 5px;
  float: left;
  font-size: .7em;
  text-transform: uppercase;
  background-color: #ACAA9F;
  color: #fff;
  width: 3em;
  text-align: center;
}
dl.tags dd {
  padding: 2px 0;
  margin-left: 4.5em;
  line-height: 1.4;
}
dl.tags dd a { 
  text-decoration: none;
  color: #666;
}
dl.tags dd a:hover { text-decoration: underline; }

div.navigation {
  padding: 20px 20px 10px;
  overflow: hidden;
  width: 80%;
}
div.navigation a {
  display: block;
  background-color: #767C71;
  color: #fff;
  padding: 8px 8px;
  margin: 0 10px 0 0;
  text-decoration: none;
  font-size: .8em;
  float: left;
}
div.navigation a:hover { background-color: #; }

#comments {}
#comments ol {
  list-style: none;
  margin: 0;
}
#comments ol li {
  margin: 0 0 1em;
}
#comments ol .comment_text {
  background-color: #E8EADE;
  padding: 6px 8px;
}
#comments ol p { font-size: 1em; }
#comments ol .comment_text p:last-of-type { margin-bottom: 0; }
#comments ol .meta { 
  font-size: .9em; 
  margin: .2em 0 0;
}
#comments ol .comment-author {
	font-weight: bold;
	font-size: 1.2em;
}


