/*  
Theme Name: Joel Keller
Theme URI: http://www.offrowed.com/
Description: Joel Keller CSS design
Version: 1.0
Author: Woofer 'n Tweeter Designs
Author URI: http://www.wooferntweeter.com/
*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #1D1D1D;
	color: #000;
	font: 90%/150% sylfaen, arial, helvetica, verdana sans-serif;
}

ol {
	list-style-position: inside; 
	padding-left:30px;
}

ul {
	list-style: inside disc;
	padding-left:30px;
}

h1, h2 {
	text-indent:-999em;
}

#accessibility {
	display: none;
}

h3 {
	font-size:1.2em;
	padding: 30px 0 20px 0;
} 	

p {
	padding-bottom: 10px;
}

#container {
	margin: 10px auto;
	width: 722px;
}

.header {
  width: 722px;
	height: 211px;
	display: block;
	background: transparent none no-repeat top left;
}

#header-home {
	background-image: url(images/header-home.jpg);
}

#header-about-me {
	background-image: url(images/header-about-me.jpg);
}

#header-music {
	background-image: url(images/header-music.jpg);
}

#header-shows {
	background-image: url(images/header-home.jpg);
}

#header-contact {
	background-image: url(images/header-contact.jpg);
}

/******* NAVIGATION ******/

#navigation {
	background: transparent url(images/navigation.jpg) no-repeat center center;
	width: 722px;
	height: 55px;
	text-indent: -999em;
	padding: 15px 0;
}

ul#main-nav {
	list-style-type: none;
	padding:0;
	padding-left: 60px;
}

#home-but, #about-me-but, #music-but, #shows-but, #contact-but {
	float: left; 
	display: block;
 	height: 44px;	
 	background: transparent none no-repeat 0 -44px;	
}

#home-but {
  background-image:	url(images/home-but.jpg);
	width:102px;
}

#about-me-but {
  background-image:	url(images/about-me-but.jpg);
	width:155px;
}

#music-but {
  background-image:	url(images/music-but.jpg);
	width:112px;
}

#shows-but {
  background-image:	url(images/shows-but.jpg);
	width:112px;
}

#contact-but {
  background-image:	url(images/contact-but.jpg);
	width:113px;
}

#home-but a, #home-but a:link, #home-but a:visited { 
	background:	transparent url(images/home-but.jpg) no-repeat 0 0;
 	display: block;
 	width: 102px;
 	height: 44px;
 	text-decoration:none;
  overflow:hidden;
}

#about-me-but a, #about-me-but a:link, #about-me-but a:visited {
	background: transparent url(images/about-me-but.jpg) no-repeat 0 0;
	display: block;
	width: 155px;
 	height: 44px;
 	text-decoration:none;
	overflow:hidden;
}

#music-but a, #music-but a:link, #music-but a:visited {
	background: transparent url(images/music-but.jpg) no-repeat 0 0;
	display: block;
	width: 112px;
 	height: 44px;
 	text-decoration:none;
	overflow:hidden;
}

#shows-but a, #shows-but a:link, #shows-but a:visited {
	background: transparent url(images/shows-but.jpg) no-repeat 0 0;
	display: block;
	width: 112px;
 	height: 44px;
 	text-decoration:none;
	overflow:hidden;
}

#contact-but a, #contact-but a:link, #contact-but a:visited {
	background: transparent url(images/contact-but.jpg) no-repeat 0 0;
	display: block;
	width: 113px;
 	height: 44px;
 	text-decoration:none;
	overflow:hidden;
}

#home-but a:hover, #home-but a:active,
#about-me-but a:hover, #about-me-but a:active,
#music-but a:hover, #music-but a:active,
#shows-but a:hover, #shows-but a:active,
#contact-but a:hover, #contact-but a:active { 
	background-image: none;
}

/*\*/
* html #content {
	height: 393px;
}
/**/

#myspace {
	background: transparent url(images/myspace.gif) no-repeat top right;
	width: 140px;
	height: 109px;
	float: right;
	text-indent: -999em;
	overflow: hidden;
}

#myspace a {
	display: block;
	width: 140px;
	height: 109px;
}

#myspace span {
	display: none;
}

#content {
	width: 686px;
	min-height: 393px;
	margin: 0 10px;
	background: #BBC6C7 url(images/main-bottom.jpg) no-repeat bottom;
	padding-bottom: 90px;
}

#content h2 {
	height: 280px;
	background: transparent url(images/main-top.jpg) no-repeat center top;
}

.main-text {
	padding: 0 60px 0 90px;
	margin-top: -200px;
}

.main-text p{
	padding-left:30px;
}

ul#song-list {
	list-style: none;
}

#footer {
	clear: both;
	padding-top: 30px;
	height: 46px;
	width: 722px;
	background: transparent url(images/footer.jpg) no-repeat center top;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
		color: black;
}

ul#copyright {
	float:left;
	padding-left: 50px;
	list-style-type: none;	
}

ul#credits {
	float:right;
	padding-right: 50px;
	list-style-type: none;
}

ul#copyright li, ul#credits li {
	display: inline;
	padding: 0 10px 0 12px;
}

ul#copyright li+li, ul#credits li+li {
	border-left: 1px solid black;
}

.current a, .current a:link, .current a:visited, .current a:hover,.current a:active{
	visibility:hidden;
	background-image:none;
}

.photo-thumb {
	border: 2px solid black;
}

ul.photos-right {
	float:right;
	list-style-type:none;
}

ul#photos {
  padding-top: 20px;
	/*padding-right: 10px;*/
	list-style-type: none;
}

ul#photos li {
	padding-bottom: 10px;
	display:inline;
}
