
/**********************************************************************************************
 *                                     Main Dimensions                                        *
 **********************************************************************************************/

#blog-title{  /* title container that runs across the top */
  width:940px; /* full width - x padding (10px by default) */
}

/* NOTE: margin betweetn blog-stage and blog-sidebar is set to 30px by default */

#blog-stage{ /* main blog area not including the sidebar */
  width:730px;
}

#blog-sidebar{ /* blog sidebar */
  width:200px;
}


/**********************************************************************************************
 *                      Main Styles - probably only for minor tweaks                       *
 **********************************************************************************************/
#blog-header{
  overflow:hidden;
  position:relative;
  margin-bottom:20px;
}

#blog-area{
  overflow:hidden;
}

#blog-title{
  overflow:hidden;
  background-color:whitesmoke;
  background-color:rgba(255,255,255,0.8);
  padding:5px 10px;
  position:absolute;
  bottom:5px; /* this is finicky :( */
}

#blog-title h1{
  float:left;
  line-height:1.2;
  margin:0;
	border-bottom:none;
}

#blog-title h1 a {
	text-decoration:none !important;
}

#blog-social{
  float:right;
  height:32px;
  overflow:hidden;
  margin-top:4px;
}

#blog-social .blog-rss{
  display:block;
  width:32px;
  height:32px;
}

#blog-stage{
  float:left;
}

#blog-sidebar{
  float:right;
  margin-left:30px;
}

#blog-stage .grouping{ /* Title for when filters are applied */
  text-align:center;
  background-color:#eee;
  padding:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  margin-bottom:15px;
  font-size:12px;
}

h1 a{
  text-decoration:none;
  text-shadow: none;
}

/** Detail and List - very similar **/

article.detail-item,
article.list-item{
  margin-bottom:15px;
}

article.list-item,
.detail-item-header,
.list-item-header{
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

article.detail-item .detail-item-content,
article.list-item .list-item-content{
  padding:10px;
  border:1px solid #eeeeee;
  border-top:0;
  border-bottom:0;
}

.detail-item-header,
.list-item-header{
  display:block;
  padding:5px 10px;
  background:#555555 url("/_img/blog-grad.png") repeat-x left bottom;
  color:#eeeeee; 
  font-size:12px;
  overflow:hidden;
}

.detail-item-header time,
.list-item-header time{
  float:left;
  text-align:left;
}

.blog-category{
  margin-left:5px;
  float:left;
}

.blog-category span{
  color:#aaaaaa;
}

.blog-category a{
  color:#aaaaaa;
}

.blog-comments{
  float:right;
  overflow:hidden;
}

.blog-comments a{
  text-decoration:none;
}

.blog-comments a{
  display:block;
  height:19px;
  padding-right:24px;
  background: url("/_img/blog-comment.png") no-repeat right 3px;
}


.blogpost-header-image{
  text-align:center;
  margin:10px 0;
}


div.meta{
  overflow:hidden;
  padding:5px 10px;
  font-size:12px;
  background-color:#eeeeee;    
}

.meta-left{
  float:left;
}

.tags{
  float:right;
}

.tags a{
  margin-left:5px;
}


/** Comments **/

.comment-intro{
  padding:15px 0;
  overflow:hidden;
  padding-left:50px;
  background: url("/_img/blog-comment-large.png") no-repeat left 15px;  
  margin-bottom:15px;
}

.comment-intro h2{
  line-height:1.1;
  margin-top:0;
  margin-bottom:0;
}

.comments h2,
.comment-login{
  float:left;
  margin-right:10px;
}

.comment-item{
  clear:both;
  overflow:hidden;
}

.comment-login{
  margin-top:5px;
}

.commenter-thumb{
  width:64px;
  height:64px;
  overflow:hidden;
  float:left;
  margin-right:-64px;
}

.comment{
  margin-left:74px;
  margin-bottom:15px;
}

.comment-login{
  font-size:12px;
}

.comment-header{
  height:30px;
  line-height:30px;
  font-size:12px;
  background:#eee;
  padding:0 5px;
  background:#555555 url("/_img/blog-grad.png") repeat-x left bottom;
  color:#aaaaaa;  
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
}

.comment-header span.commenter-name{
  color:#eeeeee;
}

.comment-body{
  padding:5px;
  background:#eeeeee url('/_img/blog-end-quote.png') no-repeat right bottom;
  -webkit-border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;  
}

form{
  margin-left:74px;
}

form label{
  display:block;
  font-size:16px;
}

.comments form textarea#comment{
  width:99%;
}

.comments form textarea#comment:hover{
  background-color:#fafafa;
}

.comments form textarea#comment:focus{
  background-color:#f5f5f5;
}


/**********************************************************************************************
 *       Pagination - you may want to put this in your main stylesheet for consistency        *
 **********************************************************************************************/
#pagination {
	padding:10px;
	background-color:#f1f1f1;
}

#pagination a {
	padding:5px 8px;
	text-decoration:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#555555;
	margin-right:3px;
}

#pagination a:hover {
	color:#ffffff;
  background-color:#5b9785;
}

#pagination a#current {
	color:#fffeff;
  background-color:#5b9785;
}

#pagination a#off {
	color:#cccccc;
}

#pagination a#off:hover {
	background-color:transparent;
	color:#cccccc;
}

/**********************************************************************************************
 *                              Recommended Styles                                            *
 **********************************************************************************************/
.sidebar-filters h6{
  font-size:16px;
}

.sidebar-filters ul{
  list-style:none;
  margin-left:15px;
}

/*title link in list view*/
h3 a{
  text-decoration:none;
}

/**********************************************************************************************
 *                     Overrides - includes some repeats from above                           *
 **********************************************************************************************/ 

#blog-title{
  bottom:4px; /* to align the blog title with the bottom edge of the header image */
}
 
h1 a{ /* header link to main blog*/
  color:#555555; /* h1 color */
}


.detail-item-header, /*bar at top */
.list-item-header{  /*bar at top */
  background-color:#555555; /* text color */
  color:#eeeeee /* accent color */
}

.comment-header{ /* comment info */
  color:#aaaaaa;
  background-color:#555555; /* text color */  
}

.comment-header span.commenter-name,
.blog-comments a{
  color:#eeeeee /* accent color */
}

/* border and meta bg */
article.list-item{
  border-color:#eeeeee /* accent color */
}
.comment-body, /* comment main text area */
#blog-stage h2.grouping, /* filtered content */
div.meta{ /* meta bar at bottom */
  background-color:#eeeeee /* accent-color */
}

.blog-category a,
.blog-category span{
  color:#aaaaaa; /* less prominant than accent color */
}

#pagination a#current,
#pagination a:hover{
  background-color:#5b9785;
}

section .content {
	width:960px;
}