﻿@charset "utf-8";
@charset "utf-8";

/*-----------------------------------------------------------------------------
Primary Timperley Band Style Sheet

version:   2.0
author:    Richard Dines
email:     rick@dines.org.uk
website:   http://www.timperleyband.com
-----------------------------------------------------------------------------*/

/* Reset Styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

@font-face {
	font-family: Rockwell;
	src: url(../fonts/rockwell.ttf);
}

body {
	color: black;
	font: 0.6251em/1 Helvetica, Arial, sans-serif;
	/*font:0.6251em/1 Georgia "Times New Roman", Times, serif;
	font:0.6251em/1 Georgia "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-size:10px;
	line-height:12px;
    background-color: #CCC;
}

ol, ul {
	list-style: none;
}

table {
	/*border-collapse: separate;
	border-spacing: 0;*/
	border-color:#CCC;
	width: 100%;
	padding: 5px;
	margin-top: 50px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.info-cell {
	text-align:left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* =General  */
/***********************************Background Image here********************************/
body {
	background: #CCC url(../images/bg_conc.jpg) repeat left;
	vertical-align: top;
}
/****************************************************************************************/
#container {
	background: url(../images/background.png) repeat-y left top;
	width:980px;
	margin:0 auto 20px auto;
	padding:0 10px 0 10px;
	position:relative;
}

#sReader {
	position: absolute;
	top:-1000em;
	left:-100000em;
}

#sNav {
	float:right;
	width:279px;
	padding:0 30px 0 20px;
}

#content {
	width: 600px;
	padding: 0 20px 0 30px;
}

#sContent {
	clear:both;
	background:#000000 url(../images/footerDivider.gif) repeat-y top center;
	color:#d8cfc9;
}

/*dd, input, textarea {
	color:#5c5c5c
}*/

sub, sup {
	padding:0 0.2em;
	color:#CCCCCC;
	font-size:0.5em;
}

/* =Header */

#header {
	/*background:url(../images/corner.png) no-repeat top left;*/
	float:left;
	margin:-11px 0 0 -11px;
	padding:11px 0 0 11px;
	width:100%;
}

#logo {
	display:block;
	float:left;
	margin:35px 35px;
	width:380px;
}

#nav {
	width:470px;
	padding:12px 0 17px 0;
	font-size:1.2em;
	float:right;
	background:#FFFFFF;/*width:200px;
	float:right;
	background:#FFFFFF;
	padding-top:12px;
	padding-right:0px;
	padding-bottom:17px;
	padding-left:4px;
	font-size:1.2em;*/
}

.archiveN, .forumN {
	width:222px;
	float:left;
	clear:left;
}

#nav dd {
	margin-bottom:0.3em;
}

.aboutN, .rssN {
	margin-left:222px;
	margin-top: 24px;
	margin-bottom: 0px;
}

.aboutN a, dt.searchN, .rssN a, .forumN a {
	height:58px;
	width:200px;
	display:block;
	text-indent:-5000em;
	overflow:hidden;
	margin:8px 0;
}

.searchN form p {
	display:inline;
}

.aboutN a {
	background:url(../images/about.png) no-repeat left top;
}

.rssN a {
	background:url(../images/rss.png) no-repeat left top;
}

.searchN button {
	height:32px;
	width:32px;
	text-indent:-5000em;
	overflow:hidden;
	background:url(../images/go.gif) no-repeat top left;
	border:none;
	margin:0;
	padding:0;
}

.searchN input {
	width:164px;
	background:#f6f6f6;
	border:1px solid #dbd9d6;
	padding:4px;
	margin-top:-3px;
}

.searchN {
	position:relative;
	top:3px;
}

.searchN form {
	position:relative;
	top:-3px;
}

/* =Info */

.announcement {
	background: url(../images/notice.png) left center no-repeat #CCCCCC;
	border: 1px solid #333333;
	padding: 8px 8px 8px 30px;
	margin-bottom: 20px;
	color:#666666;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
}

.announcement a {
	color:#333333;
}

.announcement a:visited {
	color:#bd7945;
}

.announcement a:hover {
	background:#d57d00;
	color:#000;
	text-decoration:none;
}

