/* Lyrics Page
------------------------------------------------------------------------------------------------------ Lyrics Page
*/


#lyrics {
	
}


#searchform input {
	padding: 5px;
	padding-left: 20px;
	border: 3px solid #ccc;
	width: 190px;
	outline: none;
	background-image: url(../images/ui/navsearch.png);
	background-repeat: no-repeat;
	background-position-x: 4px;
	background-position-y: center;
}
.authors {			/* authors select list */
	width: 221px;
}

.post {
	margin-bottom: 10px;
	background: none;
}
.post .header {
	text-align: left;
	padding-bottom: 0px;
}

.post .header h1 {
	color: #333;
	font-style: italic;
	background: none;
	margin: 0px;
}
.post .header h1 a {
	color: #333;
}

.post .header .author {
	position: relative;
	font-style: italic;
	margin-left: 30px;
	margin-top: 0px;
}
.post .header .author a {
	font-style: normal;
	font-size: 15px;
	text-transform: uppercase;
}

.post .header .comment_count {
	
}
.post .header .date {

}

.post .type {

}

.post .date {
	display: none;
}

/* full post */
.post .header {

}
.post .body,
.post .read,
.post .links,
.post .date {
	display: block;
}
.post .date {
	display: none;
}
.post .author {
	position: absolute !important;
	right: 0px;
	top: 15px;
}
.post .header .date {
	border-bottom: 1px dashed #ccc;

}
.post .header a.commentslink {
	position: absolute;
	left: 8px;
	bottom: 0px;

}


/* Post Nav
------------------------------------------------------------------------------ Post Nav
*/
.post-nav li {
	margin: 3px 0px;
}
.post-nav li a {
	display:block;
	padding: 3px 5px;
	
	background-color: #ccc;
	background-image: url(../images/structure/white-overlay.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
}
.post-nav li a:hover {
	background-color: #333;
	color: #FFF;
}
.post-nav li .date {
	display:block;
	color: #666;
	font-size: 11px;
}