/*
Theme Name: Super Giant Games
Theme URI: http://supergiantgame.com
Description: Custom Theme for Super Giant Games
Author: Tower Hill
Author URI: http://thetowerhill.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

.clear{
	clear: both;
	}
.left{
	float: left;
	}
.right{
	float: right;
	}
body {
	background:#efefef;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 1000px;
	margin: auto;
	padding: 10px;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#social{
	position: relative;
	float: right;
	height: 90px;
	width: 90px;
	margin: 15px 15px;
	}
#social a{
	float: left;
	margin: 2px 2px;
	}

#header {
	background: #000 url('images/header.gif');
  	width: 1020px; 
  	height: 117px;
  	margin: auto;
	color: #fff; 
	overflow: hidden;
	}
	
#header-content{
	width: 1020px;
	margin: auto;
	}

#header-content h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	float: left;
	margin-left: 80px;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	width: 600px; 

	float: right;
	margin-top: -35px;
	text-align: right;
}
#menu-1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16pt;
	font-weight: bold; 

	float: left;
	margin-top: -40px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #ffc920;
	display:block;
}

#menu ul li a:hover {
	color:#fff;
	text-decoration: none;
}



/* content */


#content {
	margin: auto;
	width: 960px;
	overflow: hidden;
	}	
	
#page-content {
	margin: auto;
	width: 960px;
	overflow: hidden;
	margin-bottom: 40px;
	}	
	
#ad-space{
	background: #cccccc;
	height: 140px;
	width: 940px;
	margin: auto;
	margin-top: 20px;
	}
	
#divider{
	border-bottom: #ccc solid 1px;
	width: 100%;
	margin: 10px 0 20px 0;
	}

#divider2{
	border-bottom: #ccc solid 1px;
	width: 100%;
	margin: 30px 0 20px 0;
	}

#full-post{	
	width: 449px;
	float: left;
	border-top: #ccc solid 1px;
	padding: 15px;
	padding-bottom: 30px;
	position: relative;
	}

.post {
	width: 640px;
	margin:0;	
	line-height: 14pt;
	margin-bottom: #ccc solid 1px;
	}
	
.post small{
	width: 640px;
         color: #ccc;
	font: italic 10pt Georgia, serif;
	}
	
.post h2{
	font: normal 24pt Trebuchet MS, sans-serif;
	color: #FF0000;
	}
	
.post h2 a{
	color: #ff0000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ff0000;
	text-decoration: none;
	}
	
.post h4{
	font: normal 14pt Trebuchet MS, sans-serif;
	color: #FF0000;
	}
	
.post h4 a{
	color: #ff0000;
	text-decoration: none;
	}
	
.post h4 a:hover{
	color: #ff0000;
	text-decoration: none;
	}
	
.p-post {
	width: 100%;
	overflow: hidden;
	height: 540px;
	margin:0;	
	line-height: 14pt;
		}
	
.p-post small{
	width: 640px;
	color: #ccc;
	font: italic 10pt Georgia, serif;
	}
	
.p-post h2{
	font: normal 18pt Trebuchet MS, sans-serif;
	color: #FF0000;
	}
	
.p-post h2 a{
	color: #ff0000;
	text-decoration: none;
	}
	
.p-post h2 a:hover{
	color: #ff0000;
	text-decoration: none;
	}
	
.page-post {
	width: 640px;
	overflow: hidden;
	margin:0;	
	line-height: 14pt;
	font: normal 10pt Georgia, serif;
	}
	
.page-post small{
	width: 640px;
	color: #ccc;
	font: italic 10pt Georgia, serif;
	margin:0;	
	line-height: 14pt;
	margin-bottom: #ccc solid 1px;
	}
	
.page-post h2{
	font: normal 18pt Trebuchet MS, sans-serif;
	color: #FF0000;
	}
	
.page-post h2 a{
	color: #ff0000;
	text-decoration: none;
	}
	
.page-post h2 a:hover{
	color: #ff0000;
	text-decoration: none;
	}
	
#game-listing{
	margin: 20px;
	width: 600px;
	}
#game-listing h1{
	font: 14pt Trebuchet MS, sans-serif;
	color: #ff0000;
	}
#game-listing h3{
	font: 11pt;
	color: #000;
	}
#game-listing p{
	margin: 0;
	}
#game-listing a{
	margin: 0 0 10px 0;
	}
#download{ 
	float: right;
	text-align: right;
	margin-top: 10px;
	}

.post ul {}

.post li {}

.entry-prev img{
	width: 449px;
	margin-bottom: 10px;
	}
	
.post-fade{
	background: url('images/post_fade.png');
	height: 80px;
	position: absolute;
	top: 490px;
	width: 449px;
	z-index: 1000;
	}

.entry p{
	margin:12px 0;
	font: normal 10pt Georgia, serif;
	color: #333333;
	line-height: 14pt;
	}

.entry p a{
	color: #ff0000;
	text-decoration: underline;
	}
	
