/*
Theme Name: David T Little
Theme URI: http://squarecandydesign.com/
Description: Inspired by the Zen theme for Drupal (a "blank" theme to build your own custom theme on).  Basec on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Peter Wise
Author URI: http://squarecandydesign.com/
Tags: zen, blank, custom, customize, widget

	This theme derives its lineage from:
	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 {
background:#2e1d1a url(images/main-bg-v2.gif) no-repeat 0 80px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
	}
	
a, a:active, a:visited {color:#cccccc; text-decoration:none;}
a:hover {color: #dddddd; text-decoration:none; border-bottom: 1px dotted;}
a:active, a:focus {outline:none;}


#page {
	text-align: left;
	font-size:12px;
	line-height:17px;
	letter-spacing:.05em;
	
	}

#header {
background:url(images/darkbrown.gif) repeat-x 0 0;
min-height:80px;
margin:0; padding:0;}
#header h1 {padding:0; margin:0;}

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

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

.thread-alt {}

.thread-even {}

.depth-1 {}

.even, .alt {}

#footer {font-size: 0.8em;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

.entry p a:visited {}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	}

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

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
	}

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

a:hover {
	}

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

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

#wp-calendar caption {
	font-size: 1.3em;
	text-align: center;
	}

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



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

#pagecontainer {}

#page {
	position:absolute; 
	left: 115px;
	top: 150px;
	margin: 0;
	padding: 0;
	width: 800px;
	}

#header {
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 550px;
	}

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

.entry { width:499px;}

.post {
	margin: 0 0 40px;
	}

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

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#homepage-footer {
	padding: 0 0 0 145px;
	margin: 0;
	width: 250px;
	clear: both;
	}

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



/*	Begin Headers */

h1, h2, h3, h4, h5, h6 {margin-top:0;} 
p + h2, p + h3, p + h4 {margin-top: 25px;} 

h1 {}

