/* body */	

body {
	scrollbar-face-color: #b1cfe0;
	scrollbar-arrow-color: #4986b5;
	scrollbar-track-color: #b1cfe0;
	scrollbar-shadow-color: #4986b5;
	scrollbar-highlight-color: #4986b5;
	scrollbar-3dlight-color: #b1cfe0;
	scrollbar-darkshadow-Color: #b1cfe0;
	
	/* pink: #EF5985 */
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.1em;
	color: #444;
	/* default text color */
}
	
.body {		
	padding: 0;
	margin: 0;
	background-image: url(images/background.jpg); /* changed: new background */
	background-repeat: repeat;
	text-align: center;
	background-color: #5DB3C5;
}
	
/*div*/

#container {
	/* layer containing all site content, placing underlying background */
	margin: 1em auto;
	width: 790px; /* change */
	text-align: left;
	display: block;
	background-image: url(images/background_upper.jpg);
	padding: 10px 0 0 0;
	background-repeat: no-repeat;
}

#mainnav {
/* layer containing main navigation categories */
	text-align: left;
	padding-left: 35px;
	margin: 0px;
	height: 43px;
	width: 600px;
}

#subnav {
/* layer containing main navigation categories */
	text-align: left;
	margin: 0px;
	height: 30px;
}

/* column layouts */

#colsingle {
/* single column */
	float: left;
	width: 470px;
	margin-bottom: 40px; 
	padding-left: 10px;
	padding-top: 10px;
}

#colleft {
	/* single column */
	float: left;
	width: 460px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-top: 10px;
}

#colright {
/* righthand column to float alongside single column */
	float: right;
	width: 160px;
	padding: 0px 60px 0px 0px;
}

.colvideo {
/* single column for video */
	float: left;
	width: 400px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}

.colmulti {
/* multi column layout */
	float: left;
	height: 190px;
	width: 205px;
	/* margin-bottom: 40px; */
	padding-top: 0px;
	padding-left: 10px;
}

#outside {
	/* link to promofact credit */
	float: left;	
	margin: 0px 20px;
	text-align: center;
	width: 600px;
}

#flashcontent_player {
/* layer that embeds the flash player */
	padding: 20px 30px 0px 0px;
	float: right;
	width: 250px;
	height: 95px;
	font-size:0.8em;
}

/* mainnav additional styles */
	
#mainnav div {
	float: left;
	text-align: center;
	/* width: 87px; */
	height: 43px;
	margin:0;
	padding:0;
	/* background-image: url("images/highlight.png"); */
}

/* columns additional styles */

.morelink {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* subnav additional styles */

#subnav .home {
	padding-left: 50px;
}

#subnav .about {
	padding-left: 85px;
}

#subnav .shows {
	padding-left: 110px;
}

#subnav .video {
	padding-left: 110px;
}

/* content background styles: one column style  */
.back_home_start, .back_about_patrick, .back_about_tanya, .back_shows_start, .back_video_start {
/* EMPIRE: changed from band_background_onecol.jpg */ 
	background-image: url(images/background_lower.jpg);
	background-repeat: no-repeat;
	background-position: 0px -90px;	/* change: 1px */
}

/* scrolling content layer: one column style */
#content_home_start, #content_about_patrick, #content_about_tanya, #content_shows_start, #content_video_start {
	/* scrolling content layer */
	text-align: left;
	visibility: visible;
	position: relative;
	top: 0px;
	left: 40px;
	width: 750px;
	height: 400px;
	overflow: hidden;
	font-size: 0.8em;
}

#outside div {
	float: left;
	text-align: center;
	width: 110px;
	height: 70px; /* changed: empire from 40px */
	margin: 0;
	padding: 0;
}

#content_gallery_pictures {
	/* padding: 20px; */
}

/*typography*/

p {
	padding: 2px;
}
	
.article {
	clear: both;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.title {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 1.2em;
}

.maintitle {
/* for use with the main, graphically-based titles */
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.quote {
/* for press quotes */
	font-style: italic;	
}

.dateplace {
	font-style: italic;	
}

.subtitle {
	font-weight: bold;
	font-size: 1.1em;
}

.smallinfo { 
	font-size: 0.9em;
}

.tablyric {
/* for displaying the link to tabs and lyrics */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.startcaption {
	/* caption on the site start page */
	font-size: 0.8em;
	margin-top: 5px;
	color: #FFFFFF;	
} 

.startfooter {
	/* style of credit on site start page */
	margin-top: 5px;
	font-size: 0.6em;
	color: #999;
}

.startfooter a:link, .startfooter a:visited, .startfooter a:hover, .startfooter a:active { 
	color: #999;
}

/* lists */

#colleft ul, #colright ul, #colsingle ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#colleft ul li, #colright ul li, #colsingle ul li {
	list-style-image: url(images/bullet.png);
	margin-left: 5px;
	margin-bottom: 5px;
}
	
/*links*/
	
a:link, a:visited {
/* default style for links */
	color: #265931; /* green */
	font-weight: 700;	
}
	
a:hover, a:active {
	text-decoration: none;
}

/* layout */

.layout {
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


hr {
/*
	background: url(images/powerlines.png) no-repeat center;
	height: 20px;
	width: 200px;
	border: none;
*/
}

/* img */

img { 
	behavior: url(iepngfix.htc);
	border: 0;
}

.imgpadding {
/* subtle padding for inline images */
	padding: 7px;
}

.imgright {
/* places the in-line news and features icons */
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.imgleft {
/* places the in-line news and features icons */
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/* form styles  */

input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}

select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px;
	overflow: auto;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* tour information layout  */

#tour_listings {
	float: left;
	width: 630px;	
	padding: 10px;
	margin-bottom: 20px;
}

.tour_booking {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.tour_date { 
	float: left;
	width: 110px;
	padding-right: 5px; 
}

.tour_location {
	float: left;
	width: 120px;
	padding-right: 5px; 
}

.tour_event {
	float: left;
	width: 180px;
	padding-right: 5px; 
}

.tour_info { 
	float: left;
	width: 190px;
	padding-right: 5px; 
} 

/* dropdown styles */

#dropdown {
/* places the dropdown choice */
	float: left;
	padding-left: 25px;
	padding-top: 10px;
}

#dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	/* border-bottom: 1px solid #ccc; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 900;
}

#dropdown ul li {
	position: relative;
}
	
#dropdown li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	width: 210px;
	top: 0;
	display: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
}

/* styles for menu items */
#dropdown ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	/* border: 1px solid #ccc; */
	border-bottom: 0;
	padding: 3px;
}

/* Fix IE. Hide from IE Mac \*/
* html #dropdown ul li { float: left; height: 1%; }
* html #dropdown ul li a { height: 1%; }
/* End */

#dropdown ul li a:hover { color: #1D384B; background: #CDCDCD; font-weight:600 } /* Hover Styles */
		
#dropdown li ul li a { 
	padding: 2px 5px; 
	background: #DDDDDD; /* IE6 Bug */
	padding: 2px;	
} /* Sub Menu Styles */
		
#dropdown li:hover ul, #dropdown li.over ul { display: block; } /* The magic */

