/*
Theme Name: Boost
Theme URI: http://webperformanceinc.com/
Description: Theme for Web Performance Center Blog
Version: 1.1
Author: DesignHammer
Author URI: http://www.designhammer.com/

*/

/* GENERAL */

#dhContent {
  padding-left: 255px;
}

#dhSubNav {
  display: block;
}

/* LANGUAGE */

.language-select {
  color: #424242;
  background: url(/images/common/icon-globe.png) no-repeat 1px 50%;
  background-size: 10px 10px;
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 14px;
}
  .language-select ul {
    display: inline;
  }
  .language-select li {
    display: inline;
    margin: 0 !important;
    padding: 0;
  }
  .language-select li + li:before {
    content: " · ";
  }

/* WIDGETS 
   rudimentary support for WP widgets */

#sidebar {
	font-size: 11px;
	margin-right: -16px;
}
#sidebar ul {
	overflow: auto;
}
#sidebar li {
	margin: 0 1.5em;
}
#sidebar li.widget {
	list-style: none;
	float: left;
	margin: 0;
	margin-right: 16px;
	width: 208px;
}

/* PAGER */

.pager {
  border-top: 1px solid #d4dee5;
  padding: 1em 0;
	margin: 0;
	list-style: none;
  overflow: hidden;
}
  .pager li {
    display: inline;
  }
  .pager li > a {
    float: left;
    padding: .5em;
    text-decoration: none;
  }
  .pager .next > a {
    float: right
  }
  .pager li > a:hover {
    background-color: #f3f6f8;
  }
  .pager .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin-right: .125em;
    vertical-align: bottom;
    max-width: 240px;
  }
  .pager .text-muted {
    color: #777;
    display: block;
  }

/* MANUAL NAVIGATION */

#dhSubNav ul {
  margin-bottom: 0;
}
  #dhSubNav li {
    list-style: none;
  }
  #dhSubNav li li {
    margin-left: 2.5em;
  }
  #dhSubNav li.current {
    margin-bottom: 0;
  }
  #dhSubNav li.current > a {
    background-image: none !important;
    font-weight: bold;
    padding: 2px 16px;
  }

#dhSubNav .subpagehierarchy_list {
}
  #dhSubNav .subpagehierarchy_list > li {
    margin-left: 0;
    padding-left: 0;
  }
  #dhSubNav .subpagehierarchy_list > li > a {
    padding: 5px 22px;
  }
  #dhSubNav .subpagehierarchy_list > li.page_item_has_children > a {
    position: relative;
    margin-left: 22px;
    padding-left: 0;
  }
  #dhSubNav .subpagehierarchy_list > li.page_item_has_children .menuToggle {
    background: url(img/arrow-down-b.svg) no-repeat center;
    background-size: 12px;
    content: "";
    position: absolute;
    top: 4px;
    margin-right: .35em;
    margin-left: -22px;
    opacity: .6;
    width: 22px;
    height: 22px;
  }
  #dhSubNav .subpagehierarchy_list > li.page_item_has_children .menuToggle:hover {
    background-color: #cfdbe5;
    opacity: 1;
  }
  #dhSubNav .subpagehierarchy_list > li.page_item_has_children.closed .menuToggle {
    transform: rotate(-90deg);
  }
  #dhSubNav .subpagehierarchy_list > li.page_item_has_children li a {
    padding-left: .5em;
  }
  #dhSubNav .subpagehierarchy_list > li li {
    font-weight: normal;
    list-style: circle;
  }
  #dhSubNav .subpagehierarchy_list > li li li {
    font-weight: normal;
    list-style: disc;
  }
  #dhSubNav .subpagehierarchy_list > li.page_item_has_children.closed li {
    display: none;
  }

/* POSTS BY CATEGORY */

h2.filter {
	color: #94acbe;
	border: none;
	font-weight: normal;
	text-align: center;
	margin: 0 0 16px 0;
}
h2.filter strong {
	color: #3f6079;
}


#posts-by-category h2 {
	color: #94acbe;
	border: none;
	margin-bottom: 0;
}
#posts-by-category h3 {
  border: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}
#posts-by-category a {
	text-decoration: none;
}
#posts-by-category h3 a {
	color: #1e445e;
	background: #f4f6f8 url(img/category-heading-bg.png) no-repeat right top;
	font-weight: normal;
	display: block;
	padding: 7px 0 6px 8px;
}
#posts-by-category h3 a:hover {
	background-position: right bottom;
}
#posts-by-category ul {
	margin-bottom: 12px;
}
#posts-by-category li {
	list-style: none;
	margin: 0;
	margin-bottom: 4px;
}
#posts-by-category li a {
	background: url(img/page-icon.png) no-repeat left;
  display: inline-block;
	padding-left: 16px;
}
#posts-by-category li a:hover {
	text-decoration: underline;
}
#posts-by-category li a:active {
	text-decoration: none;
}


.sidebar-pos {
	position: absolute;
	top: 448px;
	left: 24px;
	width: 208px;
}

.sidebar-content-pad {
  margin: 16px;
}

.rss-link {
  background: url(img/icon-rss.png) no-repeat left;
  padding-left: 28px;
  display: inline-block;
  text-align: center;
  min-height: 22px;
}

