/* Tony Congi, CSS www.tonycongi.com */
/* © 2009 Tony Congi */
/* ALL CODE ©2009 Technology Services Group, Wheeling, WV - www.techsgi.com*/


 /*------------------------------------------------------------------------------------
     COLOR KEY
  -------------------------------------------------------------------------------------*/
/*-- burgundy: #4b1814--*/
/*-- Tan Background color: #dbc794 --*/
/*-- Dark Grey for Text: #4d4d4d --*/
/*-- Dark Red for links: #7f0000 --*/
/*-- Blue Green for hover links: #005679 --*/
/*-- Darker Blue for visited links: #103951 --*/


 /*------------------------------------------------------------------------------------
    UTILITY
  ------------------------------------------------------------------------------------*/

.floatLeft 									{ float: left; }
.floatRight									{ float: right; }
.clear										{ clear: both; }
img 										{ border: 0;}

.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

 /*------------------------------------------------------------------------------------
    MAIN PAGE OUTLINE FOR ALL PAGES
  ------------------------------------------------------------------------------------*/
  
/* Sets all Defaults to 0 */

*	 										{ margin: 0; padding: 0; }


html {
	background-color:#dbc794;
	background-image: url(../images/layout/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;	
	
}


body {
	
	background-color: #dbc794;
	color: #4d4d4d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
}

#wrapper {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -294px;
	position: relative;
}

#header {
	margin-left: auto;
	margin-right: auto;
	min-height: 609px;	
	background-image: url(../images/layout/top_bkg_header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/*THIS BODY ID TAG HOLDS REPEATING BACK BACKGROUND ELEMENT-MUST BE ON PAGE ON RIGHT SIDE TO SCROLL CONTENT BACKGROUND DOWN THE PAGE*/
#home,
#music,
#lyrics,
#tour,
#bio,
#photos,
#contact {
	background: url(../images/layout/content_bkg.png) repeat-y center;
}


#logowrap {
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	
	}
	
/*---Rotating Tagline in header area ------*/
#tagslides 	{
	width:500px;
    height:30px;
    float: right;
	
	
	padding-right:270px;
	padding-top:5px;
	
	}


h1.tclogo {

	margin-left:1px;
	}
	
h1.tclogo a {
	display:block;
	text-decoration:none;
	text-indent:-99999px;
	/*height:95px;*/
	height: 90px;
	
}
/*---End Rotating Tagline in header area ------*/	

#content {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-right: 29px;
}

 

 /*------------------------------------------------------------------------------------
    TYPOGRAPHY
--------------------------------------------------------------------------------------*/

p {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

a {
	color: #7f0000;
	text-decoration: underline;
}

a:hover {
	color: #005679;
}

a:visited {
	color: #103951;
}

b, strong {
	color: #281c00;
	font-weight: bold;
}

i, em {
	font-weight: bold;
	font-style: italic;
	color: #bfaf80;
}

blockquote p {
	background: #543817 url(../images/quote_bkg.jpg) repeat-x;
	color: #b6956b;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	padding: 10px;
}

h1 {
	color: #281c00;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	/*margin-bottom: 11px;*/
	padding-bottom:13px;/*moves the header area h1 down*/
}

h1 a {
	color: #281c00;
	text-decoration: none;
}

h1 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

h1.category {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	color: #bfaf80;
	float: right;
}

h3 {
	
}

h4 {
	
}

/*------Begin Titles for Main Pages-tied to page ID-----*/
h2.swap {
  height:57px;
  width:799px;
  background-repeat:no-repeat;
  }
h2.swap span {display:none;}


h2#about {
	background-image:url(../images/layout/about-title.png);
}


/*---Image Styling----*/

img.general_left{
	border: 2px dashed #c3b080;
	padding: 3px;
	float:left;
	margin:0.3em 1em 1em 0;
	
}

.img_left 							{float:left;margin:0.3em 1em 1em 0;}
.img_right						{float:right;margin:0.3em 1em 1em 0;}
 /*------------------------------------------------------------------------------------
    GLOBAL NAVIGATION
--------------------------------------------------------------------------------------*/


#nav {
	width: 900px;
	height:34px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:40px;
	padding-top: 19px;
	position: relative;
	overflow: visible;
}


#nav ul {
	margin-left: 125px;
	float: left;
	display: inline;
}

#nav li {
	height: 30px;
	overflow: hidden;
	float: left;
}

#nav li a {
	line-height: 30px;
	text-indent: -500px;
	overflow: hidden;
	display: block;
	background-position: center top;
	text-decoration: none;
}

