/* 
---------------------------
MAIN STYLE SHEET for 
Midnight Blue Web Site Graphics Set
by Linkware Graphics Music Images - 
http://linkwaregraphics.com/music/
April, 2008, updated May 08, 2008
-
This contains just the basics to get you
started if you wish to use the layout
included with this set.
--------------------------- */
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#000;
	font:small Verdana,Geneva, Sans-Serif;
	background:url(../images/bg/bg.gif) no-repeat 0 -100px;
	}

	
/* for wavy staff lines background near bottom of content area, just above the footer */	
#contentouter {
	color:#000;
	background:url(../images/bg/bg-lower.gif) no-repeat left bottom;
	margin:0;
	padding:0;
}	
	
/* 
---------------------------
TOPMAST
---------------------------- */	
#topmast {
	margin:0;
	padding:0;
	height:220px;	
	color:#fff;
	background:url(../images/bg/bg-topmast.png) repeat-x;
	border-top:1px solid #1b2b40; /* for Firefox - otherwise the topmast has huge gap at top */
	}
	
#topmast h1 {
	margin:70px auto 0 auto;
	padding:0;
	font:bold 2.0em "trajan pro", serif;
	width:825px;
	text-align:left;
	}
	
#topmast #nav {
	position:absolute;
	top:167px;
	left:0;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	}
	
#topmast #nav ul {
	margin:0;
	padding:0;
}	
	
#topmast #nav li {
	display:inline;
	list-style-type:none;
	margin:0 3px;
	padding:0;
	border:0 none;
	}
	
#topmast #nav a:link,#topmast #nav a:visited, #topmast #nav a:hover {
	color:#fff;
	background:transparent;
	}
	
/* 
----------------------------------
CONTENT AREA
---------------------------------- */

#content {
	margin:25px auto 0 auto;
	padding:0;
	line-height:160%;
	max-width:825px; /* see ie6.css for IE6 rule - IE6 does NOT support max-width */
	text-align:left;
	}

/* Content area headings */
#content h1, #content h2, #content h3, #content h4 {
	font-family:"Trajan Pro",Serif;
	line-height:140%;
}	

#content h1 {
	font-size:2.0em;
	color:#1b2b40;
	background:transparent;
	margin:30px 0 5px 0;
	padding:0;
}

#content h2 {
	font-size:1.6em;
	color:#000;
	background:transparent;
	margin:25px 0 5px 0;
	padding:0;
}

#content h3 {
	font-size:1.3em;
	color:#666;
	background:transparent;
	margin-bottom:5px;
}

#content h4 {
	font-size:1.1em;
	color:#4a637b;
	background:transparent;
	margin-bottom:5px;
}

/* content general rules */
#content .note {
	border:1px solid #4a637b;
	margin:30px 0;
	padding:5px;
}
#content .first {
	margin-top:0;
	padding-top:0;
}

#content .right {
	float:right;
}

#content .left {
	float:left;
}

/* Content images */
#content img.right {
	margin:0 0 5px 10px;
	padding:0;
}

#content img.r1 {
	margin-right:20px;
	padding:0;
}

#content img.left {
	margin:0 10px 5px 0;
	padding:0;
}

#content p.samples img {
	margin:0 10px 0 0;
	padding:0;
}

/* CONTENT LIST ITEMS */
#content ul, #content ul li {
	list-style-type:none;
}

#content li {
	color:#000;
	background:url(../images/bullets/bullet-10.gif) no-repeat 0 .35em;
	margin-left:12px;
	padding-left:22px;
}

/* TOP of PAGE LINK */
#content p.top {
	background:url(../images/arrows/up.gif) no-repeat 0 .65em;
	font-size:x-small;
	width:100px;
	margin:40px 0;
}

#content p.top a:link, #content p.top a:visited, #content p.top a:hover {
	margin-left:18px;
	font-weight:normal;
}

/* CONTENT LINKS */
#content a:link,#footer a:link {
	color:#1b2b40;
	background:transparent;
}

#content a:visited,#footer a:visited {
	color:#000;
	background:transparent;
}

#content a:hover,#footer a:hover {
	color:#4a637b;
	background:transparent;
}

#content a:link, #content a:visited, #content a:hover {
	font-weight:bold;
}

/* ----------------------------
FOOTER AREA
------------------------------- */

#footer {
	margin:30px 0 5px 0;
	padding:10px 50px 5px 40px;
	font-size:x-small;
	border-top:1px solid #999;
}

#footernav ul, #footernav ul li {
	list-style-type:none;
}

#footernav ul {
	margin-bottom:10px;
}

#footernav li {
	display:inline;
	margin:10px 10px 10px 0;
}
	
/* 
------------------------------
GENERAL
------------------------------ */
ul {
	margin:0;
	padding:0;
}

img, a img {
	border:0 none;
	margin:0;
	padding:0;
}		