/*
Theme Name: Brad Yoder
Theme URI: http://www.bradyoder.com/
Description: Brad Yoder CSS design
Version: 1.0
Author: Concept 64, Inc.
Author URI: http://www.concept64.com/
*/

/*global*/


html, body {
	height: 100%;
}


.tool-tip {
	background: #688BA9;
	border: 2px solid #000;
	padding: 3px 5px;
	text-align: center;
	z-index: 20;
	line-height: 1em;
}

.tool-text {
	color: #fff !important;
	font-weight: bold;
}

.tool-text span {
	color: #fff !important;
}

.tool-title {
	display: none;
}



/*main columns*/
#container {
	min-width: 960px;
}

#container:after, #content:after, #secondary-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main-wrapper {
	float: left;
	width: 100%;
}

#main {
	margin: 0 205px 0 210px;
}

#left-nav-block, #right-nav-block {
	margin-left: -100%;
	height: 758px;
	display: block;
	text-indent: -999em;
}

#left-nav-block {
	float: left;
	width: 210px;
	background: transparent url(images/bg/left.png) no-repeat top left;
}

#right-nav-block {
	float: right;
	width: 205px;
	background: transparent url(images/bg/right.png) no-repeat top right;
}

#content-wrapper {
	background: transparent url(images/bg/left-edge.png) no-repeat top left;
	background-repeat: no-repeat;
}

#content {
	background: transparent url(images/bg/right-edge.png) no-repeat top right;
	background-repeat: no-repeat;
	padding: 15px 0 0 10px;
}

#secondary-wrapper {
	clear: both;
	width: 100%;
}

#secondary {
	float: left;
	margin-right: 245px;
	padding-right: 7px;
}

#sidebar {
	background: transparent;
	float: right;
	margin-left: -100%;
	width: 245px;
}

.song #sidebar, .news #sidebar, .single #sidebar {
	padding-top: 40px;
}



/*header*/

#accessibility, #contact {
	display: none;
}

#header {
	background: transparent url(images/bg/banner.png) repeat-x top left;
	display: block;
	height: 119px;
}

#header h1 {
	padding: 0;
	background: transparent url(images/bg/bradyoder.png) no-repeat top center;
	height: 119px;
	width:100%;
	display: block;
	text-indent: -999em;
	margin: 0 auto;
}

#header h1 a, #header h1 a:link,#header h1 a:visited {
	display: block;
	width:100%;
	height: 119px;
}

#breadcrumbs {
	float: right;
	padding-right: 50px;
}

/*navigation*/

#left-nav-block h3 {
	display: none;
}

#leftnav, #rightnav {
	list-style: none outside;
	padding: 0;
	position: relative;
	display: block;
	height: 758px;
}

#leftnav {
	margin-top: 17px;
	width: 210px;
	}

#rightnav {
	width: 205px;
	}

#home-but, #brad-but, #shows-but, #music-but, #store-but, #photos-but, #news-but, #fish-but, #myspace-but, #links-but, #contact-but, #presskit-but, #mailing-list-but {
	float: left;
	display: block;
	text-indent: -999em;
	background-repeat: no-repeat;
	position: absolute;

	}

#home-but {
	background: url(images/nav/home.png) no-repeat 0 -52px;
	width:75px;
	height: 52px;
	left: 72px;
	top: 102px;
	}
#brad-but {
	background: url(images/nav/brad.png) no-repeat 0 -39px;
	width:105px;
	height: 39px;
	top: 158px;
	left: 57px;
	}
#shows-but {
	background:	url(images/nav/shows.png) no-repeat 0 -72px;
	width:58px;
	height: 72px;
	left: 81px;
	top: 201px;
	}
#music-but {
	background:	url(images/nav/music.png) no-repeat 0 -37px;
	width:113px;
	height: 37px;
	left: 57px;
	top: 277px;
	}
