/*
Theme Name: gp3
Theme URI: http://daharper.me/
Description: The third incarnation of GamePress. 100% Pure Awesomeness!
Version: 1.01
Author: Dan Harper
Author URI: http://danharper.me
Tags: gaming, review, news, blog, magazine, previews, reviews, screenshots, movies, game, games
*/


/****************************** NOTE ******************************
 * 
 * If you're only making small CSS edits, add them to the
 * css/custom.css file, overwriting whatever styles you wish.
 * 
 * That way, if you update the theme, your custom styles will
 * remain intact :)
 * 
******************************************************************/


/**
 * Registering new fonts
**/
@font-face {
	font-family: "ChunkFive";
	src: url("fonts/ChunkFive.otf");
}

@font-face {
	font-family: "League Gothic";
	src: url("fonts/League Gothic.otf");
}


/**
 * Basic classes
**/
.clear { clear: both; }
.hidden { display: none; }
.alignleft { float: left; margin: 0 20px 15px 0; }
.alignright { float: right; margin: 0 0 15px 20px; }
.aligncenter { margin: 0 0 15px 0;}


/**
 * General
**/
body {
	background: url("images/stripe.png") repeat;
	color: #121212;
}

h1, h2 {
	color: #000;
	font-family: "ChunkFive", "Helvetica Neue", "Arial", sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 25px;
	line-height: 1.1em;
	margin-bottom: 15px;
}

a {
	color: #21759B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	color: #db7db0;
}


/**
 * Header
**/
#header {
	margin: 35px auto;
	overflow: hidden;
	width: 940px;
}

#header #logo {
	display: block;
	float: left;
	width: 540px;
}

#header h1 {
	background: url("images/logo.png") no-repeat left;
	font-size: 80px;
	text-indent: -9999em;
	width: 575px;
	line-height: 0;
	height: 104px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#header h1 a {
	display: block;
	height: 70px;
	outline: none;
	width: 540px;
}

#header form {
	display: block;
	float: right;
	margin: 44px 20px 0 0;
	width: 300px;
}

#header input {
	background: rgba(228, 228, 228, 0.4);
	border: none;
	border-bottom: 1px solid rgb(228, 228, 228);
	color: #aaaaaa;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	padding: 10px;
	width: 300px;
}

#header input:focus {
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
}


/**
 * Wrapper
**/
#wrap {
	background: #fff;
	-moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	width: 980px;
}


/**
 * Navigation
**/
#nav {
	background: url("images/nav.png") repeat-x #0a0a0a;
	border: 1px solid #000;
	padding: 0 -20px;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	display: inline;
	font-size: 19px;
	font-family: "League Gothic", "Helvetica", "Arial", sans-serif;
	line-height: 19px;
	margin: 0 0 0 -4px;
}

#nav ul li:first-child {
	margin: 0;
}

#nav ul li a {
	color: #fff;
	display: inline-block;
	outline: none;
	padding: 15px 20px;
	text-decoration: none;
}

#nav ul li.current_page_item a, #nav ul li a:hover {
	background: url("images/nav-hover.png") repeat-x #3e3e3e;
}

#nav ul li ul {
	/* Drop-down menu support may come soon */
	display: none;
}


/**
 * Featured Post Slider
**/
#slider {
	background: url("images/stripe.png") repeat;
	color: #dedede;
	height: 270px;
	margin: 20px;
	overflow: hidden;
	position: relative;
	text-shadow: #000 4px 4px 6px;
}

#slider .slide {
	height: 270px;
}

#slider .selected {
	display: block;
}

#slider .slide .wrap {
	background: url("images/trans.png") repeat;
	display: block;
	height: 230px;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	top: -277px;
	left: 640px;
	width: 280px;
}

#slider .slide .wrap div {
	display: block;
	height: 230px;
	overflow: hidden;
	width: 280px;
}

#slider .ui-tabs-hide {
	display: none;
}

#slider h1 {
	font-size: 29px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#slider h1 a {
	color: #fff;
}

#slider .more-link {
	display: none;
}

#slider .controls {
	height: 7px;
	margin: 0;
	position: absolute;
	right: 120px;
	bottom: 8px;
	font-size: 0;
	display: block;
	z-index: 1;
}

