
/* 
	Global 
*/
body {
	margin: 0;
	height: 100%;
	color: #111;
	font-size: 60%; line-height: 1.5;
	background: #6E442C url("/wp-content/themes/r4ntv8/images/app/bg3.jpg") no-repeat 0 0;
}
body, p, ol, ul, td {
  font-family: georgia, serif;
}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: normal;}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

h1 {
	font-size: 2.8em;
}

p {
	font-size: 1.45em;
	margin: 0.8em 0;
	line-height: 1.425;
}



a {color: #1A7E96; text-decoration: none;}
a:visited { color: #1A7E96; }
a:hover { color: #fff; background-color:#6E442C; }

.navigation {
	clear: both;
	overflow: hidden;
	display: block;
	margin: 0.5em;
	font-size: 2.5em;
}
.navigation .alignleft,
.navigation .alignright {
	width: 49%;
}

.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
	text-align: right;
	clear: right;
}

.navigation .alignleft a, 
.navigation .alignright a {
	display: block;
}

#container {
	width: 975px;
	margin: 0 auto;
}

#header {
	height: 80px;
}
	#header a:hover {background: none;}

	#header img {
		padding: 1em 0 0 1.1em;
		float: left;
		border: 0;
	}

	#header ul {
		height: 80px;
		float: right;
		margin:0;
		padding:0;
		list-style: none;
	}
	#header li {
		display: block;
		float: left;
		padding: 0;
		margin: 0 1em 0 0;
		
		
	}

	#header li a {
		padding: 3.3em 0.5em 0 0.5em;
		font-size: 1.6em;
		display: block;
		width: 5.875em;
		color: #fff;
		text-decoration: none;
	}
	#header li a:hover {background: #00ACEF;}

	body.homepage #header ul li.home,
	body.about #header ul li.about,
	body.archive #header ul li.archive,
	body.blog #header ul li.blog {
		background: url('/images/v8/global/bg-nav.gif') 0 0 repeat-x;
	}

#content {
	padding: 1em 1.1em 0 1.1em;
	position: relative;
	background: #fff;
}

#footer {
	position: relative;
	background: #391F10;
	border-top: 6px solid #42a8e8;
	width: 975px;
	margin: 0;
	padding: 1em 0;
	text-align: left;
	color: #fff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	background: #42a8e8;
}

#footer .title {
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}
#footer .sub {
	font-size: 14px;
	margin: 0;
	padding: 0;
}


#footer .left {
	height: 54px;
	background: transparent url('/wp-content/themes/r4ntv8/images/app/logo-r4nt-small.gif') 0 0 no-repeat;
	padding: 12px 0 0 45px;
	margin-left: 2em;
}

#footer .right {
	position: absolute;
	top: 16px;
	left: 720px;
	height: 54px;
	background: transparent url('/wp-content/themes/r4ntv8/images/app/rss.gif') 0 8px no-repeat;
	padding: 6px 0 0 55px;
	margin-left: 2em;
}


.notice {font-size: 10px; text-align: center;}
.clear {clear: both;}


/*
 * 
 *	Style 
 *
 */
.author {
	font-style: italic;
	font-size: 1.2em;
	padding: 0 0 0 1em;
	margin: -0.3em 0 0 0;
}

/* 
	First Article - Homepage
*/

#numberone {
	width: 713px;
	border: 1px solid #ccc;
	border-bottom: none;
}

	#numberone img {
		width: 713px;
		border: 0;
	}

#sidebox {
	padding: 0.2em 0 3em 1em;
}

	
	#sidebox p {
		width: 600px;
		font-size: 14px;
		line-height: 1.6;
	}

/* /First Article */

/* 
	4 Other articles 
*/

#content .articles {
	overflow: hidden;	
	position: relative;
	margin: 0;
	width: 713px;
	padding: 1em 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



#content .article {
	width: 332px;
	height: 24em;
	margin: 0 10px;
	float: left;
	position: relative;
}
	#content .article img {
		border: 0;
		width: 111px;
	}
	#content .article p.title {
		margin: 0;
	}

	
	#content .article .guts {
		position: absolute;
		left: 123px;
		top: 0;
		padding: 0 0.5em 0 0;
	}
	#content .article .guts p {
		font-size: 1.2em;
	}

/*
 * 
 *	Reading from Past Times 
 *
 */

