/* 
Theme Name: Stogie Review
Theme URI: http://stogiereview.com
Description: 
Version: 2.5
Author: Matt Brett
Author URI: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #193746 url("../images/bg.jpg") repeat 50% 0;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 43px;
	background: url("../images/top-bg.jpg") no-repeat 50% 0;
}

#header {
	height: 149px;
	margin-top: 1px;
	background: url("../images/header-bg.jpg") no-repeat 50% 0;
}

#gateway {
	position: relative;
	float: left;
	width: 920px;
	height: 353px;
	padding: 25px 25px 0;
	background: url("../images/gateway-bg.jpg") no-repeat 50% 0;
}

#mid {
	float: left;
	width: 100%;
	background: url("../images/mid-bg.jpg") repeat-y 50% 0;
}

#content {
	float: left;
	display: inline;
	width: 660px;
	margin-left: 5px;
}

#sidebar {
	float: left;
	display: inline;
	width: 260px;
	padding: 20px;
	background: url("../images/sidebar-bg.jpg") no-repeat 50% 0;
}

#photos {
	clear: both;
	float: left;
	width: 970px;
	height: 116px;
	padding: 20px 0 0;
	background: url("../images/photos-bg.jpg") repeat-y 50% 0;
}

#footer {
	clear: left;
	float: left;
	width: 100%;
	padding: 20px 0 15px;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header-right {
	float: right;
	display: inline;
	width: 480px;
	margin-right: 25px;
}

/* @group logo */

/* LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 460px;
	height: 144px;
	font-size: 1.5em;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

#logo a {
	color: #f2f2f2;
	text-decoration: none;
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav-cats {
	float: right;
	display: inline;
	width: 490px;
	margin: 28px 15px 0 0;
	text-align: right;
}

#nav-cats li {
	position: relative;
	display: inline;
	float: left;
}

#nav-cats li a:link, #nav-cats li a:visited, #nav-cats li a:active {
	display: block;
	padding: 5px 10px;
	font: bold 1.2em Geneva, Helvetica, Arial, sans-serif;
	color: #97bbc6;
	text-decoration: none;
	text-shadow: 1px 1px 5px #12242f;
}

#nav-cats li a:hover, #nav-cats li:hover a, #nav-cats li:hover > a {
	padding: 5px 10px 4px;
	color: #dee9ec;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000;
	background: #142e3d;
	border-top: 0;
	border-bottom: 1px solid #234c62;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav-cats li:hover ul, #nav-cats li.hover ul {
	display: block;
}

#nav-cats li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px 0 3px;
	top: 20px;
	left: 0;
	list-style-type: none;
	text-align: left;
	min-width: 200px;
	width: auto !important;
	width: 200px;
	background: #142e3d;
	border-bottom: 1px solid #234c62;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	z-index: 9999;
}

#nav-cats li ul li {
	display: block;
	float: none;
}

#nav-cats li ul li a:link, #nav-cats li ul li a:visited, #nav-cats li ul li a:active {
	float: none;
	display: block;
	padding: 5px 10px;
	color: #97bbc6;
	font-size: 1em;
	text-decoration: none;
	text-shadow: 1px 1px 5px #11252e;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#nav-cats li ul li a:hover {
	color: #dee9ec;
}

#nav-cats li ul li ul {
	position: relative;
	top: 0;
	left: 0;
	min-width: auto;
	width: auto;
	background: transparent;
	border-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#nav-cats li ul li ul li a:link, #nav-cats li ul li ul li a:visited, #nav-cats li ul li ul li a:active {
	padding: 6px 20px;
}

/* @end */

/* @group search */

/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#search {
	float: right;
	display: inline;
	width: 242px;
	margin: 0 0 12px;
}

#search #s {
	float: left;
	display: inline;
	width: 148px;
	height: 20px;
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 1.2em;
	color: #97bbc6;
	background: transparent url("../images/search-field.png") no-repeat 0 0;
	border: none;
}

#search-submit {
	float: left;
	display: inline;
	width: 64px;
	height: 30px;
	cursor: pointer;
}

/* @end */

/* @group subscribe */