#store-but {
	background:	url(images/nav/store.png) no-repeat 0 -47px;
	width:111px;
	height: 47px;
	left: 51px;
	top: 317px;
	}
#photos-but {
	background:	url(images/nav/photos.png) no-repeat 0 -68px;
	width:50px;
	height: 68px;
	left: 84px;
	top: 366px;
	}
#news-but {
	background:	url(images/nav/news.png) no-repeat 0 -51px;
	width:69px;
	height: 51px;
	left: 5px;
	top: 423px;
	}
#fish-but {
	background:	url(images/nav/fish.png) no-repeat 0 -68px;
	width:48px;
	height: 68px;
	left: 12px;
	top: 340px;
	}

#leftnav li a, #leftnav li a:link, #leftnav li a:visited {
 	display: block;
 	overflow:hidden;
 	text-decoration:none;
	border: 0;
}

#home-but a, #home-but a:link, #home-but a:visited {
	width: 75px;
	height: 52px;
	background: url(images/nav/home.png) no-repeat 0 0;
}

#brad-but a, #brad-but a:link, #brad-but a:visited {
	width: 105px;
	height: 39px;
	background: url(images/nav/brad.png) no-repeat 0 0;
}

#shows-but a, #shows-but a:link, #shows-but a:visited {
	width: 58px;
	height: 72px;
	background: url(images/nav/shows.png) no-repeat 0 0;
}

#music-but a, #music-but a:link, #music-but a:visited {
	width: 113px;
	height: 37px;
	background: url(images/nav/music.png) no-repeat 0 0;
}

#store-but a, #store-but a:link, #store-but a:visited {
	width: 111px;
	height: 47px;
	background: url(images/nav/store.png) no-repeat 0 0;
}

#photos-but a, #photos-but a:link, #photos-but a:visited {
	width: 50px;
	height: 68px;
	background: url(images/nav/photos.png) no-repeat 0 0;
}

#news-but a, #news-but a:link, #news-but a:visited {
	width: 69px;
	height: 51px;
	background: url(images/nav/news.png) no-repeat 0 0;
}

#fish-but a, #fish-but a:link, #fish-but a:visited {
	width: 48px;
	height: 68px;
	background: url(images/nav/fish.png) no-repeat 0 0;
}

#rightnav li a, #rightnav li a:link, #rightnav li a:visited {
 	display: block;
 	overflow:hidden;
 	text-decoration:none;
	border: 0;
}
#myspace-but {
	background:	url(images/nav/myspace.png) no-repeat 0 -86px;
	width:158px;
	height: 86px;
	left: 44px;
	top: 196px;
	}

#links-but {
	background:	url(images/nav/links.png) no-repeat 0 -44px;
	width:86px;
	height: 44px;
	left: 42px;
	top: 288px;
	}

#contact-but {
	background:	url(images/nav/contact.png) no-repeat 0 -74px;
	width:82px;
	height: 74px;
	left: 46px;
	top: 346px;
	}

#presskit-but {
	background:	url(images/nav/presskit.png) no-repeat 0 -87px;
	width:46px;
	height: 87px;
	left: 141px;
	top: 304px;
	}

#mailing-list-but {
	background:	url(images/nav/mailing-list.png) no-repeat 0 -91px;
	width:110px;
	height: 91px;
	left: 68px;
	top: 439px;
	}

