body {
	display: block;
	margin:0;
	padding:0;
	background: #444;
	font-family: tahoma, sans-serif;
}
acronym abbr {
	border-bottom: dashed 1pt #500;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
.reallysmall {
	font-size: x-small;
}
img {
	margin: 5px;
}
blockquote {
	border-left: solid #391 3px;
	padding-left: 5px;
}
#blogbody td {
	border: 1px solid #000;
}
#blogbody th {
	border: 1px solid #000;
	color: #fff;
	background: #bbb;
}
#content {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	border: 1px solid #bbb;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #ddd;
}

#header {
	height: 150px;
	padding: 0;
	margin-bottom: 5px;
	margin-right: 0;
	border-bottom: solid 3px #fff;
}
#header a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#headerblock {
	position: absolute;
	top: 22px;
	width: 200px;
	height: 148px;
	margin: 0;
	background-color: #391;
	color: #fff;
	z-index:0;
}
#headerblock h1 {
	position: relative;
	top: 116px;
	left: 0px;
	z-index: 1;
}
#headerblock a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
#flickr_badge_wrapper {
	position: relative;
	top: 0;
	left: 450px;
}
#flickr_badge_wrapper img {
	border: 1px solid white;
}
#shortlinks {
	padding: 5px;
	margin-right: 215px;
	background: #391;
	color: #fff;
	border: 1px solid #fff;
	font-size: small;
	margin-bottom: 10px;
}
.shortlinkstitle {
	font-family: tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#fff;
	border-bottom: 2px solid #fff;
}
#shortlinks a,
#shortlinks a:visited,
#shortllinks a:link {
	text-decoration: underline;
	color: #fff;
	font-size: small;
}
#shortlinks a:active,
#shortlinks a:hover {
	color: #391;
	text-decoration: none;
	background: #fff;
}

/* Tabs via http://unraveled.com/projects/css_tabs/ */
ul#tabnav {
	position: absolute;
	top: 147px;
	left: 500px;
	font: normal 11px tahoma, verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
}

ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #391;
	color: #fff;
	margin: 2px 2px 0 2px;
	border: 1px solid #fff;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: inherit;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	color: #000;
	background-color: #fff;
}
body#tab1 li.tab1 a:hover, body#tab2 li.tab2 a:hover, body#tab3 li.tab3 a:hover, body#tab4 li.tab4 a:hover {
	color: #fff;
	background-color: #391;
}

#tabnav a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}

#tabnav a:hover {
	background: #fff;
	color: #391;
}


#sidelist {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0 0 0 5px;
	padding: 5px;
	background-color: #fff;
	border: solid 1px #aaa;
	text-align: right;

}
#sidelist ul {
	margin-top: 0;
	margin-bottom:0;
}
#sidelist li {
	text-align: right;
	list-style-type: none;
	font-size: small;
}
#sidelist a,
#sidelist a:visited,
#sidelist a:link {
	text-decoration: none;
	color: #000;
	background-color: inherit;
	font-size: small;
}
#sidelist a:active,
#sidelist a:hover {
	color: #fff;
	background-color: #391;
	text-decoration: none;
}
.sidelisttitle {
	font-family: tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#000;
	background-color: inherit;
	border-bottom: solid #391 2px;
}
.sidelistitem {
	margin-bottom: 10px;
}
#blogentries {
	padding: 5px;
	margin-right: 215px;
	background-color: #fff;
	color: #000;
	border: solid 1px #aaa;
}
#blogentries ul li {
	list-style-type: square;
}
.entrytitle, .comments {
	font-family: tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#000;
	background-color: inherit;
	border-bottom: solid #391 2px;
}

.blogbody {
	color: #000;
	background-color: inherit;
	font-family: tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	padding: 10px 3px 0px 3px;
	margin-bottom: 25px;
	overflow: hidden;
}

.blogbody a,
.blogbody a:visited,
.blogbody a:link {
	text-decoration: underline;
	color: #26730D;
	background-color: inherit;
	font-weight: bold;
}

.blogbody a:active,
.blogbody a:hover {
	text-decoration: underline;
	color: #fff;
	background: #391;
}

.blogbody p {
	margin: 0px;
	margin-top: 5px;
}
.blogbody img{ border: solid 1px #ccc;}
.blogname {
	font-weight: normal;
	color: #26730D;
	background-color: inherit;
}
.posted {
	color: #26730D;
	background-color: inherit;
	font-family: tahoma, sans-serif;
	font-size: x-small;
	margin-top: 5px;
	text-align: right;
}
/* Start Comments */
div.comments {
	border-top: solid 2px #391;
	padding: 0 20px 0 20px;
}
ol.comments-list {
	font-style: italic;
	font-size: x-large;
	font-weight: 100;
	color: #ddd;
	background: #fff;
	padding-right: 25px;
}
div.comments-head {
	font-size: large;
	font-weight: bold;
	font-style:normal;
	text-transform:lowercase;
	color: #000;
	background-color: #fff;
}
div.comments-head a {
	text-decoration: none;
	color: #391;
	background-color: #fff;
}
div.comments-body {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	background: #fff;
	color:#000;
	border-top: solid 4px #391;
	border-right: solid 1px #391;
	border-left: solid 1px #391;
	border-bottom: solid 1px #391;
 	margin-bottom: 35px;
 	padding: 0 10px 0 10px;
}
div.comments-body a, 
div.comments-body a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #26730D;
	background: inherit;
}
div.comments-body a:hover,
div.comments-body a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #391;
}
div.comments-post {
	font-size:x-small;
	font-weight:normal;
 	float:right;
 	margin: 0;
 	padding: 0 10px 0 10px;
 	color: #fff;
 	background: #391;
}

/* Start Footer */
#footer {
	clear: both;
	padding: 2px;
	margin-top: 5px;
	background-color: #ccc;
	color: #fff;
	height: 100px;
	border: solid 1px #aaa;
	font-size: small;
	text-align: center;
}
#footer a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #391;
	background-color: inherit;
}
.footer-previous {
	float:left;
	text-align:right;
	border-right:solid 2px #ddd;
	width:350px;
	height: 100%;
	padding-right: 10px;
}
.footer-next {
	float:right;
	text-align:left;
	border-left:solid 2px #ddd;
	width:350px;
	height: 100%;
	padding-left: 10px;
}
