@CHARSET "UTF-8";

img, div { behavior: url(iepngfix.htc) }

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: #1d1e1f url(../images/bodyBg.gif) repeat-y top center;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #1d1e1f;
}

A:visited { color: #000; text-decoration: underline}
A:active { color: #ccc; text-decoration: underline}
A:hover {text-decoration: none; color: #fff;}

.clear {
	float: none;
	clear: both;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	font-family: Trajan Pro;
	color: #c6b6ab;
	text-align: left;
	padding-top: 10px;
}

#header {
	height: 340px;
	background: #1d1e1f url(../images/headerBg.gif) no-repeat top center;
	margin: 0 auto;
}

a#logo {
	display: block;
	width: 425px;
	margin: 0 auto;
	height: 128px;
}

#wrapper {
	width: 979px;
	text-align: center;
	margin: 0 auto;
}

#topShadow {
	overflow: hidden;
	height: 15px;
	width: 979px;
	margin: -15px auto 0 auto;
	background: url(../images/topShadow.png) no-repeat;
}

#sideShadow {
	width: 959px;
	background: url(../images/sideShadow.png) repeat-y;
	padding: 0 10px 0 10px;
}

#bottomShadow {
	overflow: hidden;
	height: 15px;
	width: 979px;
	margin: 0 auto;
	background: url(../images/bottomShadow.png) no-repeat;
}

.menu {
	height: 49px;
	width: 959px;
	background: url(../images/menuBg.gif) repeat-x;
}

.menu div.sep {
	width: 1px;
	height: 49px;
	background: url(../images/menuSep.gif) no-repeat;
	float: left;
}
	
.menu a {
	display: block;
	height: 32px;
	color: #fff;
	padding: 17px 17px 0 17px;
	float: left;
}	

.menu a:hover {
	background: url(../images/menuHover.gif) repeat-x;
}

#content {
	background: url(../images/contentTop.png) no-repeat top;
	width: 959px;
}

#content_bottom {
	background: url(../images/contentBottom.png) no-repeat bottom;
	padding: 15px;
	width: 929px;
}

#left {
	width: 572px;
	float: left;
	padding-left: 10px;
	text-align: left;
	color: #c6b6ab;
}

#left p {
	text-align: justify;
	margin: 0;
	padding: 15px 0;
}

#right {
	width: 330px;
	float: right;
}

h2.withBackground {
	margin-top: 15px;
	background: url(../images/h2bg.gif) no-repeat top left;
	padding: 7px 0 20px 10px;
}

img.center {
	margin: 20px auto;
	display: block;
}

.rightboxtop {
	background: url(../images/rightboxtop.gif) no-repeat;
	width: 330px;
	height: 63px;
}

.rightboxcenter {
	background: url(../images/rightboxcenter.gif) repeat-y;
	width: 330px;
	padding-top: 1px;
}

img.borderUp {
	border: 1px solid #333232;
	margin-top: -23px;	
}

.rightboxbottom {
	background: url(../images/rightboxbottom.png) no-repeat top left;
	width: 330px;
	height: 20px;
	padding-bottom: 30px;
}

#right h2 {
	padding-left: 15px;
}

.tweet {
	background: url(../images/dot.gif) repeat-x bottom;
	width: 285px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	text-align: left;
}

.tweet a {
	font-weight: bold;
	margin-top: 10px;
	display: block;
	color: #6e523e;
}

.tweet p {
	text-align: justify;
	color: #ab998d;
}

#footer {
	width: 959px;
	text-align: center;
	padding-top: 10px;
	color: #7b7b7b;
	height: 120px;
	font-size: 11px;
}

#footer a {
	color: #7b7b7b;
	font-size: 11px;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	padding: 0 4px;
}

#footer p {
	padding-top: 20px;
}

#simplecontent {
	width: 800px;
	float: left;
	padding-left: 50px;
	text-align: left;
	color: #c6b6ab;
}

#simplecontent p {
	text-align: justify;
	margin: 0;
	padding: 15px 0;
}

.separator {
	height: 1px;
	width: 90%;
	background-color: #ccc;
	margin: 20px;
}

.dateTxt {
	color: #fff;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.nameTxt {
	color: navy;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.guestMessage {
	color: navy;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.catTitle {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.piesaTitle {
	color: navy;
	padding:10px;
}

.linkAudio {
	float: right;
	padding-right: 10px;
}

.linkVideo {
	float: right;
	padding-right: 10px;
}

.linkLyrics {
	float: right;
	padding-right: 10px;
}

.lyrics {
	padding: 40px;
	color: #ccc;
	font-size: 11px;
	
}

.bioDetails {
	
	float: left;	
	margin-top: 20px;
	width: 390px;
}

.bioPic {	
	float: right;
	margin-top: 40px;
	margin-right: 30px;
}

.newsBox {
	border: 1px solid #585858;
	padding: 10px;
	margin: 10px;
}