/* start basic elements */
body {
	background-color: rgb(10,10,10);
	font-family: "AndBasR", "Gill Sans", "Gill Sans MT", sans-serif;
	}
h1 {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: rgb(49,49,49);
	text-shadow: 1px 1px 0px rgba(255,255,255,.2);
	margin: 0;
	float: left;
	}
h2 {
	font-family: "Delicious-BoldItalic", "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: rgb(69,62,45);
	margin: 0;
	padding: 8px 0 10px 12px;
	}
p {
	color: rgb(49,49,49);
	padding: 0;
	margin: 12px;
	}
ul {
	list-style: none;
	color: rgb(49,49,49);
	padding: 0 30px 10px 30px;
	margin: 12px;
	font-size: .9em;
	}
li {
	color: rgb(49,49,49);
	}
li a {
	text-decoration: none;
	color: rgb(115,53,27);
	}
li a:hover {
	border-bottom: 1px dotted rgb(198,146,123);
	}
.li-arrow {
	color: rgb(115,53,27);
	}
hr {
	width: 90%;
	border: 1px solid rgba(189,212,98,.5);
	}
#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	}
/* end basic elements */


/* start header */
#header {
	float: left;
	width: 960px;
	height: 240px;
	margin: 0;
	padding: 0;
	background-image: url(images/mw-logo.jpg);
	background-repeat: no repeat;
	}
/* end header */

/* start top nav */
#nav {
	float: left;
	width: 820px;
	height: 36px;
	margin: -20px 70px 0 70px;
	padding: 0;
	}
#topnav {
	height: 100%;
	line-height: 100%;
	float: center;
	margin: 0 auto 0 auto;
	padding: 0;
	}
#topnav tr {
	float: left;
	margin: 0 4px 0 4px;
	padding: 0;
	}
#topnav td {
	float: left;
	margin: 0 4px 0 4px;
	padding: 0;
	}
#topnav td a {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: center;
	font-family: "Delicious-BoldItalic", "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-shadow: 0px 1px 1px rgb(34,26,6);
	margin: 0;
	padding: 2px 8px 2px 8px;
	color: rgb(255,255,255);
	text-decoration: none;
	border-bottom: 0;
	}
#topnav td a:hover {
	background-color: rgb(135,66,39);
	background-image: url(images/footer-bkgd.jpg);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	} 
/* end top nav */

/* start content */
#content {
	float: left;
	width: 820px;
	background-color: rgb(249,236,203);
    background-image: url(images/content-bkgd.gif);
    background-repeat: repeat-y;
	padding: 0;
	margin: 0 70px 0 70px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	}
#article h2 {
	color: rgb(49,49,49);
	text-align: justify;
	text-indent: 6px;
	float: left;
	width: 550px;
	padding: 6px 0 8px 0;
	margin: 6px 0 0 6px;
	}
.article-p {
	color: rgb(49,49,49);
	padding: 0;
	margin: 12px;
	text-align: justify;
	font-size: .9em;
	}
.article-p a {
	text-decoration: none;
	color: rgb(115,53,27);
	}
.article-p a:hover {
	border-bottom: 1px dotted rgb(198,146,123);
	}
.img-box {
	float: left;
	width: 546px;
	padding: 0;
	margin: 6px 12px 12px 12px;
	text-align: center;
	}
.article-img {
	background-color: rgb(255,255,255);
    padding: 4px;
	margin: 0 2px 0 2px;
    box-shadow: 0px 5px 6px rgb(99,99,99);
    -moz-box-shadow: 0px 5px 6px rgb(99,99,99);
    -webkit-box-shadow: 0px 5px 6px rgb(99,99,99);
	}
/* end content */

