/*
  Theme Name: Thoughts
  Theme URL: http://www.aaronpfeifer.com
  Description: WordPress theme for aaronpfeifer.com based on Dropshadow 1.0
  Author: Brian Gardner, Aaron Pfeifer
  Author URI: http://www.briangardner.com, http://www.aaronpfeifer.com
  Version: 1.0
  
  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php
*/

/***********************************************/
/* General Tags
/***********************************************/

body {
  color: #333333;
  font-size: 11px;
  font-family: Verdana, Helvetica, Sans-Serif;
}

p.squeeze {
  margin-bottom: 0px;
}

a, a:visited {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

blockquote {
  margin-right: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
  padding-right: 20px;
  padding-left: 20px;
  background: #e8e8e8;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
}

/***********************************************/
/* Full-size page
/* http://www.themaninblue.com/experiment/footerStickAlt
/***********************************************/

html, body {
  height: 100%;
  background: url(/wp-content/themes/thoughts/images/header-background.png) repeat-x;
}

#page {
  position: relative;
  min-width: 773px;
  min-height: 100%;
  background: url(/wp-content/themes/thoughts/images/page-top.png) top center no-repeat;
  z-index: 1000;
}

* html #page {
  height: 100%;
}

/***********************************************/
/* Content Squeeze
/***********************************************/

div.squeeze {
  margin-right: auto;
  margin-left: auto;
  width: 773px;
}

/***********************************************/
/* Header
/***********************************************/

#header {
  position: relative;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#site_info {
  position: relative;
  float: left;
  top: 20px;
  left: 104px;
}

#site_name, #site_name:visited {
  font-family: Verdana, Geneva, Sans-Serif;
  font-size: 28px;
  font-weight: bold;
  color: #50aafe;
  text-decoration: none;
}

#site_description {
  color: #ffffff;
}

#menubar {
  position: relative;
  float: right;
  top: 50px;
  padding: 5px 10px 5px 10px;
  text-align: right;
}
	
#menubar li {
  display: inline;
}
		
#menubar a, #menubar a:visited {
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
		
#menubar a:hover {
  background: #666666;
}

#menubar #feed {
  margin-bottom: -3px;
}

/***********************************************/
/* Content
/***********************************************/

#content {
  position: relative;
  margin-top: 52px;
  min-height: 270px;
}

#content p {
  padding-bottom: 14px;
  line-height: 1.63;
}

#content h1 {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c0c0c0;
  color: #333333;
  font-size: 24px;
  font-family: Times New Roman, Verdana, Arial, Sans-Serif;
  font-weight: normal;
}

#content h1 a {
  color: #333333;
  text-decoration: none;
}

#content h1 a:hover {
  color: #0066cc;
}

#content blockquote p {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

#content img.wp-smiley {
  margin-bottom: -4px;
}

/***********************************************/
/* Main Content
/***********************************************/

#main_content {
  float: left;
  width: 500px;
}

/***********************************************/
/* Posts
/***********************************************/

.post .author {
  font-size: 13px;
}

.post .content ol,
.post .content ul {
  margin-left: 20px;
  padding-bottom: 15px;
}

.post .content ol li,
.post .content ul li {
  line-height: 1.45;
  margin-left: 20px;
}

.post .content ol {
  list-style-type: decimal;
}

.post .content ul {
  list-style-type: square;
}

#content .post h1 {
  margin-bottom: 1px;
}

.meta {
  width: 500px;
  height: 70px;
  padding-top: 5px;
  border-top: 1px solid #c0c0c0;
}

.meta .context {
  position: relative;
  float: left;
  width: 345px;
}

.meta .context.context-wide {
  width: 405px;
}

.meta .context .published_at {
  padding-left: 27px;
}

.meta .context .a2a_dd {
  position: absolute;
  top: 0px;
  left: 0px;
}

.meta .context .published_at {
  white-space: nowrap;
}

.meta .comments {
  float: right;
  width: 140px;
  text-align: right;
}

.meta .comments.comments-thin {
  width: 60px;
}

img.right {
  padding: 4px 0px 10px 10px;
  display: inline;
}

img.left {
  padding: 4px 10px 10px 0px;
  display: inline;
}

.right {
  float: right;
}

.left {
  float: left;
}

table.conversation th {
  padding-right: 10px;
}

/***********************************************/
/* Comments
/***********************************************/
	
#comment_container {
  float: left;
  width: 450px;
  margin-top: 10px;
  padding: 20px 20px 10px 20px;
  background: #e8e8e8;
  color: #000000;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
}

