@charset "utf-8";
/* CSS Document */

#breadcrumb {
	font-size:10px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	min-width:1024px;
}
.hometext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	padding-left: 25px;
}
.archive {
	background-image: url(mainimages/archive-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #95564F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0 0 10px;
	padding: 0px;
}
#breadcrumb a:link, #breadcrumb a:visited {

	color: #600;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:visited:hover {

	color: #000;
	text-decoration: underline;
}
#description {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}
#subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336;
	line-height: 18px;
}
#caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
#seeoriginal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#menu {
	float: left;
	width: 206px;
}

/* Wordpress styles */
div#wp-page {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
div#wp-page h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.post, div.prev-next {
	font-size: 13px;
	font-weight: normal;	
	line-height: 18px;
}
div.nav-previous {
	float:left;
}
div.nav-next {
	float:right;
}
p.comment-form-comment label {
	float:left;
}
div#sidebar-footer {
	clear:both;
	padding-top:1em;
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10px;
}
div#sidebar-footer hr {
	width:50%;
	margin:0 auto;
	color:#999;
}