/*
Theme Name: daveho.com 10/2008
Theme URI: http://www.daveho.com/
Description: Latest UI for the daveho.com site as a WordPress theme.
Version: 1.0
Author: David Horan
Tags: Custom header, fixed width, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}
body  {
	font: 14px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: #eee url('images/page_bk.png') top left repeat;
	text-align: center;
	color: #444;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Georgia","Garamond","Times New Roman", Times, sans-serif;
	letter-spacing: normal;
	padding: 0.8em 0;
	line-height: normal;
	color: #808099;
}			
a {
	color: #009;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}


#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url('images/sidebar_bk.png') top left repeat-y; 
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: solid 2px #999;
}

#header { 
	background: #fefeff url('images/header_bk.png') top left repeat-x; 
	height: 130px;
	border-bottom: solid 1px #99a;
	position: relative;
} 
#header h1 {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0;
	background: url('images/headerlogo.png') top left no-repeat;
}
#header h1 a {
	display: block;
	width: 184px;
	height: 56px;
}
#header h1 a span {
	display: none;
}
#header form#searchform {
	position: absolute;
	display: block;
	right: 20px;
	bottom: 10px;
	padding: 10px 14px;
	background: url('images/searchheader_bk.png') top left no-repeat;
}
#header form#searchform #s {
	border: solid 1px #999;
	padding: 1px;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: normal;
}
#header form#searchform #s:focus {
	border-color: #333;
	background: #ffc;
}
#header form#searchform #searchsubmit {
	border: outset 1px;
	color: #006;
	background-color: #ccf;
	text-transform: lowercase;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fefee6 url('images/sidebar_bk.png') top left repeat-y;
	padding: 15px 10px 15px 20px;
}
#sidebar1 ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar1 ul#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
}
#sidebar1 ul#sidebar li h2 {
	color: #006;
	font-size: 1.2em;
	text-transform: lowercase;
	border-bottom: solid 1px #006;
	padding: 0.5em 0 0;
	margin-bottom: 4px;
}
#sidebar1 ul li a {
	font-size: 0.9em;
	font-weight: normal;
}
#sidebar1 ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar1 ul#sidebar ul, #sidebar ul#sidebar ol {
	margin: 0 0 0 5px;
}

#sidebar1 ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar1 ul ol li {
	list-style: decimal outside;
}

#sidebar1 ul ul li, #sidebar1 ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* for specific widgets */
#sidebar1 ul#sidebar li.widget_pages ul {
	margin: 0;
	padding: 0;
}
#sidebar1 ul#sidebar li.widget_pages ul li {
	margin: 0;
	padding: 0;
}
#sidebar1 ul#sidebar li.widget_pages ul li a {
	display: block;
	padding: 4px 10px;
	margin: 0;
	background: #ffb;
	color: #663;
	border-left: solid 4px #663;
	border-bottom: dashed 1px #663;
	font-size: 1em;
	font-weight: bold;	
}
#sidebar1 ul#sidebar li.widget_pages ul li a:hover {
	background: #ddf url('images/contentmenuitem_on_bk.png') top left repeat-x;
	color: #33c;
	border-left: solid 4px #33c;
	text-decoration: none;
}
/*
#sidebar1 ul#sidebar li.widget_pages ul li a {
	display: block;
	padding: 4px 10px;
	margin: 0;
	background: #ddf;
	color: #339;
	border-left: solid 6px #66c;
	border-bottom: outset 1px #66c;
	border-top: solid 1px #66c;
	border-right: solid 1px #66c;
	font-size: 1em;
	font-weight: bold;
}
#sidebar1 ul#sidebar li.widget_pages ul li a:hover {
	border-left: solid 6px #009;
	padding-left: 12px;
	background: #fff url('images/contentmenuitem_on_bk.png') center left repeat-x;
	color: #009;
	text-decoration: none;
}
*/
#sidebar1 ul#sidebar li.widget_categories select, #sidebar1 ul#sidebar li.widget_archive select {
	border: solid 1px #999;
	font-size: 0.9em;
	color: #999;
}
#sidebar1 ul#sidebar li.widget_categories select option, #sidebar1 ul#sidebar li.widget_archive select option {
	padding: 1px;
}
#sidebar1 ul#sidebar li.widget_categories select:focus, #sidebar1 ul#sidebar li.widget_archive select:focus {
	border: solid 1px #333;
	background: #ffc;
	font-size: 0.9em;
	color: #333;
}
#sidebar1 ul#sidebar li.widget_calendar h2.widgettitle {
	border: none;
}

