/*
Theme Name: ArcadePress
Theme URI: http://www.templateslord.com
Description: Flash games Wordpress theme that works with Wordpress MochiAds Plugin. Downloaded from <a href="http://www.templateslord.com">TemplatesLord.com</a>
Author: Marko Petkovic
Version: 1.0
*/

/* CSS Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
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;
}
:focus {
	outline: 0;
}
body {
	color: #7a7a7a;
	text-align: center;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
a {
	color: #375aaa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
br {
	display: none;
}
#outtop {
	height: 6px;
	width: 100%;
	background-color: #4a6ea9;
}
#top {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 40px;
}
#header {
	width: 960px;
	text-align: left;
	margin: 10px auto;
	height: 60px;
}

#bannertop {
	width: 468px;
	height: 69px;
	float: right;
}
h1 {
	font: bold 20px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #414241;
	height: 20px;
	padding-top: 13px;
}
h2 {
	color: #414241;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.desc {
	color: #7c7c7c;
}
.clear {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
}

#mainnav {
	margin: 10px auto;
	background: url(images/navbg.gif) no-repeat;
	height: 32px;
	width: 960px;
}

#mainnav ul {
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 30px;
	float: left;
    width: 100%;
}
#mainnav ul li {
	display: inline;

}
#mainnav ul li a {
	font-size: 12px;
	color: #3b5998;
	text-decoration: none;
	padding: 9px 4px;
	line-height: 12px;
	margin: 0;
	background: url(images/graydot.gif) repeat-y right top;
	float: left;
}

#mainnav ul li a:hover {
	background-color: #e6ebf2;
	color: #051525;

}

div#container{width:960px;margin:0 auto}
div#wrapper{float:left;width:100%}


div#middlecol{margin: 0 160px 0 160px}
div#leftcol{float:left;width:160px;margin-left:-960px}
div#rightcol{float:left;width:160px;margin-left:-160px}
div#footer{clear:left;width:100%}


div#container{text-align:left}

/*-----------------------Main content----------------------*/

#content {
	margin-left: 10px;
	margin-right: 10px;
}

.gameoutpost {
	float: left;
	width: 50%;
	position: relative;
}
.gamepost {
	background-color: #fbfbfb;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
* html .gamepost{
	margin-right: 0px;
	margin-left: 0px;
}
.gamepost .thumb {
	float: left;
	margin: 5px;
}

.gamepost h2 {
	line-height: 12px;
	padding: 15px 0 5px;
}

a.gametitle {
	color: #375aaa;
	text-decoration: underline;
	margin-right: 5px;
	text-decoration: underline;
}

p.gamedesc {
	margin-right: 5px;
}

.facebooklike {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*-----------------------Footer----------------------*/

#footer {
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
}

/*-----------------------Single Post----------------------*/

.singlepost {
	background-color: #fbfbfb;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin-bottom: 5px;
}
.singlepost .embed {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.singlepost .embed embed {
	margin-right: auto;
	margin-left: auto;
	max-width:600px;
	max-height:450px;
}

.singlepost p {
	margin-bottom: 10px;
}
.singlepost .thumb {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}
/*-----------------------Fix for weird margin in right cplumn p tag----------------------*/

#rightcol p {
	margin-bottom: 0;
}

/*-----------------------sidebars----------------------*/
.sidebox {
	background-color: #fbfbfb;
	border: 1px solid #dfdfdf;
	margin-bottom: 5px;
	padding: 2px 5px 5px;
}

.verticalbanner {
	margin-bottom: 5px;
}
#searchform {
	text-align: center;
}
#s, input.searchbutton {
	margin-right: auto;
	margin-left: auto;
}
#s {
	margin-bottom: 5px;
	background-color: #eae9e9;
	border: 1px solid #e7e5e5;
	padding: 5px 3px;
	width: 80%;
}
#searchdiv .searchbtn {
	padding: 3px;
	background-color: #4a6ea9;
	border: 1px solid #4a6ea9;
	color: #FFF;
}
.sidebox ul li {
	line-height: 14px;
	font-size: 11px;
}

h2.tagheading {
	text-transform: capitalize;
}

/*-----------------------emm_paginate - WordPress Pagination Function http://www.ericmmartin.com/pagination-function-for-wordpress----------------------*/

.emm-paginate {
	text-align: left;
	padding-bottom: 14px;
	padding-top: 14px;
}
.emm-paginate a { 	
    border: 1px solid #dfdfdf; 
    margin-right: 5px; 
    padding: 6px 8px; 
    text-align:center; 
    text-decoration:none;
    }
.emm-paginate a:hover, .emm-paginate a:active {	
	border: 1px solid #dfdfdf;
	background-color: #e6ebf2;
	}
.emm-paginate .emm-title { margin-right:8px;}
.emm-paginate .emm-gap {margin-right:4px;}
.emm-paginate .emm-current {
	color: #000; 	
	border: 1px solid #dfdfdf;
	padding: 6px;
	margin-right: 5px;
	background-color: #e6ebf2;
}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}
