/*

WORLD NEXT DOOR MUSIC
© 2008 Gerald Davenport
http://www.wndmusic.com

*/

* { padding: 0; margin: 0;} 

body {
	background: #eee;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: .74em;
}

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

#header
{
	margin: 0 auto;
	width: 800px;
	height: 120px;
	background-repeat: no-repeat;
	background-color: #eee;
	background-image: url('../_i/wndMusicHeaderBG.png');
}

#header h1 { padding-left: 30px; padding-top: 22px; font-size: 20px; color: #fff; }
#header h1 a { font-size: 20px; color: #fff; text-decoration: none;}
#header h2 { padding-left: 30px; padding-top: 0; font-size: 10px; color: #fff;}


/*
   >>>>>>> topNav <<<<<<<
*/
#topNav	{
	float: left;
	height: auto;
	width: auto;
	padding-left: 250px;
	padding-top: 10px;
}

#topNav li	{
	font-size: 12px;
	float: left;
	list-style-type: none;
	letter-spacing: 2px;
  padding-right: 14px;
}
#topNav	a	{	color: black;	font-weight:bold;}
#topNav a:hover {background-color: black;text-decoration: none;color: #B22037;}
#topNav li.current	{ font-weight: bold;color: gold;}  /* current menu item page */
/*	/topNav/	*/


#wrap {
	margin: 0 auto;
  width: 800px;
	background: #eee url('../_i/midwrap.jpg');
	background-repeat: repeat-y;
}

#topwrap {
background: #eee url('../_i/topwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#botwrap {
background: #eee url('../_i/botwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#content {padding: 0 30px 0 30px;visibility: visible;}


/*
    >>>>>>> midNav  <<<<<<<
*/
.midNavBox, .lowNavBox	{
	width: 720px; height: 40px;
	padding: 0 0 6px 0;
	margin: -5px 10px -5px 10px;
	background: white url(../_i/wndMusicMidNavHeaderBG.png);

}

.midNav, .lowNav	{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
.midNav p, .lowNav p {padding: 10px 0px 15px 20px;margin: auto;color: #fff;font-size: 1em;font-weight: bold;}

.midNav a, .lowNav a{ color: #fff; padding: 4px 10px 3px 10px;}
.midNav a:hover, .lowNav a:hover	{background-color: #000; text-decoration: none; color: gold; padding: 4px 10px 3px 10px; margin: 0;}

.midNav .current, .lowNav .current	{ /* current menu item page */
	font-weight: bold; padding: 4px 10px 3px 10px;color: gold;}
	

.midContent {
	float: left;
	width: auto;
	margin: 0 10px;
	font-size: 9px;
	color: #222;
}

.midContent p {padding-bottom: 10px;}
.midContent h2 { color: #B22037; font-size: 14px; margin-bottom: 10px;}
.midContent ul {list-style: none;}
.midContent li {margin-left: 20px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
/*  /midContent/  */

#footer {
    margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee; font-size: 9px;
}

img { border: none;}