#info {
	clear:both;
	background:#f7faec url(../images/infoBack.gif) repeat-x bottom left;
	border-top:1px solid #d7e79e;
	padding:35px 30px 65px 30px;
	font-size:1.4em;
	line-height:1.714286em;
	position:relative;
}

/*#about h2  {
	width:430px;
	height:60px;

	background:url(../images/apodcast.gif) no-repeat top left;
	text-indent:-5000em;
	overflow:hidden;
	margin-bottom:20px;
	}*/

#about p {
	width:440px;
	position:relative;
	z-index:100;
}

#about a, #mainEmail a {
	text-decoration: none;
	background-color: #fffecc;
	border-bottom: 1px solid #faebb1;
	padding:0 1px;
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	color: #bd7945;
}

#info a:visited {
	color:#6f7e35;
}

#subscribe {
	position:absolute;
	width:450px;
	height:195px;
	right:19px;
	bottom:30px;
	float: left;
	background-image: url(../images/timperley_banner_alpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
}

#subscribe li {
	color:#000000;
	font-size: 0.857143em;
}

#itunes a, #mainRSS a {
	display:block;
	overflow:hidden;
	text-indent:-5000em;
	width:227px;
	margin-bottom:13px;
}

#mainEmail {
	padding-left:5px;
}

#itunes a {
	background:url(../images/subItunes.gif) no-repeat right top;
	height:40px;
}

#mainRSS a {
	background:url(../images/subRSS.gif) no-repeat right top;
	height:37px;
	margin-bottom:12px;
}

/* =content */

#content {
	font-size:1.4em;
	line-height:1.714286em;
	overflow:hidden;
}

#content h1 a, .categories #content h1, .archive #content h1, .search #content h1, .page #content h1 {
	color:black;
	font-weight:bold;
	font-size: 1.57143em;
	text-decoration:none;
	text-transform:capitalize;
	position:relative;
	z-index:10;
	line-height:1;
}

#content h1 a:hover {
	color:#333333;
}

#content .published {
	color:#333;
	position:relative;
	top:1.8em;
}

#comments .published {
	position:static;
}

/* 
DIV Style: INTRO
Provides the coloured italic lettering for the introduction
*/
#intro {
	color:#F00;
	font-size: 1.3em;
	padding-top:0.6em;
	margin:0.9em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
}

.page #intro {
	padding-top:0.8em;
	margin-bottom:0;
}

/* Creates the drop-capital on the intro paragraph. */
.firstLetter {
	font-weight:bold;
	display:block;
	float:left;
	margin:0.17em 0.2em 0 0;
	background:#000;
	color:white;
	font-size: 3.428571em;
	line-height:1.2em;
	padding:0 0.5em;
	text-transform:uppercase;
}

#body {
	border-top:1px solid #dad8d5;
	border-bottom:1px solid #dad8d5;
	padding:2em 0;
	margin:1.8em 0;
	margin-bottom:-1px;
	float:left;
}

.page #body {
	padding:3em 0;
}

#body a, #sContent a, #comments a, #intro a, .search #content a, .stream #content a {
	text-decoration: none;
	background-color: #fffecc;
	border-bottom: 1px solid #faebb1;
	padding:0 1px;
	font-family: "HelveticaNeue-Regular", Helvetica, Arial, sans-serif;
	color: #bd7945;
}

#intro a {
	color:#e59e59
}

#body a:visited, #comments a:visited, #intro a:visited, .search #content a:visited, .stream #content a:visited {
	color:#6f7e35;
}

#body a:hover, #comments a:hover, #intro a:hover, .search #content a:hover, .stream #content a:hover, #about a:hover, #mainEmail a:hover {
	text-decoration: none;
	background-color: #d6e59b;
	border-bottom: 1px solid #aab57b;
	color: black;
}

#sContent a {
	background:none;
	border:none;
	text-decoration: underline;
}

#sContent a:visited {
	color:#d7e79e;
}

#sContent a:hover {
	background:#5c5c5c;
	color:#000;
	text-decoration:none;
}

/* =Main content formatting */