/* begin sidebar */
#sidebar h2 {
	color: rgb(49,49,49);
	text-align: center;
	width: 208px;
	margin: 1px 0 0 6px;
	padding: 0 0 8px 0;
	background-image: url(img-main/white-grad.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
#sidebar h3 {
	font-family: "AndBasR", "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal; 
	color: rgb(49,49,49);
	text-align: center;
	padding: 0;
	margin: 0 20px 4px 20px;
	}
#sidebar img {
	background-color: rgb(89,89,89);
    padding: 1px;
	margin: 4px;
	}
#sidebar ul {
	float: both;
	list-style: none;
	text-align: center;
	line-height: 1.4em;
	margin: 0 20px 0 20px;
	padding: 2px 0 2px 0;
	font-size: .92em;
	}
#sidebar li {
	display: block;
	text-decoration: none;
	color: rgb(49,49,49);
	padding: 0 6px 2px 6px;
	margin: 2px 0 2px 0;
	font-size: .92em;
	}
#sidebar li a {
	display: block;
	text-decoration: none;
	color: rgb(49,49,49);
	padding: 0 0 4px 0;
	border-bottom: 0;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    background-image: url(images/white-grad.png);
	background-repeat: repeat-x;
	}
#sidebar li a:hover {
	background-color: rgb(115,53,27);
	}
#sidebar p {
	margin: 2px 20px 6px 20px;
	padding: 0;
	text-align: center;
	font-size: .9em;
	}
#sidebar p a {
	text-decoration: none;
	color: rgb(115,53,27);
	}
#sidebar p a:hover {
	border-bottom: 1px dotted rgb(198,146,123);
	}
.dots {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: rgb(192,152,82);
	margin: 0;
	text-align: center;
	line-height: 50%;
	}
.phone {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
	}	
/* end sidebar */

/* start footer */
#pagefoot {
	clear: both;
	float: left;
	width: 820px;
	margin: 0 70px 0 70px;
	padding: 0;
	background-color: rgb(135,66,39);
	background-image: url(images/footer-bkgd.jpg);
	background-repeat: repeat-x;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	}
#pagefoot p {
	color: rgb(34,26,6);
	padding: 10px;
	margin: 0;
	text-align: center;
	font-size: .8em;
	}
#pagefoot a {
	text-decoration: none;
	color: rgb(34,26,6);
	padding: 2px 8px 2px 8px;
	}
#pagefoot a:hover {
	background-image: url(images/white-grad2.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
/* end footer */

/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right: 230px;
}
#article {
	float: left;
	width: 560px;
	position: relative;
	left: 240px;
	top: 0;
	overflow: hidden;
	padding: 0;
	margin: 6px 0 12px 0;
}
#sidebar {
	float: left;
	width: 220px;
	position: relative;
	left: 270px;
	overflow: hidden;
	text-align: center;
	margin: 12px 0 12px 0;
}
/* --> */

/* start song data */
.songtitle {
	position: relative;
	width: 546px;
	padding: 4px 0 4px 0;
	margin: 0 auto 0 auto;
	font-family: "Delicious-BoldItalic", "Trebuchet MS", sans-serif;
	color: rgb(255,255,255);
	font-size: 16px;
	text-shadow: 0px 1px 1px rgb(19,19,19);
	vertical-align: middle;
	text-align: left;
	text-indent: 8px;
	background-color: rgb(49,49,49);
	background-image: url(images/white-grad2.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.player {
	position: relative;
	width: 546px;
	padding: 4px 0 0 0;
	margin: 0 auto 0 auto;
	vertical-align: middle;
	}
.song-meta-p {
	color: rgb(49,49,49);
	padding: 0 0 10px 0;
	margin: 12px;
	font-size: .8em;
	text-align: justify;
	}
.song-meta-p a {
	text-decoration: none;
	color: rgb(115,53,27);
	}
.song-meta-p a:hover {
	border-bottom: 1px dotted rgb(198,146,123);
	}
/* end song data */

/* start contact form */
.textbox {
	padding: 4px;
	margin: 4px;
	border: 1px solid white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}