@charset "UTF-8";
body  {
	font: .8em Tahoma, Arial, Helvetica, sans-serif;
	background: #a8caca url(images/img1.jpg) repeat-x;
	margin: 0;
	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: #5d413a;
}

h1, h2, h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #8E391B;
}

h2 {
font-size: 1.6em;
margin-top: 0px;
margin-bottom: 5px;
}

h3 {
font-size: 1.3em;
margin-top: 20px;
margin-bottom: 5px;
}

p, ol, ul, blockquote {
    line-height: 120%;
}

a {
    color: #BD4F21;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #5D2E15;
}

/* CONTAINER */
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* HEADER */
.twoColFixLtHdr #header { 
	background: #a8caca url(images/img1.jpg) repeat-x;
	height: 60px;
	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. */
}

.twoColFixLtHdr #header a {
	text-decoration: none;
	color: #FFFFFF;
}

.twoColFixLtHdr #header h1 {
    font-size: 2.9em;
    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 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* SIDEBAR */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding:  0px 0px 0px 5px;
}

.boxed {
    width: 200px;
    border: 1px solid #CD891F;
    background-color: #F1DDBE;
    margin:0px 0px 10px;
    padding: 0px;
}

.boxed .heading {
	margin: 4px;
	padding: 8px 10px;
	font: bold .95em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #CC8F22 url(images/img3.gif) no-repeat center bottom;
	border-top: 1px solid #F1A42B;
	border-bottom: 1px solid #F4F5EC;
}

.boxed .content, .boxed .content2 {
	margin: 0;
	padding: 0px 14px 10px 14px;
    font-size: 0.88em;
    line-height: 110%;
}

.boxed .content2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boxed .content2  li {
	padding: 5px 0;
	border-top: 1px dotted #BD7C17;
}

.boxed .content2  li.first {
	border: none;
}

.boxed .content2 a{
	padding-left: 10px;
    text-decoration: none;
    background: url(images/img4.gif) no-repeat left center;
}


/* MAIN CONTENT */
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#postsWide {
	width: 95%;
	padding-left: 15px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.post {
	padding-top: 10px;
    margin-right: 20px;
}

.post p {
margin-bottom:5px;
margin-top: 0;
}

/*.post .title {
	margin: 0;
	font-size: 1.6em;
}*/

.post .posted {
	margin-top: 0;
	font: normal .85em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta {
    color: #999999;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.87em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    border-top: 1px dotted #BD7C17;
    margin-top: .5em;
    margin-bottom: 2em;
    margin-left: .4em;
}

.post .meta p {
	margin: 0;
}

/* FOOTER */
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D89E40; 
}
 
.twoColFixLtHdr #footer p {
	text-align:  center;
	color: #FFFFFF;
	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 */
}

.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}

.twoColFixLtHdr #footer a:hover {
	color: #C15A2F;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


/* HEADING */

.headingTitle {
    background: url(images/img2.jpg) no-repeat center center;
    height: 274px;
    width: 780px;
    padding: 10px 0px;
    margin: 0px;
}

.headingTitle p{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #795219;
    font-style: italic;
    font-size: 21px;
    line-height: 27px;
    margin: 0px;
    padding: 30px 250px 0px 20px;
    text-align: center;
}

.story1 {
    background-color: #F3F1E3;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.story {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
}

.style1 {font-size: 18px}
