/* body */	

body {
	scrollbar-face-color: #000;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #000;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-Color: #000;
	
	font-family: "Courier New", Courier, monospace;
	font-size: larger;
	color: #000;
	/* default text color */
}

* html body { /* exploits a bug in IE, enables us to send an IE-only rule */
	font-size: medium; /* for IE5/Win */
	f\ont-size: medium; /* for other IE versions */
}

	
.body {		
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #FFF;
}

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

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

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

/* column layouts */

#colleft {
/* left justified columns */
	float: left;
	width: 400px;
	margin-right: 40px;
	margin-bottom: 5px;
	text-align: left;
	padding: 10px;
}

#colright {
/* right justified columns */
	float: left; 
	width: 230px;
	text-align: left;
	padding-top: 10px;
}

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

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

.colvideo {
/* single column for video */
	float: left;
	width: 540px;
	padding-left: 80px;
	padding-top: 0px;
	text-align: center;
}

.colmulti {
/* multi column layout */
	float: left;
	height: 235px;
	width: 210px;
	/* margin-bottom: 40px; */
	padding-top: 10px;
	padding-left: 15px;
}

#outside {
	/* link to promofact credit */
	float: left;
	padding: 50px 0 0 0;
	text-align: center;
	width: 800px;
	height: 55px;
	background: url(images/birds.jpg) no-repeat center top;
	font-size: 65%;
}

#flashcontent_player {
/* layer that embeds the flash player */
	padding-right: 20px;
	margin-top: 10px;
	float: right;
	width: 310px;
	height: 50px;
}

/* mainnav additional styles */
	
#mainnav div {
	float: left;
	text-align: center;
	width: 90px;
	height: 35px;
	margin:0;
	padding:0;
	font-size: 85%;
	font-weight: 700;
	display: block;
}

#mainnav div.current {
	/* text-decoration: underline; */
	background: url(images/mainnav_back.jpg) no-repeat bottom;
}

/* subnav additional styles */

#subnav div div {
	float: left;
	text-align: center;
	width: 100px;
	height: 50px;
	margin:0;
	padding:0;
	font-size: 75%;
	font-weight: 700;
}

#subnav div.current {
	text-decoration: underline;
}


/* subnav menu additional styles */

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

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

#subnav .music {
	padding-left: 155px;
}

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

#subnav .videos {
	padding-left: 335px;
}

#subnav .visuals {
	padding-left: 385px;
}

#subnav .friends {
	padding-left: 570px;
}

#subnav .contact {
	padding-left: 590px;
}

/* content layer: two column style; WITHOUT SUBMENU */
#content_home_start, #content_about_biography, #content_about_news {
	text-align: left;
	visibility: visible;
	position: relative;
	top: -30px;
	left: 50px;
	width: 700px;
	height: 465px;
	overflow: hidden;
	font-size: 75%;
	clear: both;
}

/* content layer: two column style; WITH SUBMENU */
#content_music_solo, #content_music_producer, #content_videos_solo, #content_videos_performances, #content_visuals_artwork, #content_visuals_posters, #content_visuals_design { 
	text-align: left;
	visibility: visible;
	position: relative;
	top: -25px;
	left: 50px;
	width: 700px;
	height: 475px;
	overflow: hidden;
	font-size: 75%;
	clear: both;
}

#content_shows_current, #content_shows_past {
	text-align: left;
	visibility: visible;
	position: relative;
	top: -25px;
	left: 55px;
	width: 700px;
	height: 425px;
	overflow: auto;
	font-size: 75%;
	clear: both;
}

/* content layer: one column style, narrow */
#content_friends_start, #content_contact_details, #content_contact_email {
	text-align: left;
	visibility: visible;
	position: relative;
	top: -20px; 
	left: 225px;
	width: 400px;
	height: 475px;
	overflow: hidden;
	font-size: 75%;
	clear: both;
}

/*typography*/

p {
	padding: 2px 2px 2px 0;
}
	
.maintitle {
/* most prominent title on the page */
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 115%;
}

.article {
	clear: both;
	padding: 5px 0px 10px 0px;
}

.title {
/* titles for news sections etc. */ 
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 1.2em;
}

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

.dateplace {
	font-style: italic;	
}

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

.smallinfo { 
	font-size: 0.9em;
}

.news_nav_articles { 
	font-family: "Courier New", Courier, monospace;
}

/* style for music store links on artist pages */
.musicstore {
	padding: 50px 0px 0px 0px; 
}

/* lists */

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

#colleft ul li, #colright ul li, #colsingle ul li, #colsingle_narrow ul li {
	list-style-image: url(images/bullet.jpg);
	margin-left: 5px;
	margin-bottom: 7px;
}

/* link styles */

a:link, a:visited {
/* default style for links */
	color: #4D613C;
	/* font-weight: 600; */
}

#mainnav a:link, #mainnav a:visited {
	color: #111;
	text-decoration: none;	
}

#subnav a:link, #subnav a:visited {
	color: #111;
	text-decoration: none;	
}
	
a:hover, a:active, #mainnav a:hover {
	text-decoration: underline;
}

/* img */

.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: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}


/* form styles  */

.wufoo_form {
	width: 300px;
}

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: "Courier New", Courier, monospace;
	font-size: 80%;
}

/* tour information layout  */

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

.tour_booking {
	clear: both;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	*/
}

.tour_date { 
	float: left;
	width: 100px;
	padding-right: 8px; 
}

.tour_venue {
	float: left;
	width: 130px;
	padding-right: 8px;
}

.tour_location {
	float: left;
	width: 150px;
	padding-right: 8px; 
}

.tour_details { 
	float: left;
	width: 240px;
	padding-bottom: 40px; 
} 

