/*  
Theme Name: VideoWalkthrough.org
Theme URI: N/A
Description: Custom WP Theme Design.
Version: 1.0
Author: QBKL Media
Author URI: http://qbkl.net/
*/

/* GENERAL STYLES */

html {
	background: #555668 url(img/bg-body.png) repeat-x;
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font: normal normal 11px Arial, Tahoma, sans-serif;
	color: #333;
	height: 103%;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.hide {
	display: none!important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto!important;
	display: block!important;
}

.nomargin {
	margin: 0!important;
}

.noborder {
	border: none!important;
}

form {
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

/* HEADER */

#header {
	width: 960px;
	overflow: hidden;
}

.sitetop {
	background: #fff;
	padding: 10px;
	width: 940px;
	overflow: hidden;
}

.logo {
	width: 342px;
	height: 21px;
	margin-top: 15px;
	float: left;
	display: block;
	line-height: 21px;
	text-indent: -9999px;
}

.logo a {
	width: 342px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background: url(img/logo-videowalkthrough.gif) no-repeat;
}

.topbanner {
	width: 468px;
	height: 60px;
	float: right;
}

/* Navigation */

#nav ul {
	display: block;
	width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #191a1f;
	list-style: none;
}

#nav ul li {
	float: left;
	border-right: 1px solid #4a4a54;
	font: normal bold 14px Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	padding: 0 12px;
	line-height: 40px;
}

#navHome {
	padding: 0 14px 0 15px!important;
}

#nav a {
	color: #fff;
	text-decoration: none;
	background: #191a1f;
}

#nav a:hover, #nav a.navActive {
	background: #0a090e;
}

#navPC:hover, #navPC.navActive {
	background: #043999!important;
}

#navXbox:hover, #navXbox.navActive {
	background: #2f9905!important;
}

#navPS3:hover, #navPS3.navActive {
	background: #5c0498!important;
}

#navPS2:hover, #navPS2.navActive {
	background: #ffaa00!important;
}

#navPSP:hover, #navPSP.navActive {
	background: #d2000d!important;
}

#navWii:hover, #navWii.navActive {
	background: #09b197!important;
}

#navOther:hover, #navOther.navActive {
	background: #b2097e!important;
}

/* Megabanner */

.megabanner {
	width: 960px;
	height: 100px;
	overflow: hidden;
}

.megabanner a {
	width: 960px;
	height: 100px;
	display: block;
	background: url(img/megabanner.jpg) no-repeat;
}

/* Bread & search */

.breadbar {
	width: 940px;
	height: 35px;
	padding: 0 10px;
	background: #18191f;
	overflow: hidden;
}

.breadcrumb {
	float: left;
	line-height: 35px;
	width: 680px;
	font-weight: bold;
	color: #fff;
}

.breadcrumb a {
	color: #bbb;
	font-weight: normal;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #bbb;
	text-decoration: none;
}

.searchwrap {
	width: 250px;
	border: none!important;
	padding: 0!important;
	float: right;
}

#searchform {
	padding: 0;
	margin: 6px 0 0 0;
	height: 23px;
	width: 250px;
	display: block;
	overflow: hidden;
	background: url(img/bg-search.png) no-repeat;
}

#searchform .s {
	font-size: 11px;
	color: #666;
	width: 185px;
	height: 19px;
	padding: 5px 3px 0 4px;
	margin: 0;
	background: none;
	border: none;
	display:block;
	float: left;
}

#searchform .searchsubmit {
	width: 58px;
	height: 24px;
	background: none;
	border: none;
	cursor: pointer;
}

/* MAIN */

#main {
	width: 940px;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}

/* CONTENT */

#content {
	width: 590px;
	overflow: hidden;
	float: left;
	line-height: 18px;
}

#promo {
	width: 590px;
	height: 280px;
	overflow: hidden;
	margin-bottom: 10px;
	position:relative;
}

#promo ul {
	width: 590px;
	height: 280px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

#promo ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}

#promo ul li.show {
	z-index:500;
}

.greybox {
	width: 570px;
	padding: 10px;
	background: #eee;
	overflow: hidden;
}

.maintitle {
	font: normal bold 16px Arial, sans-serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
}

.spacedtitle {
	margin-bottom: 15px;
}

.clearline {
	clear: both;
	height: 1px;
	background: #ccc;
}

.gamebox {
	width: 280px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	padding: 15px 0;
}

.gamebox h3 {
	font: normal bold 14px Arial, sans-serif;
	letter-spacing: -1px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}

.gamebox p {
	line-height: 18px;
	padding: 0;
	margin: 5px 0 0 0;
}

.pagenav {
	width: 570px;
	overflow: hidden;
	padding: 15px 0 5px 0;
}

.pagenav ul {
	width: 570px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font: normal bold 14px Arial, sans-serif;
	letter-spacing: -1px;
	list-style: none;
}

.pagenav ul li {
	padding: 0;
	margin: 0;
}

.pagenav a {
	text-decoration: none;
}

#videoslist {
	width: 590px;
	overflow: hidden;
}

#videoslist a, #videoslist .thumbOff {
	text-decoration: none;
	display: block;
	padding: 4px;
	background: #ddd;
	border: 1px solid #fff;
	float: left;
	margin: 0;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
}

#videoslist .thumbOn {
	background: #fff;
	border: 1px solid #ccc;
}

#videoslist a img {
	margin: 0;
	border: 0;
	padding: 0;
}

/* Homepage */

.homecols {
	width: 940px;
	overflow: hidden;
}

.homecol {
	width: 285px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 12px;
	padding: 0 10px;
	background: #eee;
	min-height: 610px;
}

.lastcol {
	margin: 10px 0 0 1px!important;
}

.homecol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.homecol ul li {
	margin: 0;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #ccc;
	list-style: none;
	background: url(img/li-arrow.gif) no-repeat center left;
}

.homecol ul li.firstitem {
	padding: 10px 0!important;
	background: none!important;
	height: 100px;
}

.homecol h2 {
	font: normal bold 16px Arial, sans-serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0;
	line-height: 16px;
}

.homecol h3 {
	font: normal bold 11px Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.homecol p {
	line-height: 18px;
	padding: 0;
	margin: 5px 0 0 0;
}

img.gamethumb {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	margin-right: 10px;
}

/* Color setup */

.blue, .pc a {
	color: #043693;
}

.green, .xbox a {
	color: #5b9a01;
}

.indigo, .ps3 a {
	color: #440493;
}

.orange, .ps2 a {
	color: #f60;
}

.red, .psp a {
	color: #e90202;
}

.aqua, .wii a {
	color: #009f4f;
}

.magenta, .other a {
	color: #b1087e;
}

a:hover {
	color: #000;
}

/* SIDEBAR */

#sidebar {
	width: 340px;
	overflow: hidden;
	float: right;
}

.sidead {
	width: 340px;
	text-align: center;
	overflow: hidden;
}

#sidebar a {
	text-decoration: none;
}

#sidebar .widgettitle, #sidebar h2 {
	font: normal bold 16px Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	width: 320px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #eee;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#sidebar li.impitem {
	font: normal bold 14px Arial, sans-serif;
	letter-spacing: -1px;
}

.amazonside {
	display: block;
	text-align: center;
	margin-top: 20px;
}

/* Footer */

#footer {
	padding: 20px 0;
	text-align: center;
	color: #bdbed2;
	font-size: 10px;
}