#body h3, .categories #content h3 a, .search #content h3 a {
	font-weight:bold;
	font-size: 2em;
	text-transform:lowercase;
	margin:1em 0 0.5em 0;
	color:#333333;
	letter-spacing:-1px;
	clear:left;
}

#body h4, .stream h4 {
	font-weight:bold;
	font-size: 1.5em;
	text-transform:lowercase;
	margin:1em 0 0.5em 0;
	color:#bd7945;
}

#body h5 {
	font-size: 1.5em;
	text-transform:lowercase;
	margin:1em 0 0.5em 0;
	color:#bd7945;
}

#body p, .search #content p, .stream p, .comCont p {
	margin-bottom:1em;
}

#body ul, .search #content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1em;
}

#body li, .search #content li {
	color:#212121;
}

#body p strong, #body li strong {
	font-weight:bold;
}

.description, acronym, dfn {
	cursor:help;
	border-bottom:1px dotted #212121;
}

#body .btt a {
	font-size: 0.785714em;
	color:#5c5c5c;
	text-decoration:none;
}

#body .btt {
	border-bottom:1px dotted #dad8d5;
	margin-top:1.5em;
}

#body .btt a:hover {
	color:#FFFFFF;
}

#body .img {
	padding:7px 7px 0 7px;
	background:#ffffff;
	font-size: 0.857143em;
	line-height:1.5;
	clear:left;
	overflow:hidden;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

#body .flash {
	background:#efefef;
	padding:15px 7px;
	border-top:1px solid #dad8d5;
	border-bottom:1px solid #dad8d5;
	text-align:center;
}

#body .img img {
	border:0px solid #333333;
	/*	display:block;*/
	margin-bottom:7px;
}

#body .img .caption {
	margin-bottom:7px;
	padding:0;
	color:#4D4D4D;
}

.row {
	padding:10px 0 10px 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.frImg {
	float:right;
	padding: 10px;
}

#sociallinks {
	margin-top:10px;
	margin-bottom:10px;
	border-color: #F00;
}


/* =Podcast specific */

#body .  #body #odeo, #body .dwnOpt, #body #liveStream, #body .liveStream {
 color:#bd7945;
 text-decoration:none;
 background:#f8f8f8 url(../images/arrowGrey.gif) no-repeat center left;
 display:block;
 border-bottom:1px dotted #dad8d5;
 padding:0.43em 0 0.42em 20px;
}

#body #odeo a, #body .dwnOpt a, #body #liveStream a, #body .liveStream a, #body #odeo a:hover, #body .dwnOpt a:hover, #body #liveStream a:hover, #body .liveStream a:hover {
	background:none;
	color: gray;
	border: none;
}

#body .dwnOpt {
	margin-top:-3em;
	position:relative;
	z-index:1;
}

#body .dwnOpt a, #body #odeo a, #body #liveStream a, #body .liveStream a {
	text-decoration:none
}

#body #odeo {
	margin-top:-1.26em;
}

#body #liveStream, #body .liveStream {
	margin-top:-1em
}

#body blockquote, .search #content blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	color:#5c5c5c;
	margin-left:62px;
}

#body code {
	color:#5c5c5c;
	white-space: nowrap;
	width:600px;
	margin-bottom:1em;
	display:block;
	font-family:"Courier New", Courier, monospace;
	font-size: 1.2em;
	overflow: auto;
}

#body pre {
	overflow: auto;
	width:600px;
	color:#5c5c5c;
	font-family:"Courier New", Courier, monospace;
}

#body ins {
	background-color: #d6e59b;
}

#body em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
}

#body a.highlightLink, #body a.specialLink {
	color:#bd7945;
	background:url(../images/arrowWhite.gif) no-repeat center left;
	display:block;
	border-top:1px dotted #d3d3d3;
	border-bottom:1px dotted #d3d3d3;
	padding:0.43em 0 0.42em 20px;
	display:block;
	text-decoration:none;
	clear:left;
}

#body .quote {
	float:left;
	width:290px;
	background:#f8f8f8;
	padding:1em 20px 1em 30px;
	margin:0.4em 20px 0 -30px;
	border-top:1px solid #dad8d5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:oblique;
	border-bottom:1px solid #dad8d5;
	color:#5c5c5c;
	font-weight:bold;
}

