
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #582b1d url(images/bg_body.gif) repeat-x;
}

table{
        border-width: 1;
        border-color: #dee898;
        border-style: solid;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #488214;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
        border-width: 1;
        border-color: #dee898;
        border-style: solid;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}




/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 0 auto;
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 750px;
	text-align: left;
}

/* End Container */



/* Start Page */

#page{
	float: left;
	width: 100%;
	background: #fff;
}


/* End Page */


/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	margin: 10px 10px 0 10px;
	height: 110px;
	overflow: hidden;
	background: #ffffff url(images/bg_banner.jpg) no-repeat;
}

#banner img{
	margin: 10px 10px 0 10px;
}

/* End Banner */




/* Start Horizontal Navigation Menu */


.nav{
	float: right;
	width: 100%;
	margin: 10px 10px 0 0;
	display: inline;
	background: url(images/bg_nav.gif) repeat-x;
}

.nav ul{
	margin: 0;
	padding: 0 0 0 200px;
	list-style: none;
}

.nav ul li{
	float: left;
	margin: 10px 0 0 1px;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
        font-weight: bold;
}

.nav ul li a{
	display: block;
	padding: 7px 10px 8px;
	background:  url(images/bg_nav_li.gif) repeat-x;
	color: #004F00;
}

.nav ul li a:hover{
	background: #F0F6CC;
        text-decoration: none;
	color: #004F00;
}

.nav ul li.current_page_item a{
	background: #fff;
}

/* End Horizontal Navigation Menu */




/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 10px 0 0;
}

/* End content */




/* Start Sidebars */

.sidebar{
	float: left;
	font-size: 12px;
	margin: 0px 10px 10px 10px;
	width: 180px;
	display: inline;
}

.a{/* the first sidebar */
	float: left;
	margin: 10 0 0 10px;
}

.b{ /* the second sidebar */
	float: right;
	margin: 0 10px 0 0;
}

.sidebar ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	background: #F0F6CC;
}

.sidebar ul li#search form{
	padding: 0 10px 10px;
}

.sidebar ul li#search form input{
	margin: 10px 0 0;
}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background:  url(images/bg_h2_a.gif) repeat-x left bottom;
	color: #333;
}

.sidebar ul ul{
	line-height: 14px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 10px;
	background: url(images/bg_dotted_a.gif) repeat-x;
}

.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}


/* End Sidebars */




/* Start Main - Where your main content sits */

#main{
	margin: 0 200px 0 200px;
}

/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 0 0px;
}

.post h2{
	font-size: 16px;
	padding: 10px 0 10px 0;
	background: url(images/bg_dotted_a.gif) repeat-x left bottom;
        color: #004F00;
}

/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 10px 0 10px 0;
}

.entry h1{
	font-size: 18px;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}


/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	font-size: 10px;
        line-height: 10px;
	color: #99a92e;
}

p.entrymetadata a{
	color: #99a92e;
}


/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 10px; 0 10px;
	padding: 10px;
	font-size: 10px;
	line-height: 18px;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 10px;
        color: #fff;
}

/* End Comments Template */







/* Start Footer */

#footer{
	display: block;
	padding: 14px;
	line-height: 10px;
	background: #99a92e url(images/bg_nav.gif) repeat-x;
	color: #004F00;
}

#footer a{
	color: #000;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */


