*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    direction: ltr;
}

.row {
    width: 922px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

    .row .row {
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0 -15px;
    }

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

img {
    height: auto;
}

img, object, embed {
    max-width: 100%;
}

.row {
    *zoom: 1;
}

@media only screen and (max-width: 767px) {
    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .column, .columns {
        width: auto !important;
        float: none;
    }

/*        .column:last-child, .columns:last-child {
            float: none;
        } */

    [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .column:after, .columns:after {
        clear: both;
    }
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* ==========================================================================
   Custom code
   ========================================================================== */

@font-face {
	font-family: LaoUI;
	src: url('font/lao_ui.ttf'),
		url('font/lao_ui.eot'); /* IE9 */
}

body {
	background: #ffffff;
	font-family:Lao UI, 'LaoUI', Arial;
	font-size:16px;
	line-height: 1.2;
	color:#fff;
    font-weight: normal;
    font-style: normal;
    position: relative;
    -webkit-font-smoothing: antialiased;
	background: #ffffff url("../img/background.png") repeat-x;
}

a:link {
	color: #c0691c;
	text-decoration: none;
}

a:visited {
	color: #c0691c;
	text-decoration: none;
}

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

a:active {
	color: #c0691c;
	text-decoration: none;
}

table {
    width: 100%;
}

table tbody tr td {
    color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td, span {
	font-size:16px;
}

canvas {
    -ms-touch-action: double-tap-zoom;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

p {
    color: #333333;
}

.quote {
	margin: 10px 0 10px 0;
	padding: 5px 15px 5px 15px;
	border-left: 8px solid #c0691c;
	font-style: italic;
}

/* header */

.head-wrapper {
	padding-bottom: 15px;
}

header {
	height:137px;
}

header hgroup h1, header figure figcaption {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

header hgroup {
	float:left;
	margin:10px 0 13px 0;
	padding:0;
	min-width:254px;
}

header hgroup h2 {
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#686868;
	margin:0;
}

header form {
	float:right;
	width:236px;
	height:33px;
	clear:right;
    margin:0;
}

    .ie9 header form input[type="text"] {
        padding: 0px 5px 0 8px;
    }

    .ie8 header form input[type="text"] {
        padding: 3px 5px 0 8px;
        line-height:1.3;
    }

	header form input[type="search"], header form input[type="text"] {
		background:#3a3a3a;
		border:0;
		border-radius:0;
		box-shadow:0;
		display:block;
		font-family:inherit;
		font-size:16px;
		height:30px;
		margin:4px 0 0 0;
		padding:0 5px 3px 8px;
		width:206px;
		float:left;
        color:#a2a2a2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height:1.2;
        -webkit-appearance: textfield;
	}

		header form input[type="search"]:focus, header form input[type="type"]:focus {
			background:#3a3a3a;
			color:#fff;
            outline: none;
		}

		-webkit-input-placeholder { color:#a2a2a2; }
		-moz-placeholder { color:#a2a2a2; } /* firefox 19+ */
        input[type="search"]:-ms-input-placeholder { color:#a2a2a2; } /* ie */ 
		input:-moz-placeholder { color:#a2a2a2; }

	header form input[type="image"] {
		float:right;
		width:30px;
		height:30px;
		margin:4px 0 0 0;
	}

header figure {
	width:200px;
	height:90px;
	float:left;
	clear:left;
}

    header figure a:link {
        background: url("../img/sprite.png") no-repeat 0 -120px;
        display:block;
        width: 210px;
        height: 71px;
        margin:10px 0 0 0;
    }
	
	header figure a:visited {
        background: url("../img/sprite.png") no-repeat 0 -120px;
        display:block;
        width: 210px;
        height: 71px;
        margin:10px 0 0 0;
    }
	
	header figure a:hover {
        background: url("../img/sprite.png") no-repeat 0 -120px;
        display:block;
        width: 210px;
        height: 71px;
        margin:10px 0 0 0;
    }
	
	header figure a:active {
        background: url("../img/sprite.png") no-repeat 0 -120px;
        display:block;
        width: 210px;
        height: 71px;
        margin:10px 0 0 0;
    }

header div.topAd {
	width:728px;
	height:90px;
	float:right;
}

/* nav */

nav.newNav {
    float: left;
	margin: 0 auto;
}

nav.newNav ul {
	list-style-type: none;
	width: 100%;
}

nav.newNav ul li {
	float: left;
}

nav.newNav ul li.homeButton {
	width: 53px;
	height: 47px;
}

nav.newNav a {
	display: block;
	height: 47px;
	border-left: 1px solid #0d0d0d;
	border-right: 1px solid #000000;
	padding: 0 18px 0 18px;
	line-height: 42px;
}

nav.newNav a:first-child {
	border-left: none;
}

nav.newNav a:last-child {
	border-left: none;
}

nav.newNav a:link#home {
	background: url("../img/sprite.png") no-repeat 0 -209px;
	width: 53px;
}

nav.newNav a:visited#home {
	background: url("../img/sprite.png") no-repeat 0 -209px;
}

nav.newNav a:hover#home {
	background: url("../img/sprite.png") no-repeat 0 -262px;
}

nav.newNav a:active#home {
	background: url("../img/sprite.png") no-repeat 0 -315px;
}

nav.newNav a.active:link#home {
	background: url("../img/sprite.png") no-repeat 0 -262px;
	cursor: default;
}

nav.newNav a.slideUp {
	background: url("../img/sprite.png") no-repeat 0 -366px;
	width: 59px;
	padding: 0;
	position: relative;
	z-index: 925;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 4px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 4px rgba(0, 0, 0, 0.75);
	border-left: none;
	border-right: none;
}

nav.newNav a.slideUp:hover {
	background: url("../img/sprite.png") no-repeat 0 -414px;
}

nav.newNav a:link {
	outline: 0;
	color: #fff;
	text-decoration:none;
}

nav.newNav a:link.active {
	color: #c0691c;
	border-bottom: 2px solid #c0691c;
	cursor: default;
}

nav.newNav a:visited.active {
	color: #c0691c;
	border-bottom: 2px solid #c0691c;
	cursor: default;
}

nav.newNav a:visited {
	color: #fff;
	text-decoration:none;
}

nav.newNav a:hover {
	color: #c0691c;
	text-decoration:none;
	border-bottom: 2px solid #c0691c;
}

nav.newNav a:active {
	color: #934500;
	text-decoration:none;
	border-bottom: 2px solid #934500;
}

/* sub nav */

#navIt {
	display: none;
}

nav.newNav div ul li ul {
	display: none;
	position: absolute;
	z-index: 500;
	top: -48px;
	left: 112px;
	width: 198px;
	background: #c0691c;
	border-top: 10px solid #924500;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.75);
}

nav.newNav div ul li ul li {
	position: relative;
	z-index: 501;
	display: block;
	float: none;
	font-size: 20px;
}

nav.newNav div ul li ul li a:link {
	background: none;
	display: block;
	color: #ffffff;
	border-right: 0;
	font-size: 20px;
	border-bottom: 1px solid #924500;
	height: 42px;
	line-height: 37px;
	padding: 0 0 0 28px;
}

nav.newNav div ul li ul li a:visited {
	background: none;
	display: block;
	color: #ffffff;
	border-right: 0;
	font-size: 20px;
	border-bottom: 1px solid #924500;
	height: 42px;
	line-height: 37px;
	padding: 0 0 0 28px;
}

nav.newNav div ul li ul li a:hover {
	background: none;
	display: block;
	color: #ffffff;
	border-right: 0;
	font-size: 20px;
	border-bottom: 1px solid #924500;
	height: 42px;
	line-height: 37px;
	padding: 0 0 0 28px;
}

nav.newNav div ul li ul li a:active {
	background: none;
	display: block;
	color: #ffffff;
	border-right: 0;
	font-size: 20px;
	border-bottom: 1px solid #924500;
	height: 42px;
	line-height: 37px;
	padding: 0 0 0 28px;
}

nav.newNav div ul li ul li a.active:link {
	color: #924500;
	border-bottom: 1px solid #924500;
}

nav.newNav div ul li ul li a:visited {
	color: #ffffff;
	border-bottom: 1px solid #924500;
}

nav.newNav div ul li ul li a:hover {
	color: #924500;
	border-bottom: 1px solid #924500;
}

nav.newNav div ul li ul#openUp li a.active:link {
	color: #924500;
	border-bottom: 1px solid #924500;
	font-size: 20px;
	padding: 0 0 0 28px;
}

nav.newNav div ul li ul#openUp li a.active:visited {
	color: #924500;
	border-bottom: 1px solid #924500;
}

/* nav box */

#nav {
	position: absolute;
	z-index: 5;
	right: 0;
	background: #000000;
	list-style: none;
}

#nav li {
	height: 71px;
	border-top: 1px solid #c0691c;
	border-bottom: 1px solid #dd8435;
	border-left: 5px solid #ed994f;
	background: #dd8435;
	width: 100%;
	position:relative;
	-moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
	-webkit-transform: translateZ(0px);
}