.quote p {
	display:inline;
	margin:0;
	padding:0;
}

.quote .firstLetter {
	display:inline;
	float:none;
	margin:0;
	background:none;
	color:#B2AFAD;
	font-size:inherit;
	line-height:inherit;
	padding:0;
	text-transform:inherit;
}

#expert {
	margin-top: 2em;
}

#expert cite {
	color:#000;
}

#expert blockquote, #body blockquote {
	font-style: normal;
	margin-left: 0;
	padding-left: 10px;
	border-left: 5px solid #d3d3d3;
}

.speaker_1_text {
	background-color: #f8f8f8;
}

/* =Comments */


#comments {
	clear:left;
	padding-top:1.8em;
}

#comments ul {
	font-size: 0.857143em;
	color: #333333
}

#comments h3 {
	text-indent:-5000em;
	overflow: hidden;
	height:22px;
	background:url(../images/comments.gif) no-repeat left top;
	margin-bottom:24px;
}

#comments li {
	margin:1em 0;
	padding:1em 0 0 0;
	border-top:1px dotted #d3d3d3;
}

#comments li .comCont {
	font-size: 1.166667em;
}

.comInfo, #comments .comInfo .published {
	color:#bab8b6;
	font-style:oblique;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.comCont {
	color:#414141;
}

#leaveComment {
	color:#bd7945;
	background:url(../images/arrowWhite.gif) no-repeat center left;
	display:block;
	border-top:1px solid #dad8d5;
	border-bottom:1px dotted #d3d3d3;
	padding:0.43em 0 0.42em 20px;
	cursor:pointer;
	clear:left;
}

#comForm, #id2349664 {
	background:#efefef;
	padding:15px;
	border-bottom:1px solid #dad8d5;
	font-size: 0.857143em;
}

#comForm label, #id2349664 label {
	color:#414141;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
}

#comForm .error, #id2349664 .error {
	font-weight:normal;
}

#comForm label strong, #id2349664 label strong {
	font-weight:normal;
}

#comForm input, #comForm textarea, #id2349664 input, #id2349664 textarea {
	background:#f6f6f6;
	border:1px solid #dbd9d6;
	padding:4px;
}

#comForm textarea, #id2349664 textarea {
	width:562px;
}

#id2349664 textarea {
	height:300px;
}

#id2349664 {
	margin:-3.5em 0;
	border:none;
}

#id2349664 p {
	margin:0;
}

.focus {
	background:#FFFFFF !important;
}

.challenge {
	display:inline;
}

.challenge input {
	width:2em;
	margin:0.8em;
	vertical-align:middle;
}

#comForm button, #id2349664 button {
	overflow:hidden;
	text-indent:-5000em;
	background:url(../images/postcomment.gif) no-repeat top left;
	width:153px;
	height:33px;
	border:none;
	cursor:pointer;
}

#id2349664 button {
	background:url(../images/sendEmail.gif) no-repeat top left;
}

/* =Secondary Navigation */

#sNav {
	font-size:1.2em;
	line-height:2em;
	margin-top:2px;
}

#sNav dt a, #tags li a, #sskype a, #stel a, #semail a, #sfacebook a, #srss a, #elsewhere li a, #stwitter a {
	color:#ff0000;
	font-size: 1.16667em;
	text-decoration:none;
	background:url(../images/arrowWhite.gif) no-repeat center left;
	display:block;
	/*border-top:1px dotted #d3d3d3;*/
	border-top: 1px dotted #000;
	padding:0.43em 0 0.42em 20px;
}

#sskype a {
	background:url(../images/sSkype.gif) no-repeat center left;
	padding-left:50px;
}

#stel a {
	background:url(../images/sTel.gif) no-repeat center left;
	padding-left:50px;
}

#semail a {
	background:url(../images/sEmail.gif) no-repeat center left;
	padding-left:50px;
}

#stwitter a {
	background:url(../images/sTwitter.gif) no-repeat center left;
	padding-left:50px;
}

#sfacebook a {
	background:url(../images/social/social_facebook.gif) no-repeat center left;
	padding-left:50px;
}

#srss a {
	background:url(../images/social/feeds_16x16.png) no-repeat center left;
	padding-left:50px;
}

