/*----------------------\
|
|	CSS Layout for Mr. Joy
|	v1.1 04/19/2007
|
|	Rhythm Behavior Design
|	Alex Kobylk
|
|
\----------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1.4em;
	color:#728796;
	margin:0;
	margin-top:25px;
	text-align:center;
}

#popupbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #728796;
	padding-right: 5px;
	margin: 5px;
	margin-right: 22px;
	_margin-right: 1px;
}



/* Layout */

.left {
	float:left;
	padding-right: 5px;
}

.right {
	float:right;
	padding-left: 5px;
}

#audio {
	width:300px;
	height:300px;
	overflow:hidden;
	float:right;
	z-index:0;
	position:relative;
}

#media {
/*	z-index: 0; */
	float: left;
	padding-right: 10px;
	position: relative;
}
#stats {
	float:right;
	z-index:10;
	position:relative;
}

#popup, #popupfooter, #main, #footer, #webplayerfooter, #navigation, #actions, .blog, #news, #webplayer, .mediatitle {
	border:solid 1px #d9dde2;
}

.mediatitle {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
	margin-bottom: -1px;
	margin-right: 0px;
	height: 26px;
	position: relative;
}

.mediatitlecontent {
	padding: 4px;
	margin: 0px;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.4em;
}

.mediatitlecontent a {
	text-decoration: none;
}

.mediabody {
	padding: 0px;
	margin: 0px;
}

#popup, #popupfooter {
	position:relative;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}

#main, #footer {
	position:relative;
	width:726px;
	_width:800px;
	padding-left:37px;
	padding-right:37px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#webplayer, #webplayerfooter {
	position:relative;
	width:806px;
	_width:840px;
	padding-left:17px;
	padding-right:17px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#main {
	background:url(../images/bkg_header.png);
	background-repeat:no-repeat;
	border-bottom:none;
}

#webplayer {
	background:url(../images/bkg_header_big.png);
	background-repeat:no-repeat;
	border-bottom:none;
}

#popup {
	border-bottom:none;
}

#left_c, #right_c, #navigation, #single {
	float:left;
	position:relative;
}

#navigation {
	background-color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
	width:auto;
	_width:380px;
	text-align:center;
	margin-top:120px;
	margin-bottom:43px;
}

#actions {
	float:right;
	width:258px;
	_width:250px;
 	position:relative;
	background-color:#FFFFFF;
	padding:8px;
	margin-left:8px;
	padding-bottom: 2px;
	padding-right: 2px;
}

#actions h2 {
	display:inline;
	font-size: 1.7em;
}

#actions div {
  padding:7px;
}

#actions a {
	text-decoration:none;
}

#left_c {
	width:460px;
}

#buysection {
	clear: both; 
	margin-top: 0px; 
	padding-top: 0px; 
	width: auto;
}
#single {
	width:99%;
}

#right_c {
	width:223px;
	margin-left:37px;
}

#right_c a {
	text-decoration:none;
}

#break, .break, .popup {
	clear:both;
}

#popupfooter, #footer, #webplayerfooter {
	background:url(../images/bkg_footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:none;
	font-size:.9em;
	padding-bottom:30px;
}


#home {
	position:absolute;
	left:530px;
}

#contact {
	position:absolute;
	left:560px;
}

#RSS {
	position:absolute;
	left:37px;
	top:30px;
	font-size:.9em;
}

#RSS a {
	font-size:0.9em;
	color:#728796;
}

#RSS img {
	vertical-align:middle;
}

.split_l {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
/*	width:105px; */
}

.split_r {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
/*	margin-left: auto; */
}

.blog, .news {
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:10px 14px;
	border-bottom:none;
	border-left:none;
	border-right:none;
}


.news {
	background-position:10px center;
	padding-top:5px;
	padding-bottom:5px;
	_height:1px;
}

#news {
	padding:0;
	margin:0;
	margin-bottom:12px;
	margin-top:5px;
	border-left:none;
	border-right:none;
}




/* Rounded Corners */

.crn_t_l, .crn_t_r, .crn_b_l, .crn_b_r {
	position:absolute;
}

.crn_t_l {
	top:-1px;
	left:-1px;
}

.crn_t_r {
	top:-1px;
	right:-1px;
}

.crn_b_l {
	bottom:-1px;
	left:-1px;
}

.crn_b_r {
	bottom:-1px;
	right:-1px;
}








/* Styles & tags */

p {
	margin:0;
	padding-bottom:0.5em;
}

a, a:visited {
	color:#1ABC02;
}

h1, h2, .blue, #popupfooter, #footer, #webplayerfooter, .blog_h3, h3 {
	color:#5CC9FF;
}

.notice {
	color:white;
	background-color:#5CC9FF;
	padding-left:5px;
}

.warning {
	color:white;
	background-color:#FF9D00;
	padding-left:5px;
}

.blog_h3 {
	font-size:1.1em;
}

.lt_grey {
	color:#BDC9D1;
	font-size:.9em;
}

.m_org {
	color:#FF9D00;
}

.m_org, .blue, h3 {
	font-size:1.3em;
	line-height:1.4em;
}

h1, h2 {
	font-family:"Trebuchet MS", Helvetica;
	font-weight:normal;
	font-size:2.0em;
	margin:0;
	padding:0;
}

h1 {
	font-size:28px;
}

h3 {
	font-weight:normal;
	margin-bottom: 8px;
}

hr {
	color: #d9dde2;
	background-color: #d9dde2;
	border:none;
	margin:0;
	padding:0;
	margin-top:12px;
	margin-bottom:12px;
	height:1px;
}

img {
	border:0 none;
}

.details {
  font-family:"Trebuchet MS", Helvetica;
	font-weight:normal;
}

.detail_item, detail_item li {
	padding:0;
	margin:0;
}

.detail_item li {
	margin-left:15px;
}

ul.detail_item {
  margin-top:0px;
  margin-bottom:0px;
}

.detail_comment {
  font-size:0.8em;
}

#navigation a {
	font-size:28px;
	font-family:"Trebuchet MS", Helvetica;
	display:block;
	background:none;
	float:left;
	padding-left:7px;
	padding-right:7px;
	height:1.7em;
	line-height:1.7em;
	text-decoration:none;
}

#navigation a:hover {
	background:url(../images/arrow.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	color:#5CC9FF;
}
