/* 
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.6.5
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: 70% "arial", Verdana, sans-serif;
	color: #222;
	text-align: center;
}

/* @end */

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

#header {
    background: none repeat scroll 0 0 #000000;
    float: left;
    overflow: hidden;
    width: 100%;
}
#header-inner {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 945px;
    padding-left: 15px;
}

#logo {
    margin: -3px;
}

#logo_ad {
    float: right;
}
#header_ad {
    left: 290px;
    position: absolute;
    top: 164px;
}
#nav {
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin-top: -3px;
    width: 100%;
}
#nav-inner {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#navlist {
    float: left;
    height: 44px;
    position: relative;
    width: 960px;
}
.menu {
    display: block;
    height: 43px;
    list-style: none inside none;
    margin: 1px 1px 0px -3px;
    padding: 0;
    width: auto;
}
.menu li {
    display: block;
    list-style: none inside none;
    margin: -2px 0px 0px 0px;
    padding: 0;
    position: relative;
}
.menu li a {
    display: block;
    font: bold 19px Arial;
    margin: 0;
    outline: medium none;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.drop {
    position: relative;
    z-index: 2;
}
.menu li:hover a.drop {
    background: url("/wp-content/themes/blackaperture/images/navhover.png") no-repeat scroll 50% 34px transparent;
    color: #FFFFFF;
    padding-bottom: 9px;
}
.menu ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    display: none;
    list-style: none inside none;
    margin-left: -28px;
	padding-top: 5px;
    min-width: 156px;
    position: absolute;
    z-index: 1;
}
.menu ul li {
    border: 0 none;
    float: none;
    list-style: none inside none;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    color: #000000;
    float: none;
    font-size: 12px;
    font-weight: normal;
    padding: 6px;
}
.menu ul li:last-child a {
    border-bottom: 0px;
}
.menu ul li a:hover {

}
.menu ul a {
    white-space: nowrap;
}
.menu li ul {
    display: none;
}
.menu li:hover > ul {
    display: block;
}
.dropdown-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    display: none;
    margin: 31px 0 0;
    padding: 10px;
    position: absolute;
    width: auto;
    z-index: 1;
}
.dropdown-box p {
    color: #222222;
    font: 11px/140% Tahoma,sans-serif;
    margin: 0;
    text-align: justify;
}
.menu li:hover > .dropdown-box {
    display: block;
}
.black {
    background-color: #000000;
}
.black li a {
    color: #FFFFFF;
}
.black li a:hover {
    background: url("/wp-content/themes/blackaperture/images/navhover.png") no-repeat scroll 50% 34px transparent;
    color: #FFFFFF;
}
.black ul li a:hover {
    color: #c13b00;
	text-decoration: underline;
}


/* @end */

#search {
    position: absolute;
    right: 0px;
    top: 12px;
}

#search #s {
    border: 0 none;
    color: #666666;
    display: inline;
    float: left;
    font-size: 1.1em;
    height: 15px;
    margin-right: 5px;
    padding: 3px 5px 2px;
    width: 212px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search #s:focus {
	color: #363636;
}

#search-button {
	float: left;
	display: inline;
}

/* @end */

/* @group showcase */

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

#showcase {
    float: left;
    margin: 0px 0px 0px -7px;
    width: 100%;
}
#showcase-inner {
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 990px;
}
.showcase-post {
    display: inline;
    float: left;
    height: 239px;
    margin: 20px 5px 0 33px;
    overflow: hidden;
    position: relative;
    width: 290px;
}
.showcase-effects {
    background: url("/wp-content/themes/blackaperture/images/showcase-effects.png") no-repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.showcase-post:hover .showcase-effects {
    background: url("/wp-content/themes/blackaperture/images/showcase-effects.png") no-repeat scroll 0 100% transparent;
}
.showcase-details {
    bottom: 15px;
    left: 15px;
    position: absolute;
}
.showcase-post h3 {
    color: #DDDDDD;
    font-size: 1.6em;
    text-transform: uppercase;
}
.showcase-post:hover h3 {
    color: #FFFFFF;
}
.showcase-post p {
    color: #767676;
    font-size: 1.2em;
    text-transform: uppercase;
}
.showcase-post:hover p {
    color: #969696;
}
.showcase-post a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
}

