/* - - - - - - - - - - - - - - - - - - - -
	Site Globals
- - - - - - - - - - - - - - -- - - - - - -*/
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin:0;
	padding: 6px 0 0 0;
	border-top:3px solid #000;	
}
img { border:none; }
.clearBoth {clear:both}
a { text-decoration:none; color:#000; }
a:hover { color:#ff6c00; }

/* - - - - - - - - - - - - - - - - - - - -
	Site Container
- - - - - - - - - - - - - - -- - - - - - -*/
#siteContainer {
	width: 785px;
	margin: 0 auto;
}

/* - - - - - - - - - - - - - - - - - - - -
	Header
- - - - - - - - - - - - - - -- - - - - - -*/
h1 {
	font-size:20px;
	font-weight:normal;
	margin:18px 0 0 0;
	display:inline
}

#headerHome h2, #header h2 {	
	display:inline;
	font-size: 12px;
	letter-spacing: 0.4px;
	border:none;
	font-weight:normal;
}
#headerHome img { margin:10px 0 12px 0; }

#header { margin-bottom:10px; }

/* - - - - - - - - - - - - - - - - - - - -
	Left Column 
- - - - - - - - - - - - - - -- - - - - - -*/
h2 {
	letter-spacing: 0.2px;
	font-size:18px;
	padding-top:8px;
	margin:0;
	border-top: 8px solid #000;
}
h3 {
	margin: 4px 0 0 0;
	font-weight:normal;
	color: #444;
	font-size: 12px;
}

#leftColumn {
	float:left;
	width:556px;
}

#leftColumn p {
	font-size:12px;
	line-height: 20px;
	text-align: justify;
}
#leftColumn p a { border-bottom: 1px solid #ccc; }
#leftColumn p a:hover {	border-color: #ff6c00; }


/* - - - - - - - - - - - - - - - - - - - -
	Left Column - Post
- - - - - - - - - - - - - - -- - - - - - -*/
.post { clear:both; margin-bottom: 25px; }

.post a { color:#444; border-bottom: 1px solid #ccc; font-weight:normal; }
.post-title a { color:#000; font-weight: bold; border:none; }
.post-entry .media { color:#0066cc; border:none !important; }
.post a:hover, .post-entry a.media:hover, .sidebarUnderline:hover { color:#ff6c00; }

.postFooter {
	color:#444;
	border-top:1px solid #ccc;
}
.postFooter p { margin:4px 0 0 0; }
.postFooter .author { float:left; }
.postFooter .meta { float:right; }

/* - - - - - - - - - - - - - - - - - - - -
	Left Column - Comments
- - - - - - - - - - - - - - -- - - - - - -*/
#commentBlock h5 {
	padding-top:8px;
	border-top: 4px solid #000;
	font-size:13px;
	margin:30px 0 6px 0;	
}
#commentBlock h6, #commentBlock .date {
	font-size:11px;
	margin:0;
	display:inline;
}

#commentBlock .date a { color:#858383; border:none !important; }

#commentBlock .entry p { margin:0 0 6px 0; }
#commentBlock .moderation { color: #ff0000; }

#commentBlock .comment {
	padding: 6px 5px;
	background: #faf9f9;
	border-top:1px solid #444;
	border-bottom: 1px solid #444;
}

#commentBlock .odd {
	background:#fff;
	border:none;
}


/*----------------
 Artist Pages
-----------------*/
.lyric {
	color:#888888;
	text-decoration: italic;
}
#albumDetails {
	margin:6px 0;
}
#albumDetails img {
	float:left;
}
#albumDetails ol {
	float:left;
	list-style-type: lower-roman;
	line-height:16px;
	font-size:11px;
}
#albumDetails ol a {
	font-weight:normal;
	font-size:11px;
}
#albumDetails ol a, #albumDetails ul a { color:#0066cc; border-bottom: 1px solid #0066cc; }
#albumDetails ol a:hover, #albumDetails ul a:hover { color:#ff6c00; border-bottom: 1px solid #ff6c00;}

#albumDetails ul {
	float:left;
	padding:0;
	margin: 0;
	list-style:none;
}
#albumDetails ul a { font-size:12px; }


/* - - - - - - - - - - - - - - - - - - - -
	Right Colunm
- - - - - - - - - - - - - - -- - - - - - -*/
h4 {
	color: #000;
	font-size: 12px;
	margin:0 0 10px 0;
	border-top: 1px solid #000;
	padding-top:8px;	
}
.sidebarUnderline {
color:#444; border-bottom: 1px solid #ccc; font-weight:normal;
}



#rightColumn {
	width:211px;
	float:right;
	color: #444;
	font-size: 10px;
	line-height: 16px;
}

#rightColumn a { color:#444; }
#rightColumn a:hover {	color:#ff6c00; }

#rightColumn .media { color:#0066cc; border:none !important; }
#rightColumn a:hover { color:#ff6c00; }

#rightColumn .about {
	margin:0 0 20px 0;
}

#rightColumn ul {
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
}
#rightColumn ul li {
line-height:16px;
padding-bottom:10px;
}


#navigation { font-size:10px; }
#navigation .floatLeft { float:left; }
#navigation .floatRight { float:right; }


