@charset "utf-8";
/* CSS Document */
body.wildhearts  {
	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: #000;
	background-color: #300;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.wildhearts #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 7px solid #000;
	border-right: 7px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url(../../Images/light_line.gif) repeat-y 50% 0;
} 
.wildhearts #header {
	width: 780px;
	background: #FFF;
	padding: 0;  /* 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. */
	margin: 0;
	height: 133px;
} 
.wildhearts #header 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wildhearts #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 147px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	background-color: #FFFFFF;
	font-size: 95%;
}
.wildhearts #mainContent {
	margin: 0px 140px 20px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 9px 15px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 85%;
	width: 590px;
} 
.wildhearts #footer {
	padding: 0 9px 0 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 85%;
	border-top: 1px dashed #000000;
} 
.wildhearts #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 */
}
.date {
	color: #999;
	font-size: 80%;
}
a.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #006;
}
a:visited.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #006;
}
h1.blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	text-align: left;
}
h1.blog_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	text-align: center;
}
h2.blog_sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	color: #000;
}
h2.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #999;
	text-align: left;
}
h3.light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #999;
	text-align: left;
	font-weight: bold;
}
p.blog_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#line {
	border-bottom: dashed #CCC;
	border-bottom-width: 1px;
	height: 10px;
	width: 100%;
}
#line_short {
	margin-bottom: 8px;
	border-bottom: dashed #e0e0e0;
	border-bottom-width: 1px;
	height: 10px;
	width: 50%;
}
#line_sidebar {
	margin-bottom: 8px;
	border-bottom: dashed #e0e0e0;
	border-bottom-width: 1px;
	height: 10px;
	width: 100%;
}
#dotted_box {
	border: dashed #030;
	border-width: 1px;
	padding: 10px;
	font-size: 95%;
	margin-top: 20px;
}
a.white {
	color: #FFF;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-decoration: underline;
}
#blog_nav {
	height: 20px;
	width: 735px;
	background-color: #003;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 5px 5px 40px;
	text-align: center;
}
p.blog_categories {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 90%;
	line-height: 1.2em;
}
div.archive_month {
	margin-left: 12px;
}
div.archive_post {
	margin-left: 40px;
	text-indent: -10px;
	font-size: 85%;
}
