/* 
Theme Name: Black Aperture
Theme URI: http://themeforest.net/user/mattbrett/portfolio
Description: All-in-one gaming news and reviews theme for WordPress.
Version: 1.8
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* @group reset */

/* RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #c6c6c6;
	text-align: center;
	background: #111;
}

/* @end */

/* @group header */

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

#header {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #010101 url("../images/header-bg.jpg") repeat-x 0 0;
}

#header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 452px;
	height: 48px;
	margin: 24px 0 20px;
	text-indent: -5000px;
	overflow: hidden;
}

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

#logo a {
	text-decoration: none;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo-text {
	float: left;
	display: inline;
	width: 490px;
	height: 65px;
	margin: 14px 0 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #565656;
	overflow: hidden;
}

#logo-text a:link, #logo-text a:visited, #logo-text a:active {
	display: block;
	margin-bottom: -3px;
	color: #ddd;
	font-size: 3.6em;
	font-weight: bold;
	text-decoration: none;
}

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

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social {
	position: absolute;
	float: right;
	height: 47px;
	right: 0;
	bottom: 20px;
}

#social ul {
	float: left;
	display: inline;
	width: 100%;
}

#social li {
	float: left;
	display: inline;
	margin-left: 9px;
}

#social a {
	float: left;
	display: inline;
	width: 47px;
	height: 0;
	padding-top: 47px;
	overflow: hidden;
	text-decoration: none;
}

#social-connect, #social-subscribe {
	float: left;
	display: inline;
}

#social-connect ul, #social-subscribe ul {
	padding: 0;
}

#social-connect ul a {
	-moz-opacity: .75; 
	opacity: .75;  
}

#social-connect ul a:hover {
	-moz-opacity: 1.0; 
	opacity: 1.0;  
}

#social-facebook a {
	background: url("../images/social-icons.jpg") no-repeat 0 0;
}

#social-facebook a:hover {
	background: url("../images/social-icons.jpg") no-repeat 0 -47px;
}

#social-google a {
	background: url("../images/social-icons.jpg") no-repeat -282px 0;
}

#social-google a:hover {
	background: url("../images/social-icons.jpg") no-repeat -282px -47px;
}

#social-myspace a {
	background: url("../images/social-icons.jpg") no-repeat -47px 0;
}

#social-myspace a:hover {
	background: url("../images/social-icons.jpg") no-repeat -47px -47px;
}

#social-twitter a {
	background: url("../images/social-icons.jpg") no-repeat -94px 0;
}

#social-twitter a:hover {
	background: url("../images/social-icons.jpg") no-repeat -94px -47px;
}

#social-youtube a {
	background: url("../images/social-icons.jpg") no-repeat -235px 0;
}

#social-youtube a:hover {
	background: url("../images/social-icons.jpg") no-repeat -235px -47px;
}

#social-feed a {
	background: url("../images/social-icons.jpg") no-repeat -141px 0;
}

#social-feed a:hover {
	background: url("../images/social-icons.jpg") no-repeat -141px -47px;
}

#social-email a {
	background: url("../images/social-icons.jpg") no-repeat -188px 0;
}

#social-email a:hover {
	background: url("../images/social-icons.jpg") no-repeat -188px -47px;
}

/* @end */

/* @group nav */

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

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

#nav-inner { 
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#navlist {
	position: relative;
	float: left;
	width: 960px;
	height: 62px;
	margin-top: 4px;
}

#navlist li {
	display: inline;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	float: left;
	display: block;
	padding: 9px 20px 11px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #c6c6c6;
	text-decoration: none;
}

#navlist li a:hover {
	color: #f6f6f6;
	text-decoration: none;
}

#navlist li.current-menu-item a:link, #navlist li.current-menu-item a:visited, #navlist li.current-menu-item a:active, #navlist li.current-menu-item a:hover, #navlist li.current-menu-parent a:link, #navlist li.current-menu-parent a:visited, #navlist li.current-menu-parent a:active, #navlist li.current-menu-parent a:hover {
	background: url("../images/nav-current.jpg") repeat-x 0 0;
	-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;
	cursor: default;
	text-shadow: 0 1px 1px #fdfdfd;
}

#navlist ul li ul {
	display: none;
}

#navlist li.current-menu-item ul, #navlist li.current-menu-parent ul {
	display: block;
	position: absolute;
	top: 40px;
	left: 20px;
}

#navlist li.current-menu-item ul li {
	display: inline;
}

