﻿/* 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: #928364;
    background-image: url(images/BGmain.jpg);
    background-repeat:repeat-x;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100% 
	}
p
{
    line-height: 1.25em;
} 

img 
{
    border:0;
}

#HP_wrapper 
{
    margin: 0 auto;
    width: 1200px;
    height: 820px;
    background-image: url(images/BGhomepage.jpg);
    background-repeat:no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

#HP_top 
{
    margin: 0 auto;
    width: 1000px;
}

#HP_container 
{
    margin: 0 auto;
    width: 820px;
    height: 730px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#HP_header 
{
    height: 57px;
    background: url(images/headerHP.jpg) no-repeat;
}

#HP_slideShow 
{
    height: 646px;
    background: url(images/imgRob_HP.jpg) no-repeat;
}

#HP_btnBG 
{
    height: 241px;
    background: url(images/imgBtnBG.jpg) no-repeat;
}


#HP_btnBG a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	}

#HP_btnBG a:hover {
	color: #990000;
	text-decoration: none;
	}

#HP_btnBG div {
    padding: 16px 0 0 172px;
}


#wrapperMain 
{
    margin: 0;
    width: 1200px;

    position: absolute;
    left: 50%;
    margin-left: -600px;
}

#wrapperMainBG 
{
    background-image: url(images/BG_body.jpg);
    background-repeat:repeat-y;
}

#MainContainer 
{
    margin: 0;
    width: 1200px;
    background: url(images/BG_mainTop.jpg) no-repeat top left;
}

#Main_body 
{
    margin: 0 auto;
    width: 820px;
    height: 100%;
    background: #b6a177 url(images/BG_bodymain.jpg) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#Main_header 
{
    width: 820px;
    height: 127px;
    background: url(images/header_rt.jpg) no-repeat top 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: 73px;
   height: 29px;
   overflow:hidden;/* for ie to hide extra height*/
}

.btnMain a
{
   display: block;
   color: #cc0000;
   font-size: 12px;
   font-weight: bold;
   width: 73px;
   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: 73px;
   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: 73px;
   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: 95px;
   height: 29px;
   overflow:hidden;/* for ie to hide extra height*/
}

.btnMainL a
{
   display: block;
   color: #cc0000;
   font-size: 12px;
   font-weight: bold;
   width: 95px;
   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: 95px;
   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: 95px;
   cursor: pointer;
}



/* -----------------------------------------------
    Main Navigation Buttons - end */


#FooterContainer 
{
    margin: 0;
    width: 1200px;
    height: 123px;
    background: url(images/BG_footerEdge.jpg) bottom left no-repeat;
}

#Footer 
{
    margin: 0 auto;
    width: 820px;
    height: 38px;
    background: url(images/footer_grad.jpg) repeat-x;
    text-align:center;
    overflow:hidden;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
}

#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:#c0c0c0;
    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: #807253;
    text-align:center;
    overflow:hidden;
    font-family: Times New Roman, Serif;
    color: #cccccc;
    font-size:14px;
    font-style:italic;
    font-weight:bold;    
}

#Quote div
{
    padding-top: 8px;    
}

#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: #660000;
    background-color: #b5a075;
    width: 350px;
    height:34px;
    text-align: center;
    line-height:34px;
    letter-spacing:.2em;
    }

h1 span {
    background-image: url(images/decorH1_lt.gif);
    background-repeat:no-repeat;
    background-position:left top;
    height:34px;
    display:block;
    }

h1 span span {
    background-image: url(images/decorH1_rt.gif);
    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: #660000;
    border-top: dashed 1px white;
    border-bottom: dashed 1px white;
    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
	}


.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: #cccccc;
	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: underline;
	color: white;
}
		
a:hover	{	
	text-decoration: underline;
	color: #660000;
	}	

.linkBox, .linkBox a {
   	text-decoration: none;
	color: white 
}

.linkBox a:hover {
	text-decoration: none;
	color: #660000 
}

#copyright {
    margin: 0 auto;
    width: 820px;
    padding-top: 15px;
    color: #c0c0c0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 9px;
    }

#copyright a {
    text-decoration:none;
    color: #c0c0c0;
    }

#copyright a:hover {
    text-decoration:underline;
    color: white;
    }

#copyright a:hover span{
    text-decoration:none;
    color: #c0c0c0
    }

#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: #9d865d;
	padding: 20px;
	margin:0 0 20px 0;
	border: solid 1px #666666;
	}

.previewThumb
{
	background: #9d865d;
	padding: 5px;
	border: solid 1px #666666;
	font-size:9px;
	margin: 0 0 10px 0;
	}

.videoHorizontal
{
	width:600px;
	height: 200px;
	}

.videoHorizontal div.previewThumb
{
	float: left;
	background: #9d865d;
	width: 170px;
	height: 170px;
	padding: 5px;
	border: solid 1px #666666;
	font-size:9px;
	margin: 0 10px 10px 0;
	}

.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 #999999;
text-decoration: none
}

.btnSubTitle a {
background: #928364 url(images/bltRed01.gif) no-repeat center left;
color: #cccccc;
padding-left: 8px;
padding-right: 2px;
display:block;
text-decoration: none
}

.btnSubTitle a:hover {
background-color: #b5a075;
color: #660000;
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: #928364 url(images/bltRed01.gif) no-repeat center left;
color: #cccccc;
padding-left: 8px;
padding-right: 2px;
display:block;
}

.btnExtra a:hover {
background-color: #b5a075;
color: #660000;
text-decoration:none;
}

.wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #928364; 
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:300px;
}

#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;
    }

#Daddario {
width:790px;
height:150px;
background: url(images/DaddarioEndorse.jpg) no-repeat;
}

#Daddario #D-title {
padding: 6px 30px 0 0;
text-align:right;
}

#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;
}

#Godin #G-text {
width: auto;
padding: 27px 220px 0 150px;
text-align:left;
font-size:10px;
}

#Godin #G-text span {
padding-left: 120px;
}

#Dl_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: right;
overflow:hidden;
}

#Dl_Tune div
{
padding:4px 0 0 0;
line-height: 1.7em;
}

#Dl_Tune span 
{
color:#990000;
font-weight:bold;    
}

#Dl_Tune a 
{
color:#333333;
font-weight:bold;
}

#Dl_Tune a:hover 
{
color:#990000;
}

#Dl_Tune div div
{
font-size: 8px;
line-height: 1.2em;
}

.Bulletin {
border: solid 1px #999999;
font-size: 11px;
}

.Bulletin .BulletinHeader {
background: #624e27;
border-bottom: solid 1px #999999;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
text-align:center;
padding: 4px;
}

.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;
	}
*/