:link { color: #CC6; background: transparent; text-decoration: none; }
:visited { color: #663; background: transparent; text-decoration: none; }
:active { color: #FF0; background: transparent; text-decoration: none; }

a[href]:hover { color: #000; background: #484; }
.here { color: #FF0; background: #484; }

body {
	margin:0; 
	border-width:0; 
	padding:0; 
	font-weight: strong; 
	font-family: arial,helvetica; 
	background: #70a060;
	height: auto;
}
.logo {
	display: block;
	vertical-align: top;
	width: 100px;
	height: 180px;
	position: absolute:
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}
.header {
	display: block;
	position: absolute;
	top: 0;
	left: 100px;
	right: 0;
	bottom: auto;
	height: 150px;
	margin-left: 10px;
	vertical-align: bottom;
}
.footer {
	border: 1px;
	border-color: white;
	border-style: solid;
	text-align: right;
	width: 100%;
	height: 4em;
	vertical-align: bottom;
}
.blogentries {
	display: block;
	margin-left: 10px;
	vertical-align: top;
	position: absolute;
	top: 100px;
	left: 100px;
	right: 20%;
}
.archives {
	display: block;
	vertical-align: top;
	position: absolute;
	width: 100px;
	top: 180px;
	bottom: auto;
	left: 0;
	right: auto;
	padding-left: 3px;
}
.links {
	display: block;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 100px;
	bottom: auto;
	left: 80%;
	vertical-align: top;
	padding-left: 1ex;
	padding-right: 0.25em;
}
.blogentry {
	border: 0.25ex;
	border-color: #a0c080;
	border-bottom-color: #574;
	border-right-color: #574;
	border-style: solid;
	margin-bottom: 2em;
	padding-top: 0.5ex;
	background: #585;
}
.blogentrytitle {
	float: left;
        color: black;
	background: #585;
        font-size: medium;
        font-weight: bold;
        font-family: Arial, sans-serif;
	padding-left: 7px;
	vertical-align: center;
}
.blogentrysource {
        font-size: x-small;
        font-family: Arial, sans-serif;
	text-align: right;
	padding-right: 5px;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
}
.blogentrytext {
        color: black;
	background: #8A7;
        font-size: small;
        font-family: Arial, sans-serif;
	margin-top: 1ex;
	padding-left: 7px;
	padding-bottom: 1ex;
	padding-top: 1ex;
	padding-right: 1ex;
	border-style: none;
}
.blogentrylink {
        color: black;
        background: #8A7;
        font-family: Arial, sans-serif;
        padding-left: 7px;
        padding-bottom: 1ex;
        padding-top: 1ex;   
        padding-right: 1ex; 
	text-align: right;
	font-size: x-small;
}
.archivetitle {
	color: black;
	font-size: small;
	font-weight: bold;
	font-family: Arial, sans-serif;
        border-bottom-width: 2px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0;
 	border-style: solid;   
        border-color: black;
}
.archiveyeartitle {
	color: black;
	font-size: small;
	font-family: Arial, sans-serif;
	padding-left: 0.5em;
}
.archivemonth {
	color: black;
	font-size: small;
	font-family: Arial, sans-serif;
	padding-left: 1em;
}
.leftsection {
	font-weight: bold;
        border-bottom-width: 2px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0;
 	border-style: solid;   
        border-color: black;
}
.linksectiontitle {
        font-weight: bold;
        padding-right: 3px;
	padding-top: 2px;
	text-align: right;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0;
	border-style: solid;
	border-color: black;
	margin-top: 1em;
	margin-bottom: 2px;
}
.linkentry {
	padding-right: 3px;
        font-size: x-small;
	text-align: right;
	line-height: 1.33;
}
.title {
	height: 100px;
}
.titletext {
	font-weight: bold;
	text-align: left; 
	font-size: x-large;
        border-bottom-width: 3px;
        border-left-width: 0;  
        border-right-width: 0; 
        border-top-width: 0;
        border-style: solid;
        border-color: black;
	vertical-align: bottom;
	padding-top: 2ex;
}
.subtitletext {
	font-family: times,serif;
	font-style: italic;
	vertical-align: bottom;
}
.maincontent {
	padding-left: 10px;
	padding-right: 3px;
	vertical-align: top;
}
.linkbox {
	border-left: 1px;
	border-bottom: 1px;
	border-top: 0;
	border-right: 0;
	border-color: #574;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: solid;
	border-collapse: collapse;
}
.linkbox2 {
	border-left: 1px;
	border-top: 1px;
	border-bottom: 0;
	border-right: 0;
	border-color: #574;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: solid;
	border-collapse: collapse;
}

.admin {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}