/* 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, a.link1
	{color: #707000 !important;
	text-decoration: none;
	}
	
a:hover, 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 */


/* WORDPRESS OVERRIDES */


BODY {
	width: 100%;
	text-align: left;
}

#content {
	overflow: hidden;
	clear: both;
}

#primary {
	overflow: hidden;
	text-align: left;
}

.hfeed {
	width: 900px;
	margin-left: 0px;
	float: left;
}

.page, .entry-content, .article {
	overflow: hidden;
	text-align: left;
	margin-left: 0px;
	
}

.article, .post {
	margin-left: 40px;
	padding-right: 40px;
	font-family: franklin gothic book, Arial, Helvetica, sans-serif !important;
}
	
.aside { width: 300px; float: left; }

.footer {
	clear: both;
	margin-left: 40px;
	margin-top: 50px;
	font-family: franklin gothic book, Arial, Helvetica, sans-serif !important;
}

.article TABLE {
	border: 0px;
}

.article TABLE TD {
	vertical-align: top;
}

.article TABLE TD.sidebar IMG {
	margin: 0px auto;
}

ol.trax p.audioplayer_container {
	clear: none;
	display: inline;
	margin-left: 10px;
}

ol.trax {
	font-size: 1.4em !important;
	padding-left: 20px;
}


/* ESHOP OVERRIDES */

.eshopcart_widget {
	background-color: black !important;
    border: 3px solid #6e7339 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; 
	padding: 15px 20px;
	font-family: franklin gothic book, Arial, Helvetica, sans-serif !important;
	font-size: 1.2em;
}
	
FORM.addtocart fieldset, FORM.eshopform fieldset {
	background-color: black !important;
    border: 3px solid #6e7339 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; 
}

FORM.eshopform fieldset { 
	padding: 20px 20px;
}

FORM.eshopform > fieldset {
	border: 0px !important;
	color: #6e7339 !important;
	background-color: black !important;
}

FORM.addtocart fieldset legend, FORM.eshopform fieldset legend {
	background-color: #6e7339;
	color: black;
	font-weight: bold;
	padding: 2px 5px;
    border: 3px solid #6e7339 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; 
 
}
	
FORM.eshopcart .thead, FORM.eshopcart .thead TH, FORM.eshopcart .stotal TH, FORM.eshopcart .stotal TD, FORM.eshopcart .stotal TD.eshopempty {
	background-color: #6e7339 !important;
	color: black;
	font-weight: bold;
}

TABLE.cart .thead, TABLE.cart .thead TH, TABLE.cart .stotal TH, TABLE.cart .stotal TD, TABLE.cart .stotal TD.eshopempty {
	background-color: #6e7339 !important;
	color: black;
	font-weight: bold;
	
}


/* PHOTO ALBUM OVERRIDES */

.album {
    float: left;
	width: 24%;
    padding: 20px !important;
    margin-top: 40px !important;
    text-align: center;
    border: 3px solid #6e7339 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.album .image, .album h2, .album a {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}