#nav li:last-child {
	height: 75px;
}

#nav li:first-child:before {
    content: '';
    position: absolute;
    top: -1px; 
	left: -5px;
    border-bottom: 4px solid #ed994f;
    border-left: 4px solid #000000;
    width: 0;
}

#nav li:last-child:before {
    content: '';
    position: absolute;
	bottom: -1px;
	left: -5px;
    border-top: 4px solid #ed994f;
    border-left: 4px solid #000000;
    width: 0;
}

#nav li:hover {
	cursor: pointer;
}

#nav li.selected {
	border-top: 1px solid #924500;
	border-bottom: 1px solid #924500;
	border-left: 5px solid #c87327;
	background: #c0691c;
}

#nav li.selected:first-child:before {
    content: '';
    position: absolute;
    top: -1px; 
	left: -5px;
    border-bottom: 4px solid #c87327;
    border-left: 4px solid #000000;
    width: 0;
}

#nav li.selected:last-child:before {
    content: '';
    position: absolute;
	bottom: -1px;
	left: -5px;
    border-top: 4px solid #c87327;
    border-left: 4px solid #000000;
    width: 0;
}

#nav li div {
	height: 64px;
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	font-size: 17px;
	font-weight: normal;
	padding: 0 15px 0 15px;
}

/* slider wrapper */

.newSlide {
	position: relative;
	max-width: 960px;
	margin-top: 30px;
}

/* Slider images */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  overflow: hidden;
}

.swipe-wrap > div > a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	line-height: 0;
}

.swipe-wrap > div > a > span {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	background: #dd8435;
	line-height: 22px;
	padding: 4px 10px 6px 10px;
	text-transform: uppercase;
}

.swipe-wrap > div > a:link {
	color: #ffffff;
}

.swipe-wrap > div > a:visited {
	color: #ffffff;
}

.swipe-wrap > div > a:hover {
	color: #ffffff;
}

.swipe-wrap > div > a:active {
	color: #ffffff;
}

.swipe-wrap > div > a > img {
	width: 100%;
}

.swipe-wrap > div > a > div {
	border-top: 1px solid #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.swipe-wrap > div > a > div > h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.swipe-wrap > div > a > div > h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* hub head */

.hubHead, .hubHeadSpecial {
	float: left;
	position: relative;
	overflow: hidden;
	line-height: 0;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.hubHead span, .hubHeadSpecial span {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	background: #dd8435;
	line-height: 22px;
	padding: 4px 10px 6px 10px;
	text-transform: uppercase;
}

.hubHead a, .hubHeadSpecial a {
	position: absolute;
	left: 10px;
	top: 221px;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 30;
}

.hubHead div, .hubHeadSpecial div {
	border-top: 1px solid #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hubHead div > h2, .hubHeadSpecial div > h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.hubHead div > h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* hub head nav box */

.hubNav, .hubNavSpecial  {
	position: absolute;
	z-index: 5;
	right: 0;
	background: #dd8435;
	list-style: none;
	padding: 15px 15px 15px 20px;
	border: 0px solid #c0691c;
}

.hubNav li, .hubNavSpecial li {
	padding: 3px;
	font-size: 18px;
	color: #c0691c;
	min-height: 22px;
}

.hubNavSpecial li {
	color: #FFFFFF;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 5px;
}

.hubNav li:first-child {
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
	line-height: 30px;
	padding-bottom: 5px;
}

.hubNav li.hubTitle {
	color: #924500;
	font-weight: bold;
    text-transform: uppercase;
	padding: 10px 2px 10px 2px;
}

.hubNav li.hubTitle:hover {
	cursor: default;
}

.hubNavSpecial li.hubShort {
	color: #924500;
	font-weight: bold;
	padding: 10px 2px 10px 2px;
	font-size: 16px;
	line-height: 1.2;
}

.hubNav li a {
	display: block;
}

.hubNav li a:link {
    color: #ffffff;
}

.hubNav li a:visited {
    color: #ffffff;
}

.hubNav li a:hover {
    color: #ffffff;
	text-decoration: underline;
}

.hubNav li a:active {
    color: #ffffff;
}

.hubNav li.hubTitle span {
	display: none;
	background: #924500;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
}

/* hp content left */

section#content h2 {
	font-size:16px;
	margin:10px 0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}

section#content p {
	line-height: 1.2;
}

.youtube-player {
	width: 630px;
	height: 384px;
	margin: 15px 0;
}

.block {
	color: #333333;
	width: 300px;
	margin: 15px;
	float: left;
}

a .block:visted {
	color: #333333;
	text-decoration:none;
}
a .block:hover {
	color: #686868;
	text-decoration:none;
}
a .block:active {
	color: #686868;
	text-decoration:none;
}

a .block:visited p {
	color: #333333;
	text-decoration:none;
}
a .block:hover p {
	color: #686868;
	text-decoration:none;
}
a .block:active p {
	color: #686868;
	text-decoration:none;
}

.block img {
	width: 300px;
	height: 129px;
}

.inlineAd {
	display: none;
	border: 1px solid #cecece;
	overflow: hidden;
}

aside.columns a:link, .updates a:link 
{
	color: #333;
	text-decoration:none;
}

aside.columns a:visited, .updates a:visited 
{
	color: #333;
	text-decoration:none;
}

aside.columns a:hover {
	color: #686868;
	text-decoration:none;
}

aside.columns a:active, .updates a:active
{
	color: #333;
	text-decoration:none;
}

aside.columns ul li a:hover, .updates a:hover {
	text-decoration:none;
	color: #686868;
}

aside.columns h3 {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	color:#C0691C;
	font-weight:bold;
	text-transform:uppercase;
}

aside.columns h3 a:link {
	color: #C0691C;
    text-decoration:none;
}

aside.columns h3 a:visited {
	color: #C0691C;
    text-decoration:none;
}

aside.columns h3 a:hover {
	color: #ef8d35;
    text-decoration:none;
}

aside.columns h3 a:active {
	color: #C0691C;
    text-decoration:none;
}

aside.columns cite, aside.columns time {
	display:block;
	font-style:normal;
	line-height: 1.2;
}

aside.columns cite {
	color: #333333;
}

aside.columns time {
	color: #686868;
}

aside.columns time:nth-of-type(1n+1) {
	margin:0 0 4px 0;
}

aside.columns div.platforms {
	margin:0 0 10px 0;
}

aside.columns ul, div.updates ul, section#content article ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
}

	aside.columns ul li, div.updates ul li, section#content article ul li {
		background: url("../img/sprite.png") no-repeat -322px -219px;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 3px;
		padding-left: 15px;
	}

