@charset "utf-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: Verdana;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 75%;
	line-height: 1.6em;
}
#container {
	width: 950px;
	background: #FDF8F2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
} 
#header { 
	background: #FDF8F2 url(images/header.gif) no-repeat center; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 114px;
} 
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 252px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#menudiv {
	border: 1px solid #7D7872;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px;
	margin: 0px;
}
#weatherdiv {
	border: 1px solid #7D7872;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
}
#weatherleft {
	float: left;
	margin-top: 4px;
	width: 96px;
}
#weatherleft img {
	border: 0px;
}
#weatherright {
	float: left;
	margin-left: 4px;
	margin-top: 4px;
	width: 110px;
}
.degrees {
	font-size: 16px;
	font-weight: bold;
}
/*.space {
	height: 3px;
}*/
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#menu li {
	font-family: georgia, serif;
	border-bottom: 1px solid #7D7872;
	color: #338A11;
	font-size: 200%;
	font-weight: bold;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #338A11;
}
#menu a:hover {
	background: #D7FFC7;
}
#submenu {
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
#submenu li {
	border-bottom: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	font-weight: bold;
	line-height: 20px;
	width: 100%;
}
#submenu a {
	display: block;
	text-decoration: none;
	color: #000000;
}
#sidebar h1 {
	font-family: georgia, serif;
	color: #338A11;
}
#sidebar hr {
	color: #7D7872;
	background-color: #7F7872;
	height: 1px;
	border: 1px;
}
#mainContent {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #7D7872;
	margin: 15px 0px 15px 0px;
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	width: 641px;
}
#mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Georgia, serif;
	color: #CA1400;	
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	font-size: 18px;
	margin-bottom: 0;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CA1400;
	text-align: left;
	font-size: 18px;
	margin-bottom: 0;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #11608B;
	margin-top: 2px;
	margin-bottom: -12px;
}
#mainContent img {
	background: url(images/shadow.gif) no-repeat scroll right bottom;
	border-color: #EEEEEE;/* -moz-use-text-color -moz-use-text-color rgb(238, 238, 238);*/
	color: #EEEEEE;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	padding: 4px 10px 10px 4px;
}
#mainContent hr {
	color: #7D7872;
	background-color: #7F7872;
	height: 1px;
	border: 1px;
}
#mainContent blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #C1C1C1;
	line-height: 30px;
	text-align: left;
}
#map {
	width: 600px;
	height: 360px;
}
#map img {	
	background: none;
	border: none;
	padding: 0;
	margin: 0 auto;
}
.author {
	font-size: 14px;
	font-style: italic;
	color: #C1C1C1;
	text-align: right;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #000000;
	text-decoration: none;
}
#home_bottom_left {
	float: left;
	width: 48%;
	margin-bottom: 15px;
	border: 1px solid #7D7872;
	text-align: center;
	height: 235px;
}
#home_bottom_right {
	float: left;
	width: 48%;
	margin-left: 3%;
	margin-bottom: 15px;
	border: 1px solid #7D7872;
	text-align: center;
	height: 235px;
}
.col1 {
	float: left;
	width: 31%;
	margin-bottom: 15px;
	padding-top:10px;
	border: 1px solid #7D7872;
	text-align: center;
	height: 160px;
}
.col1 a:link {
	text-decoration: none;
}
.col2 {
	float: left;
	width: 31%;
	margin-left: 3%;
	margin-bottom: 15px;
	padding-top:10px;
	border: 1px solid #7D7872;
	text-align: center;
	height: 160px;
}
.col3 {
	float: left;
	width: 31%;
	margin-left: 3%;
	margin-bottom: 15px;
	padding-top:10px;
	border: 1px solid #7D7872;
	text-align: center;
	height: 160px;
}
.col1_blank {
	float: left;
	width: 31%;
	margin-bottom: 15px;
	padding-top:10px;
	border: none;
	text-align: center;
}
.col2_blank {
	float: left;
	width: 31%;
	margin-left: 3%;
	margin-bottom: 15px;
	padding-top:10px;
	border: none;
	text-align: center;
}
.col3_blank {
	float: left;
	width: 31%;
	margin-left: 3%;
	margin-bottom: 15px;
	padding-top:10px;
	border: none;
	text-align: center;
}
.cite {
	display: block;
	margin-top: .5em;
	/*margin-bottom: -1em;*/	
}
.itembottom {
	background-color:#F8F8F8;
	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #C1C1C1;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: right;
}
.photo_caption {
	float: right;
	margin-left: 15px;
	padding: 0;
	line-height: 1em;
	color: #666;
	width: 495px;
}
.photo_caption img {
	display: block;
	margin: 0;
	padding: 0;
}
.reactionslist {
	padding: 0px;
	margin: 0px;
}
.reactionslist li {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.reactionslist cite {
	font-weight: bold;
	font-style: normal;
}
.reactionslist small {
	font-style: italic;
}
.alt {
	background-color: #F8F8F8;
	border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #C1C1C1;
}
.blogform {
	list-style: none;
	padding: 1em 1em 0em 1em;
	zoom: 1;
}
.blogform li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
.blogform label {
	display: block;
	font-weight: bold;
	/*float: left;
	width: 90px;*/
	margin-left: 25px;
	margin-right: 25px;
	/*text-align: right;*/
}
.blogform small {
	font-weight: normal;
}
.blogform textarea {
	height: 200px;
	margin-right: 25px;
	width: 90%;
}
.submit {
	background-color: #F8F8F8;
	border: 1px solid #C1C1C1;
	font-weight: bold;
	margin-left: 25px;
	width: 175px;
	height: 29px;
}
.error {
	color: red;
}
input.text {
	background-color: #F8F8F8;
	border: 1px solid #C1C1C1;
	margin-left: 25px;
	padding: 3px;
	width: 275px;
}
textarea.reaction {
	background-color: #F8F8F8;
	border: 1px solid #C1C1C1;
	margin-left: 25px;
	padding: 3px;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px solid #C1C1C1;
}
legend {
	color: #CA1400;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 1em;	
}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.firstbigletter {
	/*color: #AB1107;*/
	color: #CA1400;
	float: left;
	font-family: Georgia;
	font-size: 95px;
	line-height: 65px;
	padding-right:5px;
	padding-top: 7px;	
}
#blank {
}
#blank img {
	background: none;
	border: 0px;
	padding: 0px;
}
