/* 
CUSTOM STYLESHEET
---------------------

Sheldon Blake custom styles */

body {
	background: #fbbe83; /*e9e9e9;*/
	font: 12px/18px Arial, Helvetica, Sans-serif;
	color: #333;
}

#leader-banner {
	/*height: 90px;*/
	margin: -40px 0 20px 0;
}

/* Un-widgetized Advertisement */
.header-ad {
	margin: 0 auto;
	width: 728px; /*728x90*/
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#search input {
	/*float: left;*/
	width: 350px;
	font-size: 16px;
	color: #999;
	height: 25px;
	margin: 2px 0 0 0;
	padding: 4px 6px 6px 6px;
	background: #fff;
	border: 2px solid #ea7d38; /*#e6e6e6;*/
}

#search input.btn {
	background: #ea7d38;
	/*margin: 2px 0 0 -2px;*/
	margin-top: 0;
	padding: 0;
	float: right;
	color: #fff;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	/*font: bold italic 1.05em Georgia, "Times New Roman", Times, serif;*/
	outline: none;
	text-align: center;
	width: 115px;
	height: 40px;
}

#searchform {
	display: block;
	height: 44px;
	float: left;
	width: auto;
}

.nav li a {
	border-right: 1px solid #e6e6e6;
	color: #4a4a4a;
	font: 13px/15px Arial, Helvetica, sans-serif;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.entry ol {
	margin: 0 0 10px 25px;
	list-style-type: decimal;
	font: 16px/23px Georgia;
}

.entry ul li {
	background: url(images/icon-bullet.png) no-repeat 0 5px;
	padding: 3px 0 3px 19px;
	line-height: 19px;
	font: 16px/23px Georgia;
}

.entry p {
    color: #3B3B3C;
    font: 16px/23px Georgia;
    margin: 0 0 10px;
    padding-bottom: 9px;
    line-height: 23px;	
}

#sidebar {
	background: #fff;
	float: right;
	margin: 0 0 20px 0;
	width: 300px;
	margin-top: 6px;
}