/* 
---------------------------
MAIN STYLE SHEET for 
Piano Keyboard Vertical Border Background Web Site Graphics Set
in Black and White with Burgundy Accents
by Linkware Graphics Music Images - 
http://linkwaregraphics.com/music/
June 14, 2008
-
This contains just the basics to get you
started if you wish to use the layout
included with this set.
--------------------------- */
body {
	margin:0;
	padding:0;
	font:small Verdana,Geneva, Sans-Serif;
	background:#fff url(../images/bg/keyboard-vertical-bg.png) repeat-y;
	border-left:1px solid #000;
	background-color:#CCCCCC;
	}
	
/* for wavy staff lines background near bottom of content area, just above the footer */	
#contentouter {
	color:#000;
	margin:0 20px 0 180px;
	padding:0;
	max-width:825px;
	clear:both;
}	

.cb,.cb br {
	clear:both;
}

#topmast {
	margin:20px 0 0 0;
	padding:0;
}

#topmast h1 {
	font:bold 2.8em "Trajan Pro",Serif;
	margin:0;
	padding:0;
}
	
/* 
----------------------------------
CONTENT AREA
---------------------------------- */

#content {
	color:#000;
	background:transparent;
	margin:60px 0 0 0;
	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:1.8em;
	color:#000;
	background:transparent;
	margin:30px 0 5px 0;
	padding:0;
}

#content h1.first {
	color:#600;
	background:transparent;
}

#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:#000;
	background:transparent;
	margin-bottom:5px;
}

/* content general rules */
#content .note {
	border:1px solid #000;
	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:40px;
	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-14-burg.gif) no-repeat 0 .35em;
	margin-left:12px;
	padding-left:22px;
}

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

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

/* CONTENT LINKS */
a:link {
	color:#600;
	background:transparent;
}

a:visited {
	color:#000;
	background:transparent;
}

a:hover {
	color:#999;
	background:transparent;
}

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

/* ----------------------------------
TOP of page navigation
---------------------------------- */
#nav {
	background:transparent url(../images/bg/wavy-staff-bg.gif) no-repeat;
	margin:0;
	padding:10px 0 0 0;
	font:bold 1.2em "Trajan Pro",Serif;
	width:90%;
	min-width:595px;
	height:100%;
	min-height:51px;
}

#nav ul, #nav ul li {
	list-style-type:none;
	text-align:left;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	margin:0 30px 0 0px;
	padding:0;
	font-weight:bold;
	line-height:160%;
	display:inline;
}

#nav ul li a {
color:#047108;
	text-decoration:none;
}

#nav ul li a:visited {
	color:#047108;
	background:transparent;
}
#nav ul li a:hover {
	color:#047108;
	text-decoration:underline;
}

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

#footer {
	margin:0 0 5px 180px;
	padding:60px 0 5px 0px;
	background:transparent url(../images/bg/wavy-staff-bg.gif) no-repeat;
	font-size:x-small;
	clear:both;
}

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

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

#footernav li {
	display:inline;
	margin:10px 10px 10px 0;
	font-weight:bold;
}

#footernav a:link {
	color:#047108;
	background:transparent;
}

#footernav a:visited {
	color:#047108;
	background:transparent;
}

#footernav a:hover {
	color:#047108;
	background:transparent;
}

#footernav a:link, a:visited, a:hover {
	font-weight:bold;
}
	
/* 
------------------------------
GENERAL
------------------------------ */
ul {
	margin:0;
	padding:0;
}

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