

#blog-header{
  width:100%;
}

#blog-header > img{
  width:100%;
  display:block;
  margin-top:25px;
}

#blog-title{  /* title container that runs across the top */
  width:97.2%; /* falling short on webkit */
  padding:1.5%;
}


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

#blog-sidebar{ /* blog sidebar */
  width:22%;
}


#blog-header{
  overflow:hidden;
  position:relative;
  margin-bottom:20px;
  min-height:60px;
}

#blog-area{
  overflow:hidden;
}

#blog-title{
  overflow:hidden;
  background-color:whitesmoke;
  background-color:rgba(255,255,255,0.8);
  padding-top:5px;
  padding-bottom:5px;
  bottom:0;
  position:absolute;
  height:auto;
}

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

#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;
}

#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;
}

article.detail-item .detail-item-content img,
article.list-item .list-item-content img{
  max-width:100%;
}

.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;
  line-height:26px;
}

.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{
  line-height:1.3;
  font-size:12px;
  background:#eee;
  padding: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;  
}

.comments form{
  margin-left:74px;
}

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

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



/**********************************************************************************************
 *       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:#5d7b9d;
}

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

#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                           *
 **********************************************************************************************/ 
 
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:#5d7b9d;
}


/* 
 * Responsive Styles
 *
@media only screen and (max-width: 50em) { 

  #blog-title{
    position:static;
  }

  #blog-stage{
    width:100%;
    float:none;
  }

  #blog-sidebar{
    float:none;
    width:100%;
  }
  
  .comments form{
    margin-left:0;
  }

}

*/
@media (min-width: 56.25em){
   #sidebar {
    width: 100% !important;
   }
}
#sidebar {
    margin-right: 0;
    margin-top: 0 !important;
}

a{
    color:#e01414;
}
.list-item-header > div{
    margin-left:15px !important;
    line-height:5px;
}


@media (max-width:700px){
    #blog-sidebar{
        display:none;
    }
    #blog-stage{
        width:100%;
    }
}