#content .articles h3.pastTimes {
	font-size: 2.8em;
	border-top: 1px solid #ccc;
	padding: 0 0 0.5em 0.5em;
}

#content .explore {
	clear: both;
	margin: 1em 0;
	text-align: center;
	font-size: 24px;
	display: block;
}


/*
 * 
 *	Quick Section (Recent Interview, Event, Music Review) 
 *
 */


#quicks {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 230px;
}

#quicks img {
	border: 0;
}

#quicks .quick {
	margin: 0 0 4em 0;
}
#quicks .quick .title {
	margin: 0.5em 0.4em 0 0.4em;
	font-size: 1.3em;
	line-height: 1.1;
	text-align: left;
}
#quicks .guts p {
	font-size: 1.1em;
	margin: 0.3em 0.5em;
}

	






/* 
	Article 
*/

.titleimg {
	width: 715px;
}

#theguts {
	padding: 1em 4em 1em 2em;
	width: 654px;
	min-height: 1000px;
}

#theguts p {
	line-height: 1.6;
	margin: 1em 0;
}

#theguts h1 {
	font-size: 2.8em;
	line-height: 1.2;
}
#theguts h3 {
	font-size: 2em;
}
#theguts h4 {
	font-size: 1.6em;
}

#theguts img {
	display: block;
}

#theguts .center {
	text-align: center;
}
#theguts .center img {
	margin: 0 auto;
}

#theguts .author {
	font-size: 1.2em;
	font-style: italic;
	padding: 0 0 1em 1em;
	margin: -0.5em 0 1em 0;
}


#theguts ul li,
#theguts ol li {
	font-size: 1.3em;
	margin: 0.5em 5em 0.5em 0;
}

#theguts p img.articleEnd {
	display: inline;
	padding-right: 0.2em;
}


/* Audio Casts */
#theguts .downloadshow {
	margin: 0 auto 20px auto;
	border: 2px solid #85919D;
	text-align: center;
	width: 60%;
	padding: 2em;
}

#r4ntradio {
	height: 130px;
	margin: 1em 10em 4em 10em;
	background: url('/images/v8/r4ntradio.gif') 0 0 no-repeat;

}
	#r4ntradio ul {
		margin: 0 0 0 12em;
		padding: 1em 0 0 0;
	}
	#r4ntradio ul li {
		margin: 0;
		list-style-type: none;
		font-size: 3em;
	}
	#r4ntradio small {
		display: block;
		font-size: 12px;
	}

#theguts .cds {
	width: 680px;
	padding-left: 0;
	overflow: hidden;
}
#theguts .cd {
	margin: 2em 2em 2em 0;
	float: left;
	width: 200px;
	height: 320px;
	overflow: hidden;
}
#theguts .cd img a {border: 0;}
#theguts .cd img {margin-bottom: 0.3em; border: 0;}
#theguts .cd h4 {font-size: 1.2em; font-weight: bold;}
#theguts .cd p {font-size: 1.2em; margin: 0;}

#rightcol {
	float: right;
	margin: 10px 10px;
	padding: 0 0 20px 20px;
	text-align: right;
	width: 150px;
	font-size: 10px;
}
#rightcol ul {margin: 0; padding: 0;}	
#rightcol ul li{display: block; margin: 0; font-size: 0.8em;list-style-type: none;}


/* Reviews - Global */



#theguts .images {
	float: left;
	width: 200px;
}
#theguts .images img {
	border: none;
}

#theguts .review {
	float: left;
	margin: 0 0 0 2em;
	line-height: 1.6;
	width: 50%;
}

#theguts .review .title {
	font-size: 1.8em;
	margin: 0 0 5px 0; 
	padding: 0;
}
#theguts .review .nfo {
	margin: 0;
	padding: 0 0 0 1em;
}
#theguts .review .spacer {margin-top: 15px;}


/* Reviews - Image on Left side */

.review-imgleft {
	margin: 20px 0 40px 0;
	overflow: hidden;
	width: 680px;
	height: 1%; /* Stupid IE */
}

/* Reviews - Wide (image inside list */

.review-wide {padding: 10px 0;}
#theguts .review-wide .review {
float: none;
width: 625px;
}
.review-wide img {display: block;}



/* General helpers */

.left-highlight {
	float: left;
	margin: 0 2em 2em 0;
}

/*
 * 
 *	Summary 
 *
 */

