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

html {
	font-size:100%
}

p {
	margin:0;
}

body {
	background-image:url("../images/jackketch_background.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	color:#ffffff;
	font-family: Times New Roman, Times, serif;
	font-size:12px;
	line-height:19px;
	margin:0;
	padding:0;
}

a {
	color:#99c2e5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:none;
	border-top:1px dotted #421f4a;
	margin:15px 0;
}

#wrapper {
	width:900px;
	height:100%;
	margin:0 auto;
	padding:0;
}

h3 {
	color:#73397e;
	padding:0;
	margin:0 0 10px 0;
}



/* TOP PAGE LINKS */

#top_links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-transform:uppercase;
	width:884px;
	margin:20px 11px 2px 9px;
	top:0;
	position:absolute;
	text-align:center;
}

#top_links a {
	color:#ffffff;
}

#top_links a:hover {
	color:#99c2e5;
	text-decoration:none;
}

#top_links ul {
	list-style:none;
	display:block;
	padding:5px 0;
	margin:0;
}

#top_links ul li {
	display:inline;
	padding:0 20px;
	border-right:1px dotted #99c2e5;
}

#top_links ul li.nav_last {
	border:none;
}



/* PAGE HEADER and NAVIGATION */

#header {
	width:900px;
	height:720px;
}

#nav {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	width:950px;
	margin:-30px 0 10px -25px;
	text-align:center;
}

#nav a:hover {
	color:#ffffff;
	text-decoration:none;
}

#nav ul {
	list-style:none;
	display:block;
	padding:0;
	margin:0 0 5px 0;
}

#nav ul li {
	display:inline;
	padding:0 22px;
	border-right:1px dotted #ffffff;
}

#nav ul li.nav_last {
	border:none;
}



/* PAGE BODY */

#content {
	width:820px;
	display:block;
	padding:0 40px;
}

#content img {
	border:1px solid white;
}



	/* HOME PAGE */
 
	#home #l_col {
		width:440px;
		float:left;
		padding-right:10px;
		height:1020px;
		overflow:auto;
	}

	#home #r_col {
		width:350px;
		float:left;
		margin-left:20px;
	}
	
	#home #r_col img {
		width:350px;
		margin-bottom:5px;
	}

	.content_item {
	}
	
	.item_date {
		text-transform:uppercase;
		font-size:0.75em;
		display:block;
	}
	
	h1.item_head {
		color:#a35691;
		font-weight:bold;
	}
	
	hr.item_head_hr {
		border-color:#a35691;
	}
	
	.item_head {
		text-transform:uppercase;
		color:#7260a9;
		font-size:1.25em;
		display:block;
		font-weight:normal;
		margin:0 0 5px 0;
	}
	
	.item_text {
		font-size:1.15em;
	}



	/* ABOUT PAGE */
 
	#about #l_col {
		width:350px;
		float:left;
		margin-right:15px;
		padding-right:15px;
		border-right:1px dotted #421f4a;
		text-align:right;	
	}

	#about #r_col {
		width:439px;
		float:left;
	}
	
	
	
	/* TOUR PAGE */
 
	#tour #l_col {
		width:350px;
		float:left;
		margin-right:15px;
		padding-right:15px;
		border-right:1px dotted #421f4a;
		text-align:right;	
	}

	#tour #r_col {
		width:439px;
		float:left;
	}
	
	.tourdate {
		color:#99C2E5;
		width:150px;
	}
	
	.tourvenue {
		width:175px;
	}
	
	.tourcity {
		color:#A35691;
	}
	
	
	
	/* RELEASES PAGE */
 
 	.album_img {
		float:left;
		margin-right:15px;
	}
	
	.album {
		clear:both;
		height:260px;
	}
	
	.album_info {
		padding-top:10px;
	}
	
	.purchase {
		margin-top:10px;
		color:#B19C93;
	}
 
 
 
	/* VIDEOS PAGE */
 
 	#videos {
		text-align:center;
	}
	
	#videos #c_col {
		text-align:left;
		width:820px;
		margin-left:40px;
	}
	

	
	/* PHOTOS PAGE */

	#photos {
		text-align:center;
	}

	#gallery img {
		margin:1px;
		width:100px;
		height:100px;

	}	
	
	

	/* DOWNLOADS PAGE */
 
	#downloads #l_col {
		width:454px;
		float:left;
		margin-right:15px;
		padding-right:15px;
		border-right:1px dotted #421f4a;
		text-align:right;	
	}

	#downloads #r_col {
		width:335px;
		float:left;
	}
	
	#downloads textarea {
		border: 1px solid gray; 
		overflow: auto; font-family: 
		Times New Roman,Times,serif; 
		font-size: 11px; 
		width: 454px; 
		height: 35px; 
		background-color: white;
		margin-top:5px;
	}
	
	
		
/* PAGE FOOTER */

#footer {
	background-image:url("../images/jackketch_footer.jpg");
	background-position:bottom center;
	background-repeat:no-repeat;
	width:950px;
	height:108px;
	display:block;
	color:#7260a9;
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:1em;
	margin-left:-25px;
}

#footer p {
	margin-top:10px;
}