@CHARSET "UTF-8";

a:link, a:visited {
	color: #669933;
	text-decoration: underline;
}

a:hover, a:active {
	color: #996600;
	text-decoration: underline;
}

a img {
	border: 0;
}

.blogpost h3 {
	margin-bottom: 5px;
}

.blogtags {
	color: #999999;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

#footer {
	padding-top: 10px;
	text-align: center;
	border-top: #666666 5px solid;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}

h1 {
	height: 300px;
	margin: 0;
	display: block;
	text-indent: -1000em;
}

h2 {
	border-bottom: #CCCCCC 1px solid;
}

img.imgheader {
	display: block;
}

#main {
	margin: 10px 0;
}

#main #col1 {
	width: 675px;
	float: left;
}

#main #col2 {
	width: 250px;
	float: right;
}

#main #col2 form {
	height: 90px;
	margin: 0;
	padding: 70px 60px 70px 50px;
	background: url("../images/postit-alt.jpg") top left no-repeat;
}

#main #col2 p {
	height: 90px;
	margin: 0;
	padding: 70px 50px 70px 60px;
	background: url("../images/postit.jpg") top left no-repeat;
}

#menu {
	height: 40px;
	background: url("../images/menubg.gif") top left repeat-x;
}

#menu ol {
	margin: 0;
	padding: 0;
}

#menu ol li {
	float: left;
	list-style-type: none;
	border-right: #FFFFFF 5px solid;
}

#menu ol li a {
	width: 120px;
	height: 20px;
	padding: 5px;
	display: block;
	background: #EEEEEE;
	border-top: #666666 5px solid;
}

#menu ol li a:link, #menu ol li a:visited {
	color: #000000;
	text-decoration: none;
}

#menu ol li a:hover, #menu ol li a:active {
	color: #000000;
	text-decoration: none;
}

p.metadata {
	padding: 10px;
	background: #EEEEEE;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

p.paging {
	text-align: center;
}

.spacer {
	clear: both;
}

table.tbl {
	border: 0;
	background: #CCCCCC;
}

table.tbl td {
	border: 0;
	background: #FFFFFF;
}

table.tbl th {
	border: 0;
	background: #EEEEEE;
}