#myspace-but a, #myspace-but a:link, #myspace-but a:visited {
	width:158px;
	height: 86px;
	background: url(images/nav/myspace.png) no-repeat 0 0;
}
#links-but a, #links-but a:link, #links-but a:visited {
	width:86px;
	height: 44px;
	background: url(images/nav/links.png) no-repeat 0 0;
}
#contact-but a, #contact-but a:link, #contact-but a:visited {
	width:82px;
	height: 74px;
	background: url(images/nav/contact.png) no-repeat 0 0;
}
#presskit-but a, #presskit-but a:link, #presskit-but a:visited {
	width:46px;
	height: 87px;
	background: url(images/nav/presskit.png) no-repeat 0 0;
}
#mailing-list-but a, #mailing-list-but a:link, #mailing-list-but a:visited {
	width:110px;
	height: 91px;
	background: url(images/nav/mailing-list.png) no-repeat 0 0;
}
#home-but a:hover, #home-but a:active,
#brad-but a:hover, #brad-but a:active,
#shows-but a:hover, #shows-but a:active,
#music-but a:hover, #music-but a:active,
#store-but a:hover, #store-but a:active,
#photos-but a:hover, #photos-but a:active,
#news-but a:hover, #news-but a:active,
#fish-but a:hover, #fish-but a:active,
#myspace-but a:hover, #myspace-but a:active,
#links-but a:hover, #links-but a:active,
#contact-but a:hover, #contact-but a:active,
#presskit-but a:hover, #presskit-but a:active,
#mailing-list-but a:hover, #mailing-list-but a:active {
	background-image: none;
}

#leftnav li.current a, #leftnav li.current a:link, #leftnav li.current a:visited, #leftnav li.current a:hover, #leftnav li.current a:active, #rightnav li.current a, #rightnav li.current a:link, #rightnav li.current a:visited, #rightnav li.current a:hover, #rightnav li.current a:active	{
	background-image: none;
}

/*wordpress stuff*/

#content h1 {
	clear: left;
	background: url(images/headings/background.png) no-repeat bottom left;
	height: 57px;
	min-width: 267px;
	padding: 7px 0 0 5px;
}

.single #content h1, .song #content h1, .home #content #primary h1 {
	background-image: none;
	height: auto;
	padding-left: 0;
	padding-bottom: 5px;
}

.home #content #primary h1 {
	clear: none;
	padding: 0 0 .25em;
}

/* rss link */

#rss-button-line {
	margin: -22px auto 23px 10px;
}

a.rss {
	padding: 0px 0 5px 20px;
	background: url(images/icons/rss-icon.gif) no-repeat top left;
}

/* blog navigation */
	
#nav-below {
	padding: 1.5em 0;
}

div.navigation {
	clear: both;
}

div.nav-previous{
	float: left;
}

div.nav-next{
	padding-left: 5px;
	float: right;
}


#blog-sidebar ul {
	list-style: none outside;
	padding: 0 0 1em 14px;
}

/* songs navigation */

.songs #content ul {
	width: 46%;
	padding: 0 12px 0 0;
	float: left;
	list-style: none outside;
}
.songs #content ul li {
	padding: 0 0 1px;
}


div.songnav {
	clear: both;
	padding: 3px 0;
	text-align: center;
}

div.next-song, div.prev-song, div.album-name {
	display: inline;
}

div.album-name {
	padding: 0 3px;
}

div.prev-song {
	padding: 0 3px;
	border-right: 1px solid #000;
}

div.next-song {
	padding: 0 3px;
	border-left: 1px solid #000;
}

/* calendar */

#upcoming-shows ul {
	list-style: none outside;
	padding: 3px 0;
}

#upcoming-shows ul li {
	padding: 3px 0 5px;
}

#eventful, #homesidebar {
	padding: 25px 0 0 14px;
}

#event-cal-wrapper {
	padding-bottom: 20px;
	background: url(images/calendars/calendar3.png) no-repeat bottom left;
}

#event-cal {
	width: 222px;
	min-height: 159px;
	padding: 0px 12px 0 11px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background: url(images/calendars/calendar2.png) no-repeat 0 0;
}

#event-cal caption {
	text-indent: -999em;
	height: 60px;
	width: 100%;
}


#prev a, #next a {
	height: 28px;
	width: 60px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#next a {
	float: right;
}


/* month-specific pieces */

table.jan caption{
	background: transparent url(images/calendars/table-jan-top.png) no-repeat top left;
}

