/*
 * Welcome to AAGv5!
 * Yes, we skipped AAGv4, as I learned the beauty of XHTML/CSS
 * So there.
 */

/* Import our default. */
@import url("/basestyles/layout-twocolumns-new.css");

/* Elements */
h1 {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Droid Sans', Arial, sans-serif;
}

h2 {
	font-size: 1em;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	font-family: 'Droid Sans', Arial, sans-serif;
}

h3 {
	font-size: 0.9em;
	padding: 5px;
	font-family: 'Droid Sans', Arial, sans-serif;
}

#staff h2 {
	margin: 1em 0 0 0;
	font-weight: bold;
}

.entry h2 {
	font-weight: bold;
}

/* #body, html {
	background-color: #eee;
	margin: 0;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 1em;
} */

body {
	background-color: #EEE;
	background-image: url('/images/top_bar_repeat.jpg');
	background-repeat: repeat-x;
	font-family: 'Droid Sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
}

td, th, table {
	border-style: solid;
	border-width: thin;
	border-color: #000;
	padding: 0;
}

table {
	padding: 0;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	vertical-align: top;
}

#reviewquick td {
	font-size: 0.7em;
}

img {
	border: 0;
}

#twitterlogo {
	vertical-align: top;
}

/* Classes */
.forumrighttext {
	float: right;
	clear: right;
	padding: 0 5px 0 0;
	margin: 0;
}

.forumlefttext {
	padding: 0 0 0 5px;
	margin-top: 1em;
}

.wp-date {
	float: right;
	font-size: 1em;
	padding: 0 5px 0 0;
	/* CSS sucks */
	margin-top: -1.8em;
}

.wp-sidebar {
	/* Warning: The following line contains CSS 3*/
	background: rgba(238, 238, 238, .8);
	border-style: dashed;
	border-width: thin;
	color: #25b;
}

.wp-sidebar a {
	color: #258;
	text-decoration: none;
}

.wp-sidebar a:hover {
	color: #004;
}

.commentlist {
	padding: 15px 0 0 0;
	margin: 0;
}

.commentlist li {
	border-top: thin dashed #000;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.wp-sidebar ul {
	list-style-type: none;
	padding: 1px 1px 1px 1px;
}

.wp-sidebar h2 {
	font-weight: bold;
}

.wp-sidebar li li {
	padding-left: 10px;
}

.thumbnail {
	text-align: center;
	font-size: 75%;
	font-style: italic;
}

.quickreplyleft {
	width: 150px;
}

.quickreplyright {
	margin-left: 160px;
}

.memberinfo dl {
	margin-top: 5px;
}

.memberinfo dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.memberinfo dd {
	margin: 0;
	padding: 0;
}

.posttopinfo {
	border-bottom: solid thin #000;
	padding: 0 0 5px 0;
}

.postbody h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.postbottominfo {
	border-top: solid thin #000;
	padding-top: 5px;
	margin-bottom: 5px;
}

.postbottominfo dt {
	font-weight: bold;
}

.forumbq, .forumpoll {
	border: solid thin #000;
	background-color: #eee;
}

.forumpoll {
	margin-left: 2em;
	margin-right: 2em;
}

.forumpoll h2 {
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.forumpoll p {
	text-align: center;
}

.forumbq h3 {
	font-size: 1em;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

.forumbq p {
	padding: 0 5px 5px 5px;
}

.spoiler p {
	visibility: hidden;
}

.code {
	overflow: auto;
}

#regpage form {
	text-align: center;
}

.invisible {
	display: none;
}

.date {
/*	display: none; */
}

.topbar {
	height: 37px;
	text-align: center;
	color: white;
	font-size: 12pt;
	padding-top: 0px;
	font-family: 'Droid Sans', Arial, Sans-Serif;
}

.sidebar {
/*	text-align: left; */
	/* political-leaning: left; */
	/* border-style: solid;
	border-width: thin;
	border: 1px solid #666666;
	background-image: url(/images/aagv55/sidebar_main_bg.gif);
	background-color: #0C1069;*/
	
	margin-bottom: 10px;
	width: 200px;
}

.sidebar_top_border {
	border: 1px solid #666666;
	border-bottom: 0px;
}

.sidebar_inner_border {
	border: 1px solid #666666;
}

.sidebar_main_inner {
	background-image: url("/images/aagv55/sidebar_main_bg.gif");
	background-repeat: repeat-x;
	border: 2px solid #CFD8F3;
	color: #FFFFFF;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 15px;
	text-shadow: 0.1em 0.1em 0.05em #333333;
}

.sidebar_top_inner {
	background-image: url("/images/aagv55/sidebar_top_bg.jpg");
	background-repeat: repeat-x;
	border: 2px solid #F5F5F5;
	color: #000066;
	font-family: 'Droid Sans', arial, sans-serif;
	font-size: 16px;
	padding: 1px 1px 1px 6px;
}

#platforms_inner ul {
    list-style-image: url("/images/aagv55/sidebutton_green.png");
    list-style-position: inside;
    margin: 0;
    padding: 4px 0 10px 4px;
}