#slider .controls li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	width: 7px;
	height: 7px;
}

#slider .controls a {
	background: url("images/slider-off.png") no-repeat;
	display: inline-block;
	height: 7px;
	outline: none;
	text-indent: -9999em;
	width: 7px;
}

#slider .controls li.ui-tabs-selected a {
	background: url("images/slider-on.png") no-repeat;
}


/**
 * Main Content
**/
#content {
	float: left;
	overflow: hidden;
	padding: 20px 0 0 20px;
	width: 620px;
}

.post {
	margin-bottom: 90px;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h1 a:focus {
	color: #000;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin-bottom: 0;
}

.post .clear {
	height: 0;
}

.post img {
	margin-bottom: 15px;
}

.post img.attachment-large,
.post img.size-large,
.post img.wp-post-img,
.post .wp-caption img {
	background: none;
	border: none;
	padding: 0;
}

.post .wp-caption {
	color: #888;
	font-family: "Georgia", serif;
	font-size: 13px;
	font-style: italic;
}

.post .wp-caption img,
.post .wp-caption-text,
.post p img.size-full {
	margin-bottom: 0;
}

.post .wp-caption-text {
	padding: 0 4px;
}

.post .wp-caption img.size-large {
	width: 610px;
}

img.wp-smiley {
	margin-bottom: 0;
}

.post .meta {
	background: url("images/fancy-line.gif") repeat-x center;
	color: #666;
	display: block;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 15px 0;
	padding-left: 10px;
}

.post .meta p {
	background: #fff;
	display: inline;
	padding: 0 5px;
}

.post .meta span, .post .meta a {
	font-style: normal;
}

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

.post .meta a:hover {
	text-decoration: underline;
}

blockquote {
	border-left: 3px solid #999;
	color: #222;
	font-family: "Georgia", serif;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	padding: 7px 15px 7px 15px;
}

blockquote p:last-child {
	margin-bottom: 0;
}


/**
 * Meta data on 'Single' post page
**/
.meta-main {
	color: #666;
	font-family: "Georgia", serif;
	font-size: 14px;
}

.meta-main p {
	margin-bottom: 10px;
	padding-left: 22px;
}

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

.meta-main a:hover {
	text-decoration: underline;
}

.meta-main p.tags {
	background: url("images/tag.png") no-repeat left center;
}

.meta-main p.categories {
	background: url("images/category.png") no-repeat left center;
}

.meta-main p.author {
	background: url("images/author.png") no-repeat left center;
}

.meta-main p.datetime {
	background: url("images/datetime.png") no-repeat left center;
}

.meta-main p.games {
	background: url("images/gear.png") no-repeat left center;
}

.marabove {
	margin-top: 40px;
}


/**
 * "Read More" link
**/
a.more-link {
	border-bottom: 1px solid #858585;
	color: #858585;
	font-family: "Georgia", serif;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 4px;
	text-transform: lowercase;
}

a.more-link:hover {
	border-bottom: 2px solid #858585;
	text-decoration: none;
}


/**
 * Pagination & 'Fancy Line'
**/
.pagination a {
	color: #858585;
	font-family: "Georgia", serif;
	font-size: 15px;
}

.fancy-line {
	background: url("images/fancy-line.gif") repeat-x center;
	clear: both;
	color: #858585;
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}

.fancy-line p {
	background: #fff;
	display: inline;
	margin: 0;
	padding: 0 7px;
}

.fancy-line span {
	font-style: normal;
}


/**
 * Game Summary
**/
.game-summary {
	display: block;
	margin-bottom: 30px;
}

.game-summary.embed {
	margin-bottom: 60px;
}

.game-summary img.boxart, .game-summary div.boxart img {
	float: left;
	margin: 0 25px 15px 0;
}

.game-summary h1 span {
	color: #aaa;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.game-summary h1 span a {
	color: #aaa;
}

.game-summary h1 span.xbox {
	color: #336600;
}

.game-summary ul#meta {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin: 0 0 15px 190px;
	padding: 7px 10px;
}

.game-summary ul#meta a {
	color: #121212;
	text-decoration: none;
}

