

#blog-header{
  width:100%;
}

#blog-header > img{
  width:100%;
  display:block;
}

#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;
  position:absolute;
  bottom:0;
}

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

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


.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; 
  margin-bottom:15px;
}

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

.comments h2,
.comment-login{
  float: none;
  margin-right: 10px;
  display: inline-block;
}

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

}

*/

/* =Selectmenu
---------------------------------------------------------------------
*/

.content select.sorter {
  float:left;
  margin-right:12px;
}

.ui-selectmenu {
  display:block;
  float:none;
  position:relative;
  height:24px;
  width:125px;
  text-decoration:none;
  margin-right:5px;
  background:#dedede url(../_img/article_selectmenu_icon.png) no-repeat 95% 50%;
  padding:4px 0 6px 0;
  overflow:hidden;
  margin-bottom: 10px;
  width: 100% !important;
}

#content a.ui-selectmenu:hover {
  text-decoration:none;
}

.ui-selectmenu-icon {
  position:absolute;
  right:6px;
  margin-top:-8px;
  top:50%;
}

.ui-selectmenu-menu {
  padding:0;
  margin:0;
  list-style:none;
  position:absolute;
  z-index:1001;
  top:0;
  visibility:hidden;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background:#f1f1f1;
  height:200px;
  width:200px!important;
}

.ui-selectmenu-open {
  visibility:visible;
  overflow:auto;
}

.ui-selectmenu-menu-popup {
  margin-top:-1px;
}

.ui-selectmenu-menu-dropdown {
  margin:0;
  padding:0;
  overflow:auto;
  height:200px !important;
  width:200px!important;
}

.ui-selectmenu-menu li {
  padding:0;
  margin:0;
  display:block;
  border-top:1px dotted transparent;
  border-bottom:1px dotted transparent;
  border-right-width:0!important;
  border-left-width:0!important;
  font-weight:400!important;
}

.ui-selectmenu-menu li a,.ui-selectmenu-status {
  line-height:1.4em;
  display:block;
  padding:.3em 1.5em 0 1em;
  outline:none;
  text-decoration:none;
  color:#363636;
  font-size:11px;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,.ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left:20px;
  position:relative;
  margin-left:5px;
}

.ui-selectmenu-menu li .ui-icon,.ui-selectmenu-status .ui-icon {
  position:absolute;
  top:1em;
  margin-top:-8px;
  left:0;
}

.ui-selectmenu-status {
  line-height:17px;
  height:17px;
  overflow:hidden;
  color:#999;
  font-size:15px;
  font-weight:700;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
  background:#ebebeb;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
}

.ui-selectmenu-menu li span,.ui-selectmenu-status span {
  display:block;
  margin-bottom:.2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-weight:700;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity:.8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size:1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height:1.4em;
  display:block;
  padding:.6em .5em 0;
  font-weight:700;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin:0;
  padding:0;
}

.comment-intro:before,
.blog-comments a:after,
.comment-body:after {
  /*icon icon-bubble10*/
  content: "\e164"; 
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.comment-intro:before {
  content: "\e161";
  font-size: 40px;
  vertical-align: bottom;
  margin-right: 30px;
}
.comment-body {
  position: relative;
}
.comment-body:after {
  content: "\e1a0";
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 4em;
  color: white;
}
.blog-rss {
  font-size: 32px;
}
