@import url("defaults.css");
@import url("links.css");

body {
    background-color: #2b2b2b;
    color: #7F7772;
    font-family: arial, helvetica, sans-serif; 
    font-size: 90%;
}

p, ul {
    line-height: 150%;
    margin: 1em;
}

#content .entry {
    margin: 1em;
}

ul {
    line-height: 110%;
}

#sidebar p, ul {
    line-height: 200%;
    margin: 0;
}

#sidebar li.ellipsis {
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

#page {
    clear: both;
    width: 100%;
    margin-top: 0;
    background-color: #151515;
}

#header {
    background-color: #2b2b2b;
    padding-left: 20px;
    font-size: 120%;
}

#header img {
    padding-top: 10px;
}

#subtitle {
    float: right;
    padding-top: 1em;
    padding-right: 2em;
    margin: 0;
}

#cse-search-box {
    float: right;
    clear: both;
    padding-right: 2em;
}

#logo a {
    text-decoration: none;
    font-weight: bold;
}

#menu {
    margin: 0;
	margin-top: -10px;
    width: 100%;
    background-color: #2b2b2b;
    font-size: 120%;
}

#menu ul {
    line-height: 100%;
    list-style-type: none;
    float: left;
    margin-left: 198px;
    margin-right: 0;
    margin-bottom: 0;
}

#menu li {
    float: left;
    display: block;
    text-transform: capitalize;
    margin-right: 0.4em;
}

#menu li span {
    float: left;
    display: block;
    background: #880A0B url("/static/images/tab-right.gif") right top no-repeat;
    padding-right: 18px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

#menu li.current span {
    background: #151515 url("/static/images/tab-current-right.gif") right top no-repeat;
}

#menu a {
    float: left;
    display: block;
    background: #880A0B url("/static/images/tab-left.gif") left top no-repeat;
    padding-left: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #eeeeee;
}

#menu li.current a {
    background: #151515 url("/static/images/tab-current-left.gif") left top no-repeat;
}

#menu a:hover {
    color: #ff5134;
}

#column-layout {
    width: 100%;
}

#column-layout td.column {
    vertical-align: top;
}

#column-layout td.leftcol {
    width: 100%;
}

#colum-layout td.rightcol {
    width: 300px;
}

#content {
    padding: 2em;
}

#sidebar {
    width: 260px;
    margin: 20px;
}

#sidebar ul {
    list-style: none;
}

#sidebar li {
    margin-bottom: 20px;
}

#sidebar li ul {
    font-size: 90%;
    line-height: 200%;
}

#sidebar li li {
    margin: 0;
    padding-left: 15px;
    padding-right: 5px;
    border-bottom: 1px #950000 dashed;
}

#sidebar li li.nounderline {
    border-bottom: 0;
}

#sidebar h2 {
    padding: 5px 0 0 30px;
    background: url("/static/images/bullet.gif") no-repeat left 60%;
    border-bottom: 1px #A90000 dashed;
    color: #eeeeee;
    font-size: 1.6em;
    letter-spacing: -1px;
}

#sidebar a:hover {
    text-decoration: none;
}

#footer {
    clear: both;
    border-top: 2px solid #2b2b2b;
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
}

#footer a {
    color: #7f7772;
}

#footer p {
    margin: 0;
    padding: 1px;
}

#paginator #previous {
    float: left;
}

#paginator #next {
    float: right;
}

.post {
    border-bottom: 1px #A90000 dashed;
    margin-bottom: 1.2em;
}

#content h1, h2, h3 {
    color: #CF3822;
}

#content h1 {
    font-size: 1.4em;
    color: #eeeeee;
    margin-bottom: 1em;
}

#content h2 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

#content h3 {
    font-size: 1em;
    margin-bottom: 0.2em;
}

#content table {
    margin-bottom: 2em;
    margin-left: 2em;
}

#content table.nomargin {
    margin: 0;
    margin-bottom: 2em;
}

#content td {
    padding: 0.2em;
}

#content ul, #content ol {
    padding-left: 2em;
}

#content .subtitle {
    color: #eeeeee;
}

.post .title {
    margin-bottom: 1em;
    line-height: normal;
    color: #BABABA;
}

.post .title p a {
    color: #880A0B;
}

.post .links {
    width: 410px;
    height: 29px;
    margin: 0;
    padding: 6px 0 0 20px;
}

.post .links a {
    padding: 0 23px;
    text-decoration: none;
    font-weight: bold;
    color: #CF3822;
}

.post p {
    margin-bottom: 0.5em;
}

.post .links a:hover {
    text-decoration: underline;
    color: #CF3822;
}

#content img.icon {
    vertical-align: middle;
    margin: 0 0.4em;
}

p.comment {
    margin: 1em 1em 0 1em;
    line-height: 100%;
}

p.postedby {
    font-size: 80%;
    margin: 0;
    padding-left: 3em;
}

.game-icon {
    vertical-align: middle;
}

#content .nobullet {
    list-style: none;
}

#content .narrow {
    padding: 0;
    margin: 1em 5em 2em 5em;
}

#sidebar div.offerbox {
	text-align: center;
	border: 3px solid #eeeeee;
	border-radius: 1em;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
	background: #880A0B;
}

#specialoffers {
	display: block;
	width: 100%;
 	list-style: none;
	margin: 0;
	padding: 0;
}

#specialoffers li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

#specialoffers li p {
	font-size: 140%;
	line-height: 100%;
	font-weight: bold;
	color: #eeeeee;
	margin: 0.3em;
}

#topgames {
    display: none;
	text-align: left;
	border: 3px solid #eeeeee;
	border-radius: 1em;
	padding: 4px;
	margin: 0;
	margin-bottom: 2.5em;
	background: #880A0B;
	color: #eee;
}

#topgames ul, li {
    display: block;
    margin: 0;
    padding: 0;
}

#topgames h2 {
    margin: 0;
    padding: 0;
    color: #eee;
}

#topgames table {
    margin: 0;
    padding: 0;
    display: block;
}

#topgames td {
    vertical-align: top;    
}

#topgames img.bannerscreen {
    height: 100px;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

#topgameslist {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}