
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/background.gif);
}
p {
	margin: 4px;
	padding: 2px;
	line-height: 16px;
	}
a {
	color: #CC99FF;	
}
a:hover {
	color: #FBBA04;	
}
h1 span, h2 span, h3 span {
	display: none;
}


#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 561px;
	padding-left: 70px;
	padding-right: 70px;
	background: url(images/background_container.gif) repeat-y;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: .75em;
	color: #ccc;
	min-height: 800px;
}

#header {
}

#logo {
	width: 311px;
	padding-top: 20px;
}

#logo h1 {
	width: 311px;
	height: 88px;
	background: url(images/logo.jpg) no-repeat;
}

#searchBox {
  position: absolute;
  left: 400px;
  top: 50px;
}

#content {
  width: 561px;
  margin-top: 10px;  
}

.post_title {
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.post_title a {
  text-decoration: none;
}
.post_date{
  font-weight: bold;
  text-align: right;
}

.post_short {
  margin-top: 5px;
}

#footer {
  margin-top: 500px;
  text-align: center;
}

#footer a{
	color: #FFFFFF;
}


#menu {
	width: 561px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#menu ul {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
}

#menu ul li.menu_current {
  font-weight: bold;
  color: #eee;
  font-size: 13px;
}

#menu ul li a {
	display: inline;
	color: #ccc;
	text-decoration: none;
	line-height: 12px;
}
#menu ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

.mp3Section {
	margin-top: 15px;
}
.songItemLinks ul, .showItemBands ul, .linkList ul {
	list-style-type: none; 
	text-indent: 2em;
}
.linkList li {
	line-height: 20px;
}
.showItemDate {
	font-weight: bold;
}
.showItemBands {
	padding: 10px;
}
.showItem {
	margin: 10px;	
	padding-top: 5px;
	border-top: 1px dotted #666;
}
.storyPhotoLeft {
	float: left;
	border: 2px solid #303;
	margin: 10px;
}
.storyPhotoRight {
	float: right;
	border: 2px solid #303;
	margin: 10px;
}
.post_top {
	border-bottom: 1px solid #ccc;
}
