
* {
	margin: 0;
	padding: 0;
}

html {
	margin-left: -0.1px; 
}

body {
	margin-top: 0;
	background: #000 url(../images/bg2.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


/* FEEDBURNER STYLES
-----------------------------------------------*/

.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
}

.feedburnerFeedBlock ul li {
padding-top: 15px;
padding-bottom: 15px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0;
}

.feedburnerFeedBlock ul li span.headline a {
margin-bottom: 8px;
color: #B23E3D;
font-size: 18px;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #B23E3D;
text-decoration: none;
}

#creditfooter {
display: none;
}





fieldset { border: 0; }

form {
}

/*
input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}
*/

input, textarea {
	margin: 5px 0;
	padding: 6px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

select {
	margin: 5px 5px;
	padding: 2px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Georgia, serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	cursor: pointer;
	background: #909090;
	border-width: 3px;
  	border-style: double;
  	border-color: #fff;
}

input.button2 { 
	font: bold 12px Arial, sans-serif;
	/* text-transform: uppercase; */
	/* height: 30px; */
	margin: 0;
	padding: 1px;
	color: #fff;
	cursor: pointer;
	background: #B23E3D;
	/*
border-width: 1px;
  	border-style: solid;
  	border-color: #fff;
*/
}

label { display:block; }

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #000;
}

h1, h2, h3 a{
	color: #313131;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.6em;
	color: #666;
}

h4 {
	font-size: 1.2em;
	color: #AF5555;
	margin-bottom: 5px;
}

a {
	color: #b23e3d;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #333;
}


/* Images */

img.border {
	background: #fff;
	border: 1px solid #bebebe;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
  	background: #fff;
	border: 1px solid #bebebe;
	padding: 8px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
  	background: #fff;
	border: 1px solid #bebebe;
	padding: 8px;
}

img.noborder {
	background: transparent;
	border: 0;
	padding: 0;
}

.tnborder img{border: 2px solid #B23E3D;}

.tnborder:hover img{border: 2px solid #000;}

.tnborder:hover{color: black; /* irrelevant definition to overcome IE bug */}


/* Header */

#header {
	width: 1000px;
	height: 640px;
	margin: 0 auto;
	margin-bottom: 0;
	background: transparent;
	/* border: 1px solid white; */
}

#logo {
	float: left;
	height: 120px;
	width: 381px;
	padding: 0 0 0 0;
	margin: 99px 0 0 15px;
	background: url(../images/logo.gif) no-repeat;
	color: #000;
}

#logo h1 {
	padding: 20px 0 0 0;
}

#logo p {
}

#logo a {
	text-decoration: none;
	color: #36393D;
}

#mailinglist {
	margin: 280px 30px 0pt 0pt;
	padding: 10px 10px 0pt 0pt;
	float: right;
	display: block;
}
	
#search {
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
	background: transparent /* url(../images/img04.gif) no-repeat right top */;
}

#search form {
	height: 52px;
	width: 236px;
	padding: 65px 0 0 0;
	margin-top: 255px;
	border: 1px solid red;
	background: transparent /* url(../images/img05.gif) no-repeat 0 60px */;
}

#search fieldset {
	border: none;
}

#search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, #search-submit {
	display: none;
}

#menu {
	clear: both;
	height: 20px;
}

#menu ul {
	height: 20px;
	padding: 52px 0 0 0;
	list-style: none;
	/* border: 1px solid red; */
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 4px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(../images/img07.gif) no-repeat left center;
	color: #B42600;
}

#intro {
	margin: 0;
	padding: 140px 50px 0 30px;
	display: block;
	width: 450px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ababab;
	font-weight: lighter;
	letter-spacing: .8px;
	line-height: 1.8em;
	border: 1px solid white;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	/* margin-left: -.1px; */
	background: #e9e9e9/*  url(../images/page-bg.jpg) repeat-y */;
}

#back2top {
	height: 72px;
	background: url(../images/img19.gif) no-repeat left bottom;
}

#back2top a {
	display: block;
	width: 40px;
	padding: 27px 0 0 25px;
	text-decoration: none;
	text-align: center;
}

#back2top a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 60px 30px 0 30px;
	border-right: 1px solid #EEE8E1;
	/* border: 1px solid red; */
}

.sm_menu {
	padding: 10px 0 10px 0;
	margin: 30px 10px 45px 0;	
	font-size: 13px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #f3f3f3;
	font-weight: lighter;
	color: #d2d2d2;
}

