body {
	margin: 0;
	padding: 0;
	/*font-family: helvetica, arial, sans-serif;*/
	font-family: "Times New Roman";
}

a { 
	text-decoration: none;
	color: #333;
}

#mainbody {
	background-color: #000;
	overflow-x: hidden;
	overflow-y: scroll;
	/*height: 100%;*/
	/*
	scrollbar-3dlight-color:#ffd700;
    scrollbar-arrow-color:#ff0;
    scrollbar-base-color:#ff6347;
    scrollbar-darkshadow-color:#ffa500;
    scrollbar-face-color:#008080;
    scrollbar-highlight-color:#ff69b4;
    scrollbar-shadow-color:#f0f
    */
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #000;
	text-align: center;
	/*width: 1280;*/
	height: 100%;
	width: 100%;
}

#logo {
    position: absolute;
	top: 20px;
	left: 20px;
}

#sidebar {
	position: absolute;
	top: 85px;
	right: 27px;
	width: 186px;
	overflow: hidden;
	background-color: #F3F3F3;
	padding: 15px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*font-family: helvetica, arial, sans-serif;*/
	font-size: 12px;
	color: #999;
}

#sidebar ul li#twitter-tools {
	margin-bottom: 32px;
}

#sidebar ul li h2  {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333;
	padding-bottom: 2px;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #999;
}

#sidebar ul li#twitter-tools li {
    margin-left: 0;
	margin-bottom: 4px;
	color: #58595C;
}

#sidebar ul li#twitter-tools li:before {
	content: "\2013 \202F";
}

#sidebar ul li#twitter-tools li a {
	text-decoration: none;
	color: #333;
}

#sidebar ul li.widget_text {
	color: #58595C;
	margin-bottom: 25px;
}

/*
label.gsom-optin-div-label {
    display:none;
}

#sidebar ul li.gsom_widget {
    width: 100%;
    padding-bottom: 30px;
}

#sidebar ul li.gsom_widget input {
	width: 100%;
}

#sidebar ul li.gsom_widget div.gsom-optin-radiogroup {
    padding: 0;
}*/

#sidebar ul li#newsletter {
    padding-bottom: 10px;
}

#sidebar ul li#newsletter p:first-child {
    margin-bottom: 3px;
}

#sidebar ul li#newsletter p {
    margin-top: 0;
    text-align: left;
} 

#sidebar ul li#newsletter p input[type=submit]
{
	/*border-size: 0px;*/
    border-style: none;
    background: inherit;
    font: inherit;
    font-style: italic;
    cursor: hand;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 0 0 3px !important;
}

#sidebar ul li#newsletter p:first-child input[type=text] {
    font-style: normal;
    /*margin: 0 !important;*/
    width: 182px;
}

#sidebar ul li#newsletter div a {
    display: none;
}

#menu {
	position: absolute;
	top: 110px;
	left: 20px;
	/*width: 100%;
	height: 50px;*/
	/*background-color: #d8d9da;*/
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #ca3636;
	text-align: left;
	cursor:pointer;
	cursor:hand;
	text-transform: uppercase;
}

/*span.menuitem:hover {
    color: #fff;
    cursor:pointer;
	cursor:hand;
}*/



span.menuitem_selected {
    color: #fff;
    cursor:pointer;
	cursor:hand;
}

img.menudot {
    padding-left: 2px;
    padding-right: 3px;
    padding-bottom: 1px;
}

div.frame {
    position: absolute;
    top: 150px;
	left: 42px;
	background-color: #F3F3F3;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
	padding: 0px 17px 10px 17px;
}

div.frameheader {
	height: 20px;
	width: 100%;
	background-color: #F3F3F3;
	cursor: default;
	padding: 10px 0px 10px 0px;
}

.frame_top {
    /*width: 100%;*/
    /*padding: 10px 17px 10px 17px;*/
    white-space: nowrap;
}

.frame_top_right {
    text-align: right;
    padding-bottom: 7px;
    border-bottom: 1px dotted #000;
}

.frame_top_left {
    text-align: left;
    padding-bottom: 7px;
    border-bottom: 1px dotted #000;
    color: #444;
    font-size: 19px;
    font-weight: bold;
    font-family: verdana;
}

div.frame_body {
    height: 100%; /*420px;*/
    /*height: expression(parent.style.height - 40);*/
    width: 100%;
    overflow: hidden;
    border: 0px;
    float: left;
}

div.frame_body iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}

div.scroll_track {
    height: 100%;
    width: 10px;
    background-color: #888;
    float: left;
}

div.scroller {
    width: 100%;
    min-height: 10px;
    background-color: #aaa;
}

.disco_table {
	border-bottom: 1px dotted #58595c;
	padding-bottom: 18px;
	margin-bottom: 11px;
}

.disco_box {
	padding-left: 22px;
}

.disco_album {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #58595c;
	padding-bottom: 11px;
}

.disco_subheading {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #58595c;
	padding-bottom: 11px;
}

.disco_tracks {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #58595c;
	padding-top: 17px;
	padding-bottom: 12px;
}

.normal {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #58595c;
	padding:0px;
}

.lyrics_header {
    font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #929497;
}

.lyrics_header:hover {
    font-weight: bold;
	color: #58595c;
}

.lyrics_box {
    height: 0px;
    font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #58595c;
}

#lyrics-accordion-container {
    width: 100%;
    padding-right: 20px;
}

div#lyrics-accordion{
    /*border: 1px solid #aaa;*/
    width: 100%;
    background-color: #F3F3F3;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background-color: #F3F3F3;  
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #929497;
    padding: 0px;
}

div.accordion-toggle-active {
	background-color: #F3F3F3;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #58595c;
	padding: 0px 0px 8px 0px;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #58595c;
	background-color: #F3F3F3;
	border-top: 1px dotted #575759;
	border-bottom: 1px dotted #575759;
	padding: 8px 0px 8px 0px;
}

div.simple-page {
    /*font-family: helvetica, arial, sans-serif;*/
	font-size: 9pt;
	font-weight: normal;
	color: #58595c;
	background-color: #F3F3F3;
}

div.simple-page-item {
   
}

div.simple-page-item p {
    margin-bottom: 8px;
}

div.simple-page-item a {
    text-decoration: none;
    color: #929497;
}

div.photos_albumlink a{
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #929497;
}

div.photos_albumlink a:hover{
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #58595c;
	text-decoration:none;
}
