/*  
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

*/
/* TMMC Mods */

button {
	width:65px;
	height:25px;
	display:block;
	margin-top:5px;
	text-indent:-5000px;
	border:0;
}

button.search {
	background: #000 url(/images/button_search.gif) top left no-repeat;
}

button.submit {
	background: #000 url(/images/button_submit.gif) top left no-repeat;
}

div#nav_container {
	float:left;
}

ul#navigation {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}

ul#navigation a {
	display:block;
	width:175px;
	height:57px;
	text-indent:-5000px;
}

ul#navigation a:hover {
	background-position:0 -57px;
	
}


a#home {
	background:url(/images/nav_home.jpg) no-repeat;
}

a#biography {
	background:url(/images/nav_biography.jpg) no-repeat;
}

a#gigs {
	background:url(/images/nav_gigs.jpg) no-repeat;
}

a#blog {
	background:url(/images/nav_blog.jpg) no-repeat;
}

a#contact {
	background:url(/images/nav_contact.jpg) no-repeat;
}

a#video {
	background:url(/images/nav_video.jpg) no-repeat;
}


ul#social_media {
	margin-top:30px;
	list-style:none;
	margin-left:-40px;
}

ul#social_media li#twitter {
	width:157px;
	height:87px;
	margin-bottom:20px;	
}

ul#social_media li#facebook {
	width:122px;
	height:65px;
	margin-left:25px;	
}

ul#social_media li a {
	display:block;
	text-indent:-5000px;
}

ul#social_media li#twitter a {
	width:157px;
	height:87px;
	background:url(/images/twitter.png) no-repeat;
}

ul#social_media li#facebook a {
	width:122px;
	height:65px;
	background:url(/images/facebook.png) no-repeat;
}

ul#navigation a, ul#social_media a {
	outline:none;
}


/* Begin Typography & Colors */
body {
	font-size: 76%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	}

#page {
	background-color: #000;
	/*border: 1px solid #959596;*/
	text-align: left;
	}

#header {
	background-color:#000;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.0em
	}

div.post-info  {
	margin-bottom:1.5em;
	float:left;
	width:100%;
}

div.post-info img {
	float:left;
	margin-right:15px;
}

div.post-info h3 {
	margin:0;
}

div.post-info h3 a {
	color:#e2007a;
}

div.post-info div.post-date {
	margin-bottom:15px;
}

div.post-info div.num-comments {
	font-size:0.8em;
}

.narrowcolumn .entry {
	clear:left;
}

.narrowcolumn .entry .excerpt p {
	margin-bottom:0;
}

.narrowcolumn .entry .excerpt a {
	display:block;
	margin:1.0em 0;
	float:left;
}	

.narrowcolumn .entry p {
	font-size: 1.0em;
	margin-bottom: 2.0em;
	line-height: 1.7em;
}

.narrowcolumn .entry br {
	margin-bottom:1.5em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:0.8em;
	}
	
.narrowcolumn ul.postmetalinks {
	float:left;
	font-size:0.9em;
	list-style:none;
	margin:0;
	padding:0;
}

.narrowcolumn ul.postmetalinks li {
	float:left;
	margin-right:20px;
}

.narrowcolumn ul.postmetalinks li.rss a {
	background: url(/images/rss-logo-10x10.png) no-repeat left;
	padding-left:15px;
	display:block;
}
	


.alt {
	background-color: #000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	width:760px;
	height:124px;
	background:url(/images/footer_bg.jpg) no-repeat;
	clear:both;
	position:relative;
}

#footer ul {
}

#footer ul li {
	list-style:none;
	float:left;
	margin-top:75px;
	margin-left:20px;
	text-transform:uppercase;
}

#footer ul li#themmco {
	float:right;
	margin-right:20px;	
}

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: 4em;
	text-align: center;*/
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}


#sidebar h2 {
	text-transform:uppercase;
	font-size:1.3em;
	margin-top:2.0em;
	margin-bottom:0.3em;
	color:#e2007a;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2 a {
	text-transform:uppercase;
	font-size:1.0em;
	margin-top:2.0em;
	margin-bottom:0.3em;
	}

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;
	}


#sidebar {
	
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	font-weight:bold;
}

a:link {
	color:#00b9e9;
}

a:visited {
	/*color:#027f9f;*/
	color:#00b9e9;
}

a:hover, a:active {
	color:#6be0ff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Trebuchet MS', '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 {
	/*background-color: black;*/
	margin: 10px auto;
	padding: 0;
	width: 760px;
	/*border: 1px solid #959596;*/
	background:#000 url(/images/wrapper_bg.jpg) repeat-y;
	}

#header {
	background-color: #000;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 320px;
	}

.widecolumn {
	padding: 10px 0 20px 15px;
	margin: 5px 0 0 170px;
	width: 400px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.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: left;
}

#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 {
	width:760px;
	height:357px;
	background:url(/images/masthead.jpg) no-repeat;
	text-indent:-5000px;
}

h2 {
	margin-bottom:20px;
	}

h2#hals_blog {
	background:url(/images/h2_hals_blog.gif) no-repeat;
	height:28px;
	text-indent:-5000px;
	margin-top:0;
	margin-bottom:20px;
	width:240px;
}

h3.pagetitle {
	text-transform:uppercase;
	font-size:1.3em;
	margin-top:2.0em;
	margin-bottom:1.8em;
	color:#e2007a;
	font-size: 1.6em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	text-transform:uppercase;
	font-size:1.3em;
	margin-top:2.0em;
	margin-bottom:0.3em;
	color:#e2007a;
}



/* 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: none;
	}


#sidebar h2.widgettitle {
	margin:1.5em 0 0.8em 0;
}

#sidebar ul, #sidebar ul li {
	list-style:none;
	list-style-position:outside;
	margin-left:0;
	padding-left:0;
}

#sidebar ul ul li {
	margin-bottom:0.5em;
}	
		
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	clear:right;
	padding-top: 30px; 
	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*/

h3#comments {
	padding: 0;
	margin: 60px 0 0 0 ;
	clear:left;
	}



.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	list-style: none;
	margin:0 0 25px 0;
	padding:0;
	}

	
blockquote {
	margin:0 0 -25px 0;
	padding:2px 25px 0 25px;
	background:url(/images/open_quotes.png) no-repeat top left;
	}

cite {
	margin:0;
	padding:30px 0 0 0;
	background:url(/images/close_quotes.png) no-repeat top right;
	width:100%;
	display:block;
	text-align:right;
}

cite img {
	margin-left:10px;
	float:right;
}	

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	}
	
#commentform input, #commentform textarea {
	font: 0.9em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
}
	
	






	
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	text-align:left;
	}
/* 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;
	}


.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
.sociable_tagline {
	text-transform:uppercase;
	font-size:1.3em;
	margin-top:2.0em;
	margin-bottom:1.0em;
	color:#e2007a;
}
/* End Various Tags & Classes*/



/* "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." */
