/*
Design by Paul Coleman
www.paulcolemanmusic.com
*/


body {
	background: #030403;
	margin: 0;	
	color: #999999;
	text-align: justify;
	padding: 0px 0px;
	/*font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	letter-spacing: .05em;
	line-height: 18px;
	font-size: 12px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	/*custom scrollbar*/
	scrollbar-face-color: #454545; 
	scrollbar-track-color: #252525; 
	scrollbar-arrow-color: #757575; 
	scrollbar-3dlight-color: #555555; 
	scrollbar-shadow-color: #030403; 
	scrollbar-highlight-color: #555555; 
	scrollbar-darkshadow-color: #030403;

}

h1, h2, h3, h4, h5 {
	margin: 0;
}

img {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 7px;
}

a:link {
	color: #6F5D77;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #6F5D77;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
	/*border-bottom: 1px dashed #d0d0f8;*/
	background: #6F5D77;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

ul {
	list-style-type:disc;
	line-height:16px;
	margin-top:0;
	margin-bottom:0;
}

ol {
	margin-top:0;
	margin-bottom:0;
}

div {
	margin:0;
}



/* dots */

.header {
	margin-top:0;
	margin-bottom:2px;
	color: #CC9966;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.subheader {
	margin-top:0;
	margin-bottom:2px;
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.pagetitle {
	color: #6F5D77;
	font-weight: bold;

	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid #6F5D77;
}

.mainhead {
	color: #9AC885;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
}	

.navhead {
	color: #6F5D77; /* purple */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.15em;
}

.menuitem {
	color: #cccccc;
	text-decoration: none;
	/* font-weight: bold; */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	/*border-top: 1px solid #999999;*/
	line-height: 35px;
	letter-spacing: 0.15em;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color:#999999;
	border-top: 1px solid #cccccc;
}

.caption {
	background: #F7F7F0;
	color: #666666;
	border-top: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: verdana, arial,helvetica,sans-serif;
	font-size:11px;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 18px;
}



/* To center entire web page */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 768px;
	background: url(images/davidbkg.jpg);
	background-repeat: no-repeat;
}


#navigate {
	/* margin-left: auto;
	margin-right: auto;
	width: 180px;
	position: absolute; */
	width: 180px;
	position: absolute; 
	top: 180px; 
	float:left;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	text-align:center;
}

#navigate a:link {
	/*display: block;*/
	color: #cccccc;
	font-weight: normal;
}

#navigate a:visited {
	color: #cccccc;
	font-weight: normal;
}

#navigate a:hover {
	color: #ffffff;
	font-weight: normal;
	background: #6F5D77;
}	

.search {
	/*margin-left: 0;
	margin-right: 200;
	width: 180px;
	position: absolute; 
	top: 215px; 
	float:left;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 20px;
	

	
}

input {
	background: #030403;
	color: #999999;
	border:1px solid #6F5D77;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main {
	margin-left: 200px;
	margin-right: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 215px;
	height: auto;
	width: 825px;	
	bottom: 25px;
	overflow: auto;
}

#footer {
	margin-left: 200px;
	margin-right: 0;
	position: absolute;
	bottom: 0px;	
	height: 20px;
	width: 825px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color:#666666;
	/*border-top: 1px solid #6F5D77;*/
}
