body {
	background: #fff url(images/grgrad.gif) top left repeat-x;
	font-family: Calibri, Lucida Grande, Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 10px;
}
#hd {
	border-bottom: 5px solid #d2d2d2;
	margin-bottom: 5px;
}
#hd a {
	color: #000;
}
#bd {
	background: #fff;
	padding: 15px 0;
}
.blogtitle {
	font: normal 3em Georgia;
	font-variant:small-caps;
	letter-spacing: 0px;
	padding-top: 20px;
}
.blogdescription {
	color: #005699;
	float: right;
	font-size: 1.3em;
	letter-spacing: -1px;
	text-align: right;
}
a:link,a:active,a:hover,a:visited {
	color: #005699;
	text-decoration: none;
}
h1 a:link,h1 a:active,h1 a:hover,h1 a:visited, h3 a:link,h3 a:active,h3 a:hover,h3 a:visited {
	color: #78aa0d;
}
h1,h2,h3,h4 {
	font-family: Calibri, Lucida Grande, Verdana;
	letter-spacing: 0px;
}
h1 {
	color: #78aa0d;
	font-size: 2em;
}
h2 {
	font-size: 1.3em; font-weight: bold;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
code {
	background: #fff url(images/hatch_diag.gif);
	border: 1px solid #d2d2d2;
	display: block;
}
#topnav {
	background: #fff url(images/hatch_diag.gif);
	border: 1px solid #ddd;
	font-size: 10px;
	font-variant: small-caps;
	padding: 5px 10px 5px 10px;
}
#topnav a {
	color: #005699;
	text-decoration: none;
}
#topnav ul {
}
#topnav ul li {
	display: inline;
	font-size: 136%;
	padding: 0 20px 0 0;
}
#topnav li a:hover {
	text-decoration: none;
}
.story-content {
font-size: 12px;
}
.story-content a:link,.story-content a:hover,.story-content a:visited {
	text-decoration: underline;
}
.story-content p {
	line-height: 1.75em;
	padding-bottom: 15px;
	padding-top: 5px;
}
.story-content ul, .story-content ol {
	margin: 0 0 1em 3em;
}
.story-content ol li {
	line-height: 140%;
	list-style: decimal;
}
.story-content ul li {
	line-height: 140%;
	list-style: square;
}
.story-content h2 {
	font-size: 1.2em;
}
.post-wrap {
	background: url(images/dotted_horizontal.gif) repeat-x left bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
p.post-meta {
	padding-bottom: 15px;
}
.metawrap {
	padding-top: 10px;
}
.post-title {
	background: url(images/dotted_horizontal.gif) repeat-x left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.post-title-cat {
	padding-bottom: 5px;
}
.pagetitle h2 {
	padding-bottom: 15px;
}
textarea {
	width: 100%;
}
.singlemeta {
	padding-top: 5px;
}
.interact {
	padding-bottom: 15px;
	padding-top: 5px;
}
#commentwrap p {
	line-height: 140%;
	padding-bottom: 5px;
	padding-top: 5px;
}
#commentlist li {
	background: #e2e2e2;
	border: 1px solid #ddd;
	list-style: none;
	margin: 5px 0px 10px 0px;
	padding: 10px;
}
#commentlist li.alt {
	background: #fff url(images/hatch_diag.gif);
	border: 1px solid #ddd;
	padding: 10px;
}
#commentlist li.authorpost {
	background: #d2d2d2 url(images/hatch_diag.gif);
	border: 1px solid #ddd;
	padding: 10px;
}
.story-content img {
	padding: 4px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
img.alignleft.feed {
	display: inline;
	margin: 0 7px 0 0;
}
img.fullwidth {
	width: 100%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.widget,#sidebar ul li {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

#sidebar ul li ul li {
	border: none;
	margin: 5px;
}
.widgettitle,#sidebar ul li h2 {
	background: #fff url(images/hatch_diag.gif);
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	font-weight: normal;
	font-variant:small-caps;
	padding: .5em .5em 5px .5em;
	padding-bottom: 5px;
}
.alert {
	background: #fff6bf url(images/exclamation.png) 15px center no-repeat;
	border-bottom: 2px solid #ffd324;
	border-top: 2px solid #ffd324;
	margin-bottom: 10px;
	padding: 5px 20px 5px 45px;
	text-align: left;
}
blockquote {
	background: url(images/quote.gif) no-repeat;
	background-position: top left;
	padding-left: 20px;
	text-align: justify;
}
p.withunquote {
	background: url(images/unquote.gif) no-repeat;
	background-position: bottom right;
	margin-bottom: 15px;
	padding-right: 5px;
}
#ft {
	background: #fff url(images/hatch_diag.gif);
	border: 1px solid #ddd;
	padding: 2px 10px 2px 10px;
	text-align: center;
}
#search {
	float: right;
}

pre {
font-size: 11px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

em {
font-style: italic;
}