/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

body { 
	margin: 20px 0; 
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}

#header, #article-nav, #game-review-details, #game-reviews, .post-meta, #comments, #sidebar, #footer ul { 
	display: none; 
}

#content, #footer {
	width: 600px;
	margin: 0 auto 20px;
	text-align: left;
}

a { 
	color: #000; 
	text-decoration: underline; 
}

.content h1 { 
	font-size: 2.4em; 
	text-transform: uppercase;
	color: #000;
}

.content h2 { 
	margin-bottom: 1em; 
	font-size: 1.6em; 
	line-height: 1.4em; 
}

.content h3 { 
	margin: 0 0 .5em; 
	font-size: 1.8em; 
	font-weight: bold; 
	line-height: 1.4em; 
}

.content .post h3 { 
	margin: 2em 0 .5em; 
	font-size: 1.8em; 
	text-transform: uppercase; 
	line-height: 1.4em; 
}

.content h4 { 
	margin: 2em 0 .5em; 
	font-size: 1.4em; 
	text-transform: uppercase; 
	line-height: 1.4em; 
}

.content h5 { 
	margin-bottom: 1em; 
	font-size: 1.3em; 
	font-weight: bold; 
	line-height: 1.4em; 
}

.content h6 { 
	margin-bottom: 1em; 
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: 1.4em; 
}

.content p { 
	margin-bottom: 1.4em; 
	font-size: 1.3em; 
	line-height: 1.4em; 
}

#content .post p { 
	line-height: 1.6em; 
}

#content .post p.intro, #content .post p.big { 
	font-size: 1.4em; 
	line-height: 1.6em; 
}

#content #archive .post p.intro, #content #archive .post p.big { 
	font-size: 1.3em; 
	line-height: 1.4em; 
}

.content ul { 
	margin: 0 0 15px 30px; 
}

.content ul li { 
	list-style-type: square; 
}

.content ol { 
	margin: 0 0 15px 30px; 
	list-style-type: decimal; 
}

.content ol li { 
	list-style-type: decimal; 
}

.content li { 
	margin-bottom: 5px; 
	font-size: 1.3em; 
	line-height: 1.4em; 
}

.content li li { 
	font-size: 1em; 
}

.content blockquote { 
	margin: 0 15px; 
	padding-left: 10px; 
	font-style: italic; 
}

.content strong { 
	font-weight: bold; 
}

.content em { 
	font-style: italic; 
}

.content .wp-caption { 
	display: block; 
	margin-bottom: 15px; 
	padding: 5px 0; 
	background: #eee; 
	text-align: center; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content img { 
	display: block; 
	padding: 4px; 
	background: #eee; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content img.alignleft, .content .wp-caption.alignleft { 
	float: left; 
	display: inline; 
	margin: 5px 15px 10px 0; 
}

.content img[align $='left'] { 
	float: left; 
	display: inline; 
	margin: 5px 15px 10px 0; 
}

.content img.alignright, .content .wp-caption.alignright { 
	float: right; 
	display: inline; 
	margin: 5px 0 10px 15px; 
}

.content img[align $='right'] { 
	float: right; 
	display: inline; 
	margin: 5px 0 10px 15px; 
}

.content .wp-caption img, .content .wp-caption.alignleft img, .content .wp-caption.alignright img { 
	display: block; 
	margin: 0 0 0 5px; 
	padding: 0; 
	border: none; 
}

#share { 
	display: none; 
}

#footer { 
	font-size: 1.2em; 
	text-align: center;
}

#footer-meta { 
	display: none; 
}