/* general body */

body {
	background: #FFFFFF;
	font-family: palatino, palatino, palatino;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	color: #660000;
}

h1 {
	letter-spacing: 0px;
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: left;
	line-height: 20px;
}

img {
	border-style: none;
}

a:link {
	color: #550000;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #440044;
}

/* top bar */
#topbar {
	background: #000000;
}

/* basic header */
#header {
	width: 100%;
	height: 212px;
	margin: 0 auto 20px auto;
	padding-top: 0px;
	border-style: none none solid none;
	border-bottom-width: 5px;
	border-color: #AAAAAA;
}

#logoimage {
	position: absolute;
	left: 85px;
	float: left;
	height: 120px;
	margin-left: 0px;
}

/* navbar */

#navbar {
	float: left;
	position: absolute;
	left: 540px;
	top: 0px;
}

#navbar .logo {
	position: absolute;
	left: 90px;
	top: 8px;
	border-style: none solid solid none;
    border-left-width: 0px;
    border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    border-color: #000000;
}

#navbar .about {
	position: absolute;
	left: 90px;
	top: 183px;
	border-style: solid solid none solid;
    border-left-width: 1px;
    border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    border-color: #000000;
}

#navbar .music {
	position: absolute;
	left: 167px;
	top: 183px;
	border-style: solid solid none solid;
    border-left-width: 1px;
    border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    border-color: #000000;
}

#navbar .contact {
	position: absolute;
	left: 244px;
	top: 183px;
	border-style: solid solid none solid;
    border-left-width: 1px;
    border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    border-color: #000000;
}

#navbar .shows {
	position: absolute;
	left: 339px;
	top: 183px;
	border-style: solid solid none solid;
    border-left-width: 1px;
    border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    border-color: #000000;
}

#navbar .pics {
	position: absolute;
	left: 416px;
	top: 183px;
	border-style: solid solid none solid;
    border-left-width: 1px;
    border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    border-color: #000000;
}

/* overall page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 35px 35px;
}

/* general content */

#content {
	position: absolute;
	left: 430px;
	float: right;
	width: 550px;
	padding: 20px 30px 0px 30px;
	background: #DDDDDD;
}

/* posts */

.entry {
}

.entry .title {
	width: 550px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #000000;
	color: #330000;
}

.entry .post {
	color: #000000;
}

.entry .post img {
}

.entry .endstuff {
	padding: 15px 0 60px 0;
	width: 550px;
	height: 30px;
	float: right;
}

.entry .endstuff p {
	float: right;
}

.entry .endstuff .by {
	width: 185px;
	height: 30px;
	padding: 0px 0px 1px 0px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 10px;
	color: #550000;
	border-bottom: 1px solid #000000;
}

/* pics gallery */

.gallery {
	left: 10px;
	width: 100%;
	overflow: auto;
	clear: both;
}

.gallery img {
	width: 120px;
	height: 80px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* side bars */

#sidebar {
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	left: 85px;
	top: 250px;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* sidebar title */

#sidebarTitle {
}

#sidebarTitle h1 {
	font-size: 30px;
	color: #AA0000;
}

#sidebarTitle h2 {
	text-transform: lowercase;
	font-size: 10px;
	color: #000033;
}

/* fancy color bar */

#colorbar {
	height: 74px;
	padding: 10px 0 0 0;
	background: #EEEEEE;
}


/* calendar */

#calendar-small {
	position: relative;
	left: -78px;
}

/* music player */
#music-player {
}