/*

Theme Name: Goldenbrew
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Elliott Brueggeman
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/







/* Begin Typography & Colors */

body {

	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}



#page {
	
	background-color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 950px;
	background:transparent url(images/page_background.png) repeat-y scroll 0 0;
	}



#content {
	/*font-size: 1.1em;*/
	font-size: 12px;
	}



.widecolumn .entry p {
	font-size: 1.05em;
	}



.narrowcolumn {	
	float: left;
	padding: 15px 15px 20px 15px;
	margin: 0px 0 0;
	width: 525px;
}



.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}



.widecolumn {
	line-height: 1.6em;
	}



.narrowcolumn .postmetadata {
	text-align: left;
	}



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}



.last {
	border-bottom: 1px solid #ddd;
}

	

#footer {
	text-align: center;
	border: none;
	padding: 0;
	margin: 10px auto;
	width: 500px;
	clear: both;
	color: #666;
	}

	

#footer a{
	color: #666;
	}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

	

	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}



h1 {
	font-size: 18px;
	}



.url {
	text-transform: lowercase;
	font-size: 11px;
}

	



a {
	text-decoration: none;
	color: #0066FF;
}

.entry p a:visited {
	color: #0066FF;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}



.commentlist li {
	font-weight: bold;
	}



.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}



.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}



#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}



.commentmetadata {
	font-weight: normal;
	}





small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	/*letter-spacing: .07em;*/
	}





/* Begin Structure */

#header {
	
	margin: 0 0 0 0px;
	padding: 0;
	height: 101px;
	width: 100%;
	border-bottom: 1px solid #DDD;
	background: url(images/logo_background.png) no-repeat scroll 0 0;
	background-color: #F5F5F5;
	}

	

#header_nav {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #666;
}



.post {
	margin: 0 0 0px;
	/*text-align: justify;*/
	}



.post hr {
	display: block;
	}



.widecolumn .post {
	margin: 0;
	}



.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin-top: 15px;
	}



.widecolumn .postmetadata {
	margin: 30px 0;
	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}





/* End Structure */







/*	Begin Headers */

h1 {

	padding-top: 0px;

	margin: 0;

	}



.narrowcolumn h1 {

	margin: 5px 0 10px;

}



h2 {

	margin: 0;

}



/*

h2 {

	margin: 10px 0 0;

}



h2.pagetitle {

	margin-top: 30px;

	text-align: center;

}*/



h3 {

	padding: 0;

	margin: 15px 0 0;

	}



h3.comments {

	padding: 0;

	margin: 0px auto 20px 10px;

	}

/* End Headers */







/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



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

	}

/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



/*html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}

*/

.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



	

#sidebar_left ul, #sidebar_left ul ol, #sidebar_right ul, #sidebar_right ul ol {

	margin: 0;

	margin-top: 3px;

	padding: 0;

	}



#sidebar_left ul li , #sidebar_right ul li{

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar_left ul p, #sidebar_left ul select, #sidebar_right ul p, #sidebar_right ul select {

	margin: 5px 0 8px;

	}



#sidebar_left ul ul, #sidebar_right ul ul {

	margin: 5px 0 0 0px;

}

	

#sidebar_left ul ol, #sidebar_right ul ol {

	margin: 5px 0 0 5px;

}



#sidebar_left ul ul ul, #sidebar_right ul ul ul {

	margin: 0 0 0 10px;

	}



ol li, #sidebar_left ul ol li, #sidebar_right ul ol li  {

	list-style: decimal outside;

	}



#sidebar_left ul ul li, #sidebar_left ul ol li, #sidebar_right ul ul li, #sidebar_right ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* ELLIOTT ADDED */

#sidebar_left ul ol, #sidebar_right ul ol {

	/*margin-left:10px;*/

	

}



#sidebar_left ul ol li, #sidebar_right ul ol li {

	margin-left:20px;

}

/* END ELLIOTT ADDED */









/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}





#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	/*text-align: justify;*/

	}



.commentlist li {

	margin: 0px 0 0px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#comments{



	

}

	

#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar_right {

	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;

	padding: 15px 7px 10px 8px;

	/*margin-left: 754px;*/

	margin-left: 3px;

	width: 180px;

	float: left;

}



#sidebar_left {

	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;

	padding: 15px 7px 10px 8px;

	margin-left: 0px;

	width: 180px;

	float: left;

}



#sidebar_left .widget, #sidebar_right .widget  {

	padding-bottom: 20px;

	border-bottom: 1px dashed #eee;

}



#sidebar_left h2, #sidebar_right h2 {

	margin: 0;

	margin-bottom: 8px;

	padding: 0;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-size: 17px;

	line-height: 1em;

}



#sidebar form {

	margin: 0;

}

/* End Sidebar */



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-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;

}

/* End captions */





#top_story_img {

	margin: 10px 10px 10px 0;

}



#top_story_img  img, .featured_story_img img{

	padding: 3px;

	background-color: #fefefe;

	border: 1px solid #E5E5E5;

}



#top_story_text{

	margin-top: 20px;

}



#top_story_text h1 a{

	font-size: 1.4em;

	font-weight: bold;

}



#more_games h3{

	font-size: 1.4em;

	margin-top: 0px;

}



#more_games p{

	margin:0px;

}



.featured_game_desc{

	margin: 0px 8px 0px 8px;

}





#more_games {

	margin-top: 10px;

}



.featured_story_img{

	vertical-align: top;

}



.featured_game {

	height: 105px;

}



#respond h3{

	padding-top:0px;

	margin-top:0px;

}



