/*
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/
*/

/* 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;
}


/* 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 {
	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: 8px 0 7px 8px;
	width: 564px; /* for IE6 */
}
#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;
	padding-left: 16px;
}
#posts-by-category li a:hover {
	text-decoration: underline;
}
#posts-by-category li a:active {
	text-decoration: none;
}


#tag-cloud {
	background: #f3f6f8;
	position: absolute;
	top: 448px;
	left: 24px;
	padding: 9px 16px;
	width: 176px;
}
#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;
	height: 1%; /* 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 */
	height: 19px;
}
#blog-footer-nav li {
	list-style: none;
	float: left;
	margin: 0;
	margin-right: 16px;
	padding: 0;
	width: 208px;
}
#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: #89a0af;
	display: inline;
	margin: 0;
	width: 178px;
	height: 16px;
}
#blog-footer-nav #search input.focused {
	color: #000;
}
#blog-footer-nav #search button {
	background: url(img/button-search.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 25px;
	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.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 input,
#comments form textarea {
	width: 387px;
}
#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 */
