/*  
Theme Name: 2Sublime (Kubrick)
Theme URI: http://wordpress.org/
Description: A WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Adam Salter
Author URI: http://welcome.2sublime.com

	2Sublime (Kubrick) v1.0
	 http://welcome.2sublime.com

		This theme was designed and built around the theme
	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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
	
	Note: <!--more--><!--nextpage--> are both very useful in posts.
*/



/* --------------- Begin Header --------------- */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}
	
#page {
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
}
	
#header {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
	/* background and bgcolor set in header.php */
    /* height, width set in header.php */
}

.sheen {
    /* background and bgcolor set in header.php */
    /* height, width set in header.php */
	margin-right: auto;
	margin-left: auto;
}

#headerleft {
	width: 240px;
	padding-left: 30px;
	float:left;
}

#headerright {
	width: 420px;
	padding-right: 9px;
	float: right;
}

.sitedescription {
	padding-left: 7px;
}
.sitedescription h1, .sitedescription h1 a, .sitedescription h1 a:hover, .sitedescription h1 a:visited {
	padding-top: 25px;
	margin: 0;
	text-align: left;
	text-decoration: none;
}

.sitedescription p {
	background: #f4f4f4;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
}

#quotes {
	margin-right:40px;
	padding-top: 27px;
}

.quotes_quote {
	font-size: 1.2em;
	font-style: italic;
	text-decoration: none;
	text-align: center;
}

.quotes_author {
	padding-top: 7px;
	margin-right: 7px;
	font-size: 1.1em;
	text-align: right;
}

/* End Header */




/* --------------- Begin Content --------------- */
.widecolumn {
	width: auto;
	padding: 0 30px 0 30px;
}
	
.widecolumn .entrytext {
	line-height: 1.4em;
}

.widecolumn .post {
	border: none;
}

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

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

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

.narrowcolumn-right {
	padding-right: 30px;
	width: 475px;
	float: right;
}

.narrowcolumn-right .post {
	border-bottom: 1px solid #ddd;
}

.narrowcolumn-right .entrytext {
	line-height: 1.4em;
}

.narrowcolumn-right .postmetadata {
	padding-top: 5px;
	text-align: center;
}

.narrowcolumn-left {
	padding-left: 30px;
	margin-left: 10px;
	width: 475px;
	float: left;
}

.narrowcolumn-left .post {
	border-bottom: 1px solid #ddd;
}

.narrowcolumn-left .entrytext {
	line-height: 1.4em;
}

.narrowcolumn-left .postmetadata {
	padding-top: 5px;
	text-align: center;
}

#content {
	font-size: 1.2em;
}

.navigation {
	padding: 4px;
}

.post {
	text-align: justify;
}

.entrytext {
	padding: 15px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #f8f8f8;
}

.postmetadata {
	color: #777;
	clear: left;
}

.syndicatelink, .syndicatelink a:visited {
    background: url("lib/lnk-syndicate.gif") no-repeat right 3px;
	-x-background-y-position: top;
	-x-background-x-position: right;
	padding-right: 22px;
	height: 30px;
}

.feedlink, .feedlink:visited {
    background: url("lib/lnk-rss.gif") no-repeat 0;
	-x-background-y-position: top;
	-x-background-x-position: left;
	padding-left: 29px;
	color: #FF8000;
}

.xmllink, .xmllink:visited {
    background: url("lib/lnk-xml.gif") no-repeat 0;
	-x-background-y-position: top;
	-x-background-x-position: left;
	padding-left: 39px;
	color: #FF8000;
}
/* End Content */



/* --------------- Begin Comments --------------- */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 40px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist li {
	margin: 0;
	padding: 5px 10px 3px;
	list-style: none;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

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

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* End Comments */



/* --------------- Begin Sidebar --------------- */

#sidebar-right {
	/* narrowcolumn */
	padding-left: 526px;
}
	
#sidebar-right-float {
	/* widecolumn */
	float: right;
	margin-top: 10px;
	margin-right: -90px;
	padding: 0 0 15px 15px;
}

#sidebar-left {
	/* narrowcolumn */
	padding-left: 10px;
}

#sidebar-left-float {
	/* widecolumn */
	float: left;
	margin-top: 10px;
	margin-left: -60px;
	padding: 0 15px 15px 0;
}

#sidebar
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f4f4f4;
/*	note: background color in Nifty header */
	padding: 10px;
	margin: 0;
	width: 204px;
}

#sidebar h2 {
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
}

#sidebar .title {
	padding-top: 10px;
	padding-bottom: 7px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
}
	
#sidebar .title a, .title a:visited {
	text-decoration: none;
	color: #333;
}

#sidebar .title a:hover {
	text-decoration: none;
	color: #06c;
}

#sidebar>ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#sidebar>ul ol {
	padding: 0;
}

#sidebar ul li, #sidebar ul ul {
	padding-left: 7px;
	margin-left: 0;
	text-indent: 0;
	list-style-type: none;
	list-style-image: none;
}

#sidebar li p {
	margin: 5px 0 8px;
}

/* first level of ul have no markers */
#sidebar ul ul li:before {
	content: "\00BB\0020";
}

#sidebar>ul.pink {
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	white-space: nowrap;
}