.jan #prev a {
	background: transparent url(images/calendars/table-jan-left.png) no-repeat center left;
}

.jan #next a {
	background: transparent url(images/calendars/table-jan-right.png) no-repeat center right;
}

table.feb caption{
	background: transparent url(images/calendars/table-feb-top.png) no-repeat top left;
	}

.feb #prev a {
	background: transparent url(images/calendars/table-feb-left.png) no-repeat center left;
	}

.feb #next a {
	background: transparent url(images/calendars/table-feb-right.png) no-repeat center right;
	}

table.mar caption{
	background: transparent url(images/calendars/table-mar-top.png) no-repeat top left;
	}

.mar #prev a {
	background: transparent url(images/calendars/table-mar-left.png) no-repeat center left;
	}

.mar #next a {
	background: transparent url(images/calendars/table-mar-right.png) no-repeat center right;
	}

table.apr caption{
	background: transparent url(images/calendars/table-apr-top.png) no-repeat top left;
	}

.apr #prev a {
	background: transparent url(images/calendars/table-apr-left.png) no-repeat center left;
	}

.apr #next a {
	background: transparent url(images/calendars/table-apr-right.png) no-repeat center right;
	}

table.may caption{
	background: transparent url(images/calendars/table-may-top.png) no-repeat top left;
	}

.may #prev a {
	background: transparent url(images/calendars/table-may-left.png) no-repeat center left;
	}

.may #next a {
	background: transparent url(images/calendars/table-may-right.png) no-repeat center right;
	}

table.jun caption{
	background: transparent url(images/calendars/table-jun-top.png) no-repeat top left;
	}

.jun #prev a {
	background: transparent url(images/calendars/table-jun-left.png) no-repeat center left;
	}

.jun #next a {
	background: transparent url(images/calendars/table-jun-right.png) no-repeat center right;
	}

table.jul caption{
	background: transparent url(images/calendars/table-jul-top.png) no-repeat top left;
	}

.jul #prev a {
	background: transparent url(images/calendars/table-jul-left.png) no-repeat center left;
	}

.jul #next a {
	background: transparent url(images/calendars/table-jul-right.png) no-repeat center right;
	}

table.aug caption{
	background: transparent url(images/calendars/table-aug-top.png) no-repeat top left;
	}

.aug #prev a {
	background: transparent url(images/calendars/table-aug-left.png) no-repeat center left;
	}

.aug #next a {
	background: transparent url(images/calendars/table-aug-right.png) no-repeat center right;
	}

table.sep caption{
	background: transparent url(images/calendars/table-sep-top.png) no-repeat top left;
	}

.sep #prev a {
	background: transparent url(images/calendars/table-sep-left.png) no-repeat center left;
	}

.sep #next a {
	background: transparent url(images/calendars/table-sep-right.png) no-repeat center right;
	}

table.oct caption{
	background: transparent url(images/calendars/table-oct-top.png) no-repeat top left;
	}

.oct #prev a {
	background: transparent url(images/calendars/table-oct-left.png) no-repeat center left;
	}

.oct #next a {
	background: transparent url(images/calendars/table-oct-right.png) no-repeat center right;
	}

table.nov caption{
	background: transparent url(images/calendars/table-nov-top.png) no-repeat top left;
	}

.nov #prev a {
	background: transparent url(images/calendars/table-nov-left.png) no-repeat center left;
	}

.nov #next a {
	background: transparent url(images/calendars/table-nov-right.png) no-repeat center right;
	}

table.dec caption{
	background: transparent url(images/calendars/table-dec-top.png) no-repeat top left;
	}

.dec #prev a {
	background: transparent url(images/calendars/table-dec-left.png) no-repeat center left;
	}

.dec #next a {
	background: transparent url(images/calendars/table-dec-right.png) no-repeat center right;
	}

/* upcoming shows*/

span.nonpitt {
	color: #A06EB3 ;
}