#navlist li.current-menu-item ul a:link, #navlist li.current-menu-item ul li a:visited, #navlist li.current-menu-item ul li a:active, #navlist li.current-menu-parent ul a:link, #navlist li.current-menu-parent ul li a:visited, #navlist li.current-menu-parent ul li a:active {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 3px 10px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	text-shadow: 0 1px 1px #d6d6d6;
}

#navlist li.current-menu-item ul li a:hover, #navlist li.current-menu-parent ul li a:hover {
	color: #161616;
	text-decoration: none;
	background: #aeaeae;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* @end */



/* @end */

/* @group showcase */

/* SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

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

#showcase-inner {
	width: 960px;
	height: 280px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.showcase-post {
	position: relative;
	float: left;
	display: inline;
	width: 290px;
	height: 239px;
	margin: 20px 5px 0 20px;
	overflow: hidden;
}

.showcase-effects {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/showcase-effects.png") no-repeat 0 0;
}

.showcase-post:hover .showcase-effects {
	background: url("../images/showcase-effects.png") no-repeat 0 100%;
}

.showcase-details {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.showcase-post h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #ddd;
}

.showcase-post:hover h3 {
	color: #fff;
}

.showcase-post p {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #767676;
}

.showcase-post:hover p {
	color: #969696;
}

.showcase-post a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

#slider {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#slider .nivoSlider {
	margin: 0 auto;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.controlNav #slider .nivoSlider {
	margin: 0 auto;
}

#slider .nivoSlider .nivo-caption {
	padding: 10px 0;
}

#slider .nivoSlider .nivo-caption p {
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 0 0 3px #000;
}

#slider .nivoSlider .nivo-controlNav {
	display: none;
}

#slider .slider-wrapper.controlnav-thumbs {
	margin-bottom: 0;
}

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

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

#mid-inner {
	width: 960px;
	margin: 20px auto 0;
	text-align: left;
}

/* @end */

/* @group content */

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

#content {
	float: left;
	display: inline;
	width: 480px;
}

#content.wide {
	float: left;
	display: inline;
	width: 630px;
}

.content a:link, .content a:visited, .content a:active {
	color: #969696;
	text-decoration: underline;
}

.content a:hover {
	color: #fff;
	text-decoration: underline;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	text-transform: uppercase;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h5 a:link, .content h5 a:visited, .content h5 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
	text-decoration: none;
	border-bottom: 1px solid #222;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	color: #f6f6f6;
	text-decoration: none;
	border-bottom: 1px solid #464646;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

#archive-title h1 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.4em;
	text-shadow: 0 -1px 1px #000;
	color: #565656;
	border-bottom: 1px solid #000;
}

#archive-title h1 strong {
	font-weight: normal;
	color: #767676;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
}

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

.content blockquote {
	margin-bottom: 15px;
	padding: 15px 15px 1px;
	background: #222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.content blockquote p {
	font: italic 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #969696;
}

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

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

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

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

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

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

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

