/* CSS Document */

/* navbar */
.topnav
	{position: relative;
	top: 20px;
	left: 20px;
	display: block;
	width: 850px; 
	height: 90px;
	}
	
.navlogo
	{float:left; 
	display: block;
	width: 220px;
	height: 90px;
	padding: 15px 20px 0px 0px; 
	}
	
.navbar
	{position: absolute;
	display: inline; 
	margin-left: 0px;
	width: 595px; 
	height: 90px; 
	background: url(images/navbar_bg.jpg) no-repeat top left;
	}
	
.biopic
	{width: 235px;
	height: 200px;
	text-align: left;
	}
	
.bio
	{font-family: franklin gothic book, Arial, Helvetica, sans-serif;
	color: #6e7339;
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	width: 540px;
	}

#bandmember
	{color: #dce573;
	font-size: 32px;
	letter-spacing: 0.5em;
	padding-bottom: 10px;
	}

.calendar
	{font-family: franklin gothic book, Arial, Helvetica, sans-serif;
	color: #6e7339;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	width: 540px;
	}

.date
	{font-family: franklin gothic demi, arial black, sans-serif;
	color: #dce573;
	font-size: 24px;
	letter-spacing: 0.5em;
	padding-bottom: 10px;
	}
	
.venue
	{color: #dce573;
	font-size: 18px;
	padding-bottom: 10px;
	}
	
#biobold
	{font-family: franklin gothic demi, arial black, sans-serif;
	}
	
a.link1
	{color: #707000;
	text-decoration: none;
	}
	
a.link1:hover
	{color: #C6C600;
	text-decoration: underline;
	}

.sidebar
	{font-family: franklin gothic book, Arial, Helvetica, sans-serif;
	color: #dce573;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	width: 235px;
	}

.text
	{font-family: franklin gothic book, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

a.text
	{font-family: franklin gothic book, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	}
	
a.text:hover
	{text-decoration: underline;
	}
	
/* pics section css */


.picwrapper
	{width: 705px;
	height: 535px;
	margin-top: 25px;
	padding: 20px 0px 0px 0px; 
	background: url(images/pagebg.png) no-repeat top left;
	}
		
.picWindow
	{height: 420px; 
	width: 650px; 
	overflow: auto;
	margin-top: 10px;
	}

.picGroup
	{width: auto;
	height: auto;
	display: inline;
	overflow: hidden;
	margin: 0px auto 0px auto;
	}
	
.picFrame
	{width: 110px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #bfb373;
	}

.fgThumb
	{width: 100px;
	height: 60px;
	overflow: hidden;
	padding: 5px;
	display: block;
	}

#fgThumb  
	{width: 100px;
	height: 60px;
	overflow: hidden;
	padding: 5px;
	display: block;
	}

#fgThumb:hover 
	{width: 100px;
	height: 60px;
	display: block;
	padding: 5px;
	background-color: #107db5;
	}
	
/* end pics css */


