﻿/* Default CSS Stylesheet for a new Web Application project 

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    

*/

body, html
{	
    background-color: Black;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100% 
	}
p
{
    line-height: 1.65em;
} 

img 
{
    border:0;
}

.Blue 
{
    color: #0066cc;
}

#wrapperMain 
{
    margin: 0;
    width: 1200px;

    position: absolute;
    left: 50%;
    margin-left: -600px;
}

#wrapperMainBG 
{
    background-image: url(images/BG_body_B.jpg);
    background-repeat:repeat-y;
}

#MainContainer 
{
    margin: 0;
    width: 1200px;
    background: url(images/Blue_starburst.jpg) no-repeat top left;
}

#Top_section 
{
    margin: 0 auto;
    width: 950px;
    height: 60px;
    background: #333333 url(images/bgTop.jpg) no-repeat top;
}

#Title_bar 
{
    height:72px;
    background: #000000;
	margin-left:25px;
}

#Main_body 
{
    margin: 0 auto;
    width: 950px;
    height: 100%;
    background: #333333 url(images/bgTopGrad.jpg) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}


#Main_header_topbar .topbarLink {

font-size: 9px;
color: White;
position:absolute;
top: 4px;

}

#Main_header_topbar .topbarLink a {
text-decoration: none;
background: url(images/bltBlue01.gif) no-repeat center left;
color: White;
padding-left: 7px;
padding-right: 2px;
display:block;
}

#Main_header_topbar .topbarLink a:hover {
color: #3399ff;
text-decoration:none;
}

/*************** old header *******************
#Main_header 
{
    width: 820px;
    height: 127px;
    background: url(images/header_rt_B.jpg) no-repeat top right;
}
*************** old header *******************/

#Main_header_purple 
{
    width: 820px;
    height: 58px;
    background: url(images/header_rt_purple.jpg) no-repeat top right;
}

#Banner_main 
{
    width: 820px;
    height: 198px;
    border-top: solid 2px black;
    border-bottom: solid 1px black;
}

#banner_container
{
    width: 820px;
    height: 198px;
    background: url(banners/RT_banner04.jpg) no-repeat;
    color: Black;
    font-size:16px;
    font-weight:bold;
    text-align:right
}

#RightTimeCD_bg 
{
    background: url(images/RightTimeCD_bg.jpg) no-repeat top right;
}

#RightTimeCD_bg_short 
{
    background: url(images/RightTimeCD_bg_short.jpg) no-repeat top right;
}

#Discography_bg 
{
    background: url(images/imgDiscography.jpg) no-repeat top right;
}

#Navbar 
{
    width: 820px;
    height: 29px;
    background: url(images/NavBarBG1.jpg) no-repeat;
}
/*
#navMain
{
    width: 820px;
    height: 29px;
    background: url(images/NavBarBG1.jpg) no-repeat;
    margin:0 auto;
    text-align:center;
    overflow:hidden;
    color:#cc0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#navMain ul{

    margin:0;
    padding:0;
    padding-top:7px;
    list-style:none;
    }
    
#navMain li{
    display:inline;
    margin:0;
    padding:0;
    padding-left:6px;
    }

#navMain a {
    text-decoration: none;
    color:#cc0000;
    font-weight: bold;

    }

#navMain li a:hover {
    color:white;
    }

#navMain li a span {
    color: black;
    font-size: 12px;
    }

#navMain li a:hover span{
    color: White;
    }
*/
/* Main Navigation Buttons - start
----------------------------------------------- */

#Nav_main {
    width: 820px;
    height: 29px;
    margin:0 auto;
    padding:0;
    border: 0;
    background: url(images/bgMainNav_btn_off.jpg) repeat-x;
    overflow:hidden;/* for ie to hide extra height*/  
    } 
    
.btnMain
{
   position:relative;
   float: left;
   margin: 0; 
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   background: url(images/bgMainNav_btn_on.jpg) repeat-x;
   width: 102px;
   height: 29px;
   overflow:hidden;/* for ie to hide extra height*/
}

.btnMain a
{
   display: block;
   color: #3399ff;
   font-size: 12px;
   font-weight: bold;
   width: 102px;
   height: 29px;
   float: left;
   text-decoration: none;
   overflow:hidden;/* for ie to hide extra height*/
}

.btnMain a:hover
{
   color: white;
   text-decoration: none;
}

.btnMain img
{
   width: 102px;
   height: 29px;
   border: 0;
}

* html a:hover
{
   visibility:visible;
}