/* overview */

div.overview-title h1 {
    font-size: 28px;
	color: #333333;
    font-weight: normal;
    margin: 15px 0 0 0;
    padding: 0;
}

.overview-lists {
    float:left;
    width:100%;
    padding: 0 15px;
}

/* review/preview article left*/

section#content article h2 {
	font-size:16px;
	margin:0 0 -10px 0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}

section#content article p {
	margin: 15px 0 20px 0;
	line-height: 1.2;
}

section#content article ul {
	margin: 15px 0 15px 0;
}

article {
	width: 660px;
	padding: 15px;
	float: left;
}

article time {
    color: #686868;
    display:block;
	margin-bottom: 15px;
}

/* gamehubs */

.gamehub h3, .updates h3 {
    color: #C0691C;
    text-decoration: none;
	text-transform: uppercase;
	margin: 15px 0;
}

.gamehub h4 {
	margin:0;
}

.vitals {
	float:left;
	width:100%;
}

	.vitals > div {
		float:left;
	}

	.vitals img {
		margin:0 15px 0 0;
		float:left;
	}

	.vitals table {
		border:0;
	}

		.vitals table td {
			padding: 4px 0 0 0;
			color: #333333;
		}
			.vitals td.emp {
				padding-left: 30px;
			}

.updates {
	float:left;
	width:100%;
	margin-bottom: 10px;
}

.moregames {
	float: left;
	margin: 0 30px 0 0;
	width: 300px;
}

.moregames:last-child {
	margin: 0;
}

.moregames img, .moregames div {
	float: left;
	margin: 0 10px 10px 0;
}

	.moregames h4 {	
		margin-bottom: 5px;
	}
	
	.moregames ul {
		clear:left;
	}

.ad_wrap {
    
    border: 0 none;
    float: right;
    height: 240px;
    margin: 8px 0 15px 15px;
    padding: 0;
    text-align: center;
    width: 120px;
}

.information {
	color: #ffffff;
    float:left;
    background: #3a3a3a;
    width:100%;
    text-transform:uppercase;
	margin-top: 15px;
}

    .information .score, .information .pro-con {
        float: left;
    }

    .information .score div {
        width: 210px;
        border-bottom:1px solid #101010;
        vertical-align:middle;
		text-align: center;
        padding:10px;
    }

        .information .score div:nth-child(1n+1) td.gradeLeft {
            padding:10px 10px 10px 0;
			text-align:center;
            vertical-align:middle;
            font-weight:bold;
        }
        .information .score div:nth-child(1n+1) td.gradeRight, section#content article .information .score td.gradeRightUser {
            font-size:72px;
            line-height:1;
            font-weight:bold;
            vertical-align:middle;
            padding:0 5px 10px 5px;
			text-align:center;
        }

        section#content article .information .score td.gradeLeftUser {
            vertical-align:middle;
			font-weight:normal;
			line-height:1;
        }
		section#content article .information .score td.gradeLeftUser span {
			font-size:10px;
			color:#999999;
		}
        section#content article .information .score td.gradeRightUser  {
            font-size:16px;
            font-weight:normal;
            padding:2px 5px 5px 5px;
        }

    .information .score div:last-child {
        border: 0;
        padding:15px 0 5px 0;
    }

    .information .score {
        text-align: center;
    }

.information .pro-con {
    width: 410px;
    padding:20px 20px 10px; 20px;
    text-transform:none;
	min-height: 235px;
	border-left: 1px solid #101010;
}

    .information .pro-con h3 {
        margin: 0 0 5px 0;
        text-transform:uppercase;
		color: #ffffff;
    }

    .information .pro-con p {
		margin-bottom: 20px;
    }

table.rate_user {
    background: transparent;
    border:0;
    margin:10px auto;
	width: 150px;
}

.rate_select {
    height: 18px;
    padding: 0 1px;
    width: 13px;
}

.rate_select img {
	width: 13px;
	height: 18px;
}

.screenshots {
    float:left;
    margin:15px 0 0 0;
	line-height: 0;
	clear: both;
	width: 100%;
}

.article_screens, .gamespace_thumb, .screen_thumb_gs {
	width:148px;
	height:93px;
}

