/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	background-image: url(http://irock1021.com/images/bg.gif);
	text-align: center;
}
#mosSite {
	background: url(http://irock1021.com/images/site-bg.gif) center top repeat-y;
	width: 100%;
	text-align: center;
	margin:auto;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 100%;
	text-align: center;
	margin:auto;
}
#frameworkTopFooter {
	border-bottom: 1px solid #f00;
}
#frameworkTop {
	margin-bottom: 2px;
	width:960px;
	text-align: left;
	margin:auto;
}

/* Ads */
#leaderboard {
	float: left;
	position: relative;
}
#leaderboardLabel {
	background: url(http://irock1021.com/images/advertisement-white.gif) no-repeat center;
	text-indent: -9999px;
	height: 90px;
	width: 15px;
	float: left;
}
#leaderboardAd {
    width: 728px;
    height: 95px;
    margin: 0px;
    padding: 0px;
	float: left;
}
#skyscraperLabel {
	background: url(http://irock1021.com/images/advertisement-gray.gif) no-repeat;
	text-indent: -9999px;
	height: 17px;
	width: 0px;
	float: left;
}
#skyscraperAd {
	width: 1px;
	float: left;
}

/* CCB */
#ccb {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #f00;
	border-top: 1px solid #f00;
	margin-top: 5px;
	display: none;
}
#ccb h3 {
	display: none;
}
#ccb p {
	display: none;
}
#ccb ul {
	text-align: center;
	display: inline;
	padding: 3px 0px;
} 
#ccb ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 2px solid #fff;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#ccb ul li a {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
#ccb ul li a:hover {
	color: #fff;
}

/* Header */
#header h1 {
	float: left;
	margin: 0px 0px 7px 0px;
}

#header h2 {
	display:none;
}
#header .artists {
	float: left;
}


/* Content */
#contentBackground {
	width:960px;
	text-align: left;
	margin:auto;
}
#contentEnclose {
	width: 960px;
	float: left;
}
#contentMiddle {
	width: 624px;
	float: left;
}
#contentLeft {
	width: 220px;
	float: left;
}
#contentRight {
	width: 140px;
	
}
#contentRight .contentAreaPadding {
	padding-left: 0px;
}
#contentMiddle .contentAreaPadding {
	padding: 16px 0px 10px 0px;
}

#contentBottom {
	clear: both;
}
.storySeparator {
}

/* Quadrants */
#quadrantTop { }
#quadrantA {
	float: left;
	width: 300px;
	background: url(http://irock1021.com/images/quad-div.gif);
	background-position: 0px 10px 10px 0px;
}
#quadrantB {
	float: left;
	width: 281px;
}
#quadrantTopFooter {
	clear: both;
}
#quadrantBottom {}
#quadrantC {
	float: left;
	width: 50%;
}
#quadrantD {
	float: left;
	width: 50%;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	background: url(http://irock1021.com/images/footer-bg.gif) no-repeat top;
	width: 960px;
	height: 83px;
	margin:auto;
	text-align: left;
}
#siteIndex {
	width: 300px;
	float: left;
	margin: 15px 0px 0px 15px;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#copyright {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	float: right;
	margin: 20px 0px 0px 0px;
	width: 305px;
}
#copyright A {
	color: #fff;
}
#copyright A:hover {
	text-decoration: none;
}