#sidebar>ul.pink h2 {
	padding-left: 5px;
}

.pink a, .pink a:visited {
	color: #FF0099;
	text-decoration: none;
}

.pink a:hover {
	color: #CC0099;
	text-decoration: underline;
}

.page_item {
	
}

.current_page_item, .current_page_item a, .current_page_item a:visited {
	font-weight: bold;
	/*color: #333;*/
}

#sidebar .mini-banner {
	padding: 0;
	margin: 1px 20px 1px 30px;
}

#sidebar .mini-banner img {
	margin-top: 3px;
}

#sidebar .advertisement {
	padding: 0;
	margin: 30px 20px 1px 20px;
}

#sidebar .advertisement a{
	text-align: center;
}
/* 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; }

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

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar */



/* --------------- Begin Footer --------------- */
#footer {
	background-color: #eee;
}

#footer {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

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




/* --------------- Begin Lists --------------- */
/* 	Special stylized non-IE bullets */
/*	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entrytext ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entrytext li {
	margin: 7px 0 8px 10px;
}

.entrytext ul li:before {
	content: "\00BB\0020";
}

.entrytext ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entrytext ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
ol li {
	list-style: decimal outside;
}

/* End Entry Lists */


/* --------------- Begin Images --------------- */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will 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-inline-right {
	float: right;
	margin: 0 0 10px 15px;
	padding: 15px 15px 10px 15px;
	border: 1px solid black;
	text-align: center;
}
.img-inline-right img {
	padding-bottom: 10px;
}

.img-inline-left {
	background-color: #fafafa;
	border: 1px solid #ddd;
	float: left;
	margin: 10px 15px 10px 0;
	padding: 15px 15px 10px 15px;
	text-align: center;
}
.img-inline-left img {
	padding-bottom: 10px;
}
img.alignleft {
	padding: 4px;
	margin: 7px 7px 7px 7px;
	display: inline;
}

img.alignvmiddle {
	vertical-align: middle
}

.icon {
	padding-right: 20px;
}

/* End Images */




/* --------------- Begin Form Elements --------------- */
.searchform {
	text-align: center;
	margin:0;
	padding-top: 5px;
}

.searchform .s {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 115px;
	padding-left: 2px;
	padding-right: 2px;
}

.searchform .s:focus {
	background: #ffffff;
	color: #000;
}

.searchsubmit {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 1px;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
}

.searchsubmit:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.entrytext form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

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

#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
/* End Form Elements */



/* --------------- Begin Buttons --------------- */
/* bg: black #7F7F7F #B5B5B5 #A3A3A3 #f8f8f8 #fafafa white */
.button {
    border: 1px solid #7F7F7F;
    padding: 10px 15px 10px 12px;
   }

td.button {
	background: #A3A3A3 url("lib/bt-bkhover-grey.jpg") repeat-x;
	}
td.button:hover {
	background: #B5B5B5 url("lib/bt-bk-grey.jpg") repeat-x;
	}

.button a {
    color: black !important;
    text-shadow: 0px 1px 1px white;
}

.button a:hover .button a:visited {
	color: black !important;
	text-decoration: none;
}

.bt-download {
    background: url("lib/bt-download.png") no-repeat 0 0;
	text-align:left;
	height: 32px;
	padding-left: 40px;
	margin: 0;
	white-space: nowrap;
	}

.bt-purchase {
    background: url("lib/bt-purchase.png") no-repeat 0 0;
	text-align:left;
	height: 32px;
	padding-left: 40px;
	margin: 1px;
	white-space: nowrap;
}

table {
	margin: 10px 0 15px 0;
}

td.smallbutton {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 4px 10px 4px 7px;
}

td.smallbutton:hover td.smallbutton:visited {
	background-color: #f8f8f8;
}

/* End Buttons */



/* --------------- Begin Misc Other --------------- */
table {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 4em;
	color: black;
}

h2 {
	padding-bottom: 4px;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
	color: black;
}

#content h2 {
		padding: 10px 0 4px 0;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #333;
}

h2 a:hover {
	text-decoration: none;
	color: #06c;
}
	
h3 {
	padding: 10px 0 4px 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.3em;
	color: black;
}
	
h3 a, h3 a:visited {
	text-decoration: none;
	color: #333;
}

h3 a:hover {
	text-decoration: none;
	color: #06c;
}
	
.sectiontitle {
	text-align:center;
	border-bottom: 1px solid #000000;
}

h3.comments {
	margin: 40px auto 20px ;
}

p {
	margin: 10px 0 5px 0;
}

a {
	text-decoration: none;
	color: #5700D5;
}

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

a:visited {
	color: #5700D5;
}
	
strike {
	color: #777;
}

blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

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

.serif {
	font-family: Georgia, "Times New Roman" Georgia Times serif;
}

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

acronym, abbr {
	border-bottom: 1px dashed #999;
}

cite {
	text-decoration: none;
	color: #333;
}

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

xsmall {
	color: #777;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 0.9em;
}

.aligncenter {
	text-align: center;
}

.aligncenter table {
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
}
	
.alignleft {
	text-align: left;
}

hr {
	display: none;
}

a img {
	border: none;
}
/* End Misc Other */



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