/*   
Theme Name: Awesome Game Blog
Theme URI: http://www.pixeljar.net/agb
Description: Game review site theme created for mah homies.
Author: Brandon Dove
Author URI: http://www.jesterworld.net
Template: thematic
Version: 1.0

Ain't no thang but a chicken wang...

*/

/* Using @import, we can borrow style sheets from the Parent Theme */
 
/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');

body {
	background: #000 url('media/images/page-bg.jpg') repeat-x top left;
	color: #fff;
	padding-bottom: 30px;
}
a, a:link,
a:visited,
a:hover,
a:active {
	color: #f1cc00;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#left-fade {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 217px;
	height: 256px;
	background: url('media/images/left-fade.png') repeat-y top left;
}
#right-fade {
	position: absolute;
	top: 165px;
	right: 0px;
	width: 217px;
	height: 256px;
	background: url('media/images/right-fade.png') repeat-y top right;
}

	#header {
		height: 165px;
		background: url('media/images/header-bg.jpg') no-repeat top center;
	}
		#branding {
			margin: 0px auto;
			width: 900px;
		}
			#blog-title {
				width: 150px;
				height: 88px;
				background: url('media/images/logo.gif') no-repeat bottom left;
			}
			#blog-title img {
				width: 150px;
				height: 88px;
			}
			#blog-title span {
				display: none;
			}
			div#blog-description,
			h1#blog-description {
				font-size: 10px;
				text-transform: uppercase;
				font-family: "Helvetica", "Arial", sans-serif;
				font-weight: normal;
				padding-top: 10px;
			}
	#featured-videos {
		height: 238px;
		width: 100%;
		overflow: hidden;
		padding: 10px 0;
		position: relative;
	}
		#featured-videos div {
			position: absolute;
			border: 1px solid #4e4e4e;
			/*width: 479px;*/
			height: 236px;
		}
	#access {
		background: #fff;
		height: 30px;
	}
		.skip-link {
			display: none;
		}
		div.menu {
			width: 900px;
			padding: 5px 30px 0 30px;
			margin: 0 auto;
		}
		div.menu ul.sf-menu {
			margin: 0px;
		}
		div.menu ul.sf-menu li {
			padding: 5px;
			margin-right: 3px;
			display: inline;
		}
			div.menu ul.sf-menu li img {
				vertical-align: middle;
			}
			div.menu ul.sf-menu li a {
				text-transform: uppercase;
				font-weight: bold;
				font-size: 14px;
				text-decoration: none;
				color: #fff;
			}
		
		div.menu ul.sf-menu li.cat-item-1 {
			background: #23b7e2;
		}
		div.menu ul.sf-menu li.cat-item-3 {
			background: #f10082;
		}
		div.menu ul.sf-menu li.cat-item-4 {
			background: #f1cc00;
		}
		div.menu ul.sf-menu li.cat-item-8 {
			background: #53c023;
		}
	#main {
		width: 900px;
		margin: 0 auto;
		padding: 30px;
	}
		#container {
			width: 570px;
			float: left;
		}
			#content {
				margin: 0px;
				width: 570px;
			}
			
				#nav-above {
					display: none;
				}
				/*div.navigation {
					display: none;
				}*/
				div.navigation div {
					padding: 5px;
					margin-bottom: 20px;
				}
				div.navigation div.nav-previous {
					float: left;
				}
				div.navigation div.nav-next {
					float: right;
				}
				div.navigation:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
				}
		
		div.post,
		div.page {
			padding: 20px;
			border: 1px solid #4e4e4e;
			margin-bottom: 20px;
		}
			div.page h2 {
				color: #f1cc00;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: bold;
			}
			div.page h3 {
				color: #f1cc00;
				font-size: 12px;
				font-weight: bold;
			}
			h2.entry-title,
			h1.entry-title {
				margin-right: 125px;
				line-height: 22px;
			}
			h2.entry-title a,
			h1.entry-title {
				color: #f1cc00;
				font-size: 18px;
				font-weight: bold;
				text-decoration: none;
			}
			div.category-previews {
				background: #222 url('media/images/previews-bg.gif') top right no-repeat;
			}
			div.category-previews a {
				color: #23b7e2;
			}
			div.category-previews h2.entry-title,
			div.category-previews h1.entry-title {
				background: url('media/images/previews-marker.gif') 0px 5px no-repeat;
				padding-left: 25px;
				color: #23b7e2;
			}
			div.category-reviews {
				background: #222 url('media/images/reviews-bg.gif') top right no-repeat;
			}
			div.category-reviews a {
				color: #f10082;
			}
			div.category-reviews h2.entry-title,
			div.category-reviews h1.entry-title {
				background: url('media/images/reviews-marker.gif') 0px 5px no-repeat;
				padding-left: 25px;
				color: #f10082;
			}
			div.category-interviews {
				background: #222 url('media/images/interviews-bg.gif') top right no-repeat;
			}
			div.category-interviews a {
				color: #f1cc00;
			}
			div.category-interviews h2.entry-title,
			div.category-interviews h1.entry-title {
				background: url('media/images/interviews-marker.gif') 0px 5px no-repeat;
				padding-left: 25px;
				color: #f1cc00;
			}
			div.category-features {
				background: #222 url('media/images/features-bg.gif') top right no-repeat;
			}
			div.category-features a {
				color: #53c023;
			}
			div.category-features h2.entry-title,
			div.category-features h1.entry-title {
				background: url('media/images/features-marker.gif') 0px 5px no-repeat;
				padding-left: 25px;
				color: #53c023;
			}
			div.page {
				background: #222 url('media/images/page-bg.gif') top right no-repeat;
			}
			div.page a {
				color: #fff;
			}
			div.page h1.entry-title {
				color: #fff;
				background: url('media/images/page-marker.gif') 0px 5px no-repeat;
				padding-left: 25px;
			}
			div.entry-meta {
				padding-left: 25px;
				padding-top: 1px;
			}
			div.entry-meta,
			div.entry-meta a {
				color: #cccccc;
				font-style: italic;
				font-size: 12px;
				text-decoration: none;
			}
			
			div.entry-content {
				margin: 20px 125px 20px 25px;
				font-size: 14px;
				color: #999999;
				line-height: 22px;
			}
			div.entry-content strong,
			div.entry-content b {
				color: #ccc;
			}
			
			.gallery dl.gallery-item {
				margin: 0px;
			}
			
			#reviews-footer,
			#previews-footer {
				height: 54px;
				border-top: 1px solid #4e4e4e;
			}
			.ratings,
			.platforms,
			.releasedate,
			.publisher {
				padding: 20px;
				float: left;
				font-size: 14px;
			}
			.ratings,
			.platforms {
				border-right: 1px solid #4e4e4e;
			}
			.ratings {
				width: 85px;
			}
				.ratings img,
				.platforms img {
					vertical-align: text-bottom;
				}
				div.category-reviews .ratings img.filled-star {
					background: url('media/images/full-review-star.png') no-repeat;
				}
				div.category-reviews .ratings img.half-star {
					background: url('media/images/half-review-star.png') no-repeat;
				}
				div.category-reviews .ratings img.empty-star,
				div.category-previews .ratings img.empty-star {
					background: url('media/images/empty-star.png') no-repeat;
				}
				div.category-previews .ratings img.filled-star {
					background: url('media/images/full-preview-star.png') no-repeat;
				}
				div.category-previews .ratings img.half-star {
					background: url('media/images/half-preview-star.png') no-repeat;
				}
			.platforms {
				width: 125px;
			}
				.platforms ul {
					list-style-type: none;
					margin: 0px;
					padding: 0px;
					display: inline;
					float: left;
				}
				.platforms ul li {
					float: left;
					display: inline;
					padding-right: 3px;
				}
			.releasedate,
			.publisher {
				width: 195px;
				color: #f1cc00;
			}
			.releasedate strong,
			.publisher strong {
				color: #fff;
			}
		
		
		
		
		div#comments-list h3,
		div#respond h3 {
			color: #f1cc00;
			font-size: 12px;
			font-weight: bold;
		}
		
		div#comments-list ol {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		div#comments-list ol li {
			border: 1px solid #4e4e4e;
			padding: 10px;
			margin: 10px 0px;
			background-color: #222;
		}
		
		div#comments-list ol li.bypostauthor {
			border: 1px solid #666;
			background-color: #444;
		}
		
		div#comments-list ol {
			margin-bottom: 30px;
		}
		div#comments div.comment-author span.fn {
			display: block;
			text-transform: uppercase;
			font-size: 10px;
		}
		div#comments div.comment-author {
			float: left;
			padding: 5px 5px 0px 5px;
			margin-right: 10px;
			margin-bottom: 10px;
			border: 1px dotted #4e4e4e;
			background-color: #222;
			text-align: center;
		}
		div#comments div.comment-meta {
			font-size: 9px;
			font-weight: bold;
			text-transform: uppercase;
		}
		div#comments div.comment-meta span.meta-sep,
		div#comments div.comment-meta a {
			display: none;
		}
		div#comments-list ol li.bypostauthor div.comment-content {
			font-size: 12px;
			color: #ccc;
		}
		div#comments div.comment-content {
			font-size: 12px;
			color: #999;
		}
		div#comments div.comment-content:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}

		
		div#respond h3 {
			color: #f1cc00;
			font-size: 12px;
			font-weight: bold;
		}
		
		div#respond p#comment-notes,
		div#respond div#form-allowed-tags {
			font-size: 12px;
			color: #999;
			padding-bottom: 10px;
		}
		
		div#respond div#form-allowed-tags p span {
			display: block;
			font-weight: bold;
		}
		
		span.required {
			color: #ff0000;
			font-weight: bold;
		}
		
		form#commentform div.form-input input {
			width: 100%;
		}
		div.form-section {
			margin-bottom: 10px;
		}
		div.form-label {
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
		}
		form#commentform div.form-textarea textarea {
			border: 1px solid #444;
			padding: 6px;
			width: 100%;
		}
		
		
		
		
		
			
		.aside ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
			.aside ul li {
				margin-bottom: 20px;
			}
				h3.widgettitle {
					text-transform: uppercase;
					font-size: 18px;
					color: #f1cc00;
					padding-bottom: 10px;
				}
	
			.aside ul.xoxo li ul {
				border: 1px solid #4e4e4e;
				background-color: #222;
				padding: 20px;
			}
				.aside ul.xoxo li ul li:first-child {
					margin-top: 0 !important;
					padding-top: 0 !important;
					border-top: none !important;
					background: url('media/images/white-bullet.gif') no-repeat left center !important;
				}
				.aside ul.xoxo li ul li {
					margin: 10px 0 0 0;
					padding: 10px 0 0 20px;
					border-top: 1px solid #4e4e4e;
					background: url('media/images/white-bullet.gif') no-repeat 0px 15px;
				}
					.aside ul.xoxo li ul li a {
						color: #fff;
						font-size: 14px;
					}
				
				.aside ul li.widget_thematic_rsslinks ul li:first-child {
					background: url('media/images/feed-icon-16x16.png') center left no-repeat !important;
				}
				.aside ul li.widget_thematic_rsslinks ul li {
					padding-left: 23px !important;
					background: url('media/images/feed-icon-16x16.png') 0px 10px no-repeat;
				}
			.aside li.Advman_Widget {
				width: 300px;
				height: 250px;
				border: 1px solid #4e4e4e;
			}
			.aside li.Advman_Widget h3 {
				display: none;
				line-height: 0px
			}
			ul#recentcomments li {
			}
		
