/*---------------------
  Structural Elements
-----------------------*/

body {
	background: #999983 url('/images/global/bg_body.jpg') top left repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #edfad6;
}

#wrapper {
	width: 910px;
	margin: 47px auto 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
	height: 1%;
}

img#logo {
	float: left;
}

img.news {
	
	float:left; 
	margin-right: 1em;
	margin-bottom:1em;
}

#left-col {
	width: 144px;
	float: left;
	margin: 0 8px 0 20px;
	display: inline; /*ie*/
}

#block {
	height: 289px;
	background: #84826b;
	margin: 0 6px;
}
.sidebarCopyright {
	margin: 0;
	padding: 50px 0 5px 6px;
	color: #726e58;
	font-size: 10px;
}



#content {
	background: #5e5845;
	width: 520px;
	padding: 45px 55px 45px 60px;
	min-height: 531px;
	float: left;
	line-height: 18px;
}



.hr {
background: transparent url(../images/hr.gif) top left repeat-x;
height: 10px;
}

.hr hr {
display: none;
}



/*------------------------------
  Typography + global classes
-------------------------------*/

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #f0b64c;
	margin: 12px 0;
}


h2 {
	font-weight: bold;
	font-size: 12px;
	color: #f0b64c;
	margin: 12px 0;
	line-height: 20px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	color: #361E02;
	margin: 12px 0;
	line-height: 14px;
}

p {
	margin: 12px 0;
}

h2.black {
	color: #edfad6;
	
}

.float-left {float: left;}

/*------------
  Navigation
-------------*/

#nav li {
	margin-bottom: 0;
	font-size: 1px;
	height: 46px;
}

#nav li a {
	padding: 16px 0 15px 15px;
	display: block;
	height: 15px;
	background: transparent url('/images/global/nav_bg.png') top left no-repeat;
	text-decoration: none;
	color: #7dc4e5;
	text-transform: uppercase;
	font-size: 13px;
}
#nav li a:hover {
	color: #fff;
}


/*for current nav state*/
.music #nav li.music a,
.about #nav li.about a,
.news #nav li.news a,
.picks #nav li.picks a,
.guestbook #nav li.guestbook a,
.contact #nav li.contact a,
#nav li a:hover
{
	background-position: 0 -46px;
	color: #fff;
}

#jumplinks {
	height:25px;
	position:relative;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:15px;
}

#jumplinks ul li {
	display:inline;
	padding-left:10px;
	
}

body.news h2 {
	margin-bottom: 0;
}

body.news #content div {
	display: none;
}

p.date {
	margin: 0!important;
	font-size: 9px;
	text-transform: uppercase;
}

a#login {color: #797F5F;}

a {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	line-height:11px;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#fff;
		}

/*------------
  Quotes
-------------*/

#quote {
	display: block;
	height:255px;	
}

body.music #quote{
	background-image:url(../images/global/wilde1.png);
	background-repeat:none;
	width:132px;
}
body.news #quote{
	background-image:url(../images/global/wilde2.png);
	background-repeat:none;
	width:132px;
}
body.guestbook #quote{
	background-image:url(../images/global/unknown.png);
	background-repeat:none;
	width:132px;
}
body.picks #quote{
	background-image:url(../images/global/twain.png);
	background-repeat:none;
	width:132px;
}
body.about #quote{
	background-image:url(../images/global/franklin.png);
	background-repeat:none;
	width:132px;
}


/*------------
  Music page
-------------*/


.imageHeader {
	margin: 0 0 20px 0;
}

.albumCover {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	float: none;
}
	.albumCover.first {
		padding-top: 0;
	}

.albumCover img.coverArt {
	float: left;
	position: relative;
	left: -14px;
}

.albumCover .playerContainer {
	
}

.albumCover .storeLinks {
	width: 267px;
	padding: 10px 0 15px 0;
	float: right;
	text-align: center;
}

.albumCover .storeLinks a {
	margin: 0 6px 0 0;
}

.albumCover p.videoLink {
	text-align: center;
	padding-right: 8px;
}
.albumCover p.videoLink a {
	color: #f0b64c;
	font-weight: bold;
	text-decoration: none;
}
.albumCover p.videoLink a:hover {
	color: #fff;
	text-decoration: underline;
}





#bioPhoto {
	float: left;
	margin-right: 10px;
	position: relative;
	display: block;
	left: -14px;
}