#semail a {
	background:url(../images/social/email_16x16.png) no-repeat center left;
	padding-left:50px;
}

.count {
	color:#d3d3d3;
}

#sNav dd {
	margin-bottom: .4em;
	padding:0.7em 0 0.42em 20px;
	margin-top:-1em;
	display:none;
}

#sNav dl, #tags ul {
	border-bottom:1px dotted #d3d3d3;
}

#sNav page_item {
	margin-bottom: .4em;
	padding:0.7em 0 0.42em 20px;
	margin-top:-1em;
	display:none;
}

#sNav h3 {
	margin-bottom:1.45em;
}

#say {
	background:#C0C0C0;/*f8*/
	margin:10px -30px 0 -20px;
	padding:0 30px 0 20px;
}

#say h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:31px;
	background:url(../images/keep-in-touch.png) no-repeat 0 24px;
	padding-top:24px;
	border-top:1px solid #dad8d5;
}

#say p {
	position:relative;
	top:-0.2em;
}

#book {
	border-top:1px solid #dad8d5;
	padding-top:1em;
}

#book h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:31px;
	background:url(../images/timp_press_pack.png) no-repeat top left;
}

#menu h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:31px;
	background:url(../images/timp_menu_items.png) no-repeat top left;
}

#menu p, #sforum, #tags p {
	font-size: 0.916667em;
	color:#5c5c5c;
	margin:0.3em 0 -0.3em 0;
}

#menu p {
	margin-bottom:2.9em;
}

#keep_in_touch {
	font-size: 0.916667em;
	color:#5c5c5c;
	margin-top: 20px;
	padding-bottom: 20px;
	line-height:1;
}

#tags p {
	margin-top:0.5em;
}

#sforum {
	border-top:1px dotted #d3d3d3;
	margin:0.3em 0 0 0;
	padding-bottom:3em;
}

#tags h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:31px;
	background:url(../images/postByTag.gif) no-repeat 0 23px;
	padding-top:23px;
	border-top:1px solid #dad8d5;
}

.search #tags h3 {
	border-top:0;
	padding-top:0;
	background:url(../images/postByTag.gif) no-repeat 0 0;
}

#sNav a {
	color:#ff0000;
} /*bd7945*/

#sNav a:visited {
	color:#ff0000;
}/* 5c5c5c*/

#sNav dt a:hover, #tags li a:hover, #sskype a:hover, #stel a:hover, #semail a:hover, #elsewhere a:hover, #stwitter a:hover {
	color:#000000;
}

/* =Secondary Content */

#sContent {
	font-size:1.2em;
	line-height:2em;
	float:left;
	margin-top:20px;
}

#sContent img {
	display:none;
}

#sContent h2 {
	height:40px;
	background:url(../images/hills.png) no-repeat left top;
	width:980px;
	text-indent:-5000em;
	overflow:hidden;
}

#projects {
	width:280px;
	margin:0 350px 0 350px;
}

#links {
	float:left;
	width:280px;
	margin-left:30px;
}

#sponsors {
	float:right;
	width:280px;
	margin-right:30px;
}

#links h3 {
	overflow:hidden;
	height:25px;
	text-indent:-5000em;
	background:url(../images/interesting_links.png) no-repeat left top;
}

#links img {
	float:right;
	width:225px;
	background:url(../images/percbg.png) no-repeat left top;
}

#sponsors h3 {
	overflow:hidden;
	height:25px;
	text-indent:-5000em;
	background:url(../images/support_the_band.png) no-repeat left top;
}

#projects h3 {
	overflow:hidden;
	height:25px;
	text-indent:-5000em;
	background:url(../images/current_projects.png) no-repeat left top;
}

#wenttech h3 {
	overflow:hidden;
	height:25px;
	text-indent:-5000em;
	background:url(../images/wenttech.png) no-repeat left top;
}

#sContent h3 {
	margin-bottom:1.7em;
}

#sContent li {
	background:url(../images/arrow_white.png) no-repeat 0 0.93em;
	display:block;
	border-top:1px dotted #64442c;
	padding:0.43em 0 0.42em 20px;
}

