html, body {margin: 0; padding: 0; font-size: 100%; }

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #52867B; text-decoration: none; }

a.more:link { color: #6B8AC6; font-size: 80%; }
a.more:visited { color: #6B8AC6; font-size: 80%; }
a.more:hover { 	color: #52867B; font-size: 80%; }

#menu ul {
	background: #DEF3DE;
	list-style-type: none;
	list-style-position: inside;
	marker-offset: 0;
}

#menu li { display: marker; }

#header {
	top: 0px;
	left: 0px;
	background: url("images/bumblebee.jpg") 0 0 repeat-x;
	height: 100px;
	width: 100%;
}


#headertitle {
	width: 100%;
	left: 0px;
	height: 30px;
}

#headertitle h1 { text-align: center; }

h1 { font-size: 100%; }

h2 {
	text-align: left;
	font-size: 80%;
}

h3 { 
	font-size: 70%;
	font-style: italic;
}

#menu {
	position: absolute;
	left: 0px;
	width: 150px;
	background: #DEF3DE;
}

#content {
	position: relative;
	right: 0px;
	min-width: 600px;
	margin-left: 150px;
}

#intro {
	margin-left: 10px;
	padding: 10px;
	background-color: #F0FDE3;
	font-size: 105%;
	min-height: 250px;
}

#intro p { 
	font-family: Times New Roman, serif; 
	font-size: 95%;
}

#intro img { padding: 0px 10px 0px 0px;}

#editintro {
	width: 50px; 
	float: right;
	margin-top: -20px;
}

#intro a { font-size: 80%; color: #558879; text-decoration: underline;}

#linkseditlink {
	width: 40px; 
	float: right;
	margin-top: -10px;
}

#linkseditlink a {
	font-size: 80%;	
	color: #558879; 
	text-decoration: underline;
}

#posts {
	color: #233622;
	margin: 8px 161px 5px 10px;
	padding: 0 5px 5px 0;
	position: relative;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #6B9E94;
}

.post {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #6B9E94;
}

#rightframe {
	position: absolute;
  	right: 0;
  	margin-right: 0;
  	width: 150px;
}

#links {
	background-color: #EBFFEA;
}

#links ul
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em;
}

#links ul li {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a.url {
	font-size: 80%;
}

.editlink {
	width: 50px; 
	float: right;
	margin-top: -40px;
}

p.articledate{ font-size: 60% }

#posts p { font-family: Times New Roman, serif; }

#posts p a { color: #558879; text-decoration: underline;}
