/*  
Theme Name: Game Couch Theme
Theme URI: http://gamecouch.com/
Description: This is the theme to use for the Game Couch site on Wordpress. Developed on WP v2.0.5.
Version: .1
Author: Anthony Bosio
Author URI: http://abosio.com/
*/


body{
	background-color: #e1e1e1;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


blockquote {
	background-color: #e1e1e1;
	padding: 20px;
	font: 12px/17px Courier, monospace;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

img{
	border: 0;
}

#masthead{
	margin: 0;
	padding: 0;
	height: 120px;
	width: 100%;
	background: url('images/mast_bkgd.gif') top left repeat-x;
	border-bottom: 2px solid #6f3;
}

h1{
	height: 108px;
	width: 274px;
	margin: 0 auto 0 auto;
	background: url('images/masthead.gif') 0 8px no-repeat;
	text-indent: -9999px;
}

h1 a{
	display: block;
	height: 108px;
	width: 274px;
}

h2{
	margin: 0;
	font: 24px/26px Arial, Helvetica, sans-serif;
}

h3{
	font: 18px/26px Arial, Helvetica, sans-serif;
}

/*
#nav{
	height: 30px;
	background-color: #666;
}

#nav ol {
	height: 30px;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
}

#nav li {
	font-size: 12px;
  	float:left;
	padding: 5px 0 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li a{
	font-weight: bold;
	color: #fff;
	padding: 8px 0 0 0;
	display: block;
	width: 100px;
	height: 22px;
	text-decoration: none;
}

#nav li a:hover{
	background-color: #999;
}
*/

.postnav {
	display: block;
	width: 430px;
	height: 11px;
	border-top: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 5px 0;
	margin: 10px 0 0 0;
}

.postnav a {
	font-size: 11px;
	display: block;
}

.postnav a:visited {
	color: #00f;
}

.older {
	float: left;
	width: 215px;
}

.newer {
	float: right;
	width: 215px;
	text-align: right;
}



#container {
	padding-top: 10px;
	margin: 0 auto 0 auto;
	width: 910px;
}

#ad {
	background-color:  #fff;
	text-align: center;
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
	padding: 10px;
}

#main {
	float: left;
	width: 450px;
	/* margin: 0 260px 0 190px; */
}

#promo {
	margin: 0;
	float: right;
	width: 260px;
	padding: 0;
}

.titlebox{
	width: 450px;
	background: url('images/title_bkgd.gif') top left repeat-x #6f3;
	padding-bottom: 10px;
}

.titlebox h2{
	margin: 0;
	padding: 5px 0 0 10px;
/*	width: 348px; */
	font: 24px/26px Arial, Helvetica, sans-serif;
}

.titlebox h2 a,#links h2 a{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.titlebox h2 a:hover,#links h2 a:hover{
	text-decoration: underline;
}

.titlebox .dateline{
	margin: 0;
	padding: 3px 0 0 10px;
	width: 348px;
	font-size: 12px;
}

.titlebox img, img.about{
	margin: 0;
	border: 1px solid #6f3;
	float: right;
}

img.about{
	margin-left: 10px;
	margin-bottom: 5px
}

.gcrating {
	background-color: #666;
	height: 30px;
}

.gcrating-text {
	margin: 9px 0 0 0;
	padding-left: 10px;
	font-size: 11px;
	color: #e1e1e1;
	float: left;
	width: 150px;
}

.gcrating-stars {
	margin: 0 0 0 0;
	float: right;
	width: 110px;
	height: 30px;
	text-indent: -9999px;
}

.star0 {
	background: url('images/0star.gif') 0 5px no-repeat;
}
.star1 {
	background: url('images/1star.gif') 0 5px no-repeat;
}
.star2 {
	background: url('images/2star.gif') 0 5px no-repeat;
}
.star3 {
	background: url('images/3star.gif') 0 5px no-repeat;
}
.star4 {
	background: url('images/4star.gif') 0 5px no-repeat;
}
.star5 {
	background: url('images/5star.gif') 0 5px no-repeat;
}


.content {
	padding: 10px;
	font-size: 12px;
	line-height: 19px;
	background-color: #fff;
	margin-bottom: 10px;
}


.details {
	margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	background-color: transparent;
}

.details a:link, .details a:visited {
	color: #666;
	text-decoration: none;
}

.details a:hover {
	text-decoration: underline;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li:last-child {
	border-bottom: 1px solid #e1e1e1;
}

.commentlist li {
	margin: 10px 0 20px 0;
}

.commentlist cite {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

.commentmetadata {
	display: block;
	color: #fff;
	background-color: #666;
	padding: 5px;
	font: 11px/18px Verdana, Helvetica, Arial, sans-serif;
}

.commentmetadata .avatar {
	border: 1px solid #ccc;
	margin-right: 10px;
	float: left;
}

.commentmetadata a {
	color: #fff;
	text-decoration: none;
}
.commentmetadata a:hover {
	text-decoration: underline;
}


.commentlist blockquote {
	margin: 0 10px;
}



#recent{
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #6f3;
}

#recent h2{
	margin: 0;
	padding: 1px 0 0 10px;
	background: url('images/20_bkgd.gif') top left repeat-x #6f3;
	height: 20px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

#recent ul{
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 11px;
	line-height: 13px;
}

#recent li{
	margin: 0;
	padding: 0 0 8px 10px;
}


#links{
	background-color: #fff;
	margin: 0 0 10px 0;
}

#links h2, .promobox h2{
	margin: 0;
	padding: 3px 0 0 10px;
	background: url('images/30_bkgd.gif') top left repeat-x #6f3;
	height: 30px;
	font: 18px/24px Arial, Helvetica, sans-serif;
}


#links ul {
	list-style: none;
	width: 260px;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 11px;
	line-height: 15px;
}

#links li{
	margin: 0;
	padding: 0 0 8px 10px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer{
	color: #666;
	background-color: #ccc;
	margin: 0;
	padding: 10px;
	height: 50px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

h2 img{
	float: right;
	padding: 3px 10px 0 0;
	border: 0;
}

.promobox{
	margin: 0 0 10px 0;
	width: 260px;
	background-color: #fff;
	font-size: 11px;
}


ul.links {
	list-style: none;
	padding: 0;
	margin: 5px 0 10px 10px;	
}

ul.links li {
	margin: 0;
	padding: 2px 0;
}


.image{
	width: 220px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.image img{
	margin: 0;
	padding: 0;
}

.image-right{
	width: 220px;
	display: block;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}
.image-right img{
	margin: 0;
	padding: 0;
}

.image-left{
	width: 220px;
	display: block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.image-left img{
	margin: 0;
	padding: 0;
}

.caption {
	background-color: #e1e1e1;
	display: block;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 11px;
	line-height: 13px;
}

#image h1 {
	height: 70px;
	width: 192px;
	margin: 10px auto;
	background: none;
}

#image h1 a {
	background: url('images/attachment_logo.gif') no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 192px;
}

#image #content {
	text-align: center;
}

#image #content img {
	border: 10px solid #fff;
	margin-bottom: 10px;
}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#0000FF;}
#flickr_badge_wrapper {background-color:#FFFFFF;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter_update_list li {
	margin-bottom: 10px;
}

