/*  
Theme Name: WordPress Default
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: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a img {
	border: 0;
}
/* Background fader styling */
html, #wrapper {
   height:100%;
   margin: 0;
   padding: 0;
   border: none;
   text-align: center;
}
#wrapper {
   margin: 0 auto;
   text-align: center;
   vertical-align: top;
   width: 974px;
}
body {
 background-attachment:scroll;
 background-repeat: no-repeat;
 /*Use center center in place of 300 200 to center bg image*/
 background-position: center center;
}

#bg {
 	position:absolute;z-index:0;left:0px;top:0px;
}

#bg img {
	position:absolute; left: 0; top: 0;
}

/*layout*/
body {
	background: #000 url('images/layout/4a.jpg') no-repeat center center; 
	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Helvetica;
	color: #FFF;
	text-align: center;
	margin-top:0;
   
	}
.container {
	position: relative;
	width: 974px;
}
#header {
	background: url('images/layout/logo.png') no-repeat 10px 18px;
	width: 974px;
	margin: 0 auto 0 auto;
	height: 83px;
	}
#header .nav {
	float:right;
	padding: 30px 50px 0 0;
}
#header .nav ul {
	margin:0;
	padding: 4px 0 4px 20px;
	height:17px;
}
#header .nav li {
	float: left;
	list-style: none;
	margin: 0 16px 0 0px;
	height: 30px;
}
#header .nav li.current_page_item {
	background: transparent url('images/arrow.png') center 15px no-repeat;
}
#header .nav li a {
	color: #d7d7d7;
	font-size: 14px;
	font-family: Georgia, Arial, Helvetica, 'Trebuchet MS';
	text-decoration: none;
	font-weight: normal;
}
#header .nav li a:hover {
	color: #FFF;	
	text-decoration: none;
}
#page {
	background: url('images/layout/bgr_page.png') repeat-y top center;
	text-align: left;
	width: 974px;
	margin: 0 auto 0 auto;	
	}

#footer {
	width: 974px;
	margin: 0px auto 0 auto;
	}	
#content {
	float:left;
	width: 500px;
	margin: 30px 0px 30px 30px;
}
#content .entry {
	padding: 0 20px 0 0;
}
h2.pagetitle {
	font-weight: normal;
	margin: 0 0 20px 20px;
}
/** Sidebar **/
#sidebar h2 {
	color: #acd993;
	margin: 0 0 10px 0;
	padding:1px 0 0 0;
	font-weight: normal;
	font-size: 18px;
	
}
#sidebar {
	width: 100%;
	margin: 30px 30px 30px 0px;
	border: solid #312514;
	border-width: 0 0 0 1px;	
	padding: 0 0 0 35px;
}
.frontpage-sidebar {
	float:left;
	width: 500px;
}
.subpage-sidebar {
	float:left;	
	width: 370px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	border: solid #312514;
	border-width: 0 0 1px 0;
	margin: 0 0 20px 0px;
	padding: 0 0 20px 0;
}
#sidebar ul li ul li {
	list-style: none;
	border: solid #312514;
	border-width: 0 0 0px 0;
	margin: 0 0 0px 0px;
	padding: 0 0 15px 0;
}
#sidebar li#links li {
	border:0;
	margin: 0;
	padding: 0;
}
#sidebar li#links ul, #sidebar li#gigpress ul, #sidebar li#sub-page-menu ul {
	margin:0;
	padding: 0;
}
#sidebar li#gigpress ul li {
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
}
#sidebar li#gigpress li.vevent {
	margin-top: 10px;
	}
#sidebar li#gigpress li.gigpress-list-rss {
	margin: 10px 0 0 0;
	background-color: #f4f4f4;
	padding: 2px 0 2px 5px;
}
#sidebar li#sub-page-menu ul li {
	margin: 0;
	padding: 0;
	border: 0;
}
#sidebar ul.twitter li {
	margin: 0;
	padding: 0;
	border: 0;
}

/** font styling **/
h1 {
	font-size: 18px;
	color: #acd993;
	font-weight: normal;
	margin: 0 0px 20px 0px;
	padding: 0;	
}
h2 {
	font-size: 16px;
	color: #acd993;
	font-weight: normal;
	margin: 0 0px 20px 0px;
	padding: 0;	
}
a:link, a:active, a:visited, a:hover {
	color: #c8c8c8;
}
textarea {
	width: 420px;
}

/** SUBPAGE MENU **/
.widget_subpages li a:link,
.widget_subpages li a:visited,
.widget_subpages li a:active {
	color: #d7d7d7;
	text-decoration: none;
}
li.widget_subpages ul li a:hover {
	text-decoration: underline;
	color: #d7d7d7;
}