#sections_inner ul {
    list-style-image: url("/images/aagv55/sidebutton_red.png");
    list-style-position: inside;
    margin: 0;
    padding: 4px 0 10px 4px;
}


#about_inner ul {
    list-style-image: url("/images/aagv55/sidebutton_yellow.png");
    list-style-position: inside;
    margin: 0;
    padding: 4px 0 10px 4px;
}

#links_inner {
	text-align: center;
}

.header {
/*	background-image: url(/images/aagv5/logo.png);
	background-repeat: no-repeat;
	background-color: #000059;
	text-align: right;
	border-style: solid;
	border-width: thin;*/
}

.entry {
	border-style: solid;
	border-width: thin;
	border-color: #000;
	background-color: #f5f5f5;
	color: #222;
}

.entry p {
	padding-left: 5px;
	padding-right: 5px;
}

.entry a {
	color: #3e5aa9;
	text-decoration: none;
}

.entry a:hover {
	color: #333;
}


.unreadmsg {
	font-weight: bold;
}

.imgrow, #newsnav {
	text-align: center;
}

.intro, .summary {
	font-style: italic;
}

.forumbotlinks {
	text-align: center;
}

.profexplain {
	font-weight: normal
}

.forumpopup p {
	padding: 0;
}

/* IDs */
#shoutboxhead {
	font-size: 1.25em;
	font-weight: bold;
}

#copyright {
	font-size: small;
	text-align: center;
}

/*#maincontainer { /* Big, outside container */
/*	background-color: #eeeeee;
}
*/
#maincontentcontainer {
	text-align: left;
}

#chartscopyright {
	text-align: center;
}

#shoutbox {
	font-size: small;
}

#newsentry h2 {
	font-weight: bold;
}


/* Combinations */
#compoimage {
	float: right;
	margin-right: 5px;
}

.entry h1 {
	background-color: #fff;
	color: #000;
	border-bottom: thin dashed #000;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
}

.postmetadata {
	border-top: thin dashed #000;
	background-color: #fff;
	color: #000;
	margin: 0;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.entryleft h1, .entryright h1 {
	margin: 0;
}

.entryleft, .entryright {
	background-color: #fff;
}

/* I don't really hate CSS. It just happened to be a right arse here. */
.entryleft .ihatecss, .entryright .ihatecss {
	background-color: #eee;
	margin: 0;
	padding: 0.2em 5px 0.2em 5px;
}

.fpmetadata {
	border-top: thin dashed #000;
	background-color: #fff;
	color: #000;
	margin-bottom: 0;
	margin-top: auto;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 0.9em;
	clear: right;
}

.fpmetadata p {
	margin: 0;
	padding: 0;
}

#article h2 {
	font-weight: bold;
}

.topbar a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


.topbar a:hover {
	color: #999;
}

.boardtopbar {
	text-align: center;
}

.boardtopbar a {
	color: #3E5AA9;
	text-decoration: none;
	font-weight: bold;
        font-family: 'Droid Sans', Arial, Sans-Serif;
}

.boardtopbar li {
	text-align: center;
	display: inline;
	list-style-type: none;
	margin: 0 1em;
}

.sidebar a {
	color: #DDD;
	text-decoration: none;
}

.sidebar a:hover {
	color: #fff;
}

.sidebar form {
	text-align: center;
}

.sidebar form li {
	margin: 0.25em auto 0.25em auto;
}

#shoutbox fieldset {
	padding: 0;
	margin: 0;
	border: 0;
/*	border-bottom: 1;*/
	border-style: solid;
	border-width: thin;
	text-align: center;
}

