#blogroll {
	width: 40em;
	float: left;
}

.even  
{
	background-color: #aabbbb;
	color: black;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
	margin-bottom: 1em;
}

.odd 
{
	background-color: white;
	color: black;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    border-radius: 1em;
	margin-bottom: 1em;

}

/* Post Title */
h2 {
	font-family: monospace;
	font-size: 1.6em;
	padding: 0.5em 0em 0em 1em;
    margin: 0em 0em -0.3em 0em;
color: #00A383;
}

h2 a {
text-decoration: none;
color: #00a383;
}

.date {
	float: right;
	font-family: Courier New;
	font-size:0.8em;
	margin: -1em 1em 0em 0em;
}

.even a, .odd a {
text-decoration: none;
color: #00A383;
}



#blogroll cite {
	font-family: helvetica;
	font-size: 0.7em;
	margin-left: 2em;
}

.blogcontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0em 1em 0.1em 1em;
}

pre {
	border: 1px dotted black;
	padding:.5em;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#songlyrics {
	text-align: center;
}

h4.follow {
	margin: 0em 0em 0.5em 0em;
}

.comment {
	text-align: right;
}

.comment a:link { color: black; }
.comment a:visited { color: black; }

.thumbnail {
	float: left;
	padding-right: 1em;
}

.thumbnail span {
	position: absolute;
	visibility: hidden;
}

.thumbnail:hover span{
	left: 10%;
	background: #FFFFCC;
	padding: 10px;
	border: 3px solid #996633;
	visibility: visible;
}

.thumbnail2 {
	float: right;
	padding-left: 0.5em;
}

.thumbnail2 span {
	position: absolute;
	visibility: hidden;
}

.thumbnail2:hover span{
	left: 10%;
	background: #FFFFCC;
	padding: 10px;
	border: 3px solid #996633;
	visibility: visible;
}




