﻿#headerfill
{
	height: 154px;
	width: 861px;
	display:block;
}

#middle
{
	margin-left: 266px;
	padding-right:20px;
	width: 570px;
	height:100%;
}

#right
{
	width: 150px;
	float: right;
}


/********************* menu ****************************/


.listenerArrow
{
	position: relative;
	padding-left:130px;
	padding-top:7px;
}

.menuheader
{
	width: 150px;
	height: 71px;
	display: block;
	position:absolute;
		background-image: url(../Images/Layout/Home/theListenerTop.gif);
}

.menuheaderOrange
{
	width: 150px;
	height: 71px;
	display: block;
	position:absolute;
		background-image: url(../Images/Layout/Music/theListenerTopOrange.gif);
}

.menucontent
{
	width: 150px;
	padding-top: 75px;
	padding-left:10px;
	padding-bottom:5px;
	background-image: url(../Images/Layout/Home/theListenerMiddle.gif);
	background-repeat: repeat-y;
}

.menucontentOrange
{
	width: 150px;
	padding-top: 75px;
	padding-left:10px;
	padding-bottom:5px;
	background-image: url(../Images/Layout/Music/theListenerMiddleOrange.gif);
	background-repeat: repeat-y;
}

.menucontentNoBG
{
	width: 150px;
	padding-top: 5px;
}

.menufooter
{
	width: 150px;
	height: 47px;
	background-image: url(../Images/Layout/Home/theListenerBottom.gif);
	display: block;
		position:absolute;
}

.menufooterOrange
{
	width: 150px;
	height: 47px;
	background-image: url(../Images/Layout/Music/theListenerBottomOrange.gif);
	display: block;
	position:absolute;
}

/********************* post ****************************/

.postcontent
{
	background-image: url(../Images/Layout/General/middlecontent.gif);
	background-repeat: repeat-y;
	/*margin-left: 20px;*/
	/*height:	auto;*/
	min-height:300px;
	margin-left:20px;
	margin-right: -20px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
		position:relative;
		line-height:17px;
}


.postcontent .meta {
	height: 33px;
	margin: 15px 0 20px 0;
	padding: 2px 0 0 20px;
	background: url(../Images/Layout/General/smallFooter.jpg) no-repeat;
	line-height: normal;
	color:White;
	width:510px;
}

/********************* header ****************************/
#header
{
	position: absolute;
	width: 1036px;
}

/********************* footer ****************************/
#footer
{
	width: 1036px;
	height:107px;
	background-position: right;
	background-image: url(../Images/Layout/General/footer.gif);
	background-repeat: no-repeat;
	position: relative;
}

.footerTxtLeft
{
	padding-top: 35px;
	padding-left: 125px;
	color: White;
}

.footerTxtRight
{
	margin-top: 8px;
	color: White;
	display:inline;
	float: right;
	margin-right: 5px;
}
.footerTxtLeft a
{
	color: White;
	text-decoration: none;
}