.btnMain a:hover img
{
visibility:hidden;
}

.btnMain span
{
   position: absolute;
   left: 0px;
   top:  8px;
   text-align: center;
   width: 102px;
   cursor: pointer;
}

/* Longer Navigation Buttons
----------------------------------------------- */

.btnMainL
{
   position:relative;
   float: left;
   margin: 0; 
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   background: url(images/bgMainNav_btn_on.jpg) repeat-x;
   width: 106px;
   height: 29px;
   overflow:hidden;/* for ie to hide extra height*/
}

.btnMainL a
{
   display: block;
   color: #3399ff;
   font-size: 12px;
   font-weight: bold;
   width: 106px;
   height: 29px;
   float: left;
   text-decoration: none;
   overflow:hidden;/* for ie to hide extra height*/
}

.btnMainL a:hover
{
   color: white;
   text-decoration: none;
}

.btnMainL img
{
   width: 106px;
   height: 29px;
   border: 0;
}

* html a:hover
{
   visibility:visible;
}

.btnMainL a:hover img
{
visibility:hidden;
}

.btnMainL span
{
   position: absolute;
   left: 0px;
   top:  8px;
   text-align: center;
   width: 106px;
   cursor: pointer;
}



/* -----------------------------------------------
    Main Navigation Buttons - end */


#FooterContainer 
{
    margin: 0;
    width: 1200px;
    height: 123px;
    background: url(images/BG_footerEdge_B.jpg) bottom left no-repeat;
}

#Footer 
{
    margin: 0 auto;
    width: 950px;
    height: 181px;
    background: url(images/bgFooter.jpg) no-repeat;
    overflow:hidden;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
}

#Footer div 
{
    margin:163px 0 0 10px;
} 

#Footer div span
{
    font-size: 10px;
}
 
#Footer ul{
    margin:15px 0 0 0;
    padding:0;
    list-style:none;
    }
    
#Footer li{
    display:inline;
    margin:0 0 0 0;
    padding:0;
    }

#Footer a {
    text-decoration: none;
    color:#999999;
    font-weight: normal;
    }

#Footer li a:hover {
    color:white;
    text-decoration: underline
    }

#footerspace {
    height: 200px;
    margin: 0;
    padding:0;
    background:none;
    }

#Quote 
{
    margin: 0 auto;
    width: 820px;
    height: 50px;
    background: #663399;
    text-align:center;
    overflow:hidden;
    font-family: Times New Roman, Serif;
    color: #cccccc;
    font-size:14px;
    font-style:italic; 
}

#Quote div
{
    padding-top: 6px;    
}

#Quote div span
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-style:normal   
}

#Quote div span span
{
    font-size:18px;
    font-weight: bold  
}

#Quote div div
{
    text-align: left;
    padding-top: 3px;
    padding-left: 50px;
    font-weight: normal;    
}

#QuoteTrans 
{
    margin: 0 auto;
    width: 820px;
    height: 5px;
    background: #999999;
    overflow:hidden;
}

#RT_container 
{
    margin: 0 auto;
    width: 1000px;
    background-image: url(images/RightTimeBG1.jpg);
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

#RT_container2 
{
    margin: 0 auto;
    width: 820px;
    height: 730px;
    background-image: url(images/RightTimeBG2.jpg);
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

h1 {
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: bold;
    color: White;
    background-color:Transparent;
    background-image: url(images/decorH1_B_bg.png);
    background-repeat:no-repeat;
    width: 350px;
    height:34px;
    text-align: center;
    line-height:34px;
    letter-spacing:.2em;
    }

h1 span {
    background-image: url(images/decorH1_lt.png);
    background-repeat:no-repeat;
    background-position:left top;
    height:34px;
    display:block;
    }

h1 span span {
    background-image: url(images/decorH1_rt.png);
    background-repeat:no-repeat;
    background-position:right top;
    height:34px;
    display:block;
    }

h2 {
    margin: 10px 0 10px 0;
    padding: 4px 0 4px 20px;
    width: 450px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #663399;
    border-top: solid 2px White;
    border-bottom: solid 2px #333333;
    text-align: left;
    letter-spacing:.2em;
    }

h4 
{
    font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#left 
{
    margin: 0 auto;
    width: 550px;
    height: 600px;
    float: left;
    padding: 100px 0 0 120px;
    line-height: 1.5em;
}

#right 
{
    width: 120px;
    float:left;
}


#right a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	}

#right a:hover {
	color: #990000;
	text-decoration: none;
	}

#right div {
    padding: 73px 0 0 39px;
}



#btnEnter {
    background-image: url(images/HP_btnBG.jpg);
    background-repeat:no-repeat;
    width: 459px;
    height: 50px;
    
}