.entry p a:hover{
	#color: #666666;
	}
	
.page-entry p{
	margin:12px 0;
	font: normal 10pt Georgia, serif;
	color: #333333;
	line-height: 14pt;
	}

.page-entry p a{
	color: #ff0000;
	text-decoration: underline;
	}
	
.page-entry p a:hover{
	#color: #666666;
	}

.postmetadata{
	padding:6px;
	margin: 20px 0;
	width: 430px;
	}
	
.postmetadata a{
	color: #ff0000;
	font: normal 10pt Georgia, serif;
	text-decoration: underline;
	}
	
.postmetadata a:hover{
	color: #333;
	}
	
#comments-btn{
	background: url('images/comment_btn_back.png');
	float: right;
	height: 13px;
	width: 117px;
	padding: 5px 7px 5px 7px;
	}
	
#comments-btn a{
	color: #fff;
	text-decoration: none;
	}
	
#comments-btn h1{
	color: #fff;
	font: bold 8pt Trebuchet MS, sans-serif;
	}

#comments-btn h2{
	color: #fff;
	font: bold 9pt Georgia, serif;
	margin-top: -2px;
	}

.navigation {
	font-size: 8pt;
	float: left;
	margin: auto;
	padding:0;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	margin-bottom: 40px;
	}
	
#commentform p{
	color: #000;
	}
	
#comment-form input{
	margin: 0;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#commentform label{
	font: normal 12pt Georgia, serif;
	color: #666;
	}
	
#comment{
	width: 450px;
	}
	
#comments-title{
	font: normal 14pt Trebuchet MS, sans-serif;
	color: #FF0000;
	}

#author, #email, #url, #comment{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 10pt;
	margin:5px 5px 0 0;
	padding:0;
	border: #999 1px inset;
	}
	
#author, #email, #url{
	margin-top: 5px;
	}

#submit{
	background: url('images/post_btn.png');
	border: none;
	cursor: pointer;
	height: 23px;
	text-indent: -9999px;
	width: 131px;
	}
	
#send{
	background: url('images/send_btn.png');
	border: none;
	cursor: pointer;
	height: 23px;
	text-indent: -9999px;
	width: 108px;
	}
	
#required{
	font: italic 11pt Georgia, serif;
	color: #666;
	}

#comments{
	margin:0; 
	padding:0;
	font: normal 11pt Georgia, serif;
	color: #999;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0; width: 450px;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding: 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee; width: 450px;}
ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 12pt;
	font: normal 10pt Georgia, serif;
	}

ol.commentlist a {color:#000;}

cite {
	color: #ff0000;
	font-family: Georgia, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	}
	
cite a{color: #ff0000; text-decoration: underline;}

#comm-date{	
	font: normal 8pt Georgia, serif;
	color: #666;
	}

/* search */

#searchform{
	padding:0;
	margin: 0 10px 20px;
	}

#searchform input#s{
	background: url('images/search_back.png') 50% no-repeat;
	font: normal 8.5pt Georgia, serif;
	margin:0;
	height: 16px;
	padding: 4px 2px 2px 6px;
	width: 119px;
	border: none;
	margin-top: -4px;
	}
	
#searchform input#search{
	background: url('images/go_back.png') 50% no-repeat;
	margin:0;
	height: 22px;
	width: 36px;
	border: none;
	padding-bottom: 2px;
	text-indent: -9999px;
	margin-left: -5px;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 940px;
	padding: 20px 40px 20px 40px;
	margin: auto;
	text-align: left;
	z-index: 200;
	}
	
#footer p{
	text-align: left;
	font: bold Georgia, serif;
	}
	
#footer h3{
	color: #ffc920;
	font: 12pt Trebuchet MS, sans-serif;
	font-weight: 500;
	}
	
#footer-minis, #footer-posts, #footer-categories, #footer-twitter{
	width: 215px;
	padding: 0 10px 0 10px;
	float: left;
	}
	
#footer-minis span{
	text-align: left;
	font: normal 10pt Georgia, serif;
	color: #fff;
	}

#footer-minis span a{
	color: #666;
	}

#footer-minis span a:hover{
	color: #ccc;
	}

#footer-twitter a{
	color: #666;
	}
	
#footer-twitter a:hover{
	color: #ccc;
	}
	
#footer-twitter{
	font: normal 10pt Georgia, serif;
	color: #fff;
	}

#footer ul{
	border-bottom: #333 solid 1px;
	margin-top: 5px;
	}

#footer ul li a{
	color: #666;
	font: normal 9pt Georgia, serif;
	display: block;
	font-weight: 500;
	border-top: #333 solid 1px;
	padding: 3px 0 5px 0;
	}
#footer ul li a:hover{
	color: #ccc;
	}
	
.twitter li{
	color: #fff;
	font: normal 9pt Georgia, serif;
	display: block;
	font-weight: 500;
	border-bottom: #333 solid 1px;
	padding: 6px 0 8px 0;	
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{text-decoration: none;}