/* SUBSCRIBE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.subscribe-options {
	clear: both;
	float: right;
	display: inline;
}

.subscribe-options li {
	display: inline;
}

.subscribe-options a {
	float: left;
	width: 34px;
	height: 0;
	margin-left: 18px;
	padding: 34px 0 0 0;
	overflow: hidden;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
}

.subscribe-options a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

.subscribe-options li.subscribe-feed a {
	background: transparent url("../images/icon-feed.png") no-repeat 0 0;
}

.subscribe-options li.subscribe-email a {
	background: transparent url("../images/icon-email.png") no-repeat 0 0;
}

.subscribe-options li.subscribe-facebook a {
	background: transparent url("../images/icon-facebook.png") no-repeat 0 0;
}

.subscribe-options li.subscribe-google a {
	background: transparent url("../images/icon-google.png") no-repeat 0 0;
}

.subscribe-options li.subscribe-twitter a {
	background: transparent url("../images/icon-twitter.png") no-repeat 0 0;
}

/* @end */

/* @end */

/* @group gateway */

/* GATEWAY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#gateway h2 {
	font: bold 2em Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 -2px 0 #1a3848;
	color: #dee9ec;
}

#gateway #popular,
#gateway #recent,
#gateway #featured {
	float: left;
	display: inline;
}

#gateway #recent,
#gateway #featured {
	display: none;
}

#gateway #authors {
	float: left;
	display: inline;
	width: 260px;
	margin: 0 0 20px 20px;
}

#gateway .post {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 12px 0 0;
	background: url("../images/divider-gateway.jpg") repeat-x 0 0;
}

#gateway .post-icon,
#gateway img.wpp-thumbnail,
#gateway .wp-post-image,
#authors .avatar {
	float: left;
	display: inline;
	margin-right: 10px;
	padding: 5px;
	background: url("../images/post-icon-bg.jpg") no-repeat 0 0;
}

#gateway .post h3,
#gateway .post .wpp-post-title {
	display: block;
	margin: 3px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

#gateway .post h3 a,
#gateway .post a,
#gateway .post .wpp-post-title {
	color: #97bbc6;
	text-decoration: none;
}

#gateway .post h3 a:hover,
#gateway .post a.wpp-post-title:hover {
	color: #dee9ec;
	text-decoration: underline;
}

#gateway .post p {
	margin: 0;
	font-size: 1.1em;
	color: #6091a1;
}

#gateway .post span.wpp-date {
	font-size: 11px;
	font-weight: normal;
	color: #6091a1;
}

#gateway .post p a {
	color: #97bbc6;
	text-decoration: none;
}

#gateway .post p a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}

#gateway .more {
	float: right;
	display: inline;
	width: 64px;
	height: 28px;
	margin: 0 0 -3px;
	overflow: hidden;
}

#gateway .more a {
	display: block;
	width: 64px;
	height: 0;
	padding-top: 28px;
	background: url("../images/gateway-more.gif") no-repeat 0 0;
}

#gateway .more a:hover {
	background: url("../images/gateway-more.gif") no-repeat 0 -28px;
}

#nav-pages {
	float: right;
	display: inline;
	margin: 20px 0 12px 0;
}

#nav-pages2 {
	float: left;
	width: 920px;
	height: 28px;
	padding: 12px 25px 0;
	background: url("../images/pagenav2-bg.jpg") no-repeat 0 0;
	overflow: hidden;
}

#nav-pages2 ul {
	text-align: center;
}

#nav-pages li, #nav-pages2 li {
	display: inline;
	margin-left: 20px;
	font: bold 1.4em Cabin, Helvetica, Arial, sans-serif;
}

#nav-pages a , #nav-pages2 a {
	color: #97bbc6;
	text-decoration: none;
	text-shadow: 0 2px 3px #112632;
}

#nav-pages a:hover, #nav-pages2 a:hover {
	color: #dee9ec;
}

#nav-main {
	position: relative;
	float: left;
	width: 940px;
	margin: -10px 0 0 -10px;
	z-index: 9999;
}

#nav-main ul {
	float: left;
	width: 100%;
}

#nav-main ul li {
	position: relative;
	float: left;
	display: inline;
}

#nav-main ul li a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 9px 10px;
	color: #97bbc6;
	font: bold 1.5em/1em Cabin, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0 2px 3px #112632;
	text-transform: uppercase;
}

#nav-main ul li a:hover, #nav-main ul li:hover > a, #nav-main ul li a:focus {
	color: #fff;
}

#nav-main ul li:last-of-type a {
	margin-right: 0;
}

#nav-main ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	width: 200px;
	margin: 0;
	background: url('../images/sub-menu.jpg') repeat 0 0;
	-moz-box-shadow: 0 2px 5px #000;
	-webkit-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav-main ul li:hover ul.sub-menu {
	display: block;
}

#nav-main ul li ul.sub-menu li {
	float: none;
	display: block;
}

#nav-main ul li ul.sub-menu li a {
	float: none;
	display: block;
	margin: 0;
	padding: 8px 10px;
	color: #3d5f6c;
	font-size: 1.3em;
	text-shadow: 0 1px 1px #fff;
	text-transform: none;
}

#nav-main ul li ul.sub-menu li:first-of-type a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nav-main ul li ul.sub-menu li:last-of-type a {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#nav-main ul li ul.sub-menu li a:hover, #nav-main ul li ul.sub-menu li:hover > a, #nav-main ul li ul.sub-menu li a:focus {
	color: #1c3746;
	text-shadow: none;
	background: #aeb4b8;
}

#nav-main ul li ul.sub-menu li ul.sub-menu {
	display: none;
	top: 0;
	left: 190px;
}

#nav-main ul li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

#nav-main ul li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	display: none;
}

#nav-main ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

#nav-main ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#nav-main ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li:first-of-type a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nav-main ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li:last-of-type a {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#slider {
	position: absolute;
	width: 620px;
	height: 280px;
	top: 77px;
	left: 25px;
	overflow: hidden;
	-moz-box-shadow: 0 2px 10px #0e1d25;
	-webkit-box-shadow: 0 2px 10px #0e1d25;
	box-shadow: 0 2px 10px #0e1d25;
}

#tabbed {
	position: absolute;
	width: 260px;
	height: 280px;
	top: 77px;
	right: 25px;
	overflow: hidden;
}

#tabbed-nav {
	float: left;
	display: inline;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

#tabbed-nav li {
	float: left;
	display: inline;
	height: 30px;
	overflow: hidden;
}

#tabbed-nav li a {
	float: left;
	display: block;
	height: 0;
	padding-top: 30px;
	margin-right: 10px;
}

#tabbed-nav li a.active {
	cursor: default;
}

#tabbed-nav li#tabbed-nav-popular a {
	width: 71px;
	background: url('../images/tabbed-buttons.png') no-repeat 0 0;
}

#tabbed-nav li#tabbed-nav-popular a:hover,
#tabbed-nav li#tabbed-nav-popular a:focus {
	background: url('../images/tabbed-buttons.png') no-repeat 0 -30px;
}

#tabbed-nav li#tabbed-nav-popular a.active {
	background: url('../images/tabbed-buttons.png') no-repeat 0 -60px;
}

#tabbed-nav li#tabbed-nav-recent a {
	width: 64px;
	background: url('../images/tabbed-buttons.png') no-repeat -71px 0;
}

#tabbed-nav li#tabbed-nav-recent a:hover,
#tabbed-nav li#tabbed-nav-recent a:focus {
	background: url('../images/tabbed-buttons.png') no-repeat -71px -30px;
}

#tabbed-nav li#tabbed-nav-recent a.active {
	background: url('../images/tabbed-buttons.png') no-repeat -71px -60px;
}

#tabbed-nav li#tabbed-nav-favorites a {
	width: 80px;
	background: url('../images/tabbed-buttons.png') no-repeat -135px 0;
}

#tabbed-nav li#tabbed-nav-favorites a:hover,
#tabbed-nav li#tabbed-nav-favorites a:focus {
	background: url('../images/tabbed-buttons.png') no-repeat -135px -30px;
}

#tabbed-nav li#tabbed-nav-favorites a.active {
	background: url('../images/tabbed-buttons.png') no-repeat -135px -60px;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a {
	color: #1e485e;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.content a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 0 0 15px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.content h1 img, .content h2 img, .content h3 img, .content h4 img, .content h5 img, .content h6 img, #content .post-author img {
	padding: 0;
	background: transparent;
	border: none;
}

.content h1 {
	margin: 0 0 5px;
	font: bold 3.8em/1em Geneva, Helvetica, Arial, sans-serif;
}

.content h2 {
	font-size: 2.8em;
}

.content h2.post-title {
	margin: 0 0 5px;
	font: bold 2.8em Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.1em;
	text-shadow: 0 1px 0 #fff;
}

.content h2.post-title a {
	display: block;
	color: #1a3848;
	border-bottom: none;
}

.content h2.post-title a:hover {
	color: #000;
	border-bottom: none;
}

.content h3 {
	font-size: 1.8em;
}

.content h4 {
	font-size: 1.6em;
}

.content h5 {
	font-size: 1.4em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
}

.content ul, .comment ul {
	margin: 0 0 15px 30px;
}

.content ul li, .comment ul li {
	list-style-type: square;
}

.content ol, .comment ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li, .comment ol li {
	list-style-type: decimal;
}

.content li, .comment li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	margin-bottom: 15px;
	padding: 20px;
	font-style: italic;
	background: #eee;
	border-top: 1px solid #ddd;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.content b, .content strong {
	font-weight: bold;
}

.content i, .content em {
	font-style: italic;
}

.content center {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	text-align: center;
}

.content img {
	padding: 5px;
	background: #eee;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #d2d2d2;
}

.content img.wp-smiley {
	padding: 0;
	background: transparent;
	border: none;
}

.content object[width $='640'] {
	margin-left: -10px;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

#content .post {
	float: left;
	width: 660px;
	background: url("../images/post-bg.jpg") repeat-x 0 0;
}

#content .post.single {
	padding-bottom: 0;
	background: url("../images/post-bg.jpg") repeat-x 0 0;
}

#content .post-content {
	padding: 20px 20px 0;
}

#content .page .post-content {
	padding: 30px 20px 20px;
}

#content .post-author {
	margin-bottom: 20px;
	font: normal 1.6em Geneva, Helvetica, Arial, sans-serif;
	color: #97bbc6;
	text-shadow: 0 1px 0 #fff;
}

#content .post-author a {
	color: #6091a1;
	border-bottom: 1px solid #ddd;
}

#content .single .post-author {
	color: #999;
}

#content .single .post-author a {
	color: #666;
}

#content .post-author a:hover {
	color: #333;
	border-bottom: 1px solid #999;
}

.post-comments {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}

.content .post-comments a {
	display: block;
	width: 48px;
	height: 34px;
	padding: 8px 0;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #eee;
	color: #666;
	background: url("../images/post-comments.gif") no-repeat 0 0;
	border-bottom: 0;
}

.content .post-comments a:hover {
	color: #000;
	text-decoration: none;
}

#content .post-meta {
	float: left;
	width: 620px;
	padding: 16px 20px 6px;
	background: url("../images/post-meta-bg.jpg") no-repeat 50% 0;
}

#content .post-meta p {
	margin: 0;
	font-size: 1.2em;
	color: #666;
}

#content .post-meta a {
	color: #666;
	text-decoration: none;
}

#content .post-meta a:hover {
	color: #000;
	text-decoration: none;
}

#content .post-meta-continue {
	float: right;
	display: inline;
	padding: 1px 21px 1px 0;
	background: url("../images/icon-arrow.gif") no-repeat 100% 50%;
}

#content .post-meta-date {
	display: block;
	padding: 1px 0 1px 21px;
	background: url("../images/icon-calendar.gif") no-repeat 0 1px;
}

#content .post-meta-category {
	display: block;
	margin-bottom: 5px;
	padding: 1px 0 1px 21px;
	background: url("../images/icon-folder.gif") no-repeat 0 1px;
}

#content .breadcrumbs {
	margin: 0 0 20px -15px;
	font-size: 1.2em;
}

#content .post-tnail {
	float: right;
	display: inline;
	margin: 0 0 15px 20px;
}

#content .wp-pagenavi {
	clear: left;
	position: relative;
	padding: 28px 20px;
	font-size: 1.1em;
	background: url("../images/post-bg.jpg") repeat-x 0 0;
}

#content .wp-pagenavi a {
	margin: 0 1px 0 0;
	padding: 8px 7px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	background: #e2e2e2;
	border: none;
}

#content .wp-pagenavi a.first {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

#content .wp-pagenavi a.last {
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

#content .wp-pagenavi a:hover {
	text-decoration: none;
	color: #f2f2f2;
	background: #626262;
}

#content .wp-pagenavi span.pages {
	float: right;
	display: inline;
	margin-top: -2px;
	padding: 0;
	font-size: 1.1em;
	color: #929292;
	background: transparent;
	border: 0;
}

#content .wp-pagenavi span.current {
	margin: 0 1px 0 0;
	padding: 9px 7px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #1e485e;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content .wp-pagenavi span.extend {
	display: none;
	margin: 0 1px 0 0;
	padding: 10px 7px;
	background: #fff;
	color: #999;
	border: 0;	
}

#archive-title {
	background: url("../images/post-bg.jpg") no-repeat 50% 0;
}

#archive-title h2, #archive-title p {
	margin: 0;
}

#archive-title h2 {
	padding: 20px 20px 15px;
	font: normal 2em Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: .85em;
	text-shadow: 0 1px 0 #fff;
	color: #333;
}

#archive-title p {
	margin: -10px 0 -1px;
	padding: 0 20px 20px;
	color: #999;
	font: 1.8em Arial, Helvetica, Geneva, sans-serif;
	background: url("../images/divider-content.jpg") repeat-x 0 100%;
}

#contest {
	margin: 0;
	padding: 15px 20px;
	background: #dee9ec url("../images/contest-bg.jpg") repeat-x 0 0;
	border-bottom: 1px solid #ccd8dc;
}

#contest h3 {
	margin: 0 0 3px;
	font-size: 2em;
	color: #1a3848;
}

#contest p {
	margin: 0;
	color: #6091a1;
	line-height: 1.3em;
}

#contest a {
	color: #1e485e;
	text-decoration: none;
	border-bottom: 1px solid #ccd8dc;
}

#contest a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #6091a1;
}

#share {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#share a {
	border: 0;
}

#share img {
	padding: 0;
	background: transparent;
	border: 0;
}

#share-facebook,
#share-google,
#share-pinterest,
#share-stumbleupon,
#share-twitter {
	float: left;
	display: inline;
	margin-right: 20px;
}

#share-facebook {
	width: 75px;
}

#share-google {
	width: 60px;
}

#share-pinterest {
	width: 65px;
}

#share-stumbleupon {
	width: 75px;
}

#share-twitter {
	width: 85px;
}

#ad-banner {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#ad-banner-inner {
	margin: 0 auto;
}

#ad-banner a {
	border: 0;
}

#ad-banner img {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
}

#author-info {
	float: left;
	width: 620px;
	margin: 0;
	padding: 20px;
	background: url("../images/post-bg.jpg") repeat-x 0 0;
}

#author-info-avatar {
	float: right;
	display: inline;
	width: 138px;
	height: 138px;
	margin: 0 0 20px 20px;
}

#author-info-avatar img {
	width: 128px;
	height: 128px;
}

#author-info-links {
	float: left;
	margin: 0 0 20px;
}

#author-info-links li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding-right: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
	list-style-type: none;
}

#author-info-links li:last-of-type {
	padding-right: 0;
	border-right: 0;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.sidebar a {
	color: #666;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar h1 {
	margin-bottom: 1em;
	font-size: 2em;
	color: #;
}

.sidebar h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font: bold 1.8em Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	color: #1a3848;
	background: url("../images/divider-sidebar.jpg") repeat-x 0 100%;
}

.sidebar h3 {
	font-size: 2.4em;
}

.sidebar h4 {
	font-size: 2.2em;
}

.sidebar h5 {
	font-size: 2em;
}

.sidebar h6 {
	font-size: 1.8em;
}

.sidebar p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.sidebar ul {
	margin: 0 0 10px 0;
}

.sidebar ul li {
	margin: 0 0 10px;
	list-style-type: none;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.sidebar #recent-comments.widget li {
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
}

.sidebar blockquote {
	padding: 0 15px;
	font-style: italic;
}

#adrotate_widgets-7 {
	width: 250px;
	height: 250px;
	margin-bottom: 30px;
	padding: 5px;
	background: url("../images/ad-250x250-bg.jpg") no-repeat 0 0;
	overflow: hidden;
}

#buttons {
	float: left;
	display: inline;
	width: 125px;
	height: 540px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#adrotate_widgets-8,
#adrotate_widgets-8 div,
#adrotate_widgets-9,
#adrotate_widgets-9 div {
	width: 280px !important;
}

#adrotate_widgets-8 div div {
	width: 125px !important;
	margin: 0 10px 10px 0 !important;
}

#adrotate_widgets-9 div div {
	width: 120px !important;
	margin: 0 20px 10px 0 !important;
}

#recent-comments {
	float: left;
	width: 260px;
}

#recentcomments li,
#links li {
	margin-bottom: 10px;
	padding: 0 0 10px;
	background: url("../images/divider-sidebar.jpg") repeat-x 0 100%;
	list-style-type: none;
}

#recent-comments .avatar {
	float: left;
	display: inline;
	margin-right: 10px;
	padding: 5px;
	background: url("../images/avatar-sidebar-bg.jpg") no-repeat 0 0;
}

#recent-comments p {
	margin: 0;
	color: #999;
}

#recent-comments h3 {
	margin: 3px 0 0 0;
	font-size: 1.4em;
	color: #333;
}

#social-buttons {
	float: right;
	width: 140px;
	margin-bottom: 30px;
}

#social-facebook,
#social-google,
#social-twitter {
	width: 140px;
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

#social-facebook .fb-like iframe {
	width: 140px !important;
}

/* @end */