.gamehub .screenshots {
    float:left;
    margin:0 0 0 0;
	line-height: 0;
}

    .screenshots h3 {
        margin: 0 0 15px 0;
		padding:0;
		font-size: 16px;
		color:#C0691C;
		font-weight:bold;
		text-transform:uppercase;
		line-height: 16px;
		width: 100%;
		clear: both;
	}

	.screenshots h3 a:link {
		display: block;
		width: 100%;
		clear: both;
		color: #C0691C;
		text-decoration:none;
	}

	.screenshots h3 a:visited {
		color: #C0691C;
		text-decoration:none;
	}

	.screenshots h3 a:hover {
		color: #DD8435;
		text-decoration:none;
	}

	.screenshots h3 a:active {
		color: #DD8435;
		text-decoration:none;
	}

    .screenshots a:link {
		width: 150px;
        display: block;
		float: left;
		color: #363636;
		margin: 0 10px 10px 0;
    }

    .screenshots a:link img {
        border: 1px solid #363636;
		width: 100%;
        opacity:1;
    }

    .screenshots a:visited img {
        border: 1px solid #363636;
    }

    .screenshots a:hover img {
        border: 1px solid #363636;
        opacity:0.7;
    }

    .screenshots a:nth-child(4n+1) {
        margin: 0 0 6px 0;
    }

.editorial_comments {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

/* cheats */

.screensOverview {
	padding: 15px 0;
}

/* cheats */

.cSearch {
	width: 100%;
	margin: 15px;
}

.cSearch input.cInput {
	height: 29px;
	padding: 1px 2px 2px 4px;
	margin-right: 2px;
}

.cSearch select {
	height: 29px;
	padding: 1px 2px 2px 4px;
	margin-right: 2px;
	position: relative;
}

.cSubmit {
	position: relative;
	top: -1px;
    border: none;
	color: #ffffff;
    background: #C0691C;
	width: 40px;
	height: 29px;
	padding: 1px 2px 5px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.cSubmit:hover {
    background: #555555;
}

.cItem {
	width: 200px;
	margin: 0 0 15px 15px;
	float: left;
}

.cItem a {
	display: block;
}

.cItem a:hover {
	display: block;
	text-decoration: none;
}

.cItem a:hover h2 {
	color: #858585;
}
.cItem a:hover p {
	color: #858585;
}

.cItem div.platforms {
	margin: 6px 0 15px 0;
}

.cItem img.thumb {
	width: 200px;
	height: 130px;
}

/* feature overview */

.block-small {
	color: #333333;
}

.block-small img {
	width: 90px;
	height: 90px;
	float: left;
    margin:0 10px 10px 0;
}

section#content .block-small h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform:none;
}

/* releases */

#waitingblock, #resultblock {
    margin: 15px 0 0 0;
}

#resultblock div {
	width: 200px;
	margin: 0 0 15px 15px;
}

#resultblock div.block-small, #resultblock div.platforms {
	margin-left: 0;
}

.scroll {
    float: left;
	padding: 0;
    font-size: 16px;
    line-height: 25px;
	background: #C0691C;
}

.scroll a:link {
    color: #ffffff;
}
.scroll a:visited {
    color: #ffffff;
}
.scroll a:active {
    color: #ffffff;
}

.date {
    border: 1px solid #C8C8C8;
    color:#333333;
    float: left;
    font-weight: normal;
    text-align: center;
	height: 25px;
    font-size: 16px;
    line-height: 23px;
}

.scroll a {
	text-align: center;
	display: block;
}

.scroll a:link {
	background: #C0691C;
	color: #FFFFFF;
	text-decoration: none;
}

.scroll a:visited {
	background: #C0691C;
	color: #FFFFFF;
	text-decoration: none;
}
.scroll a:hover {
	background: #E98400;
	color: #FFFFFF;
	text-decoration: none;
}
.scroll a:active {
	background: #C96E21;
	color: #FFFFFF;
	text-decoration: none;
}

/* search */

section.searchBox {
	margin-left: 15px;
	margin-right: 15px;
    margin-top: 15px;
	padding: 20px 0;
    background: #3A3A3A;
    color: #FFFFFF;
    float: left;
    text-transform: uppercase;
    width: 640px;
}

/* article right */

aside .block h2 {
	font-size:16px;
	margin:10px 0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}

/* profile */
.profile {
	float:left;
	width:100%;
}

	.profile div.faves {
		float: left;
		width: 510px;
	}

	.profile img {
		margin:0 15px 0 0;
		width: 100px;
		height: 100px;
		float: left;
	}

/* footer */

footer {
	background:#363636;
	padding-top:30px;
	margin-top:30px;
}

footer h3 {
    color: #C0691C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}

nav.columns div {
	float:left;
	width:190px;
	padding:0 10px 15px 0;
	margin:0;
}

    nav.columns div ul {
        list-style-type: none;
        margin: 0 0 10px 0;
        padding: 0;
    }

        nav.columns div ul li {
            font-size: 16px;
            line-height: 1.2;
            margin-bottom: 3px;
            padding: 0;
        }

        nav.columns div ul li a:link {
			color: #ffffff;
			text-decoration: none;
        }

        nav.columns div ul li a:visited {
			color: #ffffff;
			text-decoration: none;
        }

        nav.columns div ul li a:hover {
			color: #686868;
			text-decoration: none;
        }

        nav.columns div ul li a:active {
			color: #ffffff;
			text-decoration: none;
        }

	nav.columns div.copyright {
		clear:both;
		width:100% !important;
		height:40px;
		color:#686868;
		margin:0;
		padding:0;
	}

	nav.columns div.copyright p {
		color: #929292;
	}

/* layout */

div.columns {
	width:100%;
}

header, footer {
	width:100%;
	float:left;
}

.row {
	width: 990px;
	min-width: 990px;
	margin: 0 auto;
	padding:0;
}

section#content {
	width: 660px;		
	float: left;
	padding:0;
}

aside.columns {
	width: 330px;		
	float: left;
	padding:0;	
}

/* Portrait full width */
@media (min-width: 980px) and (max-width: 5000px){ 
	.swipe {
		max-width: 651px;
		max-height: 280px;
	}

	.swipe-wrap > div > a > div {
		height: 70px;
		background: rgb(0, 0, 0) url("../img/sprite.png") no-repeat 0 0;
		background: rgba(0, 0, 0, 0.6) url("../img/sprite.png") no-repeat 0 0;
	}

	.swipe-wrap > div > a > div > h2 {
		font-size: 22px;
		line-height: 22px;
		margin-left: 70px;
		margin-top: 11px;
	}

	.swipe-wrap > div > a > div > h3 {
		font-size: 15px;
		line-height: 15px;
		margin-left: 70px;
		margin-top: 7px;
	}

	#nav {
		top: -4px;
		width: 309px;
	}

	.hubHead, .hubHeadSpecial {
		max-width: 651px;
		max-height: 280px;
	}

	.hubHead div, .hubHeadSpecial div {
		height: 70px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.6);
		overflow-y: hidden;
	}

	.hubHead div > h2, .hubHeadSpecial div > h2 {
		font-size: 22px;
		line-height: 22px;
		margin-left: 70px;
		margin-top: 11px;
	}

	.hubHead div > h3 {
		font-size: 15px;
		line-height: 15px;
		margin-left: 70px;
		margin-top: 7px;
	}
	
	.hubHead img.header, .hubHeadSpecial img.header {
		width: 651px;
		height: 280px;
	}

	.hubNav, .hubNavSpecial {
		width: 300px;
		height: 280px;
	}

	.min-height {
		min-height: 1300px;
	}
	
	section.searchBox {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
		padding: 20px 0;
		background: #3A3A3A;
		color: #FFFFFF;
		float: left;
		text-transform: uppercase;
		width: 640px;
	}

}

