/* CSS Document */

/* standard */

* {
	margin: 0;
	padding: 0;
}

div {
	display: block;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* html/body/td */

html, body {
	height: 100%;
}

body, .bodyNoBg {
	margin: 0 0 0 0;
	background-color: #000000;
	text-align: center;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

/* Main Body Layout/Positioning */

.container {
	clear: both;
	display: block;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #000;
}

.mainHeader {
	display: block;
	height: 85px;
	padding: 0 0 0 0;
	text-align: left;
}

.mainHeader .right {
	font-size: 15px;
}

.main {
	clear: left;
	float: left;
	width: 675px;
	margin: 0 0 15px 0;
}

.main .content {
	padding: 0 25px 15px 25px;
}

.mainBgHome, .footer {
	background-image: url(../images/layout/mainBgHome.jpg);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	height: 250px;
}

.mainBgHome .left {
	background-image: url(../images/layout/mainPlayerBg.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 535px;
}

.player {
	color: #333;
	padding: 103px 0 0 160px;
}

.mainBgHome .right {
	width: 450px;
}

.mainBgTop {
	background-image: url(../images/layout/mainBgTop.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
}

.sideBar {
	clear: right;
	float: right;
	width: 275px;
	margin: 0 15px 15px 0;
}

.sideBar .header {
	background-color: #101010;
	/*border: 1px #191919 solid;*/
	border-bottom: none;
	padding: 6px 4px 5px 10px;
	font-weight: bold;
	color: #666;
}

.sideBar .content {
	/*border: 1px #191919 solid;*/
	padding: 15px;
	color: #666;
	font-size: 12px;
}

.leftThumb {
	float: left;
	width: 125px;
	padding: 5px 0 20px 0;
}

.leftText {
	float: left;
	width: 435px;
	padding: 10px 0 20px 0;
	font-size: 14px;
}

.size2 {
	font-size: 14px;
}

/* Footer */

.footer {
	background-position: 0 -249px;
	color: #666;
	font-size: 12px;
	margin: auto;
	padding: 25px 20px 30px 20px;
	text-align: center;
	width: 985px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

/* Graphics & Text Blocks */

/* Text & Headers */

p {
	line-height: 1.35em;
	margin: 0 0 20px 0;
}

strong {
	color: #FFF;
}

.small {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.mid {
	color: #999;
}

.low {
	color: #666;
}

h1 {
	font-size: 19px;
	color: #999;
	margin: 5px 0 12px 0;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 13px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #999;
}

.textHeaderWelcome, .textHeaderLatestPodcast, .textHeaderGregTony, .textHeaderAboutZRock, .textHeaderRockShow {
	background-image: url(../images/spriteTextHeaders.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 10px black solid;
	height: 40px;
	margin: 0;
}

.textHeaderLatestPodcast {
	background-position: 0 -40px;
}

.textHeaderGregTony {
	background-position: 0 -80px;
}

.textHeaderAboutZRock {
	background-position: 0 -120px;
}

.textHeaderRockShow {
	background-position: 0 -160px;
}

.streamHD {
	font-size: 22px;
	margin: 0 0 34px 0;
}

.streamLowBit {
	font-size: 16px;
	margin: 0;
}

/* Lists */

ul {
	list-style-type: square;
	margin: 0 0 10px 15px;
}

li {
	margin: 0 0 2px 0;
}

#twitter_update_list li {
	margin: 0 0 10px 0;
}

/* Links */

a {
	color: #AD1919;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a.nodec {
	text-decoration: none;
}

a:hover.nodec {
	text-decoration: underline;
}

a.gray {
	color: #666;
	text-decoration: none;
}

a:hover.gray {
	color: #FFF;
}

#twitter_update_list a {
	color: #333;
	text-decoration: none;
}

/* mainNav */

.mainHeader .left a {
	background-image: url(../images/logoSprite.gif);
	background-repeat: no-repeat;
	display: block;
}

.mainHeader .left a:hover {
	background-position: 0 -85px;
}

.mainHeader .right a {
	background-color: #222;
	background-image: url(../images/buttons/mainNavBtnBg.gif);
	background-repeat: no-repeat;
	color: #777;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 24px;
	margin: 28px 16px 0 0;
	text-align: center;
	text-decoration: none;
	width: 125px;
}

.mainHeader .right a:hover, .mainHeader .right a.on {
	background-color: #333;
	color: #FFF;
}

/* Images */

.mainImage {
	width: 616px;
	height: 250px;
	border: none;
	margin: 0 0 20px 18px;
}

.thumb {
	width: 100px;
	height: 100px;
	border: 1px #666 solid;
}

.footer img {
	background-image: url(../images/iconSprite.gif);
	background-repeat: no-repeat;
	margin: 0 8px 0 0;
	vertical-align: middle;
	width: 16px;
}

.facebook {
	background-position: 0 0;
}

.twitter {
	background-position: -16px 0;
}

.myspace {
	background-position: -32px 0;
}

.feedback {
	background-position: -48px 0;
}

.social {
	padding: 25px 5px 15px 5px;
}

.social a {
	background-image: url(../images/socialSprite.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	margin: 0 5px;
	width: 56px;
}

a.socialFacebook {
	background-position: 0 0;
}

a:hover.socialFacebook {
	background-position: 0 -80px;
}

a.socialTwitter {
	background-position: -66px 0;
}

a:hover.socialTwitter {
	background-position: -66px -80px;
}

a.socialMyspace {
	background-position: -132px 0;
}

a:hover.socialMyspace {
	background-position: -132px -80px;
}

a.socialRSS {
	background-position: -198px 0;
}

a:hover.socialRSS {
	background-position: -198px -80px;
}

/* Misc */

iframe {
	border: none;
}

fieldset {
	border: none;
}
