html {
	background-color:#333;
	min-height:100%
}

body{
	padding: 0px 0 0;
	background: #333;
    font: 100.01%/1.3 Arial, Helvetica, sans-serif;
    font-size: 11pt;
    min-height: 100%;
}

.post_content img {
	max-width: 510px;
	height: auto;
}

a {
	color: #00a;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #963b21;
}
a.song_title {
	color: #ccc;
}
a.song_title:hover {
	color: #f76a42;
}
a.raflink: {
    color: #00a;
}
a.raflink:visited {
    color: #606;
}
a.raflink:hover {
    color: #963b21;
}
a.white {
	color: #eee;
	opacity: 0.6;
}
a.white:hover {
	color: #f8cc83;
	opacity: 1;
}

#container{
	width:940px; 
	height: 98%;
    margin: 0px;
    margin-bottom: 100px;
    margin-top: 4px;
    padding:0px;
    padding-top: 4px;
    padding-bottom:4px;
    text-align:center;
    background-color:#000;
    position: relative;
    z-index: 0;
    border-radius: 16px;  
}

#header {
 	text-align:left;
 	margin-left: 40px;
 	height: 148px;
}


.head-button {
	display: inline;
	padding: 4px 12px;
	margin: 0px 10px 10px 0px;
	border-radius: 8px;
	background-color: #a62b11;
	font-size: 25px;
	color:#ffe090;
	opacity: 0.8;
	margin-left: 260px;
	text-decoration: none;	
}

.head-button:hover {
	opacity: 1;
}


.animate
{
	transition: all 0.1s;
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
	
.lookatme {
	animation-name: glowing;
	animation-duration: 4000ms;
	animation-iteration-count: infinite;
}

.padded {
	padding: 7px 12px !important;
}

#login {
	position: absolute;
	top: 110px;
	right:40px;
}

#now_playing {
	display: inline;
}

/* remove next 4 after player_nav is integrated */

.play_links {
	font-size: 20px;
	color: #ccc;
	display: inline-block;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

.play_link_button {
	display: inline-block;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 0px 8px;
	margin-left: 8px;
	color:#a0beff;
}

.play_link_button:hover {
	border: 1px solid #aaa;
	background-color: #444;
	color:#fa2;
}

.play_status_button {
	display: inline-block;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 0px 8px;
	margin-left: 8px;
	color: #666;
}

#header_right {
	float:right;
	display: inline-block;
}

#player_nav {
	float: right;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 12px;
	margin-right: 38px;
}


.control-button {
	display: inline;
	padding: 4px 12px;
	margin: 0px 10px 10px 0px;
	border-radius: 8px;
	background-color: #666;
	font-size: 25px;
	color:#ccc;
	opacity: 0.8;
	text-decoration: none;	
}
.control-button:hover {
	opacity: 1;
	color: #fa2;
}


.active_button {
	background-color: #cc9;
	color: #444;
	opacity: 1;
}

.active_button:hover {
	color: #444 !important;
}

.active_button a{
	color: #cc9;
}

.inactive_button {
	color: #666;
	background-color: #444;
}

.inactive_button:hover {
	color: #666;
	opacity: 0.8 !important;
}

.inactive_button a{
	color: #666;
}

.demo-button {
	display: inline;
	padding: 6px 8px;
	margin: 0px 10px 10px 0px;
	border-radius: 8px;
	background-color: #666;
	font-size: 18px;
	color:#ccc;
	opacity: 0.8;
	text-decoration: none;	
}

#now_playing_text{
	overflow: hidden;
	width: 340px;
	display: inline-block;
	white-space: nowrap;
	float:right;
	font-weight:bold;
	color:#ccc;
	font-size: 1.25em;
	text-align: left;
	margin-right:12px;
	margin-top: 6px;
	line-height: 90%;
}

#now_playing_text a {
	color:#ccc;
	opacity: 0.8;
}

.now_playing_artist {
	font-size: 80%;
}

#now_playing_text a:hover {
	color: #fa2;
	opacity: 1;
}

#now_playing_text img {
	margin-right: 16px;
	border-radius: 4px;
}

#now_playing_head {
	color:#666;
	font-size: 70%;
	margin-bottom: 8px;
}