#tag-cloud {
	background: #f3f6f8;
	padding: 9px 16px;
}
#tag-cloud h2 {
	color: #94acbe;
	border: none;
	font-size: 16px;
	margin-bottom: 1px;
}
#tag-cloud a {
	color: #1e445e;
	text-decoration: none;
	margin-right: .75em;
}
#tag-cloud a:hover {
	color: #000;
	text-decoration: underline;
}


/* MAIN BLOG LISTING */

#blog-nav {
	background: #f4f6f8 url(img/blog-nav-bg.png) repeat-x;
	overflow: auto;
	margin-top: -8px;
	margin-bottom: 23px;
	padding: 3px 8px 0 8px;
	white-space: nowrap; /* for IE6 */
}
#blog-nav h3 {
	color: #94acbe;
	border: none;
	font-weight: normal;
	font-size: 13px;
	float: left;
	padding-top: 7px;
}
#blog-nav li {
	list-style: none;
	float: left;
	margin: 0;
	margin: 0 2px;
	padding-right: 2px;
}
li#blog-nav-first {
	margin-left: 10px;
}
#blog-nav a {
	color: #1e445e;
	display: block;
	text-decoration: none;
	outline: none;
	padding-top: 7px;
	padding: 7px 8px 5px 10px;
}
#blog-nav li.current-cat {
	background: url(img/blog-nav-tab-right.png) no-repeat right;
}
#blog-nav li.current-cat a {
	color: #1e445e;
	background: url(img/blog-nav-tab.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
}
#blog-nav a:hover {
	color: #000;
	text-decoration: underline;
}


ul.meta {
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	margin-top: -1px;
	padding: 0;
	width: 100%; /* for IE6 */
	height: 24px;
}
ul.meta li {
	float: left;
	list-style: none;
	margin: 0 1em 9px 0 !important;
	padding: 0;
}
h2 a {
	text-decoration: none;
}


#blog-footer-nav {
	margin-bottom: 0;
	padding-bottom: 20px;
	*padding-bottom: 0; /* IE6 + IE7 hack */
	_padding-bottom: 20px; /* IE6 hack */
  overflow: hidden;
}
#blog-footer-nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}
#blog-footer-nav li#search {
  text-align: center;
  width: 50%;
}
#blog-footer-nav a {
	text-decoration: none;
	outline: none;
	padding: 0 16px;
}
#blog-footer-nav #previous a {
	background: url(img/arrows-previous.png) no-repeat left;
}
#blog-footer-nav #next {
	text-align: right;
	margin-right: 0;
}
#blog-footer-nav #next a {
	background: url(img/arrows-next.png) no-repeat right;
}
#blog-footer-nav #search input {
	color: #000;
  box-sizing: border-box;
	display: inline;
	margin: 0;
	width: 80%;
	height: 18px;
}
#blog-footer-nav #search input::-moz-placeholder {
	color: #89a0af;
  opacity: 1;
}
#blog-footer-nav #search input:-ms-input-placeholder {
	color: #89a0af;
}
#blog-footer-nav #search input::-webkit-input-placeholder {
	color: #89a0af;
}
#blog-footer-nav #search button {
	background: url(img/button-search.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 20%;
	height: 18px;
}


/* INDIVIDUAL POST */

#comments h2 {
	color: #3a6c92;
	border: none;
	font-size: 24px;
	padding-top: 7px;
	padding-bottom: 15px;
}
#comments div {
	background: #eaf2f9;
	overflow: auto;
	margin: 0 -16px;
	padding-top: 20px;
}
#comments div:nth-child(2n + 1),
#comments div.alt {
	background: white;
}
#comments div p {
	margin-right: 72px;
	margin-left: 184px;
}
#comments p.meta {
	text-align: right;
	float: left;
	margin-right: 0;
	margin-left: 16px;
	width: 152px;
}
#comments p.meta strong {
	display: block;
}
#comments p.meta strong a {
	text-decoration: none;
}


#comments form {
	padding-top: 12px;
}
#comments form table tr {
	vertical-align: top;
}
#comments form table th,
#comments form table td {
	border: none;
	font-size: 13px;
	padding: 0;
	padding-bottom: 16px;
}
#comments form table th {
	text-align: right;
	padding-top: 4px;
	padding-right: 16px;
	width: 152px !important;
}
#comments form table td {
  width: 100%;
}
#comments form input,
#comments form textarea {
	width: 100%;
}
#comments form input {
	height: 22px;
}
#comments form button {
	background: url(img/button-add-comment.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	width: 103px;
	height: 28px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#authorsure-author-profile ul li {
  display: inline;
}

/* Print styles */

@media print {
  .customer-nav-tools,
  #dhNavBar,
  #dhSubNav,
  #footerBox > ul,
  #footerBox > .credit,
  .page-label,
  .years-footer {
    display: none;
  }
  #dhContent {
    padding-left: 24px;
    min-height: 0 !important;
  }
  #latest-posts-bubble {
    display: none !important;
  }
}

/* Layout: Mobile */

@media (max-width: 880px) {
  #dhContent {
    padding-left: 24px;
  }

  #dhSubNav,
  .sidebar-pos {
    background: #fff;
    box-sizing: border-box;
    position: static;
    width: 100%;
  }
    .sidebar-content-pad {
      margin: 0;
    }

  #dhSubNav {
    padding: 0 24px 24px;
  }
}