/* #formatlist li {
	background-image: url(/images/aagv55/greenbutton.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	margin: 5px 0px;
}

#sections li {
	background-image: url(/images/aagv55/redbutton.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

#about li {
	background-image: url(/images/aagv55/bluebutton.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}
*/
#copyinfo {
	font-size: 0.5em;
	margin:0;
	padding:0;
	text-align: center;
}

#copyinfo h1 {
	display: none;
}

#links {
	text-align: center;
}

#links form {
	text-align: left;
}

/* Front page stuff... */
#previewscreens p, #reviewscreens p {
	text-align: center;
}

.screenback p {
	text-align: left;
}

.ienotice {
	text-align: center;
}

#newtopic th {
	text-align: right;
}


#avselect td, #avselect tr, #avselect table {
	border: 0;
	padding: 0;
	margin: 0;
}

#mainforum table, #forumtable table {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

th {
	text-align: left;
}

#mainforum p, #mainforum ul {
	padding: 0;
	margin: 0;
}

#mainforum li {
	list-style-type: none;
}

.foruminfo a {
	font-weight: bold;
}

#forumerror pre {
	margin-left: 2em;
	margin-right: 2em;
	overflow: auto;
}

#formatlist .newtype {
	margin-top: 0.4em;
}

.bottomtext {
	text-align: center;
}

.contenttype {
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 0.5em;
}

.listbyline {
	font-size: 0.8em;
	font-style: italic;
}

#lateststuff img {
	float: right;
	padding: 0.2em 0.2em 0.2em 0.2em;
}


#lateststuff li {
	clear: right;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}

#lateststuff ul {
    margin: 0;
    padding: 0;
}

.zebtwo {
    background-color: #E9F0FF;
}

#lateststuff p, #bloglist p {
	margin: 0 0 0.5em 0;
	padding-left: 0;
}

#bloglist .listtopbit {
	font-size: 1.2em;
}

.oldblog {
	font-size: 0.9em;
}

IMG.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.blockcenter {
	text-align: center;
}

OBJECT.center {
        margin-left: auto;
	margin-right: auto;
	display: block;
}

.articlecaption {
	font-size: 0.9em;
	text-align: center;
	font-style: italic;
}

.gamescom {
	text-align: center;
	margin: 0 0 10px 0;
	background-color: #4a64d8;
	background-image: url('/images/WEBTWOPOINTOH.png');
	padding: 5px 0 5px 0;
}
.gamescom a {
	color: #ffffff;
	text-decoration: none;
}

.gamescom a:hover {
	color: #333;
}

.frontpagebanner {
        text-align: center;
        margin: 0 0 10px 0;
        background-color: #4a64d8;
        background-image: url('/images/WEBTWOPOINTOH.png');
        padding: 5px 0 5px 0;
}

.focus_box {
	background-image: url("/images/featuredcontent.jpg");
	background-position: center center;
	border: 1px solid black;
	position: relative;
}

.focus_box > div {
	font-family: 'Droid Sans', arial, sans-serif;
	text-shadow: 0.1em 0.1em 0.05em #333;
	background-color: rgba(100,100,100,0.7);
	padding: 5px;
	color: white;
}

.focus_box2 {
        background-image: url("/images/featuredcontent2.jpg");
        background-position: center center;
        border: 1px solid black;
        position: relative;
}

.focus_box2 > div {
        font-family: 'Droid Sans', arial, sans-serif;
        text-shadow: 0.1em 0.1em 0.05em #333;
        background-color: rgba(100,100,100,0.7);
        padding: 5px;
        color: white;
}


.focus_box_wide {
        background-image: url("/images/featuredcontent.jpg");
        background-position: center center;
        border: 1px solid black;
        position: relative;
}

.focus_box_wide > div {
        font-family: 'Droid Sans', arial, sans-serif;
        text-shadow: 0.1em 0.1em 0.05em #333;
        background-color: rgba(100,100,100,0.7);
        padding: 5px;
        color: white;
}


.focus_head {
	text-align: left;
	font-size: 18pt;
	border-bottom: 1px dashed #000;
}

.focus_footer {
	text-align: right;
	font-size: 10pt;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.focus_head a:hover {
	color: #DDD;
}

.focus_footer a:hover {
	color: #DDD;
}

.focus_head a {
	color: #FFF;
	text-decoration: none;
}

.focus_footer a {
	color: #FFF;
	text-decoration: none;
}

.gamescompreviewslist {
	margin-top: 1em;
}