#btnEnter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	}

#btnEnter a:hover {
	color: #990000;
	text-decoration: none;
	}

#btnEnter div {
    padding: 16px 0 0 170px;
}

td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal
	}

.txtSmall
{
	font-size: 9px;
	font-weight: normal
	}

.txtLarge
{
	font-size: 12px;
	font-weight: normal
	}

.smallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal
	}

.textHiLite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal
	}

.textFine
{
	font-size: 9px;
	font-weight: normal
	}	

.tune
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	font-style: italic;
	}	

.footer, A.footer, A.footer:link, A.footer:hover, A.footer:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
	
.schedule, A.schedule, A.schedule:link, A.schedule:hover, A.schedule:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-top:2px;
	}

A.schedule:hover
{
	color: White;
	}


a {	
	text-decoration: none;
	color: #c0c0c0;
}
		
a:hover	{	
	text-decoration: underline;
	color: #0066cc;
	}	

.linkBox, .linkBox a {
   	text-decoration: none;
	color: white 
}

.linkBox a:hover {
	text-decoration: none;
	color: #663399; 
}

#FooterSub {
    margin: 0 auto;
    width: 1200px;
    background: #000000;
    height:150px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 10px;
    text-align:center;
    }

#FooterSub div {
    margin: 10px 0 0 0;
    }

#FooterSub a {
    text-decoration:none;
    color: #999999;
    }

#FooterSub a:hover {
    text-decoration:underline;
    color: #0066cc;
    }

#FooterSub a:hover span{
    text-decoration:none;
    color: #0066cc
    }

#schedule-page td  {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal
	}

#schedule-page table  {
	margin: auto auto;
	}

#schedule-page div  {
	margin: auto auto;
	text-align:center;
	}
		
#schedule-page td.smallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal
	}	

#schedule-page td.textHiLite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	font-weight: normal
	}
	
#schedule-page td.largetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	}
	
#schedule-page td.medtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	}

#schedule-page A:hover	{	
	text-decoration: underline;
	color: #0066CC;
	}

#wavebanner 
{
    margin: 0 auto;
    width: 514px;
    height: 225px;
    background: url(images/wavebanner_tp.jpg) no-repeat top left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-align:center;
	font-style: italic;
}

#wavebanner div
{
    padding: 9px 0 0 0;
}

#MusicEquip
{
    margin: 0 auto;
    background: url(images/imgMusicEquip.jpg) no-repeat center right;
    width: 100%;
    height: 220px;

}

.clear {
    clear:both;
    }
    
 
.borderPhoto {
    margin: 5px 10px 5px 10px;
    background-color: White;
    border: solid 5px Black;
    padding: 10px 10px 10px 10px;
    }

H1_old
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BEB3AC;
	font-weight: bold;
	margin-bottom: 0.5em;
	}	

H2_old
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;
	}

.Comment
{
	background: #999999;
	padding: 20px;
	margin:0 0 20px 0;
	border: solid 1px #666666;
	}

.previewThumb
{
	background: #999999;
	padding: 5px;
	border: solid 1px #666666;
	font-size:9px;
	margin: 0 0 10px 0;
	}

.videoHorizontal
{
	width: 780px;
	height: 400px;
	}

.videoHorizontal div.previewThumb
{
	float: left;
	background: #999999;
	width: 170px;
	height: 170px;
	padding: 5px;
	border: solid 1px #666666;
	font-size:9px;
	margin: 0 10px 10px 0;
	}

.VideoDataList {
    width: 780px;
    margin: 0 auto;
    padding: 0;    
    }
  
.VideoDataItem {
    height:120px;
    width:390px;
    padding: 0;
    font-size: 12px;
    background-color: #999999;
    border-bottom: solid 1px #c0c0c0;
    }   

.VideoDataSelectedItem {
    height:120px;
    width:390px;
    padding: 0;
    font-size: 12px;
    background-color: #9966ff;
    border-bottom: solid 1px #c0c0c0;
    } 
.VideoDataItem div, .VideoDataSelectedItem div {
    margin: 8px 10px 10px 130px;
    font-size:9px
    }
 
.VideoDataItem img, .VideoDataSelectedItem img {
   border: solid 1px #404040 !important;
   float: left;
   margin: 5px 0 5px 5px;
   }

