/*  "Vibrant" variant of "Marvin3" skin for CS 1.0.*/

body {
	background-color : #ADF;
}

a:visited,
a:active,
a:link {	
	text-decoration: none;
	color : #606;
	font-weight : bold;}

h1 a:visited,
h1 a:active,
h1 a:link {
	color : #ADF;
}
	
h1 a:hover{
	color : #BEF;}
	

/*Blog Header*/	
#header{
	background-color : #909;
	color : #ADF;
	font-weight : bold;
	border-bottom : 4px solid #303;
}


  
#content {
		background-color : #FFF;
	border-bottom : 4px solid #303;
}
	

.altcomment{
	background-color: #F3F3F3;
	}
	
.CalendarOtherMonth{
	color: #ADF;
}

#masthead {
	color: #ADF;
	background: #909;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #87CEEB;
}

