/*  
Theme Name: Gamesanity Slick
Theme URI: http://www.gamesanityblog.com/
Description: Tinged with comic undertones but modern, originally based on layout by Ed Merritt
Version: 1.0
Author: Simon Windmill
Author URI: http://www.coolpowers.com/
*/


/* layout */
* {
	font-size: 100%; 
	margin: 0; 
	padding: 0; 
}

body {
	position: relative; 
	background: url(images/bg_body.gif) top left repeat-x #565d62; 
	font: 70% Verdana, Arial, Helvetica, sans-serif; 
	color: #000011; 
	text-align: center;
}

#page {
	display: block; 
	width: 850px; 
	background: url(images/bg_main.gif) top repeat-y; 
	text-align: left; 
	margin: 0 auto;
}

#header {
	float: left; 
	width: 850px; 
	background: url(images/mainheader.jpg) top no-repeat; 
	min-height: 174px; 
	padding: 0;
}



img.header {
	width: 850px; 
	min-height: 174px; 
        height: 174px;
	padding: 0px;
        border: 0px;
}


#content {
	float: left; 
	display: block; 
	width: 590px; 
	margin: 0px 0 0 12px;
}

* html #content {
        margin: 0px 0px 0px 5px;
}


#sidebar {
	float: left; 
	display: block; 
	width: 217px; 
	margin: 0 0 0 7px;
}

* html #sidebar {
        margin: 0 0 0 12px;
}


.post {
	float: left; 
	display: block; 
	width: 560px; 
	margin: 0 0 0 18px;
}

* html .post {
        margin: 0 0 0 10px;
        width: 550px;
}

.page {
	float: left; 
	display: block; 
	width: 507px; 
	margin: 0 0 0 18px;
}

.archive {
	float: left; 
	display: block; 
	width: 607px; 
	margin: 0 0 18px 18px; 
	border-bottom: 1px solid #ccc;
}

.navigation {
        clear: both;
	display: inline;
	text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        width: 500px; 
        margin: 0px 0px 16px 16px;
}


#sidebar .post {
	display: block; 
	width: 184px; 
	margin: -12px 0 16px 16px;
        padding: 12px 6px;
        border: 2px solid #567d8f;
        background: #c3ccd5;
        z-index: 1;
        position: relative;

}

* html #sidebar .post {
        margin: -12px 0 16px 6px;
}


.title {
	float: left; 
	display: block; 
	width: 590px; 
	background: url(images/bg_h2.gif) bottom repeat-x #E2EBF8; 
	margin: 0 0 18px 4px;
}

#sidebar .title {
	float: left; 
	display: block; 
	width: 152px; 
	margin: 0 0 3px -12px;
	background: #ffe400;
        border: 2px solid #000000;
        z-index: 2;
        position: relative;

}

* html #sidebar .title {
        margin: 0 0 3px -16px;
}


.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
        margin: 0px 0px 0px 8px
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img {
        background: #ffffff;
        border: 2px solid #000000;
        padding: 4px;
        margin: 0px 10px 10px 10px;
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.post {
	padding: 20px 0px 20px 0px;
}



.entry {
	line-height: 1.4em;
        font-size: 1.2em;
        clear: both;
        font: 13px Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
}

.commentline {
	float: right; 
	display: block; 
	margin: 0 0 4px 0;
        background: url(images/bubble_small.gif) left center no-repeat; 
        padding: 8px 0px 10px 18px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
}


.commentline a, .commentline a:visited {
	color: #222244; 
	text-decoration: none;
}

.commentline a:hover {
        color: #aa9300;
}


.postinfo {
        float: left;
	font-size: 10px;
	color: #222244;
	margin: 0 0 4px 0;
        padding: 8px 0px 10px 0px;
        text-transform: uppercase;
        font-weight: bold;
}

.postinfo a{
	color: #BFB8A1;
}

.postdate { 
        color: #664444;
}

.postauthor {
        color: #884444;
}

p.postmetadata{
	border-top: 2px solid #222244;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	color: #222244;
        text-transform: uppercase;
        font: bold 10px Verdana, Helvetica, Arial, sans-serif;
        clear: both;
}

.postbreak {
        clear: both;
        height: 32px;
}

/* typography */
h1 {
	font: 2.2em Tahoma, Verdana, Arial, sans-serif; 
	color: #fff; 
	letter-spacing: -1px; 
	padding: 45px 37px 0 37px; 
	margin: 0 0 -5px 0;
}

h1 a, h1 a:visited {
	color: #fff; 
	text-decoration: none;
}

.title h2 {
	font: 1.05em Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	padding: 9px 24px 12px 24px;
}

.post h2 {
	color: #333333;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 22px;
	line-height: 14px;
}


#sidebar .title h2 {
	font: 1.05em Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	padding: 6px 6px 6px 6px; 
	background: none; 
	color: #222244;
        font-weight: bold;
}

.title small {
	float: right; 
	padding: 14px 24px 0 0; 
	color: #67939B;
}

h3 a, h3 a:visited {
	color: #222233; 
	text-decoration: none;
}

h3 a:hover {
        color: #aa9300;
}

h3 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 0px 0; 
	padding: 0;
}

.entry p {
	padding-right: 0px;
}

.postinfo p {
	padding: 0 6px;
}

blockquote {
	padding: 0 0 0 12px;
        margin: 4px 32px 4px 32px;
	border-left: 3px solid #ccc;
        font-style: italic;
}

h3.entry-title {
	font-size: 26px;
	letter-spacing: -1px;
        text-transform: uppercase;
        border-bottom: 3px solid #000000;
	line-height: 1.0em;
}

h3 {
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}


/* lists */
ul {
	margin: 4px;
        list-style-image: url(images/bullet.gif);
}

