* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 80%/1.3 Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #333;
}

img, abbr {
	border: 0;
}

h1 {
	padding: 0 0 .5em;
	font-size: 1.5em;
}
		
h2 {
	clear: both;
	padding: 0 0 .25em;
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: #698cab;
}

h4 {
	padding: 0 0 .25em;
	font-size: 1.1em;
}

.home #primary p {
	padding: 0 30px 1em 0;
}

#primary p, #secondary p{
	padding: 0 0 1em;
}

#primary blockquote {
	padding: 0 0 0 14px;
}

.lyrics .stanza {
	padding-bottom: 1em;
}

.lyrics blockquote {
	padding: 0;
}

.lyrics blockquote p{
	padding: 0 !important;
}

.lyrics blockquote blockquote {
	padding-left: 14px;
}

.lyrics ul, .lyrics ol {
	list-style: none outside;
	padding-left: 0;
}

.lyrics ul li p {
	padding-bottom: 0 !important;
}

.lyrics ul ul {
	padding-bottom: 0 !important;
	padding-left: 14px;
}

ul li.viewing {
/* 	padding-left: 14px; */
}

ul li.viewing a {
	color: #000 !important;
	text-decoration: none;
}

ul, ol{
	padding: 0 0 10px 20px;
}

a, a:link, a:visited {
	color: #698cab;
	font-weight: bold;
}

a:active, a:hover {
	color: #698cab;
	font-weight: bold;
}

select option {
	padding: 0 2px;
}

table {
	clear: left;
	width: 70%;
	padding-bottom: .5em;
}

table th {
	text-align: left;
}

table td, table th {
	vertical-align: top;
	padding: 2px 4px;
}

hr {
	clear: both;
	margin: 0;
	padding: 2em 0;
	color: #fff;
	background-color: #fff;
	height: 0;
	border: 0;
	width: 75%;
}

hr.hr {
	background: url(../images/icons/divider.gif) no-repeat bottom center;
	height: 43px;
	width: 100%;
}

div.image {
	padding: 0;
}

div.center{
	text-align: center;
	width: 100%;
}

div.gallery, div.left {
	float: left;
	padding: 0px 10px 10px 5px;
}

div.right {
	float: right;
	clear: right;
	padding: 0px 5px 10px 10px;
}

div.image a {
	position: relative;
	display: block;
	border: 0 !important;
}
div.image img{
	border: 2px solid #000;
}

div.pdf a {
	display:block;
	background:transparent url(../images/icons/pdf.gif) no-repeat center left;
	padding: 5px 5px 5px 35px;
	margin: 5px 0;
	width: auto;
	border: 0 !important;
}

.errorBox {
	width: 40%;
	padding: 1em 12px 0;
	border: 2px solid #F80203;
	background: #FFDFE0;
	color:#F80203;
	font-weight:bold;
}

/* music */

.cddetails {
	float: left; 
	clear: left; 
	padding: 5px 0 0;
}

#primary .cddetails p {
	padding-bottom: .5em;
}

.music .tracks {
	padding: 5px 0 0 180px;
}

.art {
	text-align: left;
	width: 162px;
	float: left;
}
.art img {
	border: 2px solid #000; 
	line-height: 0; 
	margin: 5px 12px 5px 0;
}


/* posts */

.post {
	clear: both;
	background: url(../images/icons/divider.gif) no-repeat bottom center;
	padding-bottom: 53px;
}

.entry-date {
	padding: 0 0 .5em;
	font-style: italic;
}

.entry-content {
	padding: .3em .7em;
}

.entry-content p {
	padding: 0 0 .5em !important;
}

.entry-meta {
	font-size: .9em !important;
}

/* shows */

#shows-content {
	padding-bottom: .5em;
}

#event-cal table {
	width: 100%;
	border: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

#event-cal table td {
	padding: 2px 0 1px;
	text-align: center;
}




.eventday {
	background-color:#698CAB;
}

.pastday {
	background-color: #B9C1C4 !important;
}

.eventday a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	border: 0;
}

.pastday a {
	color: #000 !important;
}

.eventday a:hover{
	text-decoration: underline !important;

}

#today {
	border: 2px solid #404A4F;
	background: #fff;
}

#today.eventday {
	background: #698CAB !important;
	border: 2px solid #404A4F !important;
}

#today a {
	font-weight: bold;
	text-decoration: none;
}

#shows .event-entry {
	padding: 0 0 18px;
}

#shows h3 {
	font-size: 1.4em;
}

#shows h5 {
	padding: 2px 0 .4em;
	font-size: 1.05em;
	font-weight: normal;
}


#shows .event-entry .summary {
	font-style: italic;
}

#shows .event-entry .details {
	padding: 0 0 0 20px;
}

#shows .event-entry p {
	padding: 0 0 .5em;
}

/* comments */

.comments {
	clear: both;
	padding: 1em 0;
}

#comments {
	list-style: none outside;
	padding: .5em 0;
}

.unapproved {
	color: #A06EB3;
	font-style: italic;
	padding: 2px 0 .5em;
	font-weight: bold;
}

.comment {
	padding: .5em .7em;
	margin-bottom: 5px;
}

.comment-author {
	font-weight: bold;
}

.bypostauthor {
	border: 2px solid #000;
	background: #D7DADF !important;
}

.comment-metadata {
	font-size: .9em;
	padding-bottom: .4em;
}

.alt {
	background: #F6F7F8;
}