/* Portrait full width */
@media (min-width: 990px) { 
	.head-wrapper {
		padding-bottom: 0;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 


	.bottomWrap {
		background: #ffffff url("../img/background.png") 0 -750px repeat-x;
	}
	
	.wall { 
		float: none !important;
		background: none !important;
		width: 100% !important;
	} 

	.row {
		width: 660px;
		min-width: 660px;
		margin: 0 auto;
		padding:0;
	}

	section#content {
		width: 660px;		
		float: left;
		padding:0;
		margin-bottom: 0;
	}

	aside.columns {
		width: 660px;		
		float: left;
		padding:0;
	}

    /* header */

    header div.topAd {
	    width:320px;
	    height:90px;
	    float:right;
		overflow: hidden;
    }

	.newSlide {
		max-width: 630px;
		margin-top: 25px;
	}

	.swipe {
		max-width: 427px;
		max-height: 184px;
	}

	.swipe-wrap > div > a > span {
		font-size: 18px;
		line-height: 18px;
	}

	.swipe-wrap > div > a > div {
		height: 45px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.6);
	}

	.swipe-wrap > div > a > div > h2 {
		font-size: 16px;
		line-height: 16px;
		margin: 5px 0 0 8px;
	}

	.swipe-wrap > div > a > div > h3 {
		font-size: 12px;
		line-height: 12px;
		margin: 5px 0 0 8px;
	}

	#nav {
		top: -4px;
		width: 203px;
	}

	#nav li {
		height: 47px;
	}

	#nav li:last-child {
		height: 51px;
	}

	#nav li div {
		height: 43px;
		line-height: 15px;
		font-size: 13px;
		padding: 0 10px 0 10px;
	}

	#navIt {
		display: block;
	}

	nav.newNav div ul li a {
		display: none;
	}

	nav.newNav div ul li a.home, nav.newNav div ul li a.active, nav.newNav div ul li a.slideUp {
		display: block;
	}
			
	.hubHead, .hubHeadSpecial {
		max-width: 427px;
		max-height: 184px;
	}

	.hubHead span, .hubHeadSpecial span {
		font-size: 18px;
		line-height: 18px;
	}

	.hubHead div, .hubHeadSpecial div {
		height: 45px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.6);
	}

	.hubHead div > h2, .hubHeadSpecial div > h2 {
		font-size: 16px;
		line-height: 16px;
		margin: 5px 0 0 8px;
	}

	.hubHead div > h3 {
		font-size: 12px;
		line-height: 12px;
		margin: 5px 0 0 8px;
	}

	.hubNav, .hubNavSpecial {
		width: 195px;
		height: 184px;
		padding: 8px 8px 8px 13px;
	}

	.hubNav li, .hubNavSpecial li {
		padding: 2px;
		font-size: 13px;
		min-height: 16px;
	}

	.hubNav li:first-child, .hubNavSpecial li:first-child {
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 5px;
	}

	.hubNav li.hubTitle {
		padding: 6px 2px 4px 2px;
	}
	
	.hubNavSpecial li.hubShort {
		padding: 6px 2px 4px 2px;
		font-size: 13px;
	}

	.hubHead a {
		display: none;
	}

    /* content */

	.inlineAd {
		display: none;
		float: left;
		width: 	630px;
		margin: 15px 15px 0 15px;
		padding: 10px;
	}

	.inlineAd div {
		margin: 0 auto;
		width: 468px;
		height: 60px;
	}

	div.preview {
		height: 342px;
	}

    .feature p {
        display: none;
    }

	.moregames {
		margin-left:0;
        width:47%;
	}
	
	[class*="column"] + [class*="column"]:last-child {    
		float: left;
	}
	
	/* search */
	section.searchBox {
		width: 630px;
	}

    /* footer */

    nav.columns div {
        width:33%;
    }

        nav.columns div.copyright {
			float:left;
        }
}
 

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .bottomWrap {
		background: #ffffff url("../img/background.png") 0 -750px repeat-x;
	}
	
	.wall { 
		float: none !important;
		background: none !important;
		width: 100% !important;
	} 
	
	.row {
        width: 480px;
        min-width: 480px;
        margin: 0 auto;
        padding: 0;
    }

    .columns {
        padding: 0 10px;
    }

    section#content {
        width: 480px;
        float: left;
        padding: 0;
    }

    aside.columns {
        width: 480px;
        float: left;
        padding: 0;
    }

    /* header */

    header hgroup h2 {
        color: #fff;
        font-size:10px;
        text-transform:uppercase;
    }

    header h2 {
		display: none;
    }

    header form {
	    float:none;
        position:absolute;
        top:0;
        left:0;
	    width:100%;
	    height:33px;
        margin:0;
        padding:0 10px;
    }

    header form input[type="search"], header form input[type="text"] {
		width:430px;
	}

    header figure {
	    width:200px;
	    height:90px;
	    float:left;
	    clear:left;
        margin-top:15px;
    }

    header div.topAd {
        display:none;
    }

	.newSlide {
		max-width: 630px;
		margin-top: 15px;
	}

	.swipe {
		max-width: 460px;
		max-height: 198px;
		min-width: 300px;
	}

	.swipe-wrap > div > a > div {
		height: 45px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.6);
	}

	.swipe-wrap > div > a > div > h2 {
		font-size: 16px;
		line-height: 16px;
		margin: 5px 0 0 8px;
	}

	.swipe-wrap > div > a > div > h3 {
		font-size: 12px;
		line-height: 12px;
		margin: 5px 0 0 8px;
	}
	
	.swipe-wrap > div > a > span {
		font-size: 15px;
		line-height: 15px;
		padding: 4px 10px 6px 10px;
		text-transform: uppercase;
	}


	.swipe-wrap > div > a > div > h2 {
		display: none;
	}

	.swipe-wrap > div > a > div > h3 {
		font-size: 16px;
		line-height: 30px;
	}

	#nav {
		position: relative;
		max-width: 460px;
		min-width: 300px;
	}

	#nav li {
		border-top: 1px solid #c0691c;
		border-bottom: 1px solid #dd8435;
		border-left: 0;
		width: 100%;
		height: auto;
	}

	#nav li:last-child {
		height: auto;
	}

	#nav li:first-child:before {
		display: none;
	}

	#nav li:last-child:before {
		display: none;
	}

	#nav li:hover {
		cursor: pointer;
	}

	#nav li.selected {
		border-top: 1px solid #924500;
		border-bottom: 1px solid #924500;
		border-left: none;
	}

	#nav li.selected:first-child:before {
		display: none;
	}

	#nav li.selected:last-child:before {
		display: none;
	}

	#nav li div {
		height: auto;
		display: table-cell;
		font-size: 16px;
		line-height: 16px;
		font-weight: normal;
		padding: 10px 8px 10px 8px;
	}

	#navIt {
		display: block;
	}

	nav.newNav div ul li a {
		display: none;
	}

	nav.newNav div ul li a.home, nav.newNav div ul li a.active, nav.newNav div ul li a.slideUp {
		display: block;
	}
	
	.hubHead, .hubHeadSpecial {
		max-width: 460px;
		max-height: 198px;
		min-width: 300px;
		float: none;
	}

	.hubHead span, .hubHeadSpecial span {
		font-size: 15px;
		line-height: 15px;
		padding: 4px 10px 6px 10px;
	}

	.hubHead div, .hubHeadSpecial div {
		height: 45px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.6);
	}

	.hubHead div > h2 {
		display: none;
	}
	
	.hubHeadSpecial div > h2 {
		font-size: 16px;
		line-height: 30px;
		margin: 5px 0 0 10px;
	}

	.hubHead div > h3 {
		font-size: 16px;
		line-height: 30px;
		margin: 5px 0 0 10px;
	}

	.hubNav, .hubNavSpecial {
		max-width: 460px;
		min-width: 300px;
		position: relative;
		padding: 8px 8px 8px 8px;
	}

	.hubNav li, .hubNavSpecial li {
		padding: 2px;
		font-size: 13px;
		min-height: 16px;
	}

	.hubNav li:first-child {
		font-size: 16px;
		line-height: 18px;
		padding: 1px 0 9px 2px;
	}

	.hubNav li.hubTitle {
		padding: 0px 2px 4px 2px;
	}

	.hubNav li.hubTitle:hover {
		cursor: pointer;
	}

	.hubHead a {
		display: none;
	}

	.hubNav li {
		display: none;
	    font-size: 16px;
	    height: auto;
	    line-height: 16px;
		padding: 7px 0 2px 2px;
	}

	.hubNav li:last-child {
		display: none;
	    font-size: 16px;
	    height: auto;
	    line-height: 16px;
		padding: 7px 0 7px 2px;
	}

	.hubNav li:first-child {
		display: block;
	}
	
	.hubNavSpecial li:first-child {
		display: none;
	}
	
	.hubNavSpecial li:last-child {
		display: block;
		font-size: 16px;
		line-height: 18px;
		padding: 1px 0 9px 2px;
		font-weight: normal;
		color: #ffffff;
	}

	.hubNav li.hubTitle {
		display: block;
	}

	.hubNav li.hubTitle span {
		display: inline-block;
		font-size: 14px;
		line-height: 14px;
		height: 20px;
		width: 20px;
		padding: 3px;
		margin: 0 2px -5px 0;
	}
	
    /* content */

	.youtube-player {
		width: 460px;
		height: 280px;
	}

	.inlineAd {
	display: none;
		float: left;
		width: 	461px;
		margin: 15px 10px 5px 10px;
	}

	.inlineAd div {
		margin: 0 auto;
		width: 468px;
		height: 60px;
	}

	.block {
		width: 220px;
		margin: 10px;
		float: left;
	}

	.block img {
		width: 220px;
		height: 95px;
	}

    article {
	    width: 480px;
	    padding: 10px;
	    float: left;
    }

    div.overview-title {
        display:block;
        float:left;
		width: 100% !important;
    }
	
	div.preview {
		height:300px;
	}

    .feature p {
        display: none;
    }

	.information .score div:nth-child(n+1) {
		border-right:0;
	}

	.information .pro-con {
		width:240px;
		border-left: 1px solid #101010;
	}

		.information .pro-con p {
			font-size:14px;
		}
    .screenshots a:link {
		width: 148px;
		margin: 0 8px 8px 0;
    }

    .screenshots a:nth-child(3n+1) {
        margin: 0 0 8px 0;
    }

    .screenshots a:link img {
        width: 100%;
    }

	.updates ul li span {
		width:auto;
	}

	.updates ul li span:last-of-type {
		float:none;
	}

	.moregames {
		width:215px;
	}

		.moregames img {
			display:none;
		}

		.moregames div {
			margin:0 0 20px 0;
		}

    .block-small img {
        float: none;
        margin:0 10px 10px 0;
		width: 90px;
		height: 90px;
    }

    .scroll {
        width: 106px;
    }

    .scroll span > span {
        display: none;
    }
	
	section.searchBox {
		margin-left: 10px;
		margin-right: 10px;
		width: 460px;
	}
	
	.profile div.faves {
		float: left;
		width: 340px;
	}
	
    aside .ad-300x250 {
		border: 0;
		width: 300px;
		padding: 0px;
        float: left;
    }

	aside .ad-300x250 div {
		width: 300px;
		height: 250px;
		margin: 0 auto;
	}

	[class*="column"] + [class*="column"]:last-child {    
		float: left;
	}

	.overview-lists {
		float:left;
		width:100%;
		padding: 0 10px 0 10px;
	}

	.cItem {
		width: 220px;
		margin: 0 10px 10px 10px;
		float: left;
	}
	
	.cItem img.thumb {
		width: 220px;
		height: 143px;
	}

	#waitingblock, #resultblock {
		margin: 15px 0;
	}

	#resultblock div {
		width: 460px;
		margin: 0 0 5px 10px;
	}
	
		#resultblock div.cItem {
			float: left;
    		margin: 0 10px 10px;
    		width: 220px;
		}
		
		#resultblock div.block-small, #resultblock div.platforms {
			width: 220px;
		}

    /* footer */

    nav.columns div {
        width: 50% !important;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 
	.row {
		width: 100% !important;
		min-width: 300px;
		margin: 0 auto;
		padding:0;
	}
	section#content {
		width: 100% !important;	
		float: left;
		padding:0;
	}

	aside.columns {
		width: 100% !important;		
		float: left;
		padding:0;
	}

    /* header */

	header form {
		background: #3A3A3A;
		height: 35px;
	}
	
    header form input[type="search"], header form input[type="text"] {
		max-width:370px;
		width:88%;
		min-width:250px;
	}

    header div.topAd {
        display:none;
    }

	.swipe-wrap > div > a > span {
		top: 5px;
		left: 5px;
		font-size: 15px;
		line-height: 15px;
		padding: 4px 7px 5px 7px;
	}

	.swipe-wrap > div > a > div > h2 {
		font-size: 14px;
		line-height: 16px;
		margin: 5px 6px 0 8px;
	}

	.swipe-wrap > div > a > div > h2 {
		display: none;
	}
	
	nav.newNav div ul li a {
		display: none;
	}
	nav.newNav div ul li a.home, nav.newNav div ul li a.active, nav.newNav div ul li a.slideUp {
		display: block;
	}	
	
    /* content */

	.youtube-player {
		width: 300px;
		height: 183px;
	}

	.inlineAd {
		display: none;
	}

	.inlineAd div {
		width: 300px;
		height: 100px;
	}

	.block {
		width: 100% !important;
		padding: 10px;
		margin: 0 !important;
		float: left;
	}

	.block img {
		width: 100% !important;
		height: auto;
	}

    article {
	    width: 100% !important;
	    padding: 10px;
	    float: left;
    }

	div.preview {
		height:277px;
	}

	.information .score {
		width:100%;
	}

		.information .score div:nth-child(n+1) {
			border-right:0;
			width:100%;
		}
	
	section#content article .information .score td.gradeRightUser {
		font-size: 40px;
	}

	section#content article .information .score td.gradeLeftUser {
		padding: 10px 10px 10px 0;
	}

	section#content article .information .score table.grade td, section#content article .information .score table.gradeUser td {
		width: 50%;
	}

	.information .pro-con {
		width:100%;
		border-left: 0;
		border-top: 1px solid #101010;
		min-height: 1px;
	}

		.information .pro-con p {
			font-size:14px;
		}

		.information .pro-con p:last-child {
			margin:0 0 20px 0;
		}

    .screenshots a:link {
		width: 145px;
		margin: 0 10px 10px 0;
    }

    .screenshots a:nth-child(2n+1) {
        margin: 0 0 10px 0;
    }
	
	.article_screens, .gamespace_thumb, .screen_thumb_gs {
		width:143px;
		height:90px;
	}

	.vitals img {
		display:none;
	}

	.vitals table td {
		font-size:16px;
	}

	.moregames {
		margin-left:0;
	}

	article.gamehub div:nth-child(5) {
		margin-left:0;
	}

	[class*="column"] + [class*="column"]:last-child {    
		float: left;
	}

    .block-small img {
        float: left;
        margin:0 10px 5px 0;
		width: 90px !important;
		height: 90px !important;
    }

    .scroll {
        width: 28px;
        padding: 0;
    }

        .scroll a:link {
            display: block;
            height:26px;
            line-height:1.5;
        }

    .scroll span {
        display: none;
    }
	
	section.searchBox {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		padding-left: 10px;
	}

    .date {
        margin: 10px 7px 0;
    }

	.cSearch {
		margin: 15px 10px 15px 10px;
		width: 300px;
	}

	.cSearch input.cInput {
		width: 134px;
	}
	
	.cItem {
		width: 100% !important;
		padding: 0 10px;
		margin: 0 0 10px 0;
		float: left;
	}
	
	.cItem img.thumb {
		width: 100% !important;
		height: auto;
	}

	#waitingblock, #resultblock {
		margin: 10px 0;
	}

	#resultblock div {
		width: 100% !important;
		margin: 0 0 5px 0;
	}
	
		#resultblock div.cItem {
			float: left;
    		margin: 0 0 10px 0;
    		width: 100% !important;
		}
		
		#resultblock div.block-small, #resultblock div.platforms {
			width: 100% !important;
		}
	
	.profile img {
		margin-bottom: 15px;
	}
}

