.sponsorlogo {
	clear:both;
	text-align:left;
	margin:40px;
}
.sponsorlogo img {
	float:left;
	margin: 0 20px 40px 0;
}
.sponsorlogo a {
	text-decoration:underline !important;
}
.martin img {
	width:150px;
	height:auto;
}
.rodney img {
	width:200px;
}
.dripping-springs {
	min-height:147px;
}
.dripping-springs img {
	width:150px;
	height:auto;
}
.nav img {
}
.friends {
	display: inline-block;
	float: right;
	position: relative;
	top: -10px;
	margin-right:5px;
}
/***links***/
a:link {
	text-decoration: none;
	color: #1C0C00;
}
a:visited {
	text-decoration: none;
	color: #1C0C00;
}
a:hover {
	text-decoration: none;
	color: #1C0C00;
}
a:active {
	text-decoration: none;
	color: #1C0C00;
}
a.nav:active {
	text-decoration: none;
	color:#EFEDE3;
}
/***selectors***/
body {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	color: #1C0C00;
	background-color:#FBF5E6;
}
h1, h2, h3, h4, h5, p {
	margin:0;
}
h1 {
}
img {
	border:none;
}
/***templates***/
.shell {
	width:900px;
	margin:0px auto;
}
.banner {
	background-image:url(images/elements/background-top.png);
	width:900px;
	height:140px;
	text-align:center;
}
.bannerimage {
	margin:0px;
	position:relative;
	top:15px;
}
.container {
	width:900px;
	margin:0px auto;
	text-align:center;
	background-image:url(images/elements/background.png);
	min-height:400px;
}
.nav {
	background:url('images/elements/navbar.jpg') no-repeat center center;
	width:800px;
	height:22px;
	margin:0px auto;
	text-align:center;
}
.footer {
	background-image:url(images/elements/background-bottom2.png);
	height:125px;
	text-align:center;
	clear:both;
}
.social {
	padding:10px;
}
.copyright {
	padding:10px;
	font-size:12px;
	z-index:1;
}
.content {
	padding:20px 0px;
	margin:0px auto;
	width:800px;
	min-height:400px;
}
.form {
	float:right;
	margin-right:15px;
	padding:0px;
	position:relative;
	top:-10px;
	display:inline;
}
.list {
	margin:15px;
}
/***pages***/
.detail {

}
.albums {
	width:225px;
	margin:10px;
	padding:10px;
	text-align:left;
	line-height:1.8;
	border-bottom:#7C7252 solid thin;
	font-size:11px;
}
.lyrics {
	margin:0px 40px 0px 0px;
	float:right;
	width:430px;
	background-color:#FFFFFF;
	border:#D8DDE8 thin solid;
	padding:20px;
	text-align:left;
	font-size:11px;
}
.homeheader {
	clear:both;
	position:relative;
	top:-20px;
}
#header1 {
	margin-right:30px;
}
#header2 {
	position:relative;
	top:24px;
}
#hometext {
	margin:0px auto;
	padding:13px;
	background-color:#E4E5E7;
	width:600px;
	height:320px;
	overflow:auto;
	text-align:left;
	color:#1C0C00;
}
#calendar {
	margin:30px auto;
	background:#E4E5E7 url('images/carrie-sitting.jpg') no-repeat;
	width:600px;
	height:415px;
	text-align:left;
	color:#1C0C00;
}
#caldates {
	width:370px;
	height:415px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-left:240px;
}
.bio {
	clear:both;
	padding:30px;
	text-align:left;
}
.hiresphotos {
	text-align:left;
	width:585px;
	margin:0px auto;
	border:none;
}
.pressnav {
	border-bottom:#7C7252 solid thin;
	padding:20px;
	width:650px;
	margin:10px auto;
	clear:both;
	letter-spacing:.05em;;
}
.gallery-thm {
	border:solid #B2B09B 5pt;
	padding:0px;
	margin:10px;
}
.video2	 {
	padding:10px;
}
/***CMS***/
.calendar_main, .calendar {
	width:350px;
}
.calendar_today {
	width: 98%;
	padding: 2px;
	margin: 4px;
	text-align: left;
	color:#54829E;
}
.calendar_event_1 {
	width: 98%;
	padding: 2px;
	margin: 4px;
	text-align: left;
	color:#54829E;
}
.calendar_event_2 {
	width: 98%;
	padding: 2px;
	margin: 4px;
	text-align: left;
}
.calendar_artist_text {
	color:#54829E;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}
.calendar_date_text {
	color:#54829E;
	font-size: 10pt;
	text-align: left;
}
.calendar_event_title_text {
	color:#54829E;
	font-size: 12pt;
	font-weight: bold;
}
.calendar_venue_text {
	color:#7C7252;
	font-size: 10pt;
}
.calendar_notes_text {
	color:#7C7252;
	font-size: 10pt;
}
.news { 
	color:#1C0C00;
	text-align: left;
}
.news_entry {
}
.news_date {
	color:#1C0C00;
	margin:10px 0px;
	border-top: thin solid #1C0C00;
	padding-top:15px;
}
.news_title {
	color:#1C0C00;
	font-size:15px;
	padding-bottom:10px;
	text-transform:uppercase;
}
.news_text {
	color:#1C0C00;
}
form.br {display:none;}
/*****TOOLTIP******/
a:hover.tooltip {
	background:#FEF5E5;
	text-decoration:none;
}
a.tooltip span {
	display:none;
	padding:3px;
	width:70px;
	text-align:center;
}
a.tooltip:hover span{
	display:inline;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
	position:relative;
	left:10px;
	font-size:10px;
}
.penny-album a {
	text-decoration:underline;
	color:rgba(0,0,20,.8);
}
.penny-album {
	clear:both;
}
.penny-album-credits {
    border: rgba(0,0,0,.3) thin solid;
    margin: 0 30px;
    padding: 20px;
    width: 30%;
    float: right;
    line-height: 1.5;
}
.penny-album ul {
	padding:0;
}
.penny-album li {
	list-style:none;
}
.penny-album h2 {
	margin:30px 0;
}
.penny-lyrics {
	width: 57%;
}
.penny-lyrics h3 {
	margin-top:40px;
}
.penny-album h4 {
}
.penny-album p {
}
.penny-song {
	    border-bottom: rgba(0,0,0,0.3) thin solid;
    margin: 30px;
    padding-bottom: 40px;
}
.penny-song:last-child {
    border-bottom: none;
}
.penny-blurb a {
	color:rgba(71,55,21,.6);
}
.penny-blurb a:hover {
	color:rgba(71,55,21,1);
}
.penny-blurb {
	border-bottom: #333333 thin solid;
	border-top: #333333 thin solid;
    width: 750px;
    margin: 10px auto;
    padding: 20px 0;
    background-color: rgba(0,0,0,.1);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}