/*
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 */


#page {
	
	text-align: left;
	}





#content {
	font-size: 1.0em
	}

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

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

.widecolumn {
	line-height: 1.6em;
	}

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

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

#footer {
	
	border: none;
	}

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





#headerimg .description {
	font-size: 1.0em;
	text-align: center;
	}





#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.0em;
	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

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

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #737373;
		font-weight:bold;
		text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	padding: 0;
	width: 880px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
	}



.narrowcolumn {
	float: left;
	width: 70%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 60;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 45px;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 650px;
	
	}

.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: 760px;
	clear: both;
	}

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



/*	Begin Headers */
h1 {
	padding-top: 50px;
	margin: 0;
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
	}

h2 {
	margin: 30px 0 0;
	font-size: 1.4em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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 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 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: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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: 20px 0 10px 0;
	margin-left: 700px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/**********************************************************************************************

	CSS on Sails
	Title: TheGame
	Author: XHTMLized
	Date: May 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	 p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #000 url(http://www.blackboxgame.com/_ui/images/bg.jpg) repeat-x top left;
		font: 13px/1.5em Arial, Helvetica, sans-serif;
		text-align: center;
    color: #737373;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #737373;
		font-weight:bold;
		text-decoration: none;
	}

	a:hover, 
	a:active {
		color: #b5b5b5;
		text-decoration: underline;
	}
  
  p {margin: 1.0em 0;}
	
/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	
  .clear {clear: both;}

	.hide {
		display: none;
	}
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.container {
		width: 960px;
		position: relative;
		margin: 0 auto;
		text-align: left;
    overflow: hidden;
	}
	#header {width: 960px; height: 160px; display: block; overflow: hidden;}
	
	.one-third {width: 840px; padding: 0 60px;}
	.half {width: 840px; padding: 0 60px;}
	
		

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	
 #nav {margin-top: 10px;padding-right: 30px}
  #nav ul {list-style:none; float:right;}
  #nav ul li {display:inline;}
  #nav ul li a {float:left; display:block; height:30px; overflow: hidden; text-transform: uppercase; 
                font-size: 16px; font-weight: normal; line-height: 30px; color: #73737; padding: 0 10px;}
  #nav ul li a.get {color: #B5b5b5; background: transparent url(http://www.blackboxgame.com/_ui/images/bg-top-nav-get.gif) no-repeat bottom center;}
  #nav ul li a:hover {color: #B5b5b5; background: transparent url(http://www.blackboxgame.com/_ui/images/bg-top-nav.png) no-repeat bottom center; text-decoration: none;} 
  /*
  #nav ul li a:hover {background-position: 0 -30px;}
  #nav ul li a img {margin-top: 30px;}
  #nav ul li a.nav-what {background-image: url(http://www.blackboxgame.com/_ui/images/nav_what.gif);}
  #nav ul li a.nav-who {background-image: url(http://www.blackboxgame.com/_ui/images/nav_who.gif);}
  #nav ul li a.nav-sample {background-image: url(http://www.blackboxgame.com/_ui/images/nav_sample.gif);}
  #nav ul li a.nav-content {background-image: url(http://www.blackboxgame.com/_ui/images/nav_content.gif);}
  #nav ul li a.nav-get {background-image: url(http://www.blackboxgame.com/_ui/images/nav_get.gif);}
  */
  
	#header h1, 
	#header h1 span,
	#header .logo a,
	#header .logo span {
		display: block;
		width: 100%;
		height: 120px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header h1,
	#header .logo {
		position: absolute;
		top: 80px;
		left: -20px;
	}
		
	#header h1 span,
	#header .logo span {	
		position: absolute; 
		top: 0px;
		left: 0px;
		z-index: 10;
		background: url(http://www.blackboxgame.com/_ui/images/logo.jpg) no-repeat;
	}
	
	#accessibility-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
/*
#content ul {list-style: disc; margin-left: 20px;} */
#content ul {list-style: outside url(http://www.blackboxgame.com/_ui/images/bullet.png); margin-left: 20px;}

/*#content a:hover {font-weight: bold;}*/

#main {margin: 100px 0 50px 0; overflow: hidden;}
#main-quickiest {margin: 50px 0; overflow: hidden;}
#what {margin: 50px 0 75px 0; overflow: hidden;}
#card {margin: 50px 0 75px 0; overflow: hidden;}
#taste {margin: 50px 0 75px 0; overflow: hidden;}
#who {margin: 50px 0 75px 0; overflow: hidden;}
#faq {margin: 50px 0 75px 0; overflow: hidden;}
.faq-detail {margin: 50px 0; overflow: hidden;}

