	/*
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/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: 'Trebuchet MS', Myriad Pro, Arial, Sans-Serif;
	background: url('http://jonsi.s3.amazonaws.com/wp_theme/images/kubrickbg-ltr.jpg') norepeat;
	color: #6f6f6f;
	text-align: center;
	}


a img 
{
            border: none;
}

a {

      	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
	      outline: none; /* Removes Firefox imposed outline */
}


a:link, a:visited
{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
	color: #3c81c8;
	font-weight: bold;
}
  
a:active 
{
	text-decoration: none;
	color: #f24b47;
	font-weight: bold;
}

a.button2 {
	color: #3c81c8;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border: 2px solid #3c81c8;
	padding: 3px 5px 3px 5px;
	width: 80px;
	}
	
a.button2:hover, a.button:active {
	color: #ffffff;
	background-color: #3c81c8;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	border: 2px solid #3c81c8;
	padding: 3px 5px 3px 5px;
	width: 80px;	
	}	

a.arrow {
	background-image: url('/site_images/arrow.png');
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 20px 0 0;}
	

/* BUTTONS */

.buttonpreorder {
	float: left;	
	}

a.ts_buttonlink1 {
	background-image:url(http://jonsi.s3.amazonaws.com/site_images/bg.png);
	font-family: 'Trebuchet MS', Myriad Pro, Arial, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
	padding:5px 7px 5px 7px;
	text-shadow: #000 0.1em 0.1em 0.3em;
	line-height:20px;
}


a.ts_buttonlink1:hover
{
	background-image:url(http://jonsi.s3.amazonaws.com/site_images/bg.png);
	font-family: 'Trebuchet MS', Myriad Pro, Arial, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	text-decoration: dotted;
	color:#ffffff;
	padding:5px 7px 5px 7px;
	line-height:20px;
	text-shadow: #000 0.0em 0.0em 0.0em;
	
	
}




#page {
	text-align: left;
	}

#header {
	background: url('http://jonsi.s3.amazonaws.com/wp_theme/images/kubrickheader.jpg') no-repeat bottom center;
	}
	
#headergo {
	background: url('https://jonsi.s3.amazonaws.com/site_images/go-header.jpg') no-repeat bottom center;
	}	
	

#headerimg 	{
	/*margin: 0px 9px 0;*/
	height: 222px;
	width: 987px;
	}
	
	
#headerimggo 	{
	/*margin: 0px 9px 0;*/
	margin-top: -366px;
	height: 366px;
	width: 987px;
	}	

#content {
	font-size: 1.2em;
	margin: 0 auto;
	text-align:center;
	width: 755px;
	text-transform: lowercase
	}

#photog 
{
	width: 100%;
	padding: 0px 0 0 5px;
}

#graybox
{
	background-color:#f1f1f1;
	padding:2px 15px 5px 15px;
	text-align:left;
}

#sidebar
	{
	text-transform: lowercase;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('http://jonsi.s3.amazonaws.com/wp_theme/images/kubrickfooter.jpg') no-repeat bottom;
	border: none;
	text-align: center;
	margin: 30px 0 0 0;		
}

footerstuff {
margin-bottom: 15px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	line-height: 1.5em;

	}
	
.smaller
{
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
}

img.border {
	border: 3px solid #9f9f9f;
	}
	
img.bordercenter
	{
	border: 3px solid #9f9f9f;
	text-align:center;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	/*background-color: white;*/
	margin: 0px auto;
	padding: 0;
	width: 987px;
	border: 1px solid #959596;
	}

#header {
	/*background-color: #73a0c5;*/
	margin: 0 0 0 0px;
	padding: 0;
	height: 222px;
	width: 987px;
	}

.50left {
	float: left;
	padding: 10px;
	margin: 25px 0 0 110px;
	width: 400px;
	}

.50right {
	float: right;
	padding: 10px 0 0 0;
	width: 400px;
	text-align: left;
	}


.narrowcolumn {
	float: left;
	padding: 10px;
	margin: 25px 0 0 110px;
	width: 500px;
	text-transform: lowercase;
	font-size:13px;
	}

.widecolumn {
	float: right;
	padding: 10px 0 0 0;
	width: 425px;
	text-align: right;
	}

