@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUSAN TEDESCHI BIO CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		st_bio.css
	Date:			October 27, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		margin:0 0 0 125px;
		background:url(../../images/bg_mainCol.png) no-repeat;
		width:435px;
		display:inline;
		float:left;
	}
		#mainCol h1 {
			background:url(../../images/h1_bio.png) no-repeat;
			width:435px; height:85px;
		}
		#mainCol .bottom {
			padding:0 0 100px 0;
			width:435px;
			background:url(../../images/bg_mainCol_bottom.jpg) 0 bottom no-repeat;
		}
		#mainCol .contentBio {
			margin:0 0 0 40px;
		}
			#mainCol .contentBio p {
				width:322px;
				margin:0 0 16px 0;
				font:12px Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
			} 
				#mainCol .contentBio p strong {
					color:#be4a3a;
				} 
				#mainCol .contentBio p em {
					font-weight:bold;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	altCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#altCol {
		width:362px;
		float:left;
	}
		/* upcomingEvents */
		#upcomingEvents {
			width:362px; height:210px;
			background:url(../../images/altCol_eventsBG.jpg) no-repeat;
		}
			#upcomingEvents #eventsTable {
				margin:54px 0 0 5px;
				color:#000;
				font:normal 9px Verdana, Arial, Helvetica, sans-serif;
				height:136px;
			}
				#upcomingEvents #eventsTable thead tr {
					display:none;
				}
				#upcomingEvents #eventsTable col#dateCol {
					width:100px;
				}
				#upcomingEvents #eventsTable col#venueCol {
					width:150px;
				}
				#upcomingEvents #eventsTable tr td {
					height:17px;
					vertical-align:top;
				}
				#upcomingEvents #eventsTable a:visited, #upcomingEvents #eventsTable a:active, #upcomingEvents #eventsTable a:link {
					color:#000;
					text-decoration:none;
				}
					#upcomingEvents #eventsTable a:hover {
						color:#be4a3a;
					}
		#altCol #upcomingEvents a.eventsSeeAll:active, #altCol #upcomingEvents a.eventsSeeAll:visited, #altCol #upcomingEvents a.eventsSeeAll:link {
			width:86px; height:20px;
			text-decoration:none;
			display:block;
		}
			#altCol #upcomingEvents a.eventsSeeAll:hover {
				background:url(../../images/btn_eventsSeeAll.jpg) no-repeat;
			}
		
		/* recentGallery */
		#recentGallery {
			margin:25px 0 0 0;
		}
			#recentGallery h1 {
				background:url(../../images/h1alt_galleryPhotos.png) no-repeat;
				width:164px; height:32px;
			}
			#recentGallery .entry {
				margin:0 0 0 40px; padding:19px 0 0 0;
				width:244px; height:158px;
				background:url(../../images/altCol_galleryImgBG.jpg) no-repeat;
			}
				#recentGallery .entry .thumb {
					text-align:center;
					display:block;
					text-decoration:none;
				}
					#recentGallery .entry .thumb a img {
						border:none;
						height:134px;		
					}
			#recentGallery a.gallerySeeAll:link, #recentGallery a.gallerySeeAll:active, #recentGallery a.gallerySeeAll:visited {
				margin:10px 0 0 170px;
				width:105px; height:26px;
				background:url(../../images/btn_gallerySeeAll.jpg) top no-repeat;
				display:block;
				text-decoration:none;
			}
				#recentGallery a.gallerySeeAll:hover {
					background-position:bottom;
				}
					