.game-summary ul#meta a:hover {
	text-decoration: underline;
}

.game-summary ul.noboxart { margin-left: 0 !important; }

.game-summary ul#meta li {
	background: #fff;
	line-height: 1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
}

.game-summary ul#meta li:last-child {
	margin: 0;
}

.game-summary ul#meta li span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


/**
 * Game Summary navigation (eg. News, Reviews, Previews)
**/
ul#game-nav {
	background: url("images/game-nav.png") repeat-x #0a0a0a;
	border: 1px solid #000;
	margin: 0 0 20px 0;
}

ul#game-nav li {
	display: inline;
	font-size: 22px;
	font-family: "League Gothic", "Helvetica", "Arial", sans-serif;
	line-height: 1em;
	margin: 0 0 0 -4px;
}

ul#game-nav li:first-child {
	margin: 0;
}

ul#game-nav li a {
	color: #fff;
	display: inline-block;
	outline: none;
	padding: 8px 12px;
	text-decoration: none;
}

ul#game-nav li.current a, ul#game-nav li a:hover {
	background: url("images/game-nav-hover.png") repeat-x #3e3e3e;
}

.no-items {
	font-style: italic;
}


/**
 * Review rating (large)
**/
.rating-main {
	background: url("images/fancy-line.gif") repeat-x center;
}

.rating-main div, .rating-small {
	background: #fff;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	font-family: "ChunkFive", "Helvetica Neue", "Arial", sans-serif;
	font-size: 40px;
	line-height: 0.8em;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	width: 85px;
}

.rating-main p, .rating-small p {
	padding-bottom: 15px;
}

.rating-main span, .rating-small span {
	color: #5a5a5a;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
}


/**
 * Review rating (small)
**/
.rating-small {
	display: block;
	float: right;
	margin: 0 0 15px 30px;
}

.rating-small p {
	margin-bottom: 0;
}


/**
 * Table of reviews/previews
**/
table.reviews {
	border: 1px solid #ececec;
	width: 100%;
}

table.reviews thead th {
	background: url("images/stripe.png") repeat;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
}

table.reviews thead th {
	padding: 5px;
}

table.reviews a.asc, table.reviews a.desc {	display: none; }

table.reviews td {
	padding: 5px 10px;
	text-align: center;
}

table.reviews td.title {
	text-align: left;
}

table.reviews td.date {
	font-size: 14px;
	font-style: italic;
}

table.reviews td.rating {
	color: #5a5a5a;
	font-family: "Georgia", serif;
	font-size: 17px;
}


/**
 * Comments
**/
div.comments {
	margin-bottom: 60px;
}

div.comments h3#comments {
	margin-bottom: 10px;
}

div.comments li {
	list-style: none;
	margin: 0;
}

div.comments li div.comment {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

div.comments li:nth-child(even) div.comment {
	background: #fff;
}

div.comments li div.comment img {
	float: left;
	margin-right: 15px;
}

div.comments li div.comment .main {
	margin-left: 95px;
}

div.comments li div.comment .main img {
	float: none;
	margin: 0;
}

div.comments li div.comment .author {
	font-size: 19px;
	font-weight: bold;
	margin: 0;
}

div.comments li div.comment .author a {
	color: #121212;
}

div.comments li div.comment .datetime {
	color: #5a5a5a;
	font-family: "Georgia", serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

div.comments li div.comment p:last-child {
	margin-bottom: 0;
}

div.comments li div.comment .reply,
div.comments li div.comment .edit {
	background-color: #fff;
	border: 1px solid #ececec;
	border-right: none;
	border-top: none;
	display: inline-block;
	font-family: "Georgia", serif;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0;
	text-transform: lowercase;
	top: 0;
}

div.comments li div.comment .edit {
	border-top: 1px solid #ececec;
	top: 24px;
}

div.comments li div.comment .reply a,
div.comments li div.comment .edit a {
	color: #999;
	text-decoration: none;
}

div.comments li div.comment .reply a:hover,
div.comments li div.comment .edit a:hover {
	color: #5a5a5a;
}

div.comments ul li ul {
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
}


/**
 * Comment Form
**/
#respond {
	clear: both;
}

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

#respond h3 a {
	color: #121212;
}

