/*--------------------
  Basic Page Layout
--------------------*/

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

tr {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

#page {
	height: 100%;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#page td {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

#pageBanner {
	width: 660px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
}

#pageBannerSpacer {
	width: 350px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
	
#pageMenu {
	width: 310px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
}

#pageLeftBorder {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: right;
}

#pageLeft {
	margin: 0px;
	padding: 0px;
	height: 899px;
	width: 270px;
	background-repeat: no-repeat;
	background-position: top right;
}

#pageRightBorder {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: left;
}

#pageRight {
	margin: 0px;
	padding: 0px;
	height: 899px;
	width: 270px;
	background-repeat: no-repeat;
	background-position: top left;
}

#pageLeftBorder table, #pageRightBorder table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

#pageLeftBorder table tr, #pageRightBorder table tr {
	margin: 0px;
	padding: 0px;
}

#pageLeftBorder table td, #pageRightBorder table td {
	margin: 0px;
	padding: 0px;
}

#pageContent {
	width: 660px;
	background-color: #000000;
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: bottom;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 16pt;
}

form {
	display: inline;
	margin: 0px;
	padding :0px;
}

/*-------------------
   Link Formatting
-------------------*/

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
}

.offsite:after {
	content: " " url("../images/iconOffsite.gif") " ";
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	font-weight: bold;
}

/*-------------------
   Menu Formatting
-------------------*/

#pageMenu div {
	text-align: right;
}

#pageMenu input {
	background-color: #000000;
	color: #aaaaaa;
	width: 270px;
	padding: 2px;
	border: 1px solid #252525;
	font-size: 8pt;
	text-align: center;
}

#pageMenu img {
	vertical-align: top;
	margin: 6px;
	margin-top: 2px;
}
	
/*-----------------
   Page Sections
-----------------*/

.header {
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	padding-bottom: 6px;
	border-bottom: 1px solid #000000;
}

.date {
	font-size: 8pt;
	font-weight: normal;
	color: #aaaaaa;
	margin-left: 12px;
}

.post {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 24px;
}

.post ul {
	color: #ffffff;
	font-weight: normal;
	list-style: none;
}

.post ul li {
	margin-bottom: 8px;
}

.post ul .feature {
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
}

.post ul p {
	color: #aaaaaa;
	width: 500px;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 24px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 3px solid #252525;
}

.post object {
	margin-bottom: 6px;
}

.songTitle {
	height: 26px;
	width: 564px;
	margin: 0px;
	background: #252525;
	line-height: 26px;
	padding-left: 6px;
}

.attachment {
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: 24px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 3px solid #252525;
}

.attachment a:before {
	content: url("../images/iconAttachment.jpg") " ";
}

#footer {
	margin-bottom: 16px;
	padding-top: 6px;
	color: #aaaaaa;
	font-size: 8pt;
	text-align: right;
	border-top: 1px solid #666666;
}

/*-----------------
   Highlight Box
-----------------*/

.highlightBoxTop {
	margin: 0px;
	padding: 0px;
	width: 660px;
	height: 10px;
	background-image: url("../images/highlightBoxTop.jpg");
}

.highlightBoxContent {
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 640px;
	font-size: 10pt;
	background-color: #252525
}

.highlightBoxBottom {
	margin: 0px;
	margin-bottom: 24px;
	padding: 0px;
	width: 660px;
	height: 10px;
	background-image: url("../images/highlightBoxBottom.jpg");
}