@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	margin: 10px 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1.00em;
	}

#container {
	width:900px;
	margin:auto;
	}

#topnav {
	width: 700px;
	margin:0 0 0 170px;
	
	}
	
#nav {
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	height: 50px;
	list-style: none;	
	display: inline;
	overflow: hidden;
	}


#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	}

#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -25px;
	}

#home a  {
	width: 108px;
	background: url(images/jd-home.gif) top left no-repeat;
	}
			
#reviews a  {
	width: 141px;
	background: url(images/jd-reviews.gif) top left no-repeat;
	}
	
#photos a  {
	width: 132px;
	background: url(images/jd-photos.gif) top left no-repeat;
	}
	
#music a  {
	width: 238px;
	background: url(images/jd-music.gif) top left no-repeat;
	}
			
#jdlogo {
	clear:left;
	width:725px;
	height:208px;
	margin-left:20px;
	background-image:url(images/Jerry-Dammers-logo.gif);
	background-position: top left;
	background-repeat:no-repeat;
	}
	
h1 {
	text-indent:-5000px;
	}

#homeclip {
	float: left;
	width: 150px;
	margin:20px 0 0 60px;
	font-size:0.90em;
	line-height:1.60em;
	text-align:center;
	}
		
#quotes {
	width: 550px;
	margin-left:225px;
	font-size:1.00em;
	line-height:1.60em;
	text-align:center;
	font-weight:lighter;
	}
	
#bandmembers {
	width:590px;
	height:110px;
	overflow:hidden;
	margin:20px 0 10px 200px;
	font-size:1.05em;
	text-align:center;
	line-height:1.40em;
	}
	
#tourdates {
	width:700px;
	height: 296px;
	overflow:hidden;
	margin-left:150px;
	font-size:1.10em;
	
	}

#sidenav {
	width:200px;
	float:left;
	}

#sidenav li {
	list-style:none;
	margin-left:-25px;
	}
		
#maincontent {
	width:675px;
	float:right;
	margin-top:50px;
	}

h2 {
	margin: auto;
	font-size:1.30em;
	font-weight:lighter;
	}	
	
h3 {
	margin: auto;
	font-size:1.15em;
	font-weight:lighter;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
.date {
	float:left;
	width:90px;
	margin: 3px 0;
	}
	
.city {
	float:left;
	width:150px;
	margin: 3px 0;
	}
	
.venue {
	float:left;
	width:450px;
	margin: 3px 0;
	}

#videos {
	width:650px;
	
	font-size:1.10em;

	}

.header {
	width:650px;
	text-align:center;
	}
		
.thumb {
	float:left;
	width:162px;
	text-align:center;
	}

.cliplink {
	float:left;
	margin: 3px 0;
	width:162px;
	text-align:center;
	font-size:0.90em;
	}

.bold {
	font-weight:bold;
	}

.navtotop {
	text-align:right;
	}

.current {
	text-decoration:underline;
	}

.invisible {
	display:none;
	}

.reviewimage {
	float:right;
	margin:10px;
	}
							
#footer {
	width:100%;
	margin:auto;
	}
	
#logolinks {
	width:800px;
	margin: 10px auto 0 auto;
	text-align:right;
	}
	
.border {
	border:none;
	}