/* CSS Document */



/* page width and margins */

body {
	
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fff;
	font-family: georgia, apple ligothic medium, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	
	
	}

/* layout divs */

#top {
	height: 55px;
	margin: 0px;
	padding: 1px 0px 1px 16px;
	background: #C2CAD0 url(images/pattern3.jpg) repeat;

	}



#left {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	left: 15px;
	height:444px;
	border-right: 1px solid #586772;
	top:80px;
	width: 135px;

	}


#middle {
	width: 433px;
	padding: 22px 25px 0px;
	margin-left: 150px;
	margin-right: 10px;
	margin-top: 0px;
	
	}

#middlegroup {
	width: 660px;
	padding: 19px 25px 0px;
	margin-left: 150px;
	margin-right: 10px;
	margin-top: 0px;
	
	}

#longtext {
	position:relative;
	width: 364px;
	top:23px;
	padding-bottom:16px;
	border-left: 1px solid #586772;
	border-right:1px solid #586772;
	padding-left:30px;
	margin-left: 150px;
	margin-right: 10px;
	padding-top: 0px;

}


#right {
	position: absolute;
	width:200px;
	height:444px;
	top: 80px;
	margin-left: 545px;
	padding-left:27px;	
	border-left: 1px solid #586772;
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 12px;
	}


/* musician pages layout bits */


.browseheader  {
	width:75px;
	border-bottom:1px solid #586772; 
	margin-top:0px;
	margin-bottom:13px;
	margin-left:8px;
	padding-bottom:3px;
	font-weight:bolder;

}

.photobox {

	border:1px solid black;
	width:175px;


}

#musicianinfobox {
	width:135px;
	height:155px;
	border:1px solid black;
	background: #C2CAD0 url(images/pattern2.jpg) repeat;
}

.infodivborder {

	float:left;
	padding:1px;
	border:1px solid black;


}


.externalinfohead {
	width:175px;
	border-bottom:1px solid #586772; 
	margin-top:0px;
	margin-bottom:7px;
	padding-bottom:3px;

}

.musicianfooteritems {
	
	margin-top:13px;
	margin-left:27px;

}


/* left hand nav for center content that is extremely long, such as an article or info page */

#leftlongtext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	left: 15px;
	height:100%;
	top:80px;
	width: 125px;

	}



/* design element layout */

#musicianinfo {
	height:67px;
	background-color:#586772;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F374B;

	}