/* @group comments */



/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	clear: both;
	margin: 0;
	padding: 10px 0 0;background: url("../images/post-bg.jpg") no-repeat 50% 0;
}

#comments .commentlist {
	clear: both;
	margin: 0;
	padding: 0;
	background: url("../images/divider-content.jpg") repeat-x 0 100%;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 20px 0;
	list-style: none;
	font-size: 12px;
	background: url("../images/divider-content.jpg") repeat-x 0 0;
}

#comments .commentlist li.thread-even {
}

#comments .commentlist .children li {
	padding: 10px 0 0 20px;
	background: transparent;
}

#comments .commentlist li.depth-1 {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0;
}

#comments .commentlist li ul li {
	margin: 0;
	border-bottom: 0;
}

.commentlist p {
	margin: 10px 0;
	font-size: 1.2em;
	line-height: 16px;
}

.commentlist #respond p {
	font-size: 12px;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 4px;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ddd;
}

#comments .commentlist li .official-author .avatar {
	background: #1e485e;
}

#comments h2 {
	margin: 20px 20px 10px;
	padding: 0;
	color: #1a3848;
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 0;
	padding: 5px 0 10px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -10px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 5px 0 7px;
}

#comments .comment-author .says {
	display: none;
}

#comments .comment-author {
	color: #000;
	font: bold 1.1em/1.6em Arial, Helvetica, Geneva, sans-serif;
}