#nav li a:hover {
	line-height: 30px;
	background-position: center -30px;
	display: block;
	overflow: hidden;
}

#nav li a.current, #nav li a.current:hover {
	background-position: center -30px;
}

#nav_home {
	background-image: url(../images/layout/nav_home.png);
	background-repeat: no-repeat;
	width: 91px;
}

#nav_music {
	background-image: url(../images/layout/nav_music.png);
	background-repeat: no-repeat;
	width: 103px;
}

#nav_lyrics {
	background-image: url(../images/layout/nav_lyrics.png);
	background-repeat: no-repeat;
	width: 106px;
}

#nav_tour {
	background-image: url(../images/layout/nav_tour.png);
	background-repeat: no-repeat;
	width: 93px;
}

#nav_bio {
	background-image: url(../images/layout/nav_bio.png);
	background-repeat: no-repeat;
	width: 93px;
}

#nav_photos {
	background-image: url(../images/layout/nav_photos.png);
	background-repeat: no-repeat;
	width: 107px;
}


#nav_contact {
	background-image: url(../images/layout/nav_contact.png);
	background-repeat: no-repeat;
	width: 124px;
}




 /*------------------------------------------------------------------------------------
    HOMEPAGE PHOTO COLLAGE
--------------------------------------------------------------------------------------*/

#home_collage									{
	width:497px;
	float:left;
	margin:auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 10px;
	
}


#myslides 									{width:500px;height:350px;overflow:hidden;float:left;}
#myslides img 								{width:500px;height:350px;top:0;left:0;}





 /*------------------------------------------------------------------------------------
    HOMEPAGE
--------------------------------------------------------------------------------------*/

#about_callout_home										{
	width:280px;
	float:left;
	margin:auto;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 5px;
	
}

#about_callout_home h2 {
	color: #0e5f7f;
	font-size: 25px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 30px;
	padding-left: 5px;
	line-height: 20px;
}


.about_callout {
	font-size: 18px;
	line-height: 35px;
}


/* Homepage Content ////////////////////////////////////////////////////////// */

#leftcol {
	width: 530px;
	float: left;
	display: inline;
	clear: left;
}

#leftcol h3 {
	background: #bfaf80 url(../images/layout/home_left_headerbkg.jpg) no-repeat;
	color: #281c00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 490px;
}

#leftcol h3 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h3 a:hover {
	color: #7f0000;
}

.leftbox {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 0 15px 15px;
	margin-bottom: 5px;
	
}

.leftboxnews {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 4px 15px 15px;
	margin-bottom: 5px;
	
	
	width: 509px;
}

.leftboxlyrics {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 4px 15px 15px;
	margin-bottom: 5px;
	width: 469px;
}


#leftcol-lyrics h3 {
	background: #bfaf80 url(../images/layout/lyrics_left_headerbkg.jpg) no-repeat;
	color: #281c00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 450px;
}


#leftcol .nopad,
#rightcol .nopad {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#rightcol .photopad {
	width: 238px;
	padding-left: 10px;
	padding-right: 0px;
}

#leftcol h4 {
	color: #281c00;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

#leftcol h4 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h4 a:hover {
	color: #7f0000;
}

#leftcol h4 a .home_date {
	font-style: normal;
	font-size: 13px;
	color: #b6956b;
	padding-left: 12px;
	font-weight: normal;
}

#leftcol h4.cd_title {
	font-size: 19px;
	width:474px;
	line-height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c3b080;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
	
}

p.seeall {
	font-style: italic;
	color: #7f0000;
	text-align: right;
	margin-bottom: 20px;
}

p.seeall a {
	text-decoration: none;
	background: url(../images/layout/arrow_red.gif) no-repeat right center;
	clear: left;
	padding-right: 18px;
}

.leftbox ul {
	list-style-type: none;
}


.leftbox li {
	width: 297px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 160px 15px 70px;
	display: block;
}



.leftbox li.mp3 {
	background-image: url(../images/layout/home_mp3listen.gif);
    background-repeat: no-repeat;
    background-position: 20px;
}


.leftbox li a {
	width: 297px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 160px 15px 70px;
	display: block;
	
}

.leftbox li a:hover {
	background-color: #cbbd86;
}

.leftbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
	
}

.leftbox li span.listdesc {
	color: #4d4d4d;
}

#rightcol {
	width: 250px;
	float: right;
	display: inline;
}

.rightbox {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}


.rightbox ul {
	list-style-type: none;
}

.rightbox li {
}

.rightbox li a {
	background: url(../images/layout/bluestar.gif) no-repeat 15px 21px;
	width: 194px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 15px 15px 40px;
	display: block;
}

.rightbox li a:hover {
	background-color: #cbbd86;
}

.rightbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

.rightbox li span.listdesc {
	color: #4d4d4d;
}


#rightcol h3 {
	background: #543817 url(../images/layout/right_header2.gif) no-repeat;
	color: #cbbd86;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 210px;
}

#rightcol h3 a {
	color: #cbbd86;
	text-decoration: none;
}

#rightcol h3 a:hover {
	color: #f8ad3b;
}

/* Thumbs homepage for photo area ////////////////////////////////////////////////////////// */

ul#thumbs {
	list-style-type: none;
}


ul#thumbs li {
	float: left;
	display: inline;
	border: 3px solid #bb9c67;
	margin-right: 13px;
	margin-bottom: 10px;
	
}

ul#thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}

ul#thumbs li a:hover {
	background-color: transparent;
}

ul#thumbs a{
	display:block;
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;	
		
}
	
ul#thumbs a img{
	float:left;
	position:absolute;
}

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
	top:-25px;
	left:-25px;		
}

ul#thumbs a:hover img{
	border: 3px solid #bb9c67;	
	background:#fff;			
}

/* Homepage rollovers about/contact ////////////////////////////////////////////////////////// */

a#rollover_home {
	background-image:url(../images/layout/home_abouttonybutton.gif);
	height: 79px;
	width:289px;
	display:block;
	margin-top: 25px;	
}
a#rollover_home span { display:none; }
a#rollover_home:hover { background-image:url(../images/layout/home_abouttonybutton_over.gif); }


a#rollover_home_contact {
	background-image:url(../images/layout/home_contacttonybutton.gif);
	height: 40px;
	width:160px;
	display:block;
	margin-top: 20px;
	margin-left: 150px;
}
a#rollover_home_contact span { display:none; }
a#rollover_home_contact:hover { background-image:url(../images/layout/home_contacttonybutton_over.gif); }

/* END ALL HOMEPAGE CODE ////////////////////////////////////////////////////////// */




 /*------------------------------------------------------------------------------------
    SECONDARY PAGES
--------------------------------------------------------------------------------------*/


#leftcol h5 {
	background: #573611 url(../images/layout/about-title2.jpg) no-repeat;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 22px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 490px;
}

#leftcol-lyrics h5 {
	background: #573611 url(../images/layout/about-title2.jpg) no-repeat;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 22px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 490px;
}

 /*------------------------------------------------------------------------------------
    FULL LAYOUT PAGES
--------------------------------------------------------------------------------------*/

#fullcol {
	width: 815px;
	float: left;
	display: inline;
	clear: left;
}

#fullcol h5 {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 22px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 771px;
	background-color: #573611;
	background-image: url(../images/layout/long-title.jpg);
	background-repeat: no-repeat;
}

.fullcol_general {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 4px 15px 15px;
	margin-bottom: 5px;
	width: 790px;
}

.fullcol_foxycart {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 4px 15px 4px;
	margin-bottom: 5px;
	width: 801px;
}

 /*------------------------------------------------------------------------------------
   MUSIC PAGE
  ------------------------------------------------------------------------------------*/
  
.playlistBox {float:right;width:280px;padding-left:5px;margin-top:13px;margin-bottom:40px;}

.cdBox {
	float:left;
	width:200px;
	margin-top:10px;
	}

.cdBox a img {
	border: 2px solid #D8D6D4;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;	
	}

.cdBox a:hover img {
	border: 2px solid #4b1814;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;		
	}

.buttons {
	float: left;
	display: inline;
	margin-right: 27px;
	margin-top: 15px;
	}
	

/*sytling for cd thumb boxes */