/* BlOG STYLES */
#content .single {
	border: 0 solid #d0cfbb;
	border-width: 0 0 1px 0;
}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #acd993;
}
h2 a:hover {
	text-decoration: underline;
	color: #FFF;
}
h3#respond {
	border: 0 solid #d0cfbb;
	border-width: 1px 0 0 0;
	padding-top: 20px;
}
h3.storytitle {
	margin:0 20px 0 0;
	padding: 0 0 0 5px;
	background-color: #acd993;
	
}
h3.storytitle a:link, h3.storytitle a:visited, h3.storytitle a:active { 
	text-decoration: none;
	color: #262c00;
	font-size: 18px;
	}
h3.storytitle a:hover {
	text-decoration: none;
	color: #262c00;
	font-size: 18px;
	}
.post {
	border: 0 solid #d0cfbb;
	border-width: 0 0 0px 0;
	padding: 5px 20px 10px 20px;
	margin-right: 30px;
}

/** BLOG STYLE **/
.navigation {
	margin: 0 20px;
}
.narrowcolumn .hentry:hover {
	background: #222 url('images/layout/arrows.png') 440px 22px no-repeat;
}
.narrowcolumn .hentry {
	border: solid #312514;
	border-width: 1px 0 0 0;
	padding-top: 20px;
}
.hentry h2 {
	margin: 0 20px 0 0;
	padding-top: 0px;
}

.post h2 a, .hentry h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
}		

.frontpage-blog {
}
.book {
	width: 500px;
	margin-left: 0px;
}
.ngg-widget a img {
	border: 4px solid #4c4c4c;
	margin: 0 5px 5px 0;
}

/** BLOG COMMENTS **/
.commentlist li, #commentform input, #commentform textarea {
	font-family: georgia, Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	}
.comment-author cite, .comment-author img, .comment-body p {
	float:left;
}
.comment-author cite {
	margin-right: 5px;
}
.comment-author img {
	margin: 0 15px 0 0;
}
.comment-body {
	border: 1px solid #312514;
	border-width: 1px 0 0 0;
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
}
.reply {
	clear:both;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#respond {
	margin: 20px 40px 20px 20px;
	border: solid #312514;
	border-width: 1px 0 0 0;
	}
#respond h3 {
	font-weight: normal;
}
#commentform p {
	font-family: georgia, Verdana, Arial, Sans-Serif;
	}
h3#comments  {
	font-weight: normal;
	margin: 0 40px 0 20px;
	border: solid #312514;
	border-width: 1px 0 0 0;
	padding: 20px 0;
}
ol.commentlist {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
.commentmetadata {
	font-weight: normal;
	}

/** GIGPRESS */
.gigpress-table {
	background-color: #000;
	color: #FFF;
	border-top: 0px solid #CCC;
}
th.gigpress-heading {
	background-color: #222;
	color: #FFF;
	border: 0;
	font-size:14px;
	font-weight: normal;
}
.gigpress-info-item {
	margin-right: 10px;
	color: #f4f4f4;
}

td.gigpress-date {
	width: 80px;
}
table.gigpress-table td.description {
	background-color: #222;
	vertical-align: top;
}
a.gigpress-tickets-link {
	text-transform: none;
	padding: 2px 5px;
	background-color:#FFF;
	color: #000;
	margin-top: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.gigpress-tickets-link:hover {
	text-transform: none;
	padding: 2px 5px;
	background-color:#129900;
	color: #FFF;
	margin-top: 10px;
	font-weight: normal;	
	text-decoration: none;
}
.widget_gigpress a.gigpress-tickets-link:hover {
	text-transform: none;
	padding: 2px 5px;
	background-color:#129900;
	color: #FFF;
	margin-top: 0;
	font-weight: normal;
	text-decoration: none;
}
.widget_gigpress a.gigpress-tickets-link {
	text-transform: none;
	padding: 2px 5px;
	background-color:#FFF;
	color: #000;
	margin-top: 0;
	font-weight: normal;
	text-decoration: none;
}

.gdthumbtext {
	margin-left: 5px;
}
/* WIDGETS */
.widget_subpages li {
	background-color: #121212;
	padding: 3px 1px !important;
	margin: 0 0 3px 0 !important;
}
.widget_subpages li:hover {
	background-color: #222;
}
.widget_subpages li.current_page_item {
	background-color: #222;
}
.ratingtext {
	margin-top: 4px;
}
.wpsb_form_label {
	float:left;
}

/* SHARE BOOKMARK STYLE*/ 
.addtoany_share_save_container{margin:16px 0;}
ul.addtoany_list{
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li{
	background:none !important;
	border:0;
	display:inline !important;
	line-height:32px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0 9px;}
ul.addtoany_list img{
	float:none;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.addtoany_list a img{
	opacity:.7;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}

a.blog-list-link:link,
a.blog-list-link:active,
a.blog-list-link:visited {
	text-decoration: none;
}
a.blog-list-link:hover {
	text-decoration: underline;
}

table.lifestream {
	width: 315px;
	overflow: hidden;
}
.lifestream_label {
	width: 280px !important;
}
tr.gigpress-tour td {
	background-color: #222222;
}
