@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../img/bg-body.gif);
	background-repeat: repeat-y;
	background-color: #e0e0e0;
	background-position: center;
}
IMG {
	border: 0px;
}
#outer-div {
	width: 988px;
	margin: 0 auto 0 auto;
}
#left {
	width: 386px;
	float: left;
	background-image: url(../img/bg-left.jpg);
	background-repeat: no-repeat;
}
#menu {
	width: 386px;
	background-image: url(../img/bg-left-menu.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#menu UL {
	margin: 0px;
	padding: 0px;
}
.items {
	margin-left: 59px;
	width: 266px;
	padding-bottom: 33px;
	background-image: url(../img/menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #000;
}
#menu LI {
	list-style: none;
	list-style-type: none;
	width: 246px;
	height: 30px;
	background-image: url(../img/bg-menu-item.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-left: 20px;
	padding-top: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;	
}
#search {
	margin-left: 59px;
	height: 40px;
	width: 246px;
}
#search input {
	float: left;	
}
#search .button {
	background-color: #7fc042;
	font-weight: bold;
	color: #000;
	border: 1px solid #7fc042;
	cursor: pointer;
}
#search .inputfield {
	border: 1px solid #fff;
	margin-left: 20px;
	width: 150px;
}
#menu LI A {	
	text-decoration: none;
	color: #fff;
}
#menu LI A:hover {
	color: #FF6600;
}
#menu LI.current_page_item {
	background-image: url(../img/bg-menu-item-active.jpg);
	list-style: none;
	list-style-type: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#content-left {
	margin-left: 59px;
	width: 266px;
}
#content-left .white-table {
	background-image: url(../img/white-left-top.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 20px 20px 7px 20px;
	line-height: 19px;
}
#content-left .white-table h3 {
	color: #ff2a00;
	font-size: 18px;
	font-family: "Tahoma", Arial, Verdana;
	margin: 0;
	padding: 0;
}
#content-left .white-table LI {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
#content-left .white-table UL {
	padding: 0;
	margin: 0px 0px 14px 0px;
	list-style: none;
	list-style-type: none;
}
#content-left .white-table A {
	display: block;
	color: #000;
	margin-top: 2px;
}
#content-left .white-table-bottom {
	background-image: url(../img/white-left-bottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 266px;
	display: block;
	margin-bottom: 20px;
}

#right {
	width: 534px;
	min-height: 500px;
	background-image: url(../img/bg-right.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-right: 31px;
	padding-top: 11px;
}
.bannerspace {
	width: 534px;
	height: 73px;
	text-align: center;
	padding-top: 6px;
	background-image: url(../img/bg-banner.jpg);
	background-repeat: no-repeat;
}

#content-left .white-table A.redlink {
	color: #ff2a00;
	font-weight: bold;
	font-size: 10px;
}
.post {
	width: 534px;
	display: block;
}
.post small {
	float: right;
	color: #7f4817;
	font-size: 12px;
	padding-right: 3px;
	margin-top: 7px;
}
.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 0px;
	padding-left: 3px;
	font-size: 20px;
}
.post h3 A {
	color: #fff;
	text-decoration: none;
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 0px;
	padding-left: 3px;
	font-size: 20px;
}
.post h2 A {
	color: #fff;
	text-decoration: none;
}
.entry {
	border-top: 2px solid #e0e0e0;
	background-color: #f9a052;
	width: 510px;
	padding: 12px;
	line-height: 19px;
}
.entry STRONG {
	color: #cf0e09;
}
.entry A {
	color: #cf0e09;
}
.entry P {
	margin: 0px;
	padding: 0px;
}
.postmetadata {
	font-size: 10px;
	color: #febd82;
	margin-top: 6px;
}
.postmetadata A {
	color: #febd82;
}
.navigation {
	margin-bottom: 10px;
	background-color: #f9a052;
	padding: 5px;
}
.navigation A {
	color: #000;
}
#twitter {
	margin-left: 59px;
	width: 246px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#twitter a {
	color: #fff;	
}
#twitter .icon {
	margin-right: 93px;	
	margin-top: -18px;
}
.banner {
	width: 180px;
	margin: 0 auto;
}