.quote {margin: 250px 0 0 0; overflow: hidden;}
blockquote {background: url(http://www.blackboxgame.com/_ui/images/quote.gif) no-repeat 0 5px; font-size: 14px; font-weight: bold;
   color: #b5b5b5; padding:0 20px 0 60px; margin: 0 0 50px 0; text-align: left;}
.reviewquote {margin: 30px 0 0 0; overflow: hidden;}


#show {margin: 50px 0; overflow: hidden;}
.testimonial {margin: 50px 0; overflow: hidden; clear:both;}

#thegame-is {width:880px; margin:0 auto; padding:0 0 50px 60px; overflow: hidden;}
#thegame-is .thegame-is-box {width: 220px; float:left;}
#thegame-is .thegame-is-box ul {list-style: none;margin:0; padding:20px 0 0 20px; font-size: 13px;}

#bottom-banner {background: url(http://www.blackboxgame.com/_ui/images/bottom-banner-bg.gif) no-repeat top center; padding-top: 75px; overflow: hidden;}
#legend {width: 800px; margin:0 auto; padding: 75px 0 10px 0;}
#legend dl {width: 800px; display: block; overflow: hidden; padding-bottom: 20px;}
#legend dt {width: 120px; float:left; text-align: right; font-weight: bold; color: #b5b5b5b;}
#legend dd {width: 670px; float:right; color: #737373; font-size: 12px; }

.midSize {font-size: 12px;}
.smallSize {font-size: 11px;}
.verysmallSize {font-size: 10px;}
.smallnote {font-size: 11px; }
.smallnote img {vertical-align: middle;}

a.button {background: url(http://www.blackboxgame.com/_ui/images/bg-button.png) no-repeat 0 0; width:125px; height: 29px; line-height: 30px;
              display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 13px; 
              text-transform: uppercase; float:right; color: #eee;}
a.button:hover {background-position: 0 -30px; color: #fff;}
a.button2 {background: url(http://www.blackboxgame.com/_ui/images/bg-button.png) no-repeat 0 0; width:125px; height: 29px; line-height: 30px;
              display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 13px; 
              text-transform: uppercase; float:left; color: #eee;}
a.button2:hover {background-position: 0 -30px; color: #fff;}
a.buy-the-game {background: url(http://www.blackboxgame.com/_ui/images/bg-button.png) no-repeat 0 0; width: 130px; height: 30px; display: inline-block; overflow: hidden; float:right;}
a.buy-the-game:hover {background-position: 0 -30px;}
a.buy-the-game span { }
a.learn-more {background: url(http://www.blackboxgame.com/_ui/images/btn_learn_more.gif) no-repeat 0 0;  width: 117px; height: 30px; display: inline-block; overflow: hidden; float:right;}
a.learn-more:hover {background-position: 0 -30px;}
a.submit-a-card {background: url(http://www.blackboxgame.com/_ui/images/bg-submit-a-card.png) no-repeat 0 0;  width: 120px; height: 30px; line-height: 25px;
    display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 12px;  text-transform: uppercase; color: #eee;
    float:right;
    }
a.submit-a-card:hover {background-position: 0 -30px; color: #fff;}

.sep, .sep5{clear:both; background: url(http://www.blackboxgame.com/_ui/images/sep.jpg) repeat-y center; display: block; height: 1px; overflow: hidden; width: 100%; border: 0;}
.sep20{clear:both; background: url(http://www.blackboxgame.com/_ui/images/sep.jpg) repeat-x center; display: block; height: 1px; overflow: hidden; width: 100%; border: 0;}
.sep5 {height: 5px;}
.sep20 {height: 20px;}
img.alignleft {float:left; margin: 3px 10px 0 0;}

.one-third .ot-left {width: 280px; float: left; text-align: right !important; clear:both;}
.one-third .ot-right {width: 535px; float: right;}

.h-left {width: 410px; float: left; text-align: right; padding: 0; clear:both;}
.h-right {width: 390px; float: right;}

.h-right ul li {margin: 20px 0;}


form div {padding: 5px 0; font: 12px Arial, Verdana, sans-serif;}
label {color: #b5b5b5; width: 90px; display:block; text-align: right; float:left; padding-right: 7px; padding-top: 3px;}
input {border: /*1px solid #ccc; background: #6767678*/ !important; color: #000; padding:0; /*width: 250px;*/ padding: 1px 3px;
 font: 12px Arial, Verdana, sans-serif; /*height: 18px;*/}
input.radio {width: 15px; background: #000 !important; border:0; width: 12px; height: 12px;}
/*
input.btn {font-weight: bold; padding: 0; width: 150px; height: 26px; color: #fff; margin:0;}
*/
a.submit-button {background: url(http://www.blackboxgame.com/_ui/images/bg-submit-button.png) no-repeat 0 0; width:150px; height: 29px; line-height: 30px;
              display: block; overflow: hidden; text-align: center; font-weight: bold; font-size: 13px; 
              float:left; color: #eee;}
a.submit-button:hover {background-position: 0 -30px; color: #fff;}

textarea {border: 1px solid #ccc; background: #676767; color: #000; padding:0; width: 400px; height: 150px; font: 12px Arial, Verdana, sans-serif; padding: 3px 5px;}
.notify {float:right; font-size: 11px; padding: 15px 10px 0 0}



/* 2.3	Footer
-----------------------------------------------------------------------------------------------*/	
#footer {text-align: center; border-top: 1px solid #7f7f7f; margin-top: 50px; margin-bottom:50px;}
#footer .bottom-nav {padding: 5px 0; margin:0; font-size: 12px;}
#footer .disclaimer {font-size: 11px; padding: 5px 0; margin:0;}
#footer .copyright {font-size: 10px; color: #333; padding: 5px 0; margin:0;}




