/* Base */
@import url(base-weblog.css);

/* Portal */


/* Theme */
@import url(screen2.css);



body {
margin:0;
background:#16171B url(SaltwaterWitchBackground.jpg) no-repeat ;

background-color:#16171B;
position:absolute;
top:0px;
left:0px;
}

div.menuHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
position:absolute;
top:140px;
left:10px;
}

div.entry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
position:absolute;
left: 40px;
top:-144px;

}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a:link {
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #33758D;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}