/* Landscape phones and down */
@media (max-width: 320px) { 

    /* footer */

    nav.columns div {
        width: 100% !important;
	    height:auto;
    }

        nav.columns div.copyright {
            margin-top:5px;
        }
}

/* color changer buttons */

.toolbar {
	display: none;
}

/*******************************************/
/* various helpers for jQuery interaction
/*********************************/

/* color changer styles */

.information p {
    color: #ffffff;
}

article {
	color: #333333;
}

.tabled {
	color: #333333;
}

.tabled td {
	color: #333333;
	border-bottom: 1px dashed #cecece;
}

.tabled td.pages {
    border: 0 none;
}

/* cheat pages */

div.cheatsPage h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

div.cheatsPage h4 {
	color: #C0691C;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

div.cheatsPage div.item {
	margin: 0 0 15px 0;
}

div.cheatsPage div.item a {
	display: block;
	width: 100%;
}

div.cheatsPage div.item p b {
	font-weight: normal;
	color: #686868;
	text-decoration: underline;
}

div.partner {
	width: 100%;
	border: 1px solid #cecece;
	padding: 6px;
	text-align: center;
}

/* page navigation (like on cheats page */

.pageNav {
	color: #cecece;
	width: 100%;
}

.pageNav a:link {
	color: #101010;
}

.pageNav a:visited {
	color: #101010;
}

.pageNav a:hover {
	color: #686868;
	text-decoration: none;
}

.pageNav a:active {
	color: #101010;
}

/* article pagination */

.buttons {
	width: 100%;
    height: 25px;
    margin: 30px 0 0 0;
    text-align: right;
}

    .buttons ul {
        float: right;
        list-style: none;
		margin: 0;
    }

        section#content article div.buttons ul li {
			background-image: url("../img/empty.png");
            float: left;
            height: 25px;
            margin: 0 6px 0 0;
            padding: 0;
        }

        section#content article div.buttons ul li:last-child {
			background-image: url("../img/empty.png");
            margin: 0;
        }

            .buttons ul li:first-child {
                margin: 0 4px 0 0;
            }

            .buttons ul li a:link {
                background: #C0691C;
                color: #FFFFFF;
                display: block;
                font-size: 14px;
                height: 25px;
                padding: 0px 8px;
				line-height:25px;
            }
            .buttons ul li a:visited {
                background: #C0691C;
                color: #FFFFFF;
                display: block;
                font-size: 14px;
                height: 25px;
                padding: 0px 8px;
				line-height:25px;
                text-decoration: none;
            }
            .buttons ul li a:hover {
                background: #E98400;
                color: #FFFFFF;
                display: block;
                font-size: 14px;
                height: 25px;
                padding: 0px 8px;
				line-height:25px;
                text-decoration: none;
            }
            .buttons ul li a:active {
                background: #C96E21;
                color: #FFFFFF;
                display: block;
                font-size: 14px;
                height: 25px;
                padding: 0px 8px;
				line-height:25px;
                text-decoration: none;
            }
            .buttons ul li a.act {
                background: #686868;
                color: #FFFFFF;
                display: block;
                font-size: 14px;
                height: 25px;
                padding: 0px 8px;
				line-height:25px;
				cursor: default;
            }
            .buttons ul li a.dis {
                background: #C0691C;
                color: #C96E21;
                display: block;
                font-size: 14px;
                height: 25px;
                padding: 0px 8px;
				line-height:25px;
            }


