@charset "UTF-8";
body  {
	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-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(images/tbuh_bg.jpg);
	background-repeat: repeat-x;
	letter-spacing: -85%;
}

img {border: 0;}

a:link {
text-decoration: none;
color: #603913;
}

a:visited {
text-decoration: none;
color: #603913;
}

a:hover {
text-decoration: underline;
color: #603913;
}





.twoColFixRtHdr #container { 
	width: 980px;  /* 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. */
	height: inherit;
	
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0;
	height: 501px;
	position: absolute;
	top: 0px;
	width: 988px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #603913; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	color: #FFFFFF;
	position: relative;
	top: 500px;
	margin-bottom: 600px;
	
}
.twoColFixRtHdr #mainContent {
	position: relative;
	top: 500px;
	width: 650px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 500px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;	
	
} 

.footer {
	border-top: 2px #603913 solid;
	background: #c69c6d;
	width: 100%;
	
	
	}
 
.footer #footercontainer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	color: #603913;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
}



.footer #footerdiv {
	background-image: url(images/footer_line.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	width: 200px;
	}




.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;
}

.topNav {
	position: relative;
	width: 320px;
	color: #603913;
	font-family: Arial, Helvetica, sans-serif;
	left: 680px;
	top: -485px;
	text-align: center;
	font-size: 16px;
}


.topNav a:link {
text-decoration: none;
color: #603913;
}
.topNav a:visited  {
color: #603913;
text-decoration: none;
}
.topNav a:hover  {
	color: #FFFFFF;
	
}


.topLinksContainer {
	position: relative;
	width: 600px;
	left: 10px;
	height: 73px;
	top: -160px;
	z-index: 1;


}



.topLinks {
	position: absolute;
	width: 600px;
	left: 0px;
	height: 73px;
	top: 0px;
	z-index: 0;
}



.topLink {
padding-left: 120px;
}

.topLink a:link {
text-decoration: none;
color: #FFFFFF;
}
.topLink a:visited {
text-decoration: none;
color: #FFFFFF;
}

.topLink a:hover {
text-decoration: none;
color: #603913;
}



#slideshow {
	position: relative;
	width: 370px;
	height: 280px;
	left: 570px;
	top: -532px;
	font-size: 24px;
	white-space: none;
	
}

#slideshow IMG {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:0;
}

#slideshow IMG.active {
    z-index:2;
}

#slideshow IMG.last-active {
    z-index:1;
}






.introbox {
background-color: #c69c6d;
width: 580px;
padding: 20px;
color: #41260c;
font-size: 16px;
}

.introbox a:link {
color: #FFFFFF;
text-decoration: none;
}

.introbox a:visited {
color: #FFFFFF;
text-decoration: none;
}

.introbox a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.mainheading {
color: #603913;
font-size: 26px;
width: 600px;
border-bottom: 1px solid #603913;
padding-bottom: 10px;
}

.posttitle {
color: #603913;
font-size: 20px;
font-weight: bold;
float: right;
letter-spacing: -0.1em;
}

.post {
border-bottom: 1px solid #603913;
padding-bottom: 10px;
padding-top: 20px;
width: 600px;
}

.datepaper {
	background-image: url(images/date_paper.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 75px;
	}
	
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #603913;
	align: center;
	width: 75%;
	height: 75%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}

#sidebar1 h2 {
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	background-image: url(images/sidebar_heading_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
}

#sidebar1 a:link {
text-decoration: none;
color: #FFFFFF;
}
#sidebar1 a:visited {
text-decoration: none;
color: #FFFFFF;
}

#sidebar1 a:hover {
text-decoration: underline;
color: #FFFFFF;
}
#sidebar1 ul {
margin-top: 0;
padding-top: 0;
list-style: none;
padding-left: 10px;
} 

#sidebar1 li {
list-style: none;
margin-bottom: 3px;
padding-bottom: 3px;

}
.readmore {
text-align: right;
color: #603913;
font-style: italic;
}

.postbyline {
color: #603913;
text-align: left;
background: #c69c6d;
padding: 4px;
}


	
.twitter {
	position: relative;
	left: 30px;
	top: -90px;
	width: 180px;
	z-ihndex: 0;
	color: #603913;
	font-weight: bold; 
 }
 


    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #603913;
    }

    img.alignright {
    margin: 0 0 2px 10px;
    display: inline;
	border: 2px solid #603913;
    }

    img.alignleft {
    margin: 0 10px 2px 0;
    display: inline;
	border: 2px solid #603913;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
	
	.wp-caption {
   border: 1px solid #603913;
   text-align: center;
   background-color: #e4d6c6;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   color: #603913;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

	
.pagepost {
margin-bottom: 100px;
}

