#about {
	float:left;
	height:255px;
	left:32px;
	margin:0px;
	position:absolute;
	padding:0px;
	top:103px;
	width:294px;
}

#about_toggle {
	background-image:url("img/about_trigger.jpg");
	cursor:hand;
	float:left;
	height:50px;
	width:149px;
}

a,
a:link,
a:visited {
	color:#000;
	outline-style:none;
	text-decoration:underline;
}

a:hover {
	color:#222;
	text-decoration:none;
}

.author {
	background-color:#000;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc; 
	color:#fff;
	padding:1px 5px 2px 3px;
}

body {
	color:#333;
	font-family:"Courier New";
	font-size:0.85em;
	line-height:1.1em;
	margin:0;
	padding:0;
}

#chat_form{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding:5px 0px 15px 8px;
}

.chat_author{
	float:left;
	font-weight:bold;
	margin-left:50px;
	text-transform:uppercase;
}

.chat_input{
	font-family:"Courier New";
}

.chat_item{
	clear:both;
	line-height:1.5em;
	margin-bottom:15px;
	margin-left:10px;
	width:350px;
}

.chat_timestamp{
	color:#999;
	float:right;
}

#chat_discussions{
	height:300px;
	overflow:auto;
	width:400px;
}

#col_left,
#col_right {
	float:left;
}

#col_right {
	background-image:url("img/col_right_bg.jpg");
	background-repeat:no-repeat;
	left:363px;
	position:absolute;
}

#content {
	float:left;
	margin-bottom:10px;
	margin-left:30px;
	width:600px;
}

.comments {
	font-size:.95em;
	margin-left:50px;
}

.feed {
	color:#333;
	font-family:Verdana;
	font-size:0.65em;
}

.feed_date, .feed_emptydate {
	clear:both;
	float:left;
	font-weight:bold;
	margin:10px 0px 4px 0px;
	padding:0px 0px 1px 0px;
	width:95%;
}

.feed_date {
	border-bottom:1px solid #666;
}

.feed_emptydate {
	border-bottom:1px solid #ccc;
	color:#ccc;
}

.feed_line {
	clear:both;
	float:left;
	line-height:9px;
	margin:0px 0px 3px 0px;
	width:95%;
}

.feed_line img {
	width:15px;
}

.feed_text {
	position:relative;
	top:-3px;
}

#feed_window {
	height:220px;
	left:100px;
	position:relative;
	overflow:auto;
	width:400px;
}

#footer {
	background-image:url("img/footer.jpg");
	clear:both;
	height:100px;
	float:left;
	margin-left:5px;
	margin-bottom:30px;
	width:600px;
}

.gallery_item {
	float:left;
	margin:10px;
	padding:0px;
}

#gallery_loading{
	margin:20px 0px 20px 0px;
	text-align:center;
}

h1,h2,h3 { margin:0;padding:0; }

h1 {
	background-image:url("img/header.jpg");
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:hand;
	height:404px;
	margin:0px;
	margin-top:20px;
	margin-bottom:50px;
	overflow:hidden;
	padding:0px;
	text-indent:-2000px;
	width:363px;
}

h2 {
	color:#111;
	font-size:1.3em;
	margin-bottom:10px;
	margin-top:20px;
}

h3 {
	color:#999;
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-.06em;
	margin:10px 0px 10px 0px;
	text-align:center;
	text-transform:uppercase;
}

img {
	border:none;
}

.music_albumfooter{
	font-size:0.9em;
}

.music_singleitem {
	border-bottom:1px solid #ddd;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

#nav {
	background-image:url("img/nav_bg.jpg");
	background-position:90px 26px;
	background-repeat:no-repeat;
	clear:both;
	height:45px;
	margin-top:60px;
	margin-bottom:50px;
}

#nav a.home { background-image:url('img/nav_home.jpg');}
#nav a.music { background-image:url('img/nav_music.jpg');}
#nav a.gallery { background-image:url('img/nav_gallery.jpg');}
#nav a.talk { background-image:url('img/nav_talk.jpg');}
#nav a.contact { background-image:url('img/nav_contact.jpg');}
#nav a.links { background-image:url('img/nav_links.jpg');}

#nav a.home,
#nav a.music,
#nav a.gallery,
#nav a.talk,
#nav a.contact,
#nav a.links,

#nav a:link.home,
#nav a:link.music,
#nav a:link.gallery,
#nav a:link.talk,
#nav a:link.contact,
#nav a:link.links, 

#nav a:visited.home,
#nav a:visited.music,
#nav a:visited.gallery,
#nav a:visited.talk,
#nav a:visited.contact,
#nav a:visited.links {
	background-position:0px 0px;
	background-repeat:repeat-x;
	float:left;
	height:30px;
	margin:0px;
	outline-style:none;
	overflow:hidden;
	padding:0px;
	text-decoration:none;
	text-indent:-1000px;
	width:107px;
}

body.home #nav a.home,
body.music #nav a.music, 
body.gallery #nav a.gallery,
body.talk #nav a.talk,
body.contact #nav a.contact,
body.links #nav a.links,

#nav a:hover.home,
#nav a:hover.music,
#nav a:hover.gallery,
#nav a:hover.talk,
#nav a:hover.contact,
#nav a:hover.links {
	background-position:107px 0px;
}

#nav li {
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.post_byline {
	clear:both;
	font-size:.9em;
	margin-bottom:30px;
	text-align:right;
}