.sm_menu a{
	color: #b23e3d;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}

.sm_menu a:hover{
	color: #333;
	text-decoration: none;
}

.post {
	padding: 20px 0;
}

.post .title {
	font-size: 28px;
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .title a:hover {
	/* border-bottom: 1px dotted #000000; */
}

.post .title2 { 
	font-weight: normal;
	font-size: 18px;
}

.post .byline {
	margin-bottom: 2em;
}

.post .date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 7px;
	background: #CCE698 url(../images/img14.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #BF3600;
}

.post .date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: #BF3600 url(../images/img14.gif) no-repeat;
	color: #FFFFFF;
}

.post .date .day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

.post .date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

.post .entry {
	margin: 20px 20px 0 0;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	line-height: 180%;
	list-style-position: inside;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 10px;
	background: url(../images/img15.gif) no-repeat;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	padding-left: 15px;
	background: url(../images/img16.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(../images/img17.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-left: 15px;
	background: url(../images/img18.gif) no-repeat 1px 6px;
}

.post-footer {
	padding: 15px 15px;
	margin: 15px 10px 10px 0;	
	color: #977C57;
	font-size: 10px;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer a {
	font-weight: bold;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.backtotop { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/backtotop.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
	font-weight: normal;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/readmore.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
	font-weight: normal;
}
.post-footer a.mailinglist { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/mailinglist.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
	font-weight: normal;
}
.post-footer a.listen { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/listen.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
	font-weight: normal;
}
.post-footer a.youtube { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/youtube.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
	font-weight: normal;
}
.post-footer a.tix { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/tix.jpg) no-repeat 0 2px;
	padding-left: 35px;
	color: #977C57;
	font-weight: normal;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
	font-weight: normal;
}

.post-info { font-size: .95em; padding: 0 10px 0 0; margin-left: 0; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }


/* Contact Form */

/*#contactform {
	width: 500px;
	margin: 20px 0; 
	padding: 15px 0 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
#contactform p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;
	margin: 0;	
	color: #9D6D37;
}*/


/* Sidebar */

#sidebar {
	float: right;
	width: 315px;
	padding: 52px 15px 0 0;
	/* border: 1px solid red; */
}

#sidebar p.showschedule a{
	color: #313131;
	text-decoration: none;
}

#sidebar p.showschedule a:hover{
	text-decoration: none;
}

#sidebar ul {
	/* background: #D6EBAD url(../images/img10.gif) repeat-y; */
	list-style: none;
	color: #36393D;
}

#sidebar li {
	/* background: url(../images/img12.gif) no-repeat left bottom; */
}

#sidebar li ul {
	padding: 10px 20px 30px 20px;
	line-height: 200%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
	/* background: url(../images/img13.gif) no-repeat left center; */
}

#sidebar h2 {
	padding: 8px 0 0 0;
	/* font-size: 1.6em; */
}

#sidebar h2 span.small {
	font-size: .8em;
	padding: 8px 0 0 0;
	/* font-size: 1.6em; */
}

/*
#sidebar a {
	text-decoration: none;
	color: #BA3300;
}

#sidebar a:hover {
	text-decoration: underline;
}
*/


/* THUMBNAILS */

#thumbs ul{
float: left;
overflow: hidden;
width: 285px;
margin: 0 0 60px 0;
padding: 12px 0 0 0;
/* border: 1px solid black; */
}

#thumbs li{
float: left;
margin: 0 6px 6px 0; 
padding: 0 0 0 0;
background: transparent;
list-style: none;
}

#thumbs li img{
display: block;
padding: 0;
}

.shop_pics a{
border: 2px solid #BEBEBE;
}

.shop_pics a:hover{
border: 2px solid #BEBEBE;
}

#ckthumbs ul{
float: left;
overflow: hidden;
width: 318px;
margin: 0 0 0 0;
padding: 12px 0 0 0;
/* border: 1px solid #959595; */
}

#ckthumbs li{
float: left;
margin: 0 9px 9px 0; 
padding: 0 0 0 0;
background: transparent;
list-style: none;
}

#ckthumbs li img{
display: block;
padding: 0;
border: 1px solid #959595;
}

#ckthumbs li img:hover{
display: block;
padding: 0;
border: 1px solid #959595;
}

#ckthumbs li.folioLink{
width: auto;
margin: 0; 
padding: 0 5px 0 0;
float: none;
clear: both;
text-align: right;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 10px 20px 30px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td {
	padding: 4px 0;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#today {
	background: #BFD19A;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 15px 0 30px 0;
	background: #000/*  url(../images/img20.gif) repeat-x */;
	font-size: 9px;
	color: #909090;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #909090;
	text-decoration: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

