/*
Podcast Category Styles
*/

h1 {
	color: #535769;
}

h2 {
	color: #000;
}


body {
	background: #99CC66;
}

#body { background: #FFFFFF;
}

#rightcol {
        margin-top: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

img.coverart {
    float:left;
    margin-right:7px;
    margin-bottom:5px;
}

a, h2 a:hover, h3 a:hover {
	color: #669933;
	text-decoration: none;
	}

a:hover {
	color: #99CC66;
	text-decoration: underline;
	}