ol#comments {
  margin: 0px;
  padding-bottom: 10px;
  list-style-type: square;
}

ol#comments li .content {
  width: 390px;
  clear: both;
  margin-top: 3px;
  margin-bottom: 20px;
  padding: 20px 10px 5px 10px;
  background: #FFFFFF url(/wp-content/themes/thoughts/images/comment.gif) no-repeat top;
}

#new_comment form {
  text-align: left;
}

#new_comment form textarea {
  width: 99%;
}

/***********************************************/
/* Sidebar
/***********************************************/

#sidebar {
  float: right;
  width: 250px;
  padding-bottom: 20px;
  color: #ffffff;
}

#sidebar h2 {
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 10px 10px;
  background: #444444;
  color: #ffffff;
  font-size: 11px;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar .widget ul {
  margin-bottom: 5px;
}

#sidebar .widget li {
  display: inline;
  line-height: 15px;
}

#sidebar .widget a {
  display: block;
  padding: 5px 10px 5px 10px;
  background: #444444;
  border-top: 1px solid #c0c0c0;
  color: #ffffff;
  text-decoration: none;
}

#sidebar .widget a:hover {
  background: #027cee;
}

#sidebar .textwidget,
#sidebar p {
  padding: 0px 10px 10px 10px;
  background: #444444;
}

#sidebar .textwidget a {
  color: #009ff5;
}

#sidebar #about_me {
  margin-bottom: 0px;
  text-align: center;
}

#sidebar #about_me img {
  float: none;
}

#sidebar #about_me p {
  padding: 3px;
}

#sidebar #ctc .ctc,
#sidebar #text-3 .textwidget {
  padding: 5px 5px 5px 10px;
  background: #444444;
  border-top: 1px solid #c0c0c0;
}

#sidebar #ctc li {
  line-height: 2;
}

#sidebar #ctc a,
#sidebar #ctc a:visited {
  display: inline;
  padding: 3px;
  border: none;
  color: #ffffff;
  text-decoration: none;
}

#sidebar .flickrrss {
  margin-left: 1px;
  line-height: 1px;
}

#sidebar .flickrrss li {
  line-height: 1px;
}

#sidebar .flickrrss a,
#sidebar .flickrrss a:visited {
  display: inline;
  padding: 0px;
  border: none;
}

#sidebar .flickrrss a:hover {
  background: none;
}

#sidebar .flickrrss img {
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}

#sidebar .flickrrss a:hover img {
  border-right-color: #027cee;
  border-bottom-color: #027cee;
}

/***********************************************/
/* Search
/***********************************************/

#searchform {
  margin-bottom: 5px;
  padding: 0px 10px 5px 10px;
  background: #444444;
  overflow: hidden;
}

#s {
  width: 200px;
  padding: 2px;
  color: #333333;
  font-size: 11px;
  font-family: Verdana, Helvetica, Sans-Serif;
  background: #efefef url(/wp-content/themes/thoughts/images/search.gif);
  border: 1px solid #c0c0c0;
}

/***********************************************/
/* Footer
/***********************************************/

#footer_container {
  position: relative;
  height: 122px;
  margin-top: -122px;
  background: url(/wp-content/themes/thoughts/images/footer-background.png) repeat-x bottom left;
  z-index: 1;
}

#footer {
  height: 122px;
  background: url(/wp-content/themes/thoughts/images/page-bottom.png) no-repeat bottom center;
  color: #ffffff;
  text-align: center;
}

#footer div.squeeze {
  position: relative;
}

#footer p {
  position: absolute;
  top: 87px;
  left: 133px;
  text-align: center;
}

#footer a, #footer a:visited {
  color: #50aafe;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#clearfooter {
  clear: both;
  height: 60px;
}

/***********************************************/
/* 404 page
/***********************************************/

ul#not_found_results li {
  margin: 0px 0px 25px 0px;
}

ul#not_found_results li p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

/***********************************************/
/* Clearing space beneath floated elements:
/* http://cthedot.de/xbrowsertest/
/***********************************************/

* html .clearfix { /* IE 5-6 */
  height: 1%;
}

.clearfix {
  display: inline-block; /* IE7html */
}

.clearfix:not([class='XXX']) { /* Safari */
  display: block;
}

@media all and (min-width: 0px) {
  .clearfix {
    display: block; /* O */
  }
}

.clearfix:after { /* FF, O, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