#upcoming-shows {
	padding: 15px 12px 0 12px;
}


/* shows */
.shows #secondary {
	margin-right: 265px;
}
.shows #sidebar {
	width: 265px;
}



/* music */

.cd, .cassette {
	float: left; 
	width: 385px; 
	padding: 0 15px 20px 0;
}

.tracks ol {
	list-style-position: outside;
}

.tracks ol li{
	padding: 1px 0 1px 20px;
}

.tracks ol li.playing {
	font-weight: bold;
}


/* music */
.play, .stop, .download, .mp3 {
	display: inline;
	margin-left: 0;
	padding-left: 16px;
	padding-top: 2px;
	text-decoration: none !important;
	cursor: pointer !important;
}

.music .play,.music .stop, .music .mp3 {
	margin-left: -20px;
} 

.download {
	margin-left: 0;
}

.cassette .download{
	margin-left: -20px;
}

#best-sunday-heart .tracks ol li {
	padding-left: 40px;
}

#best-sunday-heart .play, #best-sunday-heart .mp3, #best-sunday-heart .stop {
	margin-left: -40px;
}

.mp3 {
	background: transparent url(images/indicator.gif) no-repeat top left;
}

.download {
	background: transparent url(images/disk2.png) no-repeat top left;
}

.play {
	background: transparent url(images/controls/control_play_blue.png) no-repeat top left;
}

.stop {
	background: transparent url(images/controls/control_stop_blue.png) no-repeat top left;
}

.play span, .stop span, .download span, .mp3 span {
	display: none;
}

/* store */

.item {
	float: left; 
	width: 46%;
	padding: 0 12px 20px 0;
}

.details {
	padding: 5px 0 0 165px;
}

.details p {
	padding: 0 0 .5em;
}

.price {
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 0;
	text-align: center;
}

.item form {
	padding: 5px 0 0;
	text-align: center;
}

.item form label {
	font-weight: bold;
	float: left;
	width: 40px;
	
}

.item form div div {
	text-align: left;
	padding-bottom: 5px;
}

.item form .submit {
}

/* comments form */

.formcontainer {
	padding: .5em;
}

form#commentform #comment-notes {
	padding-bottom: 5px;
}

form#commentform, form#commentform p {
	padding: 0;
}

form#commentform div {
	padding: 0;
}

form#commentform span.req-field {
	color: red;
}
form#commentform .form-label {
	clear: left;
	display: inline;
	float: left;
	font-weight: bold;
	width: 100px;
}
form#commentform .form-input {
	padding-bottom: 5px;
}

.comments input#author, .comments input#email, .comments input#url, .comments textarea#comment {
	font-family: "courier new", courier, monospace;
	font-size: 1em;
	padding: 0.2em;
}
.comments input#author, .comments input#email, .comments input#url {
	width: 50%;
}
textarea#comment {
	height: 10em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 95%;
}

form#commentform .form-submit {
	text-align: center;
	width: 95%;
}



/* contact */


.contact form {
	display:block;
}

.contact form div {
	padding:2px;
	text-align:left;
}

.contact form label {
	display:block;
	width:120px;
	padding-right:7px;
	text-align:right;
	float:left;
	font-weight: bold;
}

.contact form textarea {
	width: 50%;
	float:left;
}

.contact form .submit {
	margin-left: 127px;
	clear: both;
}



/*footer*/

#footer {
	clear: both;
	background: transparent url(images/bg/footer.gif) no-repeat top center;
	padding-top: 25px;
	margin: 10px auto 0;
	text-align: center;
	height: 50px;
	width: 395px;
	display: block;
	}

#footer p {
	padding: 3px 0 15px 0;
	font-size: .95em;
	}

#footer a {
	background:transparent url(images/icons/c64logo.png) no-repeat scroll center;
	border-bottom:0pt none;
	display:inline;
	padding:12px 0;
	color: #000000;
	}