#mainContent { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent.nobar {
	margin: 0;
}

#mainContent p { padding: 4px; }
#mainContent ul, #mainContent ol { 
	margin-left: 20px;
}
#mainContent a { background: #ffc; border-bottom: solid 1px #cc9; }
#mainContent a:hover { background: none; border: none; }
#mainContent .post h2 a,#mainContent h3 a {
	background: none;
	border: none;
	color: #808099;
}
#mainContent .post h2 a:hover ,#mainContent h3 a:hover {
	color: #900;
}
#mainContent .post small {
	color: #999;
}
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;
}
.entry form input[type="text"],.entry form input[type="password"]
{
        padding: 1px;
	border: solid 1px #999;
}
.entry form input[type="text"]:focus,.entry form input[type="password"]:focus {
	background-color: #ffc;
	border-color: #333;
}
.entry form input[type="submit"] {
	padding: 2px 3px;
	font-weight: bold;
	color: #006;
	background: #ccf;
	border: outset 1px;
}

.postmetadata { 
	font-size: 0.8em;
	color: #999;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eee url('images/footer_bk.png') top left repeat-x; 
	border-left: solid 1px #999;
	border-right: solid 1px #999;
} 
#footer p {
	font-size: 0.8em;
	color: #666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p a {
	font-weight: normal;
	background: none;
	border: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* WordPress */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
.commentform_wrap {
	padding: 10px;
	margin: 10px;
	background: #ffe url('images/commentform_bk.png') top left no-repeat;
}
#commentform p {
	margin: 5px 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
#commentform input[type="text"], #commentform textarea {
	padding: 1px;
	border: solid 1px #999;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	background-color: #ffc;
	border-color: #333;
}
#commentform input[type="submit"] {
	padding: 2px 3px;
	font-weight: bold;
	color: #006;
	background: #ccf;
	border: outset 1px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.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 {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#calendar_wrap {
	padding: 6px;
	background: #fff url('images/searchheader_bk.png') top left no-repeat;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	border: outset 1px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.8em;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	font-weight: bold;
	background: #eef;
	text-decoration: none;
	display: block;
}
#wp-calendar caption {
	font-family: "Georgia","Garamond","Times New Roman", Times, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	font-size: 0.9em;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
#wp-calendar td {
	font-size: 0.9em;
	padding: 2px 3px;
	text-align: center;
	border: inset 1px;
}
#wp-calendar tbody td a {
	color: 009;
	font-size: 1.1em;
	font-weight: bold;
}
#wp-calendar td#today { 
	border: solid 1px #333;
}
#wp-calendar td#today, #wp-calendar td#today a {
	background: #ffc;
}
#wp-calendar td.pad {
	border: solid 1px #ccc;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* Begin Images */
#mainContent p img {
	padding: 0;
	max-width: 100%;
}
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 Various Tags & Classes */
acronym, abbr {
	border-bottom: 1px dashed #999;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
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 */

/* music listings */
div.music_list { margin: 1%; }
div.music_item { background-color: #eee; border: dotted 1px #999; padding: 1%; margin-bottom: 1%; }
div.music_item h3 { font: bold 1.2em Arial,sans-serif; color: #333; padding: 1px 0; }
div.music_item h3 span.music_item_time { font-weight: normal; font-size: 0.7em; }
div.music_item p.music_item_desc { margin: 0; padding: 5px 0 0 20px; font-size: 0.8em; color: #999; font-style: italic; }
div.music_item p.music_item_date { margin: 0; padding: 0 0 5px 20px; font-size: 0.8em; color: #999; font-style: italic; }
div.music_item p.music_item_text { margin: 0; }
div.music_item ul.music_item_filelist { padding: 1%; list-style: none; }
div.music_item ul.music_item_filelist li.music_item_file { list-style: none; padding-left: 20px; }
.audio_file {}
.pdf_file {}