#respond h3 span a {
	color: #5a5a5a;
	font-family: "Georgia", serif;
	font-size: 16px;
	font-style: italic;
	padding-left: 2px;
	text-transform: lowercase;
}

#respond form p.item {
	clear: both;
	overflow: hidden;
}

#respond form p.submit input {
	width: 100px;
}

#respond form label {
	color: #666;
	float: left;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0;
	text-align: right;
	vertical-align: middle;
	width: 80px;
}

#respond form input {
	float: right;
	width: 510px;
}

#respond form a.username {
	color: #121212;
}

input, textarea {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ddd;
	color: #666;
	display: block;
	font-family: "Georgia", serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 10px;
}

textarea {
	overflow: auto;
	width: 598px;
}

input:hover, textarea:hover {
	border: 1px solid #ccc;
}

input:focus, textarea:focus {
	border: 1px solid #bbb;
	-moz-box-shadow: 0 0 10px #e4e4e4;
	-webkit-box-shadow: 0 0 10px #e4e4e4;
	box-shadow: 0 0 10px #e4e4e4;
}

input[type="text"] {
	font-style: italic;
}

input[type="submit"] {
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
}


/**
 * Sidebar & Widgets
**/
#sidebar {
	float: right;
	font-size: 15px;
	padding: 20px 20px 0 0;
	width: 300px;
}

.widget {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	line-height: 1em;
	margin-bottom: 30px;
	padding: 10px;
}

.widget h3 {
	margin-bottom: 10px;
}

.widget ul {
	margin: 0;
}

.widget p, .widget li {
	margin-bottom: 5px;
}

.widget h3, .widget li a, .widget p {
	background: #fff;
	padding: 10px;
}

.widget h3 {
	font-size: 20px;
}

.widget li {
	list-style: none;
	margin-left: 0;
}

.widget li a {
	border-bottom: 1px solid #fff;
	color: #121212;
	display: block;
	text-decoration: none;
}

.widget li a:hover {
	background-color: #f8f8f8;
	border-bottom: 1px solid #dfdfdf;
}


/**
 * Calendar Widget [now this is sexy ;)]
**/
.widget_calendar h3 {
	display: none;
}

table#wp-calendar {
	margin: 0;
	width: 100%;
}

table#wp-calendar a {
	color: #444;
	text-decoration: none;
}

table#wp-calendar a:hover {
	text-decoration: underline;
}

table#wp-calendar caption {
	background-color: #fff;
	color: #444;
	font-family: "Georgia", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

table#wp-calendar thead th {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 10px;
}

table#wp-calendar tfoot td {
	background-color: #fff;
	font-family: "Georgia", serif;
	font-style: italic;
	padding: 10px;
}

table#wp-calendar tfoot td#next {
	text-align: right;
}

table#wp-calendar thead {
	padding-bottom: 10px;
}

table#wp-calendar tbody td {
	height: 39px;
	width: 39px;
	margin: 0 1px 1px 0;
	text-align: center;
	vertical-align: middle;
}

table#wp-calendar tbody td a {
	font-style: italic;
	text-decoration: underline;
}

table#wp-calendar tbody td#today {
	font-weight: bold;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.has_link {
	background: url("images/calendar-post.png") repeat;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.has_link a {
	font-style: normal;
	text-decoration: none;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.today {
	background: url("images/calendar-today.png") repeat;
}


/**
 * Footer
**/
#footer {
	color: #999;
	font-family: "Georgia", serif;
	font-size: 14px;
	margin: 10px auto;
	text-shadow: 1px 1px 1px #fff;
	width: 940px;
}

#footer a {
	border-bottom: 1px dotted #999;
	color: #999;
}

#footer a:hover {
	border-bottom: 2px dotted #21759B;
	color: #21759B;
	text-decoration: none;
}

#footer .copyright {
	float: left;
	width: 470px;
}

#footer .credit {
	float: right;
	line-height: 1.4em;
	text-align: right;
	width: 470px;
}

#footer .credit em {
	font-size: 11px;
	
}

.counter { text-align: center; }