#topic_container {
	width: 90%;
	margin-left: 24px;
	color: #333;
}
#topic_container li {
	margin-bottom: 12px;	
}
.topic_head {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
	line-height: 1.25em;
	border-bottom: 1px solid #aaa;
}
.topic_head_nav {
	float:right;
	margin-right: 12px;
	font-size:75%;
	font-weight: normal;
}
.topic_subhead {
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}
.topic_indent {
	margin-left: 24px;
}
.topic_text {
	line-height: 1.25em;
}
.topic_text_2 {
	margin-left: 24px;
	margin-top: 6px;
	font-size: 0.75em;
	line-height: 1.25em;	
}

.list td{margin-bottom:2px;padding:6px;border:1px solid #ccc;}

.rating-div {
	width: 100%;
	height: 100%;
	text-align: center;
}
.rating-div a{
	display: block;
	padding-top:8px;
	height:24px;
	width: 30px;
}

.sweet-alert h2 {
	color: #ccc;
	background-color: #666;
	font-size: 50%;
	text-align: center;
	font-weight: normal;
	line-height: 10px;
	margin-bottom: 0px;
}

#info {
	background-color: #eee;
	color: #333;
	margin: 0;
	padding: 0;
	border: 2px solid #333;
	border-radius: 8px;
	overflow: auto;
	position: fixed;
	right: 35%;
	top: 50%;
	margin-right: -100px;
	margin-top: -200px;
	overflow: hidden;
	z-index: 99999;
	height: 382px;
	width: 204px;	
	display: none;
	opacity: 1.0;	
}


hr {
	height: 1px;
	color: #ccc;
	margin-top: 8px;
	margin-bottom: 8px;
}

#welcome{
	width: 290px;
	height: 310px;
	padding: 5px;
	position: relative;
	margin:10px auto; 
	font-size: 30px;
	font-weight: bold;
	text-align: center;
    background:#222 url("../graphics/welcome_4.jpg") repeat-x 0 -5px;
    background-align: center;
    color:#fff0e6;
    border-radius: 8px;
}

#welcome_text {
	text-shadow: 1px 1px 1px #333;  
}

#welcome_ie {
  display: block;
  width: 100%;
  zoom: 1;
  filter:DropShadow(Color=#999999, OffX=1, OffY=1, positive=1);
}

#content  
{
	width: 94%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	font-size: 11pt;
	text-align: left;
    background:#f5f5f5;
    color:#321;
    border-radius: 15px;
}


#content2
{
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:20px;
	font-size: 11pt;
	text-align: left;
    background:#d0d0d0;
    color:#321;
    border-radius: 15px;
}

.hrx
{
	border-top: #999 1px solid;
	margin-top: 8px;
	margin-bottom: 7px;
	height: 1px;
	width: 100%;
}

.black_box {
	background-color: #000;
	border: #444 2px solid;
	border-radius: 8px;
	color: #ccc;	
	font-size: 10pt;
	padding: 8px;
	width: 400px;
	opacity: 0.8;	
}

.black_box:hover {
	opacity: 0.9;
}

.bb_head
{
	background-color: #333130;
	color: #fff0d0;
	font-size: 12pt;
	text-align:center;
	font-weight:bold;
	padding: 8px;
}

.bb_text
{
	padding: 8px;
}

.gray_box {
	background-color: #222;
	border: #444 2px solid;
	border-radius: 8px;
	color: #ccc;	
	font-size: 10pt;
	padding: 12px;
	width: 840px;
	opacity: 0.8;	
}

.gray_box:hover {
	opacity: 0.9;
}

.yellow {
	background-color: #ffa;
}

.light_gray {
	background-color: #ddd;
}

.med_gray {
	background-color: #aaa;
}

.sales_links
{
	border:2px solid #666;
	background-color: #463d3a;
	width: 372px;
	height: 40px;
	padding: 4px;
	color: #666;
	font-size: 12pt;
    border-radius: 4px;	
    margin-top: 18px;
}
.misc_links
{
	border:2px solid #666;
	background-color: #463d3a;
	width: 372px;
	height: 20px;
	padding: 4px;
    border-radius: 4px;	
    font-size: 10pt;
}
.itunes_links
{
	margin-top: 8px;
	margin-left: 34px;
	display: inline;
	float:left;
}
.amazon_links
{
	margin-top: 8px;
	margin-left: 27px;
	display: inline;
	float:left;
}


input {
	filter:alpha(opacity=70);
	opacity:0.7;
	padding: 4px;
	background: #eee;
	color: #000;
	border: 1px solid #666;
    border-radius: 4px;	

   }
input:hover, input:active {
	filter:alpha(opacity=100);
	opacity:1.0;

   }

