/* Eric Meyer's infamous CSS reset: */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
	background: #f5f5f5 url(images/cd_background_fade.jpg) repeat-x top center;
	color: #000;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a{
	color:#66aacc;
	text-decoration: none;
	font-weight: 500;
}

a:hover{
	color: #66aacc;
}
a:visited{
	color: #335566;
}

p{
        font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
}

h4{margin-bottom:10px;margin-top:15px;}

#container{
	background: #fff;
	width: 1024px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 100%;
}
#navigation{
	background: #00674A url(images/nav_bg.gif) repeat-x;
	line-height: 20px;
	height: 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
#navigation ul{
	list-style: none;
	display: inline;
	float:right;
}
#navigation ul li{
	
	color: #fff;
	height:20px;
	line-height: 20px;
	font-size: 12px;
	padding:0px;
	margin:0px;
	border-right: 1px solid #006648;
	border-left: 1px solid #8ebbae;
	list-style: none;
	display: block;
float:left;
}
#navigation ul li a{
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#navigation ul li a:hover{
	background: url(images/nav_bg_hover.gif) repeat-x;
}
#searchBox{
	float: left;
	font-size: 10px;
	margin-left:2px;
	margin-top:2px;
}
#searchBox input{
	font-size: 10px;
	border: 1px solid #ccc;
	line-height: 12px;
	height: 12px;
}
#searchBox input.btn{
	height: 16px;
	text-align: center;
	padding-bottom: 2px;
}

#header{
	margin-bottom: 15px;
}
#showDescription
{
display:none;
}

/* content styling */

#content{
	background: #fff;
	width: 750px;
	padding:4px;
	overflow: hidden;
}

/* post styling */

.post{
	border-bottom: 2px solid #333;
	background: #fff;
	padding: 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left:4px;
}
.post h2{
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	padding: 2px 0px;
	padding-bottom:5px;
	font-size: 20px;
	border-bottom:1px solid #334355;
}

.postMeta{
	font-size: smaller;		
	padding: 2px;
}

.postContent{
	padding: 2px;
}
.postContent p{
	padding-top:3px;
	padding-bottom: 3px;
}

.postContent table{
	border: 1px solid #777;
}

.postContent table thead tr td{
	background:  #fff url(images/background_fade.jpg) repeat-x center right;
	border-bottom: 1px solid #777;
	color: #000;
	padding: 2px;
}
.postContent table tbody tr td{padding: 2px;border: 1px solid #ddd; vertical-align: top;}

.coverArtist, .originalArtist{
	background: #ECF0F3;
}
.advertisement{
	background: #fff;
	height: 90px;
	margin-bottom:10px;
}

/* comments */

#respond
{
overflow:hidden;
width: 750px;
}
/* sidebar styling */

#right1{
	border-top-color: green;
	width:234px;
	float:right;
	margin-right: 8px;
	padding-top: 4px;
}

.sidebarItem{
	background: #fff;
	margin-bottom: 12px;
	padding: 2px;
}
.sidebarItem h5{
	background: #20486C url(images/micro_fade.jpg) repeat-x bottom left;
	font-size: 12px;
	color: #fff;
	padding: 2px 4px 2px 4px;
	padding-bottom: 10px;
}
.centeredImages{
	text-align: center;
}
/* FOOTER */
#theFooter{
	background: #20486C url(images/micro_fade_up.jpg) repeat-x top left;
	color: #fff;
	padding: 2px;
	padding-top: 20px;

	width: 1020px;
}
#theFooter h3{
	text-align: left;
	padding: 3px;
	padding-bottom: 10px;
}
#theFooter a{
	color: #fff;
}
.footerSection{
	width: 30.6%;
	margin-left: 1.2%;
	border-top: 3px double #7E97AD;
	padding: 5px;
	float: left;
	clear: right;
	display: block;
	overflow: visible !important;
}
.footerSection h5{
	padding-bottom: 5px;
	font-size: large;
}
.footerSection ul{list-style:none;}
.footerSection ul li{list-style:none;}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

table.songList
{
	border: 1px solid #dcdcdc;
	border-bottom: 0px none;
}

table.songList * img
{
	border:0px none;
	overflow: hidden;
}

table.songList tr td
{
	width: 275px;
	list-style: none;
	margin: 0px;
	padding: 2px;
	text-align: left;
	vertical-align: top !important;
	border-bottom: 1px solid #dcdcdc;
	height: 100px;
	overflow: visible;
	position: relative;
}
table.songList tr td .album
{
	margin-bottom:3px;
	margin-right: 3px;
	top: 0px;
	float:left;
}
.trackInfo{
	float: right;
	padding: 0px 2px 2px 4px;
	font-size: 10px;
	position: relative;
	top: 2px;
	width: 160px;
	vertical-align: top;
	top: 0px;
	margin: 0px;
}

.trackInfo dt{
	font-weight: bold;
}

.buyNow{
	margin-top: 2px;
	font-size: 10px;
	white-space: nowrap;
	width:230px;
	clear: both;
}
.readMore{
	padding-top:10px;
	display: block;
	clear: both;
}
#podPress_footer{display:none !important;}

tr.d0 td {background-color:#CCC; color: black; font-size:small; font-weight:bold; font-align:center;}
tr.d2 td {background-color:#DADADA; color: black; font-size:small; vertical-align:top;}
tr.d1 td {background-color:#FFF; color: black; font-size:small;}