.homepage {
	float: left;
	padding: 0 0 20px 100px;
	margin: 0px 0 0;
	}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 987px;
	height: 80px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	}
/* End Structure */


/* HOME BOXES */

.preorder {
	vertical-align: top:
	float: center;
	background-image:url('/site_images/pencilbox.png');
	background-repeat:no-repeat;
	margin: 20px 0 0 0;
	padding: 20px 20px 50px 20px;
	text-align:left;
	line-height:18px;
	}
	
.preordersp a{
	padding: 0px;
	margin: 0px;

}

.preordersp2 {
	float:right;
	font-size:12px;
	color:#8b8b8b;
	}

.preordersp2 a{
	font-style:normal
	}
	
.leftcol {
	float:left;
	width: 575px;
	padding: 0 0 0 10px;
	vertical-align: top;
	}

.rightcol {
	width:auto;
	text-align: center;
	vertical-align: top;
	padding: 0 0 0 10px;
	}	

	
.goleft {
	float:left;
	padding: 0 20px 0 0;
	vertical-align: top;
	}

.goright {
	float:right;
	width: 320px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 0;
	}	
	
.goright p {
margin-top: 10px;
margin-bottom: 5px;
	}	


#numbered ul {
	color: #8b8b8b;
	font-size: 13px;
	list-style: decimal;
	line-height: 12px;
	}

#numbered li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#numbered span {
	font-style:italic
	}


#bullets ul {
	color: #8b8b8b;
	font-size: 11px;
	font-style:normal;
	list-style:square;
	}

#bullets li {
	margin: 0 0 0 0;
	}
	
#bullets span {
	font-style:italic
	}

.videocaption {
	text-align: justify;
	margin-top:5px;
	font-style:italic;
	font-size:11px;
	}

.news {
	float: left;
	vertical-align: top;
	height: 266px;
	padding: 10px 30px 0 0;
	width: 300px;
	text-align: left;
	text-transform: lowercase;
}

.news2 {
	float: left;
	vertical-align: top;
	padding: 10px 30px 0 0;
	width: 300px;
	text-align: left;
	text-transform: lowercase;
}

.news ul {
	color: #c5c5c5;
	font-style: italic;
	font-size: 10px;
	}

.news ul a{
	color: 6f6f6f;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	}	

.news li {
		margin: 0 0 18px 0;
		}

.smallboxleft {
	float: left;
	vertical-align: top;
	height: 80px;
	padding: 10px 28px 10px 0;
	width: 230px;
	text-align: left;
	margin: 10px 0 0 0;
	font-size:11px;
}

.smallboxcenter {
	float: left;
	vertical-align: top;
	height: 80px;
	padding: 10px 28px 10px 0;
	width: 230px;
	text-align: left;
	margin: 10px 0 0 0;
}

.smallboxright {
	float: left;
	vertical-align: top;
	height: 80px;
	padding: 10px 0px 10px 0;
	width: 230px;
	text-align: right;
	margin: 10px 0 0 0;	
}

#twitter {
	margin: 0;
	font-size: 11px;
	font-family: 'Trebuchet MS', Myriad Pro, Arial, Sans-Serif;
	color: #6f6f6f;
}

#twitter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#twitter ul li {
	margin: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: top center;
}

#newspage {
	text-align: left;
	vertical-align:top;
	width: 755px;
}

.newsleft 
{
	position: relative;
	float: left;
	width: 475px;
	margin: 20px 0 0 0;
}
	
.newsright 
{
	position: relative;
	float: left;
	width: 240px;
	padding: 10px;
	margin: 20px 0 0 40px;
}

.media {
	float: left;
	margin: 20px 0 40px 0;
	width:99%;
	}

/*.media img {
	border: 10px solid #dcdcdc;
	}
	
.media img:hover{
	border: 10px solid #bfbfbf;
	}*/	

.mediaupdates {
	float: left;
	vertical-align: top;
	height: 160px;
	width:160px;
	padding: 0 25px 0 0;
	text-align: left;
	margin: 10px 0 0 0;
}


.mediaupdateslast {
	float: left;
	vertical-align: top;
	height: 160px;
	width:160px;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 0;
}