h2 {text-transform:lowercase; font-weight: normal; font-size:22px; padding-bottom:4px; border-bottom: 2px solid #1c0a06;}
h3 { letter-spacing:.1em; font-weight: normal; font-size:18px; padding-bottom:4px; margin-bottom:10px;}
p + h3 {border-top: 1px solid #1c0a06; padding-top:10px;}


h2.pagetitle {}

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

h3 {}

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

html>body .entry ul {}

html>body .entry li {}

.entry ul li:before, #sidebar ul ul li:before {}

.entry ol {}

.entry ol li {}

.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 {
	margin-bottom: 25px;
	}

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

.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: 40px 10px 10px 10px;
	margin-left: 590px;
	width: 190px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul li {list-style:none;}
/* 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 */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

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;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#header h1 a {position:absolute; left:22px; top:22px; margin:0; padding:0; background-image: url(images/subpage-dtl.gif); width:212px; height:54px; text-indent:-100000px; border:none; }

#headermenu {position:absolute; left:249px; top:28px; width:700px; }
#headermenu ul {margin: 0; padding:0;}
#headermenu ul li {
	list-style-type: none;
	position: relative; 
	margin: 0 1px 0 0; 
	padding: 3px;
	float:left;
	height:80px;
	width:80px;
	overflow:hidden;
	}

#headermenu ul ul {display:none;}


.submenu li {list-style:none; display:inline; padding:4px; margin:2px 4px 2px 0; 
border: 2px solid #1c0a06;
border-bottom:none;
 font-size:.9em; letter-spacing:0;
height: 20px;
 }
 .submenu ul li.current_page_item,  .submenu ul li:hover {background-color:#4e3d3a;}
  .submenu ul li.current_page_item a {color: #ffffff;}
.submenu ul {margin:0; padding:0; }
.submenu {border-bottom:2px solid #1c0a06;margin: 10px 0 25px 0; padding:1px;}

#sidebar {text-align:right; font-size:0.9em;}


/* THE MENU ITEMS */
#headermenu li a { display:block; margin:0; padding:0; height:80px; width:80px; text-indent:-100000px; border:none;}
#headermenu li:hover { background: #1c0a06; border:none;}
.page-item-2 a {background: url(images/subpage-about.gif) no-repeat 0 0;}
.page-item-3 a {background: url(images/subpage-music.gif) no-repeat 0 0;}
.page-item-27 a {background: url(images/subpage-events.gif) no-repeat 0 0;}
.page-item-135 a {background: url(images/subpage-projects.gif) no-repeat 0 0;}
.page-item-23 a {background: url(images/subpage-press.gif) no-repeat 0 0;}
.page-item-11 a {background: url(images/subpage-scores.gif) no-repeat 0 0;}
.page-item-5 a {background: url(images/subpage-contact.gif) no-repeat 0 0;}
.page-item-21 a {background: url(images/subpage-blog.gif) no-repeat 0 0;}








#joinlistbutton {background-color:#1c0a06; border:1px solid #ffffff; padding:1px; color:#ffffff; margin-top:5px;}



/* Shopping cart goodies! */

p.wpsc_description {line-height:18px; font-size: .9em;}

/* Homepage */
body#homepage-body {background-color:#1C0A06; background-image:none;}
#homepagecontainer {margin: 37px auto; width:845px;}
#homepage-inner {position:relative;}
#davidtlittlecomposer a { display:block; width:287px; height:288px; position:absolute; top: 0; left:0; background:url(images/dtlhome-name.jpg) 0 0 no-repeat; text-indent:-100000px;} 
#davidtlittlecomposer a:hover {border:none; outline:none;}

#homepageheadermenu li.page_item a {position:absolute; display:block; text-indent:-100000px;}
#homepageheadermenu li.page_item a:hover {border:none; outline:none; opacity:0.7; filter:alpha(opacity=70);}

#homepageheadermenu li.page-item-2 a {top: 183px; left:287px; width:144px; height:143px; background:url(images/dtlhome-about.jpg) 0 0 no-repeat;}
#homepageheadermenu li.page-item-3 a {top:73px; left: 431px; width:144px; height:144px; background:url(images/dtlhome-music.jpg) 0 0 no-repeat;}
#homepageheadermenu li.page-item-135 a {top:36px; left: 575px; width: 108px; height: 108px; background:url(images/dtlhome-projects.jpg) 0 0 no-repeat;}
#homepageheadermenu li.page-item-27  {display:none;}
#homepageheadermenu li.page-item-23 a {top:216px; left: 597px; width: 72px; height: 72px; background:url(images/dtlhome-press.jpg) 0 0 no-repeat;}
#homepageheadermenu li.page-item-11 a {top:0px; left: 683px; width: 90px; height: 90px; background:url(images/dtlhome-scores.jpg) 0 0 no-repeat;}
#homepageheadermenu li.page-item-5 a {top:144px; left: 669px; width: 104px; height: 104px; background:url(images/dtlhome-contact.jpg) 0 0 no-repeat;}
#homepageheadermenu li.page-item-21 a {top:119px; left: 772px; width: 72px; height: 72px; background:url(images/dtlhome-blog.jpg) 0 0 no-repeat;}

#homepage-events {position:absolute; display:block; top: 359px; left:143px; width:222px; height:212px; background:url(images/dtlhome-events.jpg) 0 0 no-repeat; overflow:hidden; padding:30px 20px 20px 20px; text-align:right;}
#homepage-events #upcoming_shows, #homepage-events h2 {display:none;}
#homepage-events a {color:#FFFFFF;}

#homepagenews {position:absolute; display:block; top: 358px; left:431px; width:263px; height:auto; background:url(images/dtlhome-news.jpg) 0 0 repeat-y; overflow:hidden; padding:35px 16px 16px 16px; text-align:left;}
#homepagenews h2 {display:none;}

#homepage-footer {position:absolute; top:720px; font-size:.8em;}



