body {
	color: white;
	background-color: black;
	background-image: url('../images/background2.jpg'); 
	font-family: Castorgate, Tahoma, Lucida Sans, Arial, sans-serif;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a:link,
a:visited {
	color: white;
	text-decoration: underline;
}

#side_bar {
	width: 200px;
	height: 100%;
	float: left;
}

#content {
	padding-top: 140px;
	margin-left: 300px;
	max-width: 700px;
}

#menu {
	padding: 0px;
	margin: 0px;
	padding-top: 140px;
}

#menu li {
	list-style: none;
	display: block;
	padding-top: 6px;
}

#menu a {
	font-size: 16pt;
	color: white; 
	padding-left: 100px;
	padding-right: 100px;
	text-decoration: none;
}

#menu a.active {
	text-decoration: underline;
}

#menu a:hover {
	background-image: url('../images/glow.png');
	background-repeat: no-repeat;
	background-position: center;
}

#menu .submenu {
	padding-left: 1em;
}

#menu .submenu a {
	font-size: 12pt;
}

.highlight {
	color: #fba000;
	font-weight: bold;
}

.event {
	border-bottom: 1px dashed #666666;
	margin-bottom: 1em;
}

.event_title {
	margin-bottom: 0.2em;
}

.event_summary p {
	padding: 0px;
	margin: 0.5em;
}

.post_title {
	margin-bottom: 0px;
}

.post_date {
	font-size: 8pt;
}

.post_summary {
}

.cd {
	padding-bottom: 6em;
}

.cd_title {
	font-size: 16pt;
}

.cd_info {
	height: 120px;
}

.song_list {
	list-style: none;
}

.song_list {
	padding-left: 0px;
}
.song_title {
	width: 200px;
	display: block;
	float: left;
}
.music_player {
	clear: right;
}
.purchase_info {
	padding-left: 200px;
}
.cd_cover {
	float: left;
}

#dog_icon {
	position: absolute;
	top: 350px;
	left: 60px;
}

#dog_icon img {
	 height: 200px;
	 padding-left: 2em;
}

#dog_above {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
}

#dog_below {
	text-align: center;
}