select{
	filter:alpha(opacity=70);
	opacity:0.7;
    border-radius: 6px;	
   }
select:hover, select:active {
	filter:alpha(opacity=100);
	opacity:1.0;
   }

.button {
	background: #eee;
	color: #321;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px outset #666;
    border-radius: 4px;
    font-weight: bold;
	outline: none;
}

.button:hover {
	background: #f7d9a5;
}
.button:active {
	background: #fff0e0;
	border: 1px solid #66f;
}
.button_active {
	background: #fff0e0;
	color: #321;
	filter:alpha(opacity=100);
	opacity:1.0;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
    font-weight: bold;
	border: 1px outset #666;
    border-radius: 4px;	 
	outline: none;
}
.button_active:hover {
	background: #f7d9a5;
}
.button_active:active  {
	background: #f7d9a5;
	border: 1px solid #66f;
}

.new_pm {
	color: #a66;
}
	
.heading_1 
{
	background-color: #463d3a;
	border: #666 2px solid;
	padding: 10px;
	font-size: 14pt;
	font-weight: bold;
	color: #ccc;
	text-align: center;
    border-radius: 4px;	

    
}
.info_1
{
	background-color: #a59794;
	border: #666 2px solid;
	padding: 10px;
	font-size: 9pt;
	line-height: 160%;
    border-radius: 4px;
	
}

.heading_2
{
	border: #aaa 1px solid;
	padding: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
    border-radius: 4px;	
	
}
.info_2
{
	background: #ddd;
	border: #aaa 2px solid;
	padding: 10px;
	font-size: 9pt;
	line-height: 160%;
    border-radius: 4px;
	
}

.transparent {
  filter:alpha(opacity=70);
  opacity:0.7;
}

.normal {
  filter:alpha(opacity=100);
  opacity:1.0;
}
.dropshadow {	

}

.yeller {
	color: #ffe9e0;
	background: #443933;
	padding: 6px;
	font-weight: bold;
    border-radius: 4px;
}

.cover_art {
	border: 1px solid #444;	
    border-radius: 4px;	
}
	
.overflow_730 
{
	width: 730px;
	overflow: visible; 
	overflow-x:auto; 
	overflow-y:hidden; 
	padding-bottom:15px;
}

.overflow_650 
{
	width: 650px;
	overflow: visible; 
	overflow-x:auto; 
	overflow-y:hidden; 
	padding-bottom:15px;
}

.overflow_pct 
{
	width: 90%;
	overflow: visible; 
	overflow-x:auto; 
	overflow-y:hidden; 
	padding-bottom:15px;
}
.postbody
{
	overflow:auto;
	font-size: 10pt;
}

.rating_10
{
	background-color: #009800;
	color: #000
}
.rating_9
{
	background-color: #00c501;
	color: #000
}
.rating_8
{
	background-color: #00f102;
	color: #000
}
.rating_7
{
	background-color: #84f800;
	color: #000
}
.rating_6
{
	background-color: #dcfa00;
	color: #000
}
.rating_5
{
	background-color: #ffe100;
	color: #000
}
.rating_4
{
	background-color: #ffae00;
	color: #000
}
.rating_3
{
	background-color: #ff7305;
	color: #000
}
.rating_2
{
	background-color: #f04e02;
	color: #000
}
.rating_1
{
	background-color: #db1f00;
	color: #000
}
.rating_--
{
	background-color: #aaa;
	color: #000
}

#ratings_dist {
    font-size: 8px;
    display: block;
}

.rating_cell {
    display: inline;
    float: left;
    border: 1px solid #999;
    line-height: 0;
    padding: 0;
    margin-right: 2px;
    font-size: 8px;
    text-align: center;
}

.skip {
	float:right;
	font-size: 70%;
	margin-right:6px;
}

.emphasis
{
	background-color: #cfcfcf;
	border: #321 1px solid;
    border-radius: 8px;
	
}
.emphasis_2
{
	background-color: #e5e5e5;
	border: #808080 1px solid;
	padding: 10px;
	margin: 1px;
    border-radius: 8px;
	
}
.emphasis-spread
{
	background-color: #cfcfcf;
	border: #321 1px dotted;
	font-size: 150%;
	line-height: 160%;
    border-radius: 8px;
}
.quote
{
	border: #999 1px dotted;
	background-color: #f0f0f0;
	margin-left: 20px;
	margin-top: 8px;
	padding: 10px;
	font-size: 9pt;
	overflow: visible; 
	overflow-x:auto; 
	overflow-y:hidden; 
	padding-bottom:15px;
}
blockquote
{
	border: #999 1px dotted;
	background-color: #f0f0f0;
	margin-left: 20px;
	margin-top: 8px;
	padding: 10px;
	font-size: 9pt;
	overflow: visible; 
	overflow-x:auto; 
	overflow-y:hidden; 
	padding-bottom:15px;
}