.VideoDataItem_imgBtn {
   border: solid 1px #404040 !important;
   width: 120px;
   float: left;
   margin: 5px 0 5px 5px;
   }
 
.VideoDataItem_lnkVideo {   
   font-size: 10px;
   font-weight:bold;
   text-decoration:none;
   }
    
      
    
.top, A.top, A.top:link, A.top:hover, A.top:visited
{
	font-weight:bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	}

.btnSubTitle {
position:absolute;
font-size: 10px;
font-weight: bold;
border: solid 1px #ffffff;
text-decoration: none
}

.btnSubTitle a {
background: #666666 url(images/bltRed01.gif) no-repeat center left;
color: #ffffff;
padding-left: 8px;
padding-right: 2px;
display:block;
text-decoration: none
}

.btnSubTitle a:hover {
background-color: #663399;
color: #ffffff;
text-decoration:none
}


/* Animated Mailing list pop up - start */

.btnExtra {
position:absolute;
top: 47px;
font-size: 9px;
border: solid 1px #999999;
}

.btnExtra a {
text-decoration: none;
background: #666666 url(images/bltRed01.gif) no-repeat center left;
color: #ffffff;
padding-left: 8px;
padding-right: 2px;
display:block;
}

.btnExtra a:hover {
background-color: #663399;
color: #ffffff;
text-decoration:none;
}

.wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #999999; 
border: solid 1px #FFFFFF;
}

.CloseButtonStyle {
background-color: #666666; 
color: #FFFFFF; 
text-align: center; 
font-weight: bold; 
text-decoration: none; 
border: outset thin #FFFFFF; 
padding: 5px;
}

#iframeMailing {
border: 0;
width: 200px;
height:250px;
}

#iframeContact {
border: 0;
width: 250px;
height:310px;
}

#iframeFriend {
border: 0;
width: 350px;
height:625px;
}

.btnCloseParent a {
background-color: #660000;
color: White;
text-align: center;
font-weight:bold;
font-size:12px;
text-decoration: none;
padding: 1px 8px 1px 8px;
border: solid 1px white;
display:block;
}

.btnCloseParent a:hover {
background-color: White;
color: #660000;
border: solid 1px #333333;
text-decoration:none;
}

.new {
    font-size:12px;
    color:white;
    background:#990000;
    padding: 1px;
    padding-left:2px;
    padding-right: 2px;
    }

.new2 {
    font-size:10px;
    color:white;
    background:#990000;
    padding: 1px;
    margin-bottom:0;
    }

#Daddario {
width:790px;
height:150px;
background: url(images/DaddarioEndorse.jpg) no-repeat;
}

#Daddario #D-title {
padding: 6px 30px 0 0;
text-align:right;
color:White;
}

#Daddario #D-text {
width: auto;
padding: 40px 85px 0 340px;
text-align:left;
font-size:10px;
color:#333333;
}

#Daddario #D-text span {
padding-left: 120px;
}

#Godin {
width:790px;
height:180px;
background: url(images/GodinEndorse.jpg) no-repeat;
}

#Godin #G-title {
padding: 30px 0 0 240px;
font-size: 14px;
color:White;
}

#Godin #G-text {
width: auto;
padding: 27px 220px 0 150px;
text-align:left;
font-size:10px;
color:White;
}

#Godin #G-text span {
padding-left: 120px;
}

.styleDl_Tune 
{
width:250px;
height: 90px;
margin:0;
padding:0;
text-align: center;
border: solid 2px #333333;
background:url('images/BG_gold-grad.gif') repeat-x;
color:#666666;
float:none;
overflow:hidden;
}

.styleDl_Tune div
{
padding:4px 0 0 0;
line-height: 1.4em;
}

.styleDl_Tune span 
{
color:#990000;
font-weight:bold;    
}

.styleDl_Tune a 
{
color:#333333;
font-weight:bold;
}

.styleDl_Tune a:hover 
{
color:#990000;
}

.styleDl_Tune div div
{
font-size: 8px;
line-height: 1.2em;
}

.Bulletin {
border: solid 1px #999999;
font-size: 11px;
}

.Bulletin .BulletinHeader {
background: #666666;
border-bottom: solid 1px #999999;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
text-align:center;
padding: 4px;
color: White;
}

.Bulletin .BulletinBody {
padding:0 3px 0 0
}

.twtr-tweet-text {
    font-size: 10px;
    }

/* Animated Mailing list pop up - end */

/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/