body {
	background: #fff;
	color: #000;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* HEADER STUFF */
div#header {
	margin: 0;
	text-align: center;
}
h1#title, h2#tagline {
	letter-spacing: 3px;
}
.title {
	font-size: 25 pt;
#	font-size: 5 em;
	text-transform: uppercase;
#	font-size: 10 pt;
	line-height: 100%;
#	margin: 0.3em 0;
}
h2#tagline {
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	font-size: 1 em;
	margin: 0;
	padding: 0.2em 0;
}
h2#footer {
	border-bottom: 2px solid #000;
	font-size: 1 em;
	margin: 0;
	padding: 0.2em 0;
}

#topbar {
}

#topbar .current {
        font-weight: bold;
        color: #aaaaaa;
}

#topbar a {
font-family:Georgia, serif;
font-size: 10pt;
        color: #000000;
        font-weight: bold;
        margin: 0;
        padding:3px 5px;
        text-decoration: none;
}
#topbar a:hover, .current {
        background: #aaaaaa;
        color: #ffffff;
}

#topbar li {
        display: inline;
        line-height: 150%;
        list-style: none;
        text-align: center;
}



/* POST AND CONTENT STUFF */

.sansserif
{
font-family: Verdana, sans-serif;
font-size: 12pt;
text-align: left;
}
.serif
{
font-family: Georgia, serif;
font-size: 14pt;
text-align: left;
}

.center {
}
/* LINK STYLES */
a {
	outline: none;
}
div#header a, div#header a:active, div#header a:link, div#header a:visited {
	background: #fff;
	color: #000;
	text-decoration: none;
}
h2.post-title a, h2.post-title a:active, h2.post-title a:link {
	background: #fff;
	color: #20476d;
	text-decoration: none;
}
div.post-entry a, div.post-entry a:active, div.post-entry a:link {
	background: #fff;
	color: #306aa3;
}
div.post-metadata a, div.post-metadata a:active, div.post-metadata a:link {
	background: #fff;
	color: #20476d;
	text-decoration: none;
}
div#comments a, div#comments a:active, div#comments a:link {
	background: transparent;
	color: #306aa3;
}
div.navigation a, div.navigation a:active, div.navigation a:link {
	background: #fff;
	color: #306aa3;
	text-decoration: none;
}
#sidebar a, #sidebar a:active, #sidebar a:link {
	background: #fff;
	color: #102336;
	text-decoration: none;
}
#footer a, #footer a:active, #footer a:link {
	background: #fff;
	color: #20476d;
	text-decoration: underline;
}
h2.post-title a:visited, #sidebar a:visited {
	background: #fff;
	color: #7a8b9c;
}
div.post-entry a:visited  {
	background: #fff;
	color: #587592;
}
div#comments a:visited {
	background: transparent;
	color: #587592;
}
div.navigation a:visited {
	background: #fff;
	color: #587592;
}
div.post-metadata a:visited {
	background: #fff;
	color: #20476d;
}
#footer a:visited {
	background: #fff;
	color: #587592;
}
div#header a:hover, h2.post-title a:hover, div.post-metadata a:hover, div.navigation a:hover, #sidebar a:hover  {
	background: #fff;
	color: #408dd9;
	text-decoration: underline;
}
div.post-entry a:hover, #footer a:hover {
	background: #fff;
	color: #408dd9;
	text-decoration: none;
}
div#comments a:hover {
	background: transparent;
	color: #408dd9;
	text-decoration: none;
}
#sidebar h2 a, #sidebar h2 a:active, #sidebar h2 a:link, #sidebar h2 a:visited {
	text-decoration: underline;
	color: #000;
	background: #fff;
}
#sidebar h2 a:hover {
	color: #408dd9;
	background: #fff;
}
/* IMAGE STUFF */
#content img.alignright, #content img.alignleft, #content img.center {
	border: 1px solid #ccc;
	padding: 4px;
}
#content img.alignright {
	display: inline;
	margin: 3px 0 3px 9px;
}
#content img.alignleft {
	display: inline;
	margin: 3px 9px 3px 0;
}
#content img.center {
	display: block;
	margin: 3px auto;
}
#content a img, #content a:active img, #content a:link img, #content a:visited img {
	background: #fff;
	border: 1px solid #bbb;
	color: #000;
}
#content a:hover img {
	background: #eee;
	border: 1px solid #777;
	color: #000;
}
li a img {
	border: none !important;
}
/* FORM STYLES (INCLUDING FOR THE VERYPLAINTXT WP_CONTACTFORM PATCH) */
div.formcontainer {
	font-size: 1.1em;
	font-style: italic;
	overflow: hidden;
	position: static;
	width: 99%;
}
div.formright, div.formleft {
	display: inline;
	float: left;
	margin: 3px 0;
	padding: 2px;
}
div.formright {
	text-align: left;
	width: 75%;
}
div.formleft {
	clear: both;
	text-align: right;
	width: 65px;
}
#comment, #wpcf_msg {
	overflow: auto;
}
#sidebar #searchform {
	margin: 0 0 1em 0;
	padding: 0;
}
#s {
	width: 5em;
}
#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website {
	width: 10em;
}
#comment, #wpcf_msg {
	width: 25em;
}
#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	border: 1px solid #333;
	font: 0.9em/normal "courier new", courier, monospace;
	padding: 0.2em;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #s:focus, #wpcf_your_name:focus, #wpcf_email:focus, #wpcf_website:focus, #wpcf_msg:focus {
	border: 1px solid #306aa3;
}