.lt_green_border
{
	border: #aaa 1px solid;
	background-color: #f0eae5;
	border-radius: 4px;
}
.green_border
{
	background-color: #f0eae5;
	border: #aaa 1px solid;
	border-radius: 4px;
}
.a_green_border
{
	background-color: #f0e9d5;
	border: #b0b0b0 1px solid;
}


.warning
{
	padding: 15px;
	border: #444 1px solid;
	background-color: #ffcfcf;
	border-radius: 4px;
	
}
.large 
{
	font-size: 2em;
}
.medium 
{
	font-size: 12pt;
}
.small 
{
	font-size: 10px;
}
.teensy 
{
	font-size: 9px;
}
.new 
{
	color: #a00;
}
.yes
{
	background-color: #afa
}
.no
{
	background-color: #faa
}
.raf
{
	font-size: 9pt;
}

.listspacer
{
	height: 10px;
}
.p2
{
	height: 12px;
}
.shade
{
	background-color: #d5d5d5;
}
.row1
{
	background-color: #f5f5f5;
	border: #a0a0a0 1px solid;
	font-size: 9pt;
}
.row2
{
	background-color: #d5d5d5;
	border: #a0a0a0 1px solid;
	font-size: 9pt;
}
.indent
{
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
	
.text_head
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 30px;
	padding: 6px;
	background-color: #f4ede1;
	border: 1px solid #909090;
    border-radius: 4px;
}
.text_body
{
	margin-left: 12px;
	margin-bottom: 12px;
}

.text_body_2
{
	padding:8px;
	margin-top:12px;
	margin-bottom:12px;
	background-color: #f5f5f5;
	border: #a0a0a0 1px solid;
	font-size: 9pt;
	border-radius: 4px;
}
.text_body_3
{
	padding:8px;
	margin-top:12px;
	margin-bottom:12px;
	background-color: #f5f5f5;
	border: #a0a0a0 1px solid;
	font-size: 11pt;
	border-radius: 4px;
}
.visible {
	display: block
}
.invisible {
	display: none;
}	

div#menu
{
	float:left;
	width: 100%;
	padding-top:30px;
	background: #000;
	border-radius: 16px;
	
}
ul#nav,ul#nav li
{
	list-style-type:none;
	margin:0;	
	padding:0;
	position: relative;
	z-index:3;
}
ul#nav
{
	margin-left: 30px;
	width:380px
}
ul#nav li
{
	float:left;
	margin-right: 3px;
	text-align: center
}
ul#nav a
{
	float:left;
	width: 80px;
	overflow:hidden;
	padding: 5px 0;
	background: #f8cc83;
	font-size: 12px;
	text-decoration:none;
	color: #321;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
ul#nav a:hover
{
	background: #bbb;
	color: #963b21;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #f5f5f5;
	color: #321;
}


ul#nav2,ul#nav2 li
{
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
	z-index:3;
}
ul#nav2
{
	margin-left: 60px;
	width:96%;
	overflow:hidden;
	
}
ul#nav2 li
{
	float:left;
	margin-right: 3px;
	text-align: center
}
ul#nav2 a
{
	float:left;
	width: 85px;
	overflow:hidden;
	padding: 5px 0;
	background: #bbb;
	text-decoration:none;
	font-size: 12px;
	color: #321;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
ul#nav2 a:hover
{
	background: #f8cc83;
	color: #963b21;
}
ul#nav2 li.activelink a,ul#nav2 li.activelink a:hover{
	background: #f5f5f5;
	color: #321;
}

#topic_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #444;
	border-radius: 4px;
}
#topic_nav li {
	float: left;
	border-right: 2px solid #999;
}

#topic_nav li a {
	display: block;
	color: #eee;
	text-align: center;
	padding: 6px 14px;
	text-decoration: none;	
}

#topic_nav li a:hover {
	background-color: #963b21;
	color: #f8cc83;
}

.topic_nav_active {
	background-color: #963b21;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 1em;
	text-transform: uppercase;
	box-shadow: none;
	opacity: 0.9;
}	