#commentform {
	padding: 0 20px 10px;
}

#commentform p {
	font-size: 1.2em;
}

#commentform label {
	float: right;
	text-align: left;
	width: 340px;
	padding-top: 6px;
	color: #1a3848;
}

.commentlist #commentform label {
	float: none;
	display: block;
	padding: 0 0 5px;
	color: #1a3848;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#commentform label small span {
	font-size: 10px;
	color: #aaa;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
	color: #999;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#commentform input:focus, #commentform textarea:focus {
	color: #333;
	border: 1px solid #999;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 250px;
	margin-right: 5px;
}

#commentform textarea {
	width: 610px;
	margin-bottom: 5px;
}

.commentlist #commentform textarea {
	width: 450px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform p.subscribe-to-comments label {
	float: none;
}

#commentform #submit {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 20px;
	right: 20px;
}

#comments .commentlist .children li .reply a {
	right: 0;
}

#comments .cancel-comment-reply {
	margin: 10px 20px;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

/* @end */

/* @group photos */

/* PHOTOS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#photos h2 {
	margin: 0 25px 10px;
	padding-bottom: 5px;
	font: bold 2em Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 -2px 0 #1a3848;
	color: #dee9ec;
	background: url("../images/divider-gateway.jpg") repeat-x 0 100%;
}

#photos h2 img {
	margin: 0;
	padding: 0 0 5px;
	background: transparent;
	border: none;
}

#photos ul {
	float: left;
	width: 964px;
	margin-left: 6px;
}

#photos li {
	float: left;
	display: inline;
}

#leaderboard {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer-credits {
	float: left;
	display: inline;
	width: 500px;
	margin-left: 25px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #6091a1;
	text-decoration: underline;
}

#footer a:hover {
	color: #97bbc6;
	text-decoration: underline;
}

#footer p {
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #97bbc6;
}

#footer p span {
	margin: 0 5px;
	color: #3d515d;
}

#footer .subscribe-options {
	clear: none;
	float: right;
	display: inline;
	width: 260px;
	margin-right: 25px;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#ui-datepicker-div {
	display: none;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */