@charset "UTF-8";

/*	-------------------------------------------------------------
	CSS - MAIN : 	THE RESCUES OFFICIAL SITE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		home.css
	Date:			June 11, 2010
	Author:		Sean Baker - UMRG New Media
	-------------------------------------------------------------	*/



li.leftcoltab {
	width: 140px !important;
	height: 27px;
	background-image: url(../images/featuredtab.png) !important;
	background-position: 0 -27px;
}

li.leftcoltab.photos {
	width: 140px !important;
	height: 27px;
	background-image: url(../images/latestphotostab.png) !important;
	background-position: 0 -27px;
}

.entry {
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: none !important;
}

#featured {
	padding: 12px 14px 14px 35px;
	margin:0 0 4px;
	background-image:url("../images/leftcolbg.png");
}

#featured span {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	height: 10px;
}

#featured p {
	color:#fff;
	font-family:'Vollkorn',Georgia,Arial,serif;
	font-size:13px;
	line-height:16px;
	margin:19px 30px 0 0;
}

#featured p a {
	color: #14414d;!important
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 10px 20px 15px 0;
}

#featured p a:hover {
	color: #0b272e;
}

#featured h3 {
	color: #14414d;
	width: 400px;
	font-family:Georgia-bolditalic, "Times New Roman", Times, serif;;
	font-size: 23px;
	margin: 10px 0 0 0;
	display: block;
}

#featured h4 {
	color: #14414d;
	width: 400px;
	font-family:Georgia-italic, "Times New Roman", Times, serif;;
	font-size: 18px;
	margin: 10px 30px;
	display: block;
}

#featured h3 a {
	color: #14414d;
	width: 400px;
	font-family:Georgia-bolditalic, "Times New Roman", Times, serif;;
	font-size: 23px;
	margin: 10px 0 0 0;
	display: block;
}

#featured h3 a:hover {
	color: #0b272e;
}


#featured .newsdivider {
	background: #fff;
	width: 406px;
	height: 1px;
	margin: 5px 0 0 0;
	display: block;
}

#featured .entryimage {
	margin: 14px 0 0 0;
}

#featured .foot {
	color: #14414d;
	margin: 20px 0 0 160px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#featured .foot a {
	color: #14414D;
	font-size: 11px;
	text-decoration: none;
}

#featured .foot a:hover {
	color: #0b272e;
}

#featured .entryimage p {
	margin: 0 0 0 0;
}

#featured .addthis_button {
	position: relative;
	top:4px;
}
#featured a.more {
	width:81px; height:10px;
	margin:15px 0 0 auto;
	background:url(../images/morenews.png) no-repeat 0 0;
	display:block;
}
	#featured a.more:hover {
		background-position:0 -10px;
	}
	
#photos {
	padding: 14px 14px 14px 10px ;
	margin:0 0 4px;
	background-image:url("../images/leftcolbg.png");
}
	#photos ul {
		height:81px;
	}
		#photos ul li {
			width:81px; height:81px;
			margin:0 0 0 7px;
			float:left;
		}
	#photos a.more {
		width:96px; height:10px;
		margin:15px 0 0 auto;
		background:url(../images/morephotos.png) no-repeat 0 0;
		display:block;
	}
	#photos a.more:hover {
		background-position:0 -10px;
	}
	
li#leftcoltabshows {
	background-image:url("../images/upcomingshowstab.png");
	height:27px;
	width:169px ;
}
	
#homeshows {
	background-image:url("../images/leftcolbg.png");
	margin:0 0 4px;
	padding:14px 14px 14px 10px;
}
	
	table {
		width:425px;
		margin:5px auto 0;
		padding:0 0 0 15px;
	}
		table colgroup col.dateCol {
			width:75px;
		}
		table colgroup col.locationCol {
			width:125px;
		}
		table colgroup col.venueCol {
			width:150px;
		}
		table colgroup col.ticketsCol {
			width:75px;
		}
		table th {
			font-weight:bold;
			font-family:Helvetica,Arial,sans-serif;
			font-size:16px;
			padding:0 0 6px;
			color:#fff;
			text-transform:uppercase;
		}
		table tr {
		}
			table tr td {
				padding:3px 0;
				font-size:14px;
			}
			table tr td.date{
				color:#fff;
			}
			table tr td.location{
				color:#fff;
			}
			table tr td.venue{
				color:#fff;
			}
				table tr td.venue a {
					color:#fff;
					text-decoration:none;
				}
					table tr td.venue a:hover {
						color:#14414D;
					}
			table tr td.tickets{
			}
				table tr td.tickets a {
					color:#fff;
					text-decoration:none;
				}
					table tr td.tickets a:hover {
						color:#14414D;
					}
			span.with {
				font-size:11px;
				color:#fff;
			}
			
				#homeshows a.more {
					width:90px; height:10px;
					margin:15px 0 0 auto;
					background:url(../images/moreshows.png) no-repeat 0 0;
					display:block;
				}
				
				#homeshows a.more:hover {
					background-position:0 -10px;
				}