#sponsors p {
	padding:0.43em 0 0.42em 0;
}

#sponsors li, #sContent .subscribe li {
	padding-left:0;
	background:none;
}

#sContent .subscribe li {
	float:left;
	border:none;
}

#headscape a, #getSignOff a {
	text-indent:-5000px;
	overflow:hidden;
	display:block;
}

#sponsors ul #headscape a, #sponsors ul #headscape a:hover {
	background:url(../images/rss_subscribe.png) no-repeat right top;
	height:50px;
}

#sponsors ul #getSignOff a, #sponsors ul #getSignOff a:hover {
	background:url(../images/rss_subscribe.png) no-repeat right top;
	height:65px;
}

#switchpod {
	text-align:right
}

#sContent .subscribe li a {
	display:block;
	float:left;
	margin-right:1em;
	color:#9b8d83;
	font-size: 0.916667em;
	padding-left:24px;
}

#sContent .subscribe li a:hover {
	color:#FFFFFF;
}

#sContent .subscribe .rss a {
	background:url(../images/07.png) no-repeat left center;
}

#sContent .subscribe .email a {
	background:url(../images/email.gif) no-repeat left center;
}

#sContent .w3c .css a {
	background:url(../images/w3cvcss.gif) no-repeat left center;
	width:88px;
}

#sContent .w3c .xhtml a {
	background:url(../images/w3cxhtml.png) no-repeat left center;
	width:88px;
}

#copyright {
	background:url(../images/footer3.png) no-repeat left top;
	height:39px;
	display:block;
	clear:both;
	text-indent:-5000em;
	z-index:-100;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	color:#F00;
}

/* =Category listing */

.categories #content .published, .search #content .published {
	position:static;
	top:0;
}

.categories #content h3 a, .search #content h3 a {
	color:#bd7945;
}

.categories #content h3 a:visited, .search #content h3 a:visited {
	color:#737373
}

.categories #content h3 a:hover, .search #content h3 a:hover {
	color:#333333;
	text-decoration:none;
	background:none;
}

.categories #content .published, .search #content .published {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
}

.categories #content dd, .search #content dd {
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px dotted #d3d3d3;
}

.search #content dd p {
	margin:0;
}

.categories #content h1, .search #content h1 {
	border-bottom:1px solid #dad8d5;
	margin-bottom:0.65em;
	padding-bottom:0.75em;
}

/* =Complete archive */

.archive #content li a, #catListing a {
	color:#bd7945;
	background:url(../images/arrowWhite.gif) no-repeat center left;
	display:block;
	border-top:1px dotted #d3d3d3;
	border-bottom:1px dotted #d3d3d3;
	padding:0.43em 0 0.42em 20px;
	margin-top:-1px;
	display:block;
	text-decoration:none;
	clear:left;
}

.archive #content ul {
	clear:left;
}

.archive #content li a:visited {
	color:#5c5c5c;
}

.archive #content li a:hover, #catListing a:hover {
	color:#000000;
	text-decoration:underline;
}

.archive #content #catListing a {
	background:#ECECEC;
	color:#333333;
}

#catListing {
	background:#efefef;
	float:left;
	width:100%;
	margin-bottom:-1px;
}

.archive #content h1 {
	margin-bottom:27px;
}

#catListing ul {
	padding:10px 20px;
	font-size: 0.857143em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:bold;
	border-bottom:1px solid #dad8d5;
	float:left;
}

#catListing ul li {
	float:left;
	width:184px;
	cursor:pointer;
}

#catListing ul li:hover, #catListing ul li.filter:hover {
	text-decoration:underline;
}

#catListing ul li.filter {
	font-weight:normal;
}

/* =Action stream */

#where, #photos {
	padding:37px;
	background:#efefef;
	border-bottom:1px solid #dad8d5;
	border-top:1px solid #dad8d5;
}

#where img, #photos img {
	border:7px solid #5C5C5C;
}

#photos {
	float:left;
	width:563px;
	padding-right:0;
	margin-top:2em;
}

#photos img {
	margin-right:19px;
	margin-bottom:19px;
	float:left;
}

#reh_address {
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 19px;
	margin-bottom: 19px;
	text-align: left;
	display: block;
}