.soundcloud
{
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.formline {
	display:inline;
}

label.error {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	color: #6e6e6e;
	font-size: 14px;
	padding: 5px 5px 10px 5px;
	text-transform: lowercase;
}

.somethingelse {
	font-family: 'Trebuchet MS', Arial, sans-serif;		
	font-size:13px;
	color: #6f6f6f;
	padding: 0;
	margin: 0px;
	width: 150px;
	height:21px;
}	

.button {	
	background: url('/site_images/submit-button.jpg') no-repeat;
	height: 25px;
	width: 66px;
	vertical-align:top;
	padding: 0;
	border:none;
}



.button2 {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	border: 1px solid #a5acb2;
	font-size:13px;
	color: #6f6f6f;
	background-color: #ffffff;
	height: 24px;
	vertical-align:top;
	
}

.button2:hover {
	font-family: 'Trebuchet MS', Arial, sans-serif;	
	border: 1px solid #a5acb2;
	font-size:13px;
	color: #ffffff;
	background: url('/site_images/submit-bottom.jpg') no-repeat top left;
	height: 24px;
	vertical-align:top;
}



/*	Begin Headers */
h1 {
	font-size: 19px;
	margin: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #4f4f4f;
	font-weight: normal;	
	font-size:24px;
	font-family: 'Georgia';
	}

	
h2, h2 a, h2 a:visited, h2 a:link, h2 a:hover, h2 a:visited {
	color: #3c81c8;
	font-weight:normal;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #dfdfdf;
	text-align:left;
	font-size: 24px;
	font-family: 'Georgia';
	}

.margin h2 {
	margin-top:15px
	}
	
h2.right {text-align:right;}

	

.noborder h2  {
	font-size: 20px;
	color: #4f4f4f;
	font-weight:normal;
	margin: 0 0 7px 0;
	border-bottom: 0px solid #ffffff;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0 0 10 0;
	padding: 0;
	}
	


h3 {
	font-size: 15px;
	color: #606060;
	margin: 10px 0 7px 0;
	font-weight: normal;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}

h3 a, h3 a:link, h3 a:visited, h3 a:visited, #wp-calendar caption, cite {
	font-size: 15px;
	color: #606060;
	margin: 10px 0 7px 0;
	font-weight: bold;
	}

h3 a:hover, h3 a:active {
	font-size: 15px;
	color: #3c81c8;
	margin: 10px 0 7px 0;
	font-weight: bold;
	}


h4, h4 a, h4 a:link, h4 a:hover, h4 a:visited {
	font-size: 20px;
	color: #4f4f4f;
	font-weight:normal;
	margin: 20px 0 2px 0;
	border-bottom: 0px solid #ffffff;
	font-family: Georgia;
	}
	
h4.orderpage {
	margin: 0 0 20px 0;
	text-align:center;
	}
	
	
/* 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. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* 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;
	}
	
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 10px 10px 10px;
	margin-left: 650px;
	width: 200px;
	}

#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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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 */


/* --------------------------------------------------------------------------------- 
		PHOTO GALLERY
		courtesy of paul maher
		www.paulmaher.com
--------------------------------------------------------------------------------- */
ul.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	display: inline;
	border: 1px solid #c7c7c7;
	padding:3px;	
	margin-right: 11px;
	margin-bottom: 10px;
}

ul.thumbs li:hover {
	
	border: 1px solid #333333;
	
}

ul.thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}


ul.thumbs a{
	display:block;
	float:left;
	width:75px;
	height:75px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
	
	.tableleft
	{
	text-align: left;

	border-bottom: 1px dotted #cccbcb;

}

	.tableright
	{
	text-align: right;

	border-bottom: 1px dotted #cccbcb;

}


	.tablecenter, .tablecenter td
	{
	text-align: center;
	align: center;

}





.span-1 {		
	padding: 5px;
	float: left;
	width: 345px;
	margin: 10px;
	text-align: left;
}


.col1 {		
	padding: 0 5px 0 0;
	float: left;
	width: 365px;
	text-align: left;
	margin: 25px 0 10px 0;
}

.col2 {		
	padding: none;
	float: left;
	width: 365px;
	text-align: left;
	margin: 25px 0 10px 0;	
}

div.clear {
 clear: both;
 }