/* legacy article pagination */

.tabled {
	margin-top: 15px;
	border-collapse:separate;
	border-spacing: 0;
}

.tabled td {
    padding: 8px 0 8px 0;
    font-size:16px;
}

.tabled td.grade {
	font-weight: bold;
}

.tabled tr td:nth-child(2) {
	text-align: center;

}

.tabled td.bar {
    font-weight: bold;
}

.tabled td.pages {
    border: 0 none;
    padding: 4px 0 0;
}

.tabled td.pages ul {
    list-style:none;
    margin: 15px 0 0 0;
    padding: 0;
}

table.tabled td.pages ul li {
	background-image: url("../img/empty.png") !important;
    border: 0;
    float: left;
	margin: 0 6px 6px 0 !important;
	padding: 0 !important;
}

.tabled td.pages ul li a {
    background: #c0691c;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    width: 30px;
	padding: 0;
    text-align: center;
    text-decoration: none;
	line-height:26px;
    
}

.tabled td.pages ul li a:visited {
    background: #c0691c;
    color: #ffffff;
}
.tabled td.pages ul li a:hover {
    background: #e98400;
    color: #ffffff;
}
.tabled td.pages ul li a:active {
    background: #e98400;
    color: #ffffff;
}

.tabled td.pages ul li a.selected {
    background: #555555;
    color: #ffffff;
	cursor: default;
}