.sheetmusic {
	float:left;
	width:82px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

.sheetmusic a img {
border:2px solid #D8D6D4;
padding:3px;}

.sheetmusic a:hover img {
	border:2px solid #461814;
	padding:3px;
}


.sheetmusic2 {
	float:left;
	width:82px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

.sheetmusic img {
	border:2px solid #D8D6D4;
	padding:3px;
	margin-top: 5px;
}



 /*------------------------------------------------------------------------------------
    LYRICS Page--Accordion Styling
--------------------------------------------------------------------------------------*/


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
/*  width: 15em;*/
width: 30em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
	color: #fff;
	padding: 0.5em;
	background-color: #b59557;
	font-size: 19px;
	font-weight: bold;
}

ul.menu li a:hover {
	background-color: #4b1814;
}

ul.menu li ul li a {
	background-color: #dbc794;
	color: #000;
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
}

ul.menu li ul li a:hover {
  background: #ece2c7;
  border-left: 5px #4b1814 solid;
  padding-left: 15px;
}

 /*------------------------------------------------------------------------------------
    Tour Page
--------------------------------------------------------------------------------------*/

/*-------Tour Table Sytling---------*/

table a,
table a:link,
table a:visited {
	border:none;
	}							
		
table {
	width:98%;
	border-top:1px solid #573510;
	border-right:1px solid #573510;
	margin-top:25px;
	margin-bottom:100px;
	border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
tr.even td	{
	background:#e9ebec
	}
	
tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background: #573510;
	}	
.column1	{
	}
td {
	border-bottom:1px solid #573510;
	border-left:1px solid #573510;
	text-align:center;
	font-size: 14px;
	padding: 10px;
	}				
th {
	font-weight:normal;
	color: #134c6d;
	text-align: center;
	border-bottom: 1px solid #573510;
	border-left:1px solid #573510;
	padding:.3em 1em;
	font-size: 14px;
	}							
thead th {
	background:#DBC794;
	text-align:center;
	color:#955b0c;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bolder;
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
	

/*------------------------------------------------------------------------------------
    PHOTOS PAGE  -- GALLERY STYLES
  ------------------------------------------------------------------------------------*/

ul.gallery {
	list-style: none;
	margin: 0 0 20px 0;
	}
	
ul.gallery li {
	display: block;
	float: left;
	padding-right:6px;padding-left:6px;
	margin: 0 5px 0 0;
	}
		
ul.gallery li a {
	padding: 2px;
	display: block;
	line-height: 0;
	-webkit-box-shadow:5px 5px 5px #888;-moz-box-shadow:5px 5px 5px #888;border-color:#fff;border-style:solid;border-width:5px 5px 23px;}
			
			
ul.gallery li a:hover { /*border: 2px #313739 solid; */
	border-color:#dbc794;
	border-style:solid;
	border-width:5px 5px 23px;
}
			

.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}


 /*------------------------------------------------------------------------------------
    Contact Page
--------------------------------------------------------------------------------------*/

#contactbox {
	
	width:780px;}



 /*------------------------------------------------------------------------------------
   FOOTER
--------------------------------------------------------------------------------------*/

.clearfooter {
	height: 294px;
	clear: both;
}

#footer {
	height: 294px;
	width: 100%;
	background: url(../images/layout/bottom_bkg.jpg) no-repeat center;
	position: relative;
	margin-top: 20px;
}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-top: 1px dashed #c3b080;
}

#footer_stickies {
	float: left;
	display: inline;
	width: 375px;
	margin-top: 40px;
}

#amazon a {
	float: left;
	display: block;
	width: 130px;
	height: 105px;
	margin-top: 30px;
}

#itunes a {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin-top: 40px;
	margin-left: 3px;
}

#lastfm a {
float: left;
	display: block;
	width: 160px;
	height: 100px;
	margin-top: -160px;
	margin-left: 300px;
	
}

#facebook a {
	float: left;
	display: block;
	width: 170px;
	height: 80px;
	margin-top: -55px;
	margin-left: 300px;
	
}

#footer_text {
	float: right;
	width: 400px;
	display: inline;
	padding-right: 35px;
}

#footer_text h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #005679;
	line-height: 18px;
}

#footer_text p {
	font-size: 15px;
	margin-bottom: 15px;
	margin-left: 8px;
}

#footer_text p.contact_tony {
	text-align: right;
}

#footer_text p.copyright {
	float: right;
	font-size: 14px;
	text-align: right;
	color: #807247;
	margin-bottom: 18px;
}

#footer_text p.copyright a {
	text-decoration: none;
	color: #807247;
}

#footer_text p.copyright a:hover {
	text-decoration: underline;
}

#technologyservicesgroup {
	float: right;
	display: inline;
	width: 360px;
	height: 44px;
	padding-right: 25px;
	margin-top: -20px;
	margin-bottom: 35px;
	position: relative;
}

#technologyservicesgroup p.tsg {
	font-size: 14px;
	font-color: #4B1814;
	font-weight: bold;
}

#technologyservicesgroup p.tsg a {
	text-decoration: none;
}