.content img {
	padding: 5px;
	background: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.content .wp-caption img {
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

.content .wp-caption {
	padding: 5px 0;
	margin-bottom: 15px;
	text-align: center;
	background: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000; 
}

.content .wp-caption p {
	margin: 0;
	padding: 5px 10px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #767676;
}

.content .alignleft {
	float: left;
	display: inline;
	margin: 3px 15px 15px 0;
}

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

.content .alignright {
	float: right;
	display: inline;
	margin: 3px 0 15px 15px;
}

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

.content .aligncenter {
	text-align: center;
	margin: 0 auto 15px;
}

#content .navigation a {
	display: block;
	padding: 2px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content .navigation a:hover {
	color: #161616;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	text-decoration: none;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

#content .post-navigation {
	float: left;
	width: 100%;
}

#content .post-navigation a {
	float: left;
	margin-right: 20px;
}

.content .wp-pagenavi {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
	font-size: 1.2em;
}

.content .wp-pagenavi a, .content .wp-pagenavi a:link, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	margin-right: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content .wp-pagenavi a:hover {
	color: #161616;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	text-decoration: none;
}

.content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	color: #565656;
	background: transparent;
	border: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	margin-right: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #969696;
	background: url("../images/button-bg.jpg") repeat-x 0 -14px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* @end */

/* @group post */

/* POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.post { 
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url("../images/divider.jpg") repeat-x 0 100%;
	
}

.post.archive {
	clear: both;
	padding-bottom: 15px;
}

.post.single {
	background: transparent;
}

.post-tnail {
	position: relative;
	float: left;
	display: inline;
	margin: 3px 0 20px 0;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.leftsidebar .post-tnail {
	float: right;
	width: 150px;
	margin: 3px 0 20px 30px;
}

.post-tnail img {
	display: block;
	padding: 0;
	max-width: 100%;
	height: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.post-tnail span {
	display: none;
}

.post-tnail a:link, .post-tnail a:visited, .post-tnail a:active {
	text-decoration: none;
}

.post-tnail a:hover span {
	background: url("../images/post-tnail-effects.png") no-repeat 0 100%;
}

.post-content {
	float: right;
	display: inline;
	width: 410px;
	padding-bottom: 5px;
}

.leftsidebar .post-content {
	float: none;
	width: auto;
}

.post-category {
	position: relative;
	float: right;
	display: inline;
	font-size: 1em;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: #363636;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
}

.post.single h1 {
	font-size: 2.8em;
	margin-bottom: 2px;
}

.post.page h1 {
	font-size: 2.8em;
	margin-bottom: 20px;
}

.post.archive h2 {
	margin-bottom: 3px;
}

.post.archive p {
	margin-bottom: 2px;
}

.post-date {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #565656;
}

.content .post-date a {
	color: #565656;
}

.content .post-date a:hover {
	color: #969696;
}

.post-date span {
	margin: 0 5px;
	color: #333;
}

.post.single .post-date {
	margin-bottom: 20px;
	font-size: 1.4em;
}

.post-meta {
	padding: 0 0 20px;
}

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

#post-author {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	background: #262626 url("../images/author-bg.jpg") repeat-x 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#post-author .post-author-avatar {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	padding: 3px;
	background: #363636;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #060606;
	-webkit-box-shadow: 0 0 5px #060606;
	box-shadow: 0 0 5px #060606;
}

#post-author .post-author-avatar img {
	display: block;
	padding: 0;
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#post-author h3 {
	margin: 0;
	font-size: 1.2em;
	color: #565656;
}

#post-author p {
	margin: 0;
	font-size: 1.2em;
	color: #767676;
}

.review-details {
	margin: 0 0 20px 0;
	padding: 0 10px 5px;
	background: #262626 url("../images/review-bg.jpg") repeat-x 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 5px 5px #060606;
	-webkit-box-shadow: 0 5px 5px #060606;
	box-shadow: 0 5px 5px #060606;
}

.review-art {
	float: left;
	display: inline;
	width: 140px;
	margin-right: 15px;
}

.review-info {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.review-info td {
	padding: 5px 10px 8px 0;
}

.review-info td.review-info-title {
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.review-info td.review-info-data {
	color: #969696;
}

.review-details-small {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
	padding: 5px 5px 0;
	text-align: center;
	background: #262626;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.review-details img, .review-details-small img {
	margin: 0;
	padding: 0;
	background: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.review-details img {
	width: 140px;
}

.review-details-small img {
	width: 85px;
}

.review-tagline {
	margin: 0;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.review-cover img {
	display: block; 
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111; 
}

.review-score img {
	display: block; 
	margin-bottom: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; 
}

/* @end */

/* @group sidebars */

/* SIDEBARS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar1 {
	float: left;
	display: inline;
	width: 120px;
	margin-right: 30px;
}

#sidebar2 {
	float: right;
	display: inline;
	width: 300px;
}

.widget {
	margin: 0 0 30px;
}

.widget h3 {
	padding-bottom: 5px;
	font-size: 1.6em;
	text-transform: uppercase;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

.widget li {
	font-size: 1.2em;
}

.widget a {
	color: #969696;
	text-decoration: none;
}

.widget li a {
	display: block;
	padding: 10px 25px 10px 0;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

.widget li a strong {
	display: block;
	text-transform: uppercase;
	color: #969696;
}

.widget li a span {
	font-size: .95em;
	color: #666;
}

.widget a:hover {
	color: #d6d6d6;
}

.widget a:hover strong {
	color: #d6d6d6;
}

.widget a:hover span {
	color: #a6a6a6;
}

#ad-buttons {
	float: left;
	width: 300px;
	margin-bottom: 30px;
	padding: 15px 0 0;
	background: #111;
}

#ad-buttons div {
	display: inline;
	float: left;
	margin: 0 0 15px 15px;
}

#ad-buttons img {
	display: block;
}

#tag_cloud {
	float: left;
	width: 100%;
	line-height: 24px;
}

#tag_cloud a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

#twitter-tools {
	clear: both; 
	float: left; 
	width: 100%;
}

#twitter-tools h3 { 
	margin-bottom: 10px; 
}

#twitter-tools li { 
	float: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url("../images/divider.jpg") repeat-x 0 100%; 
}

#twitter-tools li.aktt_more_updates { 
	padding-bottom: 0;
	background: transparent; 
}

#twitter-tools a { 
	display: inline; 
	padding: 0;
}

.aktt_credit { 
	display: none; 
}

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

#searchform label.screen-reader-text {
	display: none;
}

#searchform #s {
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
	padding: 10px;
	font: 1.2em/1em Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 2px #000;
	color: #666;
	background: #000000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #000000 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #000000 0%,#222222 100%);
	background: -o-linear-gradient(top,  #000000 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#222222 100%);
	background: linear-gradient(top,  #000000 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 );
	border: 1px solid #313131;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#searchform #s:focus {
	color: #fff;
	border: 1px solid #515151;
}

#searchform #searchsubmit {
	width: 78px;
	padding: 10px;
	font: bold 1.2em/1em Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #c1c1c1;
	color: #363636;
	background: #c1c1c1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzczNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c1c1c1 0%, #737373 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#737373));
	background: -webkit-linear-gradient(top,  #c1c1c1 0%,#737373 100%);
	background: -o-linear-gradient(top,  #c1c1c1 0%,#737373 100%);
	background: -ms-linear-gradient(top,  #c1c1c1 0%,#737373 100%);
	background: linear-gradient(top,  #c1c1c1 0%,#737373 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#737373',GradientType=0 );
	border: 0;
	border-top: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus {
	text-shadow: 0 1px 1px #fff;
	color: #000;
	background: #fefefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGI4YjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #b8b8b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#b8b8b8));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#b8b8b8 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#b8b8b8 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#b8b8b8 100%);
	background: linear-gradient(top,  #fefefe 0%,#b8b8b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b8b8b8',GradientType=0 );
	border-top: 1px solid #fff;
}

/* @end */

/* @group comments */

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

#comments {
	clear: both;
	margin: 0;
}

