/* CSS Document */

/*	global
------------------------------ */
a img { border: 0px;}
td {
	vertical-align: top;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}

body {
 	background-color:#000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:link {
	color: #633;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {color: #630;}

/*	backgrounds & global layout
------------------------------ */
body {
	background-repeat: repeat-y;
	background-image: url(../images/rr_bg_tile_hole.jpg);
	background-position: 50% 594px ;
}
body.nohole{
	background-image: url(../images/rr_bg_tile_nohole.jpg);
}
div.bg_top{
	height: 200px;
	background-image: url(../images/rr_bg_top_hole.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
body.nohole div.bg_top{
	background-image: url(../images/rr_bg_top_nohole.jpg);
}
div.stencil {
	/*position: relative;
	width: 660px;*/
}

div#footer_logos{
	position: absolute;
	left: 50%;
	margin-left: 345px;
	top: 480px;
}
img.red_line{ /*the default is the thick version used on music&video page*/
	width: 100%;
	height: 5px;
	background-color: #633;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 	columns
------------------------------ */
div#als_container {
	/*centering code*/
	position:relative;
	top: 440px;
	width: 660px;
	text-align: left;	
}
div#content{
	/*centering code*/
	position: absolute;
	left: 50%;
	margin-left: -330px;
	top: 440px;
	width: 660px;
	text-align: left;
}
div.column_left_tile{
	background-image: url(../images/rr_bgcont_tile_nohole.jpg);
	background-repeat: repeat-y;
	background-position: 0% 154px;
	width: 300px;
	float:left;
	min-height: 350px;
	height: auto;
	_height: 350px;
}


div.column_left_top{
	background-image: url(../images/rr_bgcont_top_nohole.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 20px;
}
div.column_right_tile{
	background-image: url(../images/rr_bgcont_tile_nohole.jpg);
	background-repeat: repeat-y;
	background-position: 100% 154px;
	width: 300px;
	float:right;

}
div.column_right_top{
	background-image: url(../images/rr_bgcont_top_nohole.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 20px;
}
img.column_title {
	display: block;
	margin-bottom: 20px;
}
div.above_stencil{/* used only on pages where a stencil-like image dissables links */
	position: relative;
	z-index:500;
}

/* 	home
------------------------------ */

table#album_promo {
	margin-bottom: 15px;
	width: 259px;
}
#dailyword_area {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 15px;
	color: #600;
	width: 259px;
	border-top: 5px solid #633;
	border-bottom: 5px solid #633;
	padding: 10px 0px 10px 0px;
}
#dailyword_area .dailyword_date {
}
#dailyword_area .dailyword_text {
}

/* news style */
.news_base {
	width: 260px;
}
.news_item {
    padding-bottom: 1.5em;
}
.news_date {
	font-size: 10px;
	letter-spacing: 1px;
    padding-bottom: .2em;
}
.news_headline {
	font-weight: bold;
    padding-bottom: .2em;
}

/* 	music & video
------------------------------ */
table.album_table {
	width: 260px;
}
table.album_table tr.track_row td {
	vertical-align: bottom;
}
table.album_table tr td.track_number {
	color: #633;
	font-size: 10px;
}
table.album_table tr td.track_indicator {
	vertical-align: bottom;
}
table.videoextras_table {
	width: 260px;
}
table.videoextras_table {
	width: 260px;
}
table.videoextras_table tr td img.red_line{
	height: 1px;
}
table.videoextras_table tr td.video_thmub img {
	width: 90px;
	height: 60px;
	margin-right: 20px;
}
table.videoextras_table tr td.video_button {
	text-align: right;
	vertical-align: bottom;
}

/* 	q & a
------------------------------ */
body#qa div.column_left_tile{
	width: 660px;
}
body#qa img.red_line{
	height: 1px;
}
table.q_and_a_list_table {
	width: 620px;
}
div.q_and_a_answer_author_line, div.q_and_a_question_author_line{
	font-size: 10px;
	margin-bottom: 5px;
}
div.q_and_a_nav {
	margin-left: 380px;
	font-size: 11px;
}
div.q_and_a_nav select{
	font-size: 11px;
}
div.q_and_a_nav select table tr td{
	vertical-align: center;
	height: 18px;
}
body#qa a.ask_button {
	position: absolute;
	left: 50%;
	margin-left: 30px;
	top: 0px;
}
td.q_and_a_content_cell {
	width: 300px;
}
/* 	links
------------------------------ */
body#links div.column_left_tile{
	padding-bottom: 160px;
}
div.stencil#links {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -400px;
}
table#links_table tr td {
	padding: 5px 0px;
}

/* 	extras
------------------------------ */

body#extras div.min_height{
	float:left;
	width: 1px;
	height: 510px;
}
body#extras div.column_left_tile {
	padding-bottom: 200px;
}
div.stencil#extras {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -220px;
}
img.extras_aim{
	margin: 0px 10px 20px 0px;
}
img.extras_wallpaper{
	margin: 0px 10px 10px 0px;
}
a.wallpapers, a.wallpapers:link {
	display: block;
	font-size: 10px;
	text-decoration: underline;
	color: #000;
}
/* 	bio
------------------------------ */
body#bio div.column_left_tile{
	width: 400px;
}
div.bio_paragraph{
	margin-bottom: 15px;
}
div.bio_paragraph_red {
	margin-bottom: 15px;
	border-left: 1px solid #633;
	border-right: 1px solid #633;
	padding: 0px 20px;
}
div.stencil#bio {
	position: absolute;
	left: 50%;
	margin-left: 70px;
	top: 440px;
}

/* 	daily words of wisdom
------------------------------ */
body#dailywords div.column_left_tile{
	width: 400px;
}
body#dailywords .news_base {
	width: 360px;
}

body#dailywords div#content {
	background-image: url(../images/rr_dailywords_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
body#dailywords div.news_date{ 
	color: #633;
}
body#dailywords table#news_list_table, body#dailywords table#news_table{
	width: 360px;
}



/* 	mailing list
------------------------------ */
body#mailing div.column_left_tile{
	width: 400px;
}
div.stencil#mailing {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: 70px;
}
/* 	q & a
------------------------------ */
body#mb div.column_left_tile{
	width: 660px;
}