li {
        padding: 1px 0px 2px 0px;
}

ol {
	margin: 0 0 24px 6px;
}

ul li {
	margin: 0 24px 0 14px;
}

ol li {
	margin: 0 24px 0 14px;
}


/* links */

a, a:visited {
	color: #ab4444; 
	text-decoration: none;
}

a:hover {
        color: #aa9300;
}

.entry a { 
	font-weight: bold;
        text-decoration: underline;
}

.postmetadata a { 
        text-decoration: none;
}



/* main image */

/* forms */
form {
	margin: 0 0 18px 0;
}
#searchsubmit {
	position: absolute;
}

#reviewsearchsubmit {
	position: absolute;
}


.searchbox {
	width: 136px; 
	padding: 2px; 
	border: 1px solid #B9C3D1; 
	background: #CAD6E1; 
	color: #32474B; 
	margin: 0px 0px 0px 12px;
}

select, .field {
	width: 162px; 
	margin: 0 0 4px 12px; 
	color: #32474B;
}

.field {
	padding: 2px; 
	width: 153px;
}

textarea {
	padding: 2px; 
	width: 308px; 
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

select option {
	padding: 1px;
}
#submit {
	padding: 4px 16px;
        margin: -2px 10px 0px 0px;
        float: right;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.gamerdad_comment {
	/* background-color: #ffe400; */
	border: 2px solid #c41a09;
        padding: 4px;
}

.contributor_comment {
	/* background-color: #c3ccd5; */
	border: 2px solid #79b0c9;
        padding: 4px;
}

#comment-form{
	width: 528px;
	margin: 30px 0px 30px 0px;
	border: 2px solid #88888a;
	padding: 5px 5px 15px 15px;
	background: #e4e4e6 url(images/bubble_big.gif) no-repeat top right;
}

.comments-template a {
        font-weight: bold;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 16px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #736E60;
	padding: 10px 0 12px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #736E60;
	padding: 5px 0 5px 0;
}

.comment_time {
	font-size: 10px;
        color: #aa8888;
	margin: 0 0 4px 0;
        padding: 8px 0px 10px 0px;
        text-transform: uppercase;
        font-weight: bold;
}


.commentmetadata strong { 
	font-size: 12px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template p {
  margin: 0px 0px 3px 0px;
	padding: 2px;
}

.comments-template input{
	border: 1px solid #333;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 8px 15px 15px 0px;
	background: #FFF;
	border: 1px solid #868688;
        width: 512px;
}

.comments-template {
        clear: both;
        width: 552px;
        margin: 10px 0px 10px 22px;
}

* html .comments-template {
        width: 540px;
}

/* footer */
#credits {
	clear: both; 
	display: block; 
	width: 850px; 
	background: url(images/bg_credits.gif) bottom repeat-y;
	/*border-bottom: 20px solid #ff00ff; */
        border: 0px;
	text-align: center;
}


#credits p {
	color: #798892; 
	padding: 0px 37px 32px 37px;
}

#credits a, #credits a:visited {
	color: #B05255;
}


#credits-top {
	display: block; 
	width: 850px; 
	height: 16px; 
	background: url(images/bg_credits-top.gif) top no-repeat;
}

#footer {
	clear: both; 
	display: block; 
	width: 850px; 
	background: url(images/bg_footer.gif) bottom no-repeat; 
	border-bottom: 20px solid #565d62; 
	text-align: center;
}



#footer p {
	color: #798892; 
	padding: 0px 37px 32px 37px;
}

#footer a, #footer a:visited {
	color: #B05255;
}

#footer-top {
	display: block; 
	width: 850px; 
	height: 16px; 
	background: url(images/bg_footernocredits-top.gif) top no-repeat;
}

.creditsleft {
        float: left;
        width: 392px;
        border: 0px;
       	background: transparent;
        text-align: left;
        margin: 10px 0px 0px 24px;
}

.creditsleft ul {
	margin: 4px;
        list-style-image: url(images/bullet.gif);
        font-size: 10px;
}

.creditsright {
        float: right;
        width: 392px;
        border: 0px;
	background: transparent;
        text-align: left;
        margin: 10px 24px 0px 0px;
}

* html .creditsleft {
        margin: 10px 0px 0px 12px;
        width: 380px;
}

* html .creditsright {
        margin: 10px 12px 0px 0px;
        width: 380px;
}

#credits .title {
        background: #9dafc0;
        color: #d8e1ea;
        width: 388px;
        margin: 0px 0px 5px 0px;
        padding: 4px 0px 4px 4px;
        text-transform: uppercase;
        font-weight: bold;
        float: none;        
}

/* convenience */

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation .alignright {
        margin: 0px 18px 10px 0px;
}

.navigation .alignleft {
        margin: 0px 0px 10px 18px;
}

* html .navigation .alignright {
        margin: 0px 9px 10px 0px;
}

* html .navigation .alignleft {
        margin: 0px 0px 10px 9px;
}

.fader {
        border: 2px dashed #222222;
        width: 90%;
        margin: 10px auto 10px auto;
        padding: 4px;
        background: #ffffff;
}

img.post-image {
        margin: 0px 10px 10px 0px;
        float: left;
}

#ADfullbanner {
	text-align:center;
        clear: both;
}

.ads img {
        background: #ffffff;
        border: 2px solid #000000;
        padding: 4px;
        margin: 0px 10px 10px 10px;
}

img.ads {
        margin: 0px 10px 10x 4px;
	background: #ffffff;
        border: 2px solid #000000;
        padding: 4px;
}

img.wp-smiley {
        padding: 0px;
        border: 0px;
        margin: 0px;
}

.intro {
        border: 2px dashed #222222;
        width: 90%;
        margin: 10px auto 10px auto;
        padding: 4px;
        background: #ffffff;
}