#comments .commentlist {
	margin: 0 0 30px;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	font-size: 12px;
}

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

#comments .commentlist ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #222;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}

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

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 3px;
	background: #363636;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#comments .bypostauthor > div > div > .avatar {
	
}

#comments h3 {
	margin: 30px 0 0;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #222;
}

#respond h3 {
	padding-bottom: 0;
	border-bottom: 0;
}

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

h3#respond {
	margin-bottom: 20px;
}

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

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

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -2px 0 15px;
	display: block;
	font-size: 1em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #565656;
}

#comments .comment-author a:hover {
	color: #c6c6c6;
	text-decoration: underline;
	background: transparent;
}

#comments .commentmetadata a:hover {
	color: #767676;
	text-decoration: underline;
	background: transparent;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.2em;
	font-style: normal;
	color: #969696;
	padding: 3px 0;
}

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

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#comments .navigation {
	display: none;
}

#commentform {
	margin: 0;
	padding-bottom: 50px;
}

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

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

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #161616;
	background: #767676 url("../images/comment-input.jpg") repeat-x 0 0;
	border: none;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#commentform input:focus, #commentform textarea:focus {
	color: #363636;
	background: #d6d6d6 url("../images/comment-input-hover.jpg") repeat-x 0 0;
}

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

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

#commentform textarea.wide {
	width: 620px;
	margin-bottom: 5px;
}

.comment #commentform textarea {
	width: 400px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin: -25px 0 0 5px;
	color: #969696;
}

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

#commentform #submit {
	float: right;
	display: inline;
	padding: 7px 15px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 1px #666;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.comment #commentform #submit {
	float: left;
	margin-left: 282px;
}

#commentform #submit:hover {
	color: #161616;
	text-shadow: 0 1px 1px #f6f6f6;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#comments .reply a:hover, #comments .cancel-comment-reply a:hover {
	color: #161616;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	text-decoration: none;
}

#comments .cancel-comment-reply {
	margin: 15px 0 15px 0;
}

#comments .cancel-comment-reply a {
	display: inline;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* @end */

/* @group footer */

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

#footer {
	clear: both;
	float: left;
	width: 100%;
	color: #969696;
	background: #070707 url("../images/footer-bg.jpg") repeat-x 0 0;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: left;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

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

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

#footer p {
	margin-bottom: 20px;
	font-size: 1.1em;
}

#footer span {
	margin: 0 5px;
	color: #565656;
}

/* @end */

/* @group miscellaneous */

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

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

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

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

/* @end */