#pos_address {
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 19px;
	margin-bottom: 19px;
	text-align: left;
	display: block;
}

#reh_address h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:41px;
	background:url(../images/rehearsal_address.png) no-repeat top left;
}

#pos_address h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:41px;
	background:url(../images/postal_address.png) no-repeat top left;
}

#contactList {
}

#contactList h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:21px;
	background:url(../images/someone_specific.png) no-repeat top left;
}

.stream #elsewhere h3 {
	background:url(../images/elsewhere.gif) no-repeat left top;
	width:200px;
	height:31px;
	text-indent:-5000em;
	overflow:hidden;
}

.stream #where h3 {
	background:url(../images/location.gif) no-repeat left top;
	width:300px;
	height:31px;
	text-indent:-5000em;
	overflow:hidden;
	margin-bottom:10px;
}

.stream #photos h3 {
	background:url(../images/flickr.gif) no-repeat left top;
	width:300px;
	height:31px;
	text-indent:-5000em;
	overflow:hidden;
	margin-bottom:10px;
}

.stream #stream h3 {
	background:url(../images/doing.gif) no-repeat left top;
	width:405px;
	height:31px;
	text-indent:-5000em;
	overflow:hidden;
	margin-top:2em;
}

.stream #content #where h3, .stream #content #photos h3 {
	margin-top:0;
}

#where h4 {
	color:#5C5C5C;
	margin:0;
}

#where p {
	color:#5C5C5C;
	font-size: 0.714286em;
}

.stream #content ul {
	border-bottom:1px dotted #d3d3d3;
}

.stream #content li {
	text-decoration:none;
	background:url(../images/arrowWhite.gif) no-repeat center left;
	display:block;
	border-top:1px dotted #d3d3d3;
	padding:0.43em 0 0.42em 30px;
}

.stream #elsewhere ul li a {
	padding:0.43em 0 0.42em 30px;
}

.stream #about h2 {
	background:url(../images/stalking.gif) no-repeat left top;
	width:442px;
	height:62px;
}

.clear {
	clear:left
}

#body blockquote.clear {
	margin-left: 0;
}

#justGiving, #updateSpace {
	margin-top:1em;
	display: block;
}

#digg, #digg form {
	margin:0;
	padding:0;
	clear: both;
}

.tweet, .tweet:hover {
	background: url(/images/tweetThis.gif) no-repeat !important;
	width:60px;
	height:16px;
	float: left;
	display: block;
	overflow:hidden;/*none*/
	text-indent: -5000em;
}

small {
	font-size: 0.85em;
	color: gray;
}

#body #twittList {
	border-bottom:1px solid #d3d3d3;
	float:left;
	margin:0px;
	margin-bottom:10px;
}

/*.btc-summary {
	!display: none !important;
}*/
#sociallinks {
	color:#F00;
	font-size: 1.3em;
	padding-top:0.6em;
	margin:0.9em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	float:right;
}

#sociallinks img {
	padding: 2px;
	border-top:1px dotted #d3d3d3;
	border-bottom:1px dotted #d3d3d3;
}

#top_rss_subscribe {
	padding: 5px;
	z-index: 9999999;
	float:right;
}

.news_post {
	display:block;
	border-top:1px dotted #d3d3d3;
	border-bottom:1px dotted #d3d3d3;
	padding:0.43em 0 0.42em 20px;
	display:block;
	text-decoration:none; 
}

#postnewsitem {
	border-bottom:3px dotted #d3d3d3;padding:0.43em 0 0.42em 20px;
}

#contacttheband {
}

#contacttheband h3 {
	text-indent:-5000em;
	overflow:hidden;
	height:21px;
	background:url(../images/contact_the_band.png) no-repeat top left;
}

.calendar_image {
background: url(../images/calendar.jpg) no-repeat;
padding: 1px 1px 1px 1px;
float:left;
width: 45px;
height:40px;
color:#FFF;
font-size:11px;
display:block;
	}

.calendar_day {
padding: 30px 0px 30px 0px;
color:#333333;
font: 16px bold Arial, Helvetica, sans-serif;
}

.honor {
	text-align: center;
	font-weight: normal;
}



