/*
* Kris Kelly 2007
*/
body {
	font-size: 0.7em;
	font-family: Arial, Helvetica, Helv, Verdana, Sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
a
{
  outline: none;
}
a:hover {
		text-decoration: underline;
		color: #676767;
}
div {
	padding: 0;
	margin: 0;
}
body div#wrap-shadow {
	width: 1020px;
	margin: 0 auto;
	background: transparent url('../images/global/wrap-shadow.gif') top left repeat-y;
}

body div#wrap-shadow div#wrap-inner {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

	body div#wrap-shadow div#wrap-inner div#head {
		height: 172px;
		background-color: #000;
		color: #fff;
		background: #000 url('../images/global/head-bg.gif') top left repeat-x;
		padding-top: 48px;
		position: relative;
	}
	body div#wrap-shadow div#wrap-inner div#head h1 {
		padding: 0;
		background: #000 url('../images/global/logo.gif') top left no-repeat;
		width: 208px;
		height: 122px;
		margin: 30px 0 0 30px;
	}
	body div#wrap-shadow div#wrap-inner div#head h1 a {
		text-indent: -9999px;
		display:block;
		width: 100%;
		height: 100%;
	}
	body div#wrap-shadow div#wrap-inner div#head div#subscribe-form-container {
		position: absolute;
		right: 15px;
		bottom: 15px;
		background-color: #000;
	}
		body div#wrap-shadow div#wrap-inner div#head div#subscribe-form-container strong {
			font-weight: lighter;
			font-size: 0.9em;
			display: block;
			margin: 5px 0;
		}
	body div#wrap-shadow div#wrap-inner div#head div#subscribe-form-container input {
		background-color: #000;
		border: 1px solid #878787;
		color: #878787;
		font-size: 0.8em;
		padding: 2px 2px;
		margin-top: 0;
		margin-bottom: 10px;
		width: 17em;
	}
	body div#wrap-shadow div#wrap-inner div#head div#subscribe-form-container input#submit {
		margin: 0px;
		border: none;
		padding: 0;
		width: auto;
	}
div#main-wrapper{
	background: #fff url('../images/global/main-bg.gif') top left repeat-x;
}
div#main {
	background: transparent url('../images/global/footer-shadow-top.gif') bottom left repeat-x;
}
	div#main div#left-col {
		float: left;
		width: 190px;
	}
	div#main div#left-col ul#menu {
		list-style-type: none;
		padding: 0;
		margin: 10px auto;
		width: 80%;
		font-size: 0.9em;
	}
	div#main div#left-col ul#menu li {
		width: 100%;
		height: 3em;
		text-transform: uppercase;
		border-bottom: 1px dotted #c8c8c8;
		position: relative;
	}
	div#main div#left-col ul#menu li a {
		text-decoration: none;
		color: #000;
		position: absolute;
		bottom: 0px;
		top: 10px;
		width: 112px;
		display: block;
		padding: 4px 20px;
	}

	div#main div#left-col ul#menu li a:hover {
		background-color: #000;
		color: #fff;
	}
	div#main div#left-col ul#menu li.selected {
		/*background-color: #000;
		color: #fff;*/
	}

	div#main div#left-col ul#menu li.selected a {
		background-color: #000;
		color: #fff;
	}

	div#main div#content {
		float: left;
		width: 578px;
		border-left: 1px dotted #969696;
		border-right: 1px dotted #969696;
		padding-top: 20px;
	}
	div#main div#content img {
		margin: 10px;
	}

	div#main div#content a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
	div#main div#content a:hover {
		text-decoration: underline;
		color: #676767;
	}
	div#main div#content h2 {
		border-bottom: 1px dotted #C8C8C8;
		padding: 10px;
		font-size: 1.5em;
	}
	div#main div#content p {
		border-bottom: 1px dotted #C8C8C8;
		padding: 10px;
	}
	body div#wrap-shadow div#wrap-inner div#main p.black-box {
		background-color: #000;
		color: #fff;
		padding: 10px;
		margin: 0 10px;
		border-bottom: none;
	}
	div#main div#content p.black-box a {
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}
	div#main div#content p.black-box a:hover {
		text-decoration: underline;
	}
	div#main div#right-col {
		float: right;
		width: 190px;
		padding-top: 20px;
	}
		div#main div#right-col p.black-box{
			width: 146px;
		}
		div.featured-artist {
			width: 166px;
			margin: 10px 0 0 10px;
			border-bottom: 1px dotted #c6c6c6;
			padding-bottom: 8px;
		}
		
			div.featured-artist span.featured-artist-image {
				display: block;
				width: 166px;
				height: 100px;
				background-repeat: no-repeat;
			}
		
				div.featured-artist span.featured-artist-image a {
					text-indent: -9999px;
					display: block;
					width: 100%;
					height: 100%;
					background: transparent url('../images/global/link-arrow.gif') 100% 15% no-repeat;;
				}
		
			div.featured-artist a.featured-artist-name {
				display:block;
				width: 154px;
				padding: 2px 6px;
				color: #fff;
				background-color: #000;
				text-decoration: none;
				margin-top: 5px;
			}

div#footer {
	background: #000 url('../images/global/footer-shadow-bottom.gif') bottom left repeat-x;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #fff;
	height: 6em;
}
	div#footer div#footer-left {
		text-transform: uppercase;
		float:left;
		font-weight: bold;
		padding: 1em;
	}
	div#footer div#footer-right {
		float:right;
		padding: 1em;
	}
	div#footer a {
		color: #fff;
		text-decoration: none;
	}
	div#footer a:hover {
		text-decoration: underline;
	}