#summary {
	width: 210px;
	overflow: hidden;
	margin: 0 1em;
	padding: 0 1em 1em 1em;
	position: absolute;
	top: 1em;
	right: 0;
	font-size: 1em;
}

#summary h4 {
	font-size: 1.3em;
	font-weight: bold;
}

#summary dl dt {
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

#summary dl dd {
	margin: 0;
}

#summary ul {
	margin: 0;
	padding: 0;
}
#summary ul li {
	list-style-type: none;
	font-size: 0.9em;
}

#summary .section {
	margin: 0 0 2em 0;
}
#summary .recent {
	margin: 6em 0 2em 0;
}

#summary .ads {
	margin: 5em auto 0 auto;
	text-align: center;
}


/* comments */
.commentlist {
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist small {
	display: block;
}

.commentlist img.avatar {
	position: absolute;
}

.commentlist cite,
.commentmetadata {
	margin: 0 0 0 40px;
}

.commentlist p {
	font-size: 14px;
}

.commentlist li {
	width: 584px;
	padding: 10px;
	border: 1px solid #00AEEF;
}
.commentlist li.alt {
	border: 1px solid #6E442C;
}

h3#comments {
	margin: 20px 0 0 0;
}

h3#respond {
	padding: 20px 0 0 0;
	margin: 0 0 5px 0;
	border-top: 1px dashed #ccc;
}
textarea.comment {
	margin: 0;
}

#loginThing {
	display: none;
	border: 1px solid;
}


/* Article Display an mass */

.moreArticles {
	padding: 0;
	margin: 0;
}
.moreArticles li {
	list-style-type: none;
	float: left;
	width: 95px;
	height: 55px;
	padding: 0 !important;
	margin: 4px !important;
	z-index: 1;
	padding: 0.2em 0.4em;
}

/* single */
.ma img {
	width: 95px;
	height: 55px;
	border: none;
	border-top: 4px solid #fff;
	display: block;
	
}
.ma img:hover {
	border-top: 4px solid #04A2DD;
}

.ma .text {
	color: #000;
	font-size: 14px;
	clear: both;
}

.shortdata {
	margin: 0;
	padding: 1em 2em 2em 1em !important;
	position: absolute;
	border-bottom: 4px solid #04A2DD;
	width: 170px;
	z-index: 10;
	display: none;
	background: #fff;
	opacity: 0.95;
}

.moreArticles li.last .shortdata{
	margin-left: -104px !important;
}


/* archive */
.oa img {
	width: 120px;
	height: 65px;
	border: none;
	border-top: 4px solid #fff;
	display: block;
	
}
.oa img:hover {
	border-top: 4px solid #04A2DD;
}

.oa .text {
	color: #000;
	font-size: 14px;
	clear: both;
}

.data {
	margin: 0;
	padding: 1em 2em 2em 1em;
	position: relative;
	border-bottom: 4px solid #04A2DD;
	width: 231px;
	z-index: 10;
	display: none;
	background: #fff;
	opacity: 0.95;
}

.archivedArticle li.last .data{
	margin-left: -14.1em;
}


/* both */

.data p,
.shortdata p {
	margin: 0;
	font-size: 1.2em;
}
.data p.title,
.shortdata p.title {
	color: #1A7E96;
	font-size: 1.6em;
}
.data p.author,
.shortdata p.author {
	margin: 0 0 5px 0;
}

/* New Cds */

#cds2010 {
	width: 680px;
	padding-left: 0;
	overflow: hidden;
}

#cds2010 .cd2010 {
	padding: 3px;
	border: 1px solid #ccc;
	width: 640px;
	position: relative;
	height: 200px;
	margin: 1em 2em 1em 0;
	float: left;
}

#cds2010 .cd2010 img {
	position: absolute;
	left: 3px;
	top: 3px;
}

#cds2010 .cd2010 ul {
	font-size: 11px;
	margin: 0 0 0 220px;
	padding: 0;
}

#cds2010 .cd2010 ul li {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
}
#cds2010 .cd2010 ul li.time {
	padding: 0 0 20px 0;
	color: #666;
}
#cds2010 .cd2010 ul li.artist {
	margin-top: -0.4em;

	font-size: 2.8em;
}

#cds2010 .cd2010 ul li span {
	font-weight: bold;
}

#cds2010 .cd2010 a img {
	border: 0;
}
