body  {
	text-align: center;
}

table, tr, td, th  {
	border: none;
}

img  {
	border: none;
}
/*------------------------- SITE STRUCTURE -------------------------*/

#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header  {
	position: relative;
	width: 960px;
	height: 190px;
	border-top: 10px solid #ed8b00;
	border-bottom: 2px solid #ed8b00;
	background: url(img/header.jpg) no-repeat top left;
}

#rss_search  {
	position: relative;
        width: 325px;
}

#rss_search img {
	border: none;
}

#main  {
	float: left;
	background: url(img/mainbg.jpg) repeat-y top left;
}

#content  {
	float: left;
	margin: 0px 10 20px 0;
	width: 610px;
}

.post  {
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}

.post img  {
	padding: 5px;
	background-color: #eaeaea;
}

.post h2  {
	margin-bottom: -10px;
}

.post h3 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.2em;
}

.post h2 a {
	font-family: helvetica, arial, geneva, helv, sans-serif;
        color: #ACE149;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.9em;
}

.navigation a, a.more-link  {
	text-decoration: none;
}

#recent  {
	border-bottom: 1px solid #eaeaea;
}

#recent h2  {
	padding: 10px 15px;
	border-bottom: 5px solid #ed8b00;
}

#recent ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent li  {
	float: left;
	display: block;
	width: 170px;
	padding: 15px;
}

#recent li a  {
	text-decoration: none;
	font-size: 1.5em;
}

#bottomboxes  {
	width: 610px;
}

#recentcomments  {
	float: left;
	width: 300px;
}

#recentcomments strong  {
	color: #ed8b00;
}

#pop_posts  {
	float: left;
	width: 300px;
}

#pop_posts h2, #recentcomments h2  {
	padding: 10px 15px;
	border-bottom: 5px solid #ed8b00;
}

#pop_posts ul, #recentcomments ul  {
	margin: 0;
}

#pop_posts ul li, #recentcomments ul li  {
	display: block;
	height: 25px;
	padding: 8px 0 0 25px;	
	border-bottom: 1px solid #f5f5f5;
}

#recentcomments ul li  {
	border-right: 1px solid #eaeaea;
}

#pop_posts ul li:hover, #recentcomments ul li:hover  {
	background-color: #f5f5f5;
}

#pop_posts ul li:last-child, #recentcomments ul li:last-child  {
	border-bottom: 2px solid #eaeaea;
}

#pop_posts ul li a, #recentcomments ul li a {
	color: #000;
	text-decoration: none;
}

#recent li:last-child {
	border-right: none;
}

#sidebar  {
	float: right;
	padding: 10px;
	width: 320px;
	background-color: #eaeaea;
}

#sidebar p  {
	margin: 5px;
}

#about  {
	margin-bottom: 10px;
}

#about img  {
	padding: 5px;
	background-color: #eaeaea;
}

#about h2  {
	margin: -37px 0 15px 10px;
	font-weight: normal;
}

#footer  {
	float: left;
	padding: 10px;
	width: 960px;
	height: 50px;
	border-top: 1px solid #747474;
	background-color: #f5f5f5;
	color: #747474;
}

#footer a  {
	color: #747474;
}

/*------------------------- SIDEBAR WIDGETS -------------------------*/

#sidebar .left  {
	float: left;
	border-right: 1px solid #eaeaea;
	width: 154px;
	padding-right: 5px;
}

#sidebar .right  {
	float: left;
	width: 155px;
	padding-left: 5px;
}

#sidebar ul  {
	margin: 0 0 10px 0;
}

#sidebar ul li  {
	list-style: none;
}

#sidebar ul li h2 {
	font-weight: bold;
	font-size: 1.7em;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ed8b00;
	border-bottom: 1px solid #eaeaea;
}

#sidebar ul li ul li {
	padding: 0px 0 0 0px;
}

#sidebar ul li ul li a {
	color: #000;
	text-decoration: none;
}

#calendar_wrap  {
	font-size: 8pt;
}

/*------------------------- END SIDEBAR WIDGETS -------------------------*/

/*------------------------- END SITE STRUCTURE -------------------------*/

/*------------------------- NAV -------------------------*/

#nav  {
	position: absolute;
	bottom: 0;
	margin-bottom: -8px;
}

#nav ul  {
	margin: 0;
	padding: 0;
}

#nav ul li  {
	display: inline;
	list-style: none;
}

#nav ul li a  {
	line-height: 2.9em;
	margin: 0;
	height: 30px;
	padding: 3px 10px 0 10px;
	color: #E1771E;
	text-decoration: none;
}

#nav ul li a:hover  {
	color: #000;
	border-bottom: 2px solid #ACE149;
}

/*------------------------- END NAV -------------------------*/

#searchform  {
	text-align: right;
	width: 230px;
	height: 80px;
	background-color: #ed8b00;
}

#searchform #s  {
	width: 200px;
	height: 30px;
	margin: 10px 10px 7px 10px;
	background-color: #fff;
	border: none;
	font-size: 2.1em;
	padding: 0 5px;
}

#searchform  #searchsubmit {
	height: 25px;
	width: 80px;
	border: 1px solid #989898;
	background-color: #eaeaea;
	margin: 0 10px;
	font-size: 1.2em;
}


#header h1 a  {
	color: black;
	font-size: 1.75em;
	text-decoration: none;
}

.floatright  {
	float: right;
}

.floatleft  {
	float: left;
}

.textright  {
	text-align: right;
}

.textleft  {
	text-align: left;
}

.recententry  {
	border: 1px solid black;
}