.post h1 {

	font-size: 1.7em;

	margin: 0 0 10px;

}



applet{

	margin: 5px;

	overflow: hidden;

}



#headertext h1{

	color: #333;

	margin: 78px 0 0 49px;

	/**margin: 78px 0 0 -125px;*/

	font-size: 10px;

	font-weight: bold;

	position: absolute;

	font-family:Verdana,Arial,Sans-Serif;

}

#headertext  .description {

	font-size: 1.6em;

	margin-top: 5px;

	font-weight: bold;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	font-style: oblique;

}



#headertext h1 a:hover {

	text-decoration: none;

}



#top_banner_ad {

	float: right;

	padding-top:5px;

	margin-right: 5px;

}



.archive_item_odd .postmetadata, .archive_item_even .postmetadata{

	margin-top: 0px;

	margin-bottom: 0px;

}



.archive_item_odd p, .archive_item_even p {

	margin: 2px 0px;

}



.archive_item_odd h3, .archive_item_even h3{

	font-size: 1.4em;

	margin-top: 6px;

}



.archive_thumbnail{

	float: left;

	height: 90px;

	margin-right:20px;

	width: 120px;

	padding-top: 8px;

	margin-left: 10px;

}



.archive_text {

	float:left;

	width:500px;

}



.archive_item_odd {

	border-top:1px solid #DFDFDF;

	background-color: #F9F9F9;

	height: 104px;

}



.archive_item_even {

	border-top:1px solid #DFDFDF;

	height: 104px;

}



.pagetitle {

	margin-bottom: 15px;

}



.archive_item_even img, .archive_item_odd img {

	padding: 3px;

	background-color: #FCFCFC;

	border: 1px solid #E5E5E5;

}



.valid {

	border: 1px solid #8DC63F;

	background-color: #DCF3BA;

	padding: 10px;

	font-size: 1.2em;

	font-weight: bold;

}



.not_valid {

	border: 1px solid #F00;

	background-color: #FE9999;

	padding: 10px;

	font-size: 1.2em;

	font-weight: bold;

}



.form_item {

	width: 520px;

	margin-bottom: 12px;

	margin-left: 5px;

	border: 1px solid #EEE;

	background-color: #FFFFDF;

}



.form_item td {

	padding: 3px;

}



.form_title {

	width: 90px;

	border-right: 1px dashed #E2E2E2;

}



.form_input {

	font-size: 10px;

	color: #666;

	

}



.form_input input{

	margin: 2px 0;

}



.centered {

	margin-left: auto;

	margin-right: auto;

	text-align: center;

}





table{

	border-collapse: collapse;



}



#script_details, .script_ratings {

	margin-bottom: 15px;

}



#script_details th, #script_desc th, .script_ratings th{

	border: 1px solid #DDD;

	border-collapse: collapse;

	background-color: #F5F5F5;

	padding: 2px;

	vertical-align: top;

}



#script_details td, #script_desc td, .script_ratings td{

	border: 1px solid #DDD;

	border-collapse: collapse;

	background-color: #FAFAFA;

	padding: 2px;

	vertical-align: top;



}



.bordered_div{

	border: 1px solid #DDD;

	background-color: #FAFAFA;

	padding: 5px;

	margin-bottom: 10px;

}





.bordered_div h2 {

	font-size: 16px;

	padding: 0;

	margin: 0;

}



.script_ratings {

	margin-left: 15px;



}



.already_rated {

	font-size: 10px;

	color: #999;

}



.post-ratings {

	line-height: 1.2em;

	font-size: 10px;

	text-align: center;

}



.basic_list {



}



.basic_list p {

	font-weight: normal;

	line-height: 1.1em;

	text-transform: none;

	margin: 5px 5px 5px 0;

}



.bordered_div p {

	font-weight: normal;

	line-height: 1.1em;

	text-transform: none;

	margin: 5px 5px 5px 0;

}

	

.basic_list {

	padding: 0;

	/*text-align: justify;*/

	margin-left: 0px;

	padding-left: 0px;

}



.basic_list li {

	margin: 0px 0 0px;

	padding: 8px 10px;

	list-style: none;

	font-weight: bold;

}



.script_list_meta {

	font-weight: normal;

	font-size: 11px;

	color: #666;

}



.post_category {

	font-weight: bold;

	line-height: 1.5em;

	font-size: 10px;

	text-transform: none;

	margin: 4px 0 0px;

	color: #D8A317;

}



.post_category  a{

	color: #D8A317;

}



.post_category_single {

	font-weight: bold;

	font-size: 10px;

	text-transform: none;

	margin: 0px 0 15px;

	color: #D8A317;

}



.post_category_single  a{

	color: #D8A317;

}

.pager {

	text-align: right;

}

.pager a{

	margin-left: 5px;

	font-weight: normal;

	font-size: 10px;

	border: 1px solid #DDDDDD;

	padding: 2px 4px;

	background-color: #F8F8F8;

}



.post_count{

	font-weight: bold;

	font-size: 10px;

	text-transform: none;

	margin: 0px;

	color: #333;

}



#google_sidebar_ad {

	margin: 0 0 0 5px;

}



#browse_categories h3{

	font-size: 16px;

}



#browse_categories li{

	list-style: none;

	margin-bottom: 3px;

	font-weight: normal;

}



#browse_categories ul{

	padding-left: 20px;

	*padding-left: 0px;

}



#share_items{

	list-style: none;

	margin: 0;

	padding: 0;

}

#share_items li{

	margin-bottom:2px;

}