/* @end */

/* @group mid */

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

#mid {
	float: left;
	width: 100%;
}

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

/* @end */

/* @group content */

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

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

#content.wide {
	float: left;
	display: inline;
	width: 615px;
	margin-left: 10px;
}

#content.wide p {
    text-align: justify;
}

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

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

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

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

.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: #c13b00 !important;
	text-decoration: none;
	border-bottom: 1px solid #565656;
}

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

#archive-title h1 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.4em;
	color: #000;
	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;
}

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

.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 {
    border: none;
	max-width: 615px;
}

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

.content .wp-caption p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #222;
}

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

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 20px 10px 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;
}

#content .navigation a {
	display: block;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	border: none;
}

#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 .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: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	margin-right: 5px;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	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: 15px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #222;
	
}

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

.post.single {
	background: transparent;
    border-bottom: none;
    padding-bottom: 15px;
}

.post-tnail {
    display: inline;
    float: left;
    padding: 5px 15px 0px 0px;
    position: relative;
}
.post-tnail img {
    border: 0 none;
    padding: 0;
    width: 125px;
    height: 100px;
}

.post-tnail span {
	display: block;
	position: absolute;
	width: 125px;
	height: 100px;
	top: 5px;
}

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

.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;
	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: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #565656;
}

.post-date a {
    color: #565656 !important;
    text-decoration: none !important;
}

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

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

.review-details {
	background: #000;
	margin: 0 0 20px 0;
	padding: 0 10px 0px;
}

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

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

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

.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 {
	display: inline;
	float: left;
    margin: 0px 15px 0px 5px;
	text-align: center;
}

.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: 5px 0px 5px -5px;
}

.review-score img {
	display: none;
}

/* @end */

/* @group sidebars */

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

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

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

.widget {
	margin: 0 0 30px;
	color: #565656;
}

.widget h3 {
	padding-bottom: 5px;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
}

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

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

.widget li a {
	display: block;
	padding: 5px 0px 0px 0;
}

.recentcomments {
    margin: 5px 0px 0px 0px;
}

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

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

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

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

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

/* @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: 13px;
}

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

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

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

.children {
	padding: 0;
}

#comments .avatar {
    display: inline;
    float: left;
    margin: 0px 7px 0px 0px;
}

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

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

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

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

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

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

#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: #222;
	text-decoration: none;
}

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

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

#comments .comment-author cite {
	display: block;
	font-size: 1.2em;
	font-style: normal;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

#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;
	text-decoration: 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: 7px;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #565656;
    border: 1px solid #565656;
	outline: none;
}

#commentform input:focus, #commentform textarea:focus {
	color: #222;
}

#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: 599px;
	margin-bottom: 5px;
}

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

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

#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-transform: uppercase;
	color: #222;
	background: #fff;
	border: 1px solid #565656;
}

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

#commentform #submit:hover {
	color: #c13b00;
	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;
}

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

/* @end */

/* @group footer */

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

#footer {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
	background: #000;
	margin-bottom: -15px;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
	padding: 25px 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: #fff;
	text-decoration: underline;
}

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

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

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

/* @end */

/* @group miscellaneous */

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

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

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

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

#crp_related {
    margin-top: 30px;
}
#crp_related ul li {
    list-style-type: none;
    min-height: 60px;
}
#crp_related a {
    color: #000;
    font-weight: bold;
	font-size: 0.95em;
    line-height: 19px;
	margin-top: 15px;
    text-decoration: none !important;
    text-transform: uppercase;
}
#crp_related a:hover {
    color: #c13b00;
	text-decoration: underline !important;
}
#crp_related .crp_thumb {
    float: left;
    margin-left: -30px;
    margin-right: 0.5em;
	margin-top: 4px;
}
.crp_title {
    display: block;
}
.crp_excerpt {
    color: #222;
}


/* @end */