/* platform buttons */

div.platforms {
	float:left;
	width:100%;
	padding:0;
}

div.platforms ul {
	list-style:none;
	line-height:1;
	margin:0;
}

	div.platforms ul li {
		border-radius: 3px 3px 3px 3px;
		float: left;
		width: 45px;
		height: 23px;
		line-height: 1;
		margin: 0 5px 5px 0;
		padding:2px 0 0 0;
		text-align: center;
		vertical-align: middle;
	}

	div.platforms li.select {
		color: #686868;
		padding: 2px 0 0;
		width: auto;
	}


div.platforms ul {
	padding: 0;
	margin: 7px 0 0 0;
    list-style:none;
}

div.platforms ul li {
	width: 45px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 0 0;
	margin: 0 2px 2px 0;
	float: left;
	font-size: 12px;
	line-height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color:#fff;
}

div.platforms ul li span {
	width: 45px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 13px;
	background-color: #ffffff;
	display: block;
	border: 1px solid #c8c8c8;
	border-top: none;
	color: #6b6b6b;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

section#content div.platforms ul, aside div.platforms ul {
	margin: 0;
}

section#content div.platforms ul li, aside div.platforms ul li {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	height: 22px;
	margin: 0 4px 4px 0;
}

section#content div.platforms ul li, aside div.platforms ul li a:link {
	color: #fff;
	text-decoration: none;
}

section#content div.platforms ul li, aside div.platforms ul li a:visited {
	color: #fff;
	text-decoration: none;
}

section#content div.platforms ul li, aside div.platforms ul li a:hover {
	color: #fff;
	text-decoration: none;
}

section#content div.platforms ul li, aside div.platforms ul li a:active {
	color: #fff;
	text-decoration: none;
}

section#content div.platforms ul li.all, aside div.platforms ul li.all {
    background: #000000 url("../img/empty.png");
}

section#content div.platforms ul li.pc, aside div.platforms ul li.pc {
    background: #D22D2D url("../img/empty.png");
	padding: 0;
}

section#content div.platforms ul li.pc:hover, aside div.platforms ul li.pc:hover {
    background: #940000 url("../img/empty.png");
	padding: 0;
}
section#content div.platforms ul li.ni, aside div.platforms ul li.ni {
    background: #6A4B8E url("../img/empty.png");
	padding: 0;
}
section#content div.platforms ul li.ni:hover, aside div.platforms ul li.ni:hover {
    background: #311256 url("../img/empty.png");
	padding: 0;
}
section#content div.platforms ul li.so, aside div.platforms ul li.so {
    background: #4D7BAD url("../img/empty.png");
	padding: 0;
}
section#content div.platforms ul li.so:hover, aside div.platforms ul li.so:hover {
    background: #164579 url("../img/empty.png");
	padding: 0;
}
section#content div.platforms ul li.ms, aside div.platforms ul li.ms {
    background: #7BA53E url("../img/empty.png");
	padding: 0;
}
section#content div.platformss ul li.ms:hover, aside div.platforms ul li.ms:hover {
    background: #5A831F url("../img/empty.png");
	padding: 0;
}

/* fixing Google ads */
#google_ads_div_resp_320x50_ad_wrapper {
	margin: 20px 0 0 0;
	width: 320px;
	float: right;
}

/* disqus stuff */
.commenting {
	margin: 0 15px;	
}

.commenting h2 {
	color: #c0691c;
	margin-bottom: 15px !important;
}
#dsq-combo-tabs {
	display: none !important;
}
#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
  background: #101010 !important;
}
#dsq-combo-logo {
	display: none !important;
}
#dsq-combo-widget #dsq-combo-content .dsq-combo-box {
  margin: 0 !important;
  padding: 0 !important;
}

#dsq-combo-recent h3 {
	display: none !important;
}

#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box li {
  border-bottom: none !important;
}

.dsq-widget-meta {
	display: block !important;
	width: 100% !important;
}

.dsq-widget-meta {
	color: #ffffff !important;
}

.dsq-widget-comment {
	display: inline !important;
}

.dsq-widget-comment:before { 
	content:": ";
} 

.dsq-widget-comment p {
	display: inline !important;
}

.dsq-widget-meta a:last-child {
	display: none !important;
}

#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
  background: #ffffff !important;
}

.dsq-widget-comment {
  color: #333333 !important;
}

#dsq-combo-widget #dsq-combo-content .dsq-combo-avatar {
  margin: 4px 10px 10px 0 !important;
}

/* wrappers */
.topWrap {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.bottomWrap {
	width: 100%;
	float: left;
	background: #ffffff url("../img/background.png") 0 -750px repeat-x;
}

.headWrap {
	background: #141414 url("../img/background.png") repeat-x;
	display: block;
}

/* BELOW FOR WALLPAPER ADS */

/* Portrait full width 
@media (min-width: 980px) and (max-width: 5000px){ 

	div.overview-title {
		background:#fffffe;
	}

	.wall { 
		float: left;
		background: #ffffff url("/layout/VHIIHookedGamesWallpaper.jpg") center 184px no-repeat;
		width: 100%;
	} 

	.bottomWrap {
		background: none;
	}

	.bottomWrap #content.columns {
		background: #ffffff;
	}

	.bottomWrap aside.columns {
		background: #ffffff;
	}
}

*/