@charset "UTF-8";
/* CSS Document */

/*  jwl style */

.advertisement a {
	border-top: 1px solid #838C1C; /*#838*/
	border-bottom: 3px double #838C1C; /*#838*/
	text-decoration: none !important;
	color: #565656;
}
.advertisement a:hover {
	border-top: 1px solid #0033FF;
	border-bottom: 3px double #0033FF;
	color: #0033FF;
}

/*  Images */
#top-out {
	background: url(grey/bg_top.gif) repeat-x 0 0;
	background: none;
	/*background-color: #020202 *//* sunset */
	/*background-color: #747c89 *//* grassy_hill */
	/*background-color: #524133 *//* deer_track */
	/*background-color: #23262a *//* sydney_harbor */
	background-color: #524133;
	height: 245px;
}
#header {
	background: url(grey/bg_top_gradient.gif) no-repeat 60px 0;
	background: none;
}
#secnav li {
	font-size: 0.85em;
}
#secnav a {
	padding: 14px 15px 11px 15px;
}
#middle-out-top { /* Background - Middle Top */
	background: #e0e0e0 url(grey/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(grey/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(grey/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(grey/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(grey/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(grey/bg_middle_top.gif) no-repeat 0 0;
}
.frontpage #content {
	margin-top: -20px;
}
#footer {
	background: url(grey/bg_footer_gradient.jpg) no-repeat 0 0;
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(grey/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(grey/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(grey/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}

#header {
	height: 190px;
	padding-top: 18px;
	padding-left: 82px;
	padding-left: 0px;
}

#header img.title {
	margin-left: -17px;
}
/*  Colors */
a {
	color: #838c1c;
	outline: none;
}
#copyright-out a:hover {
	text-decoration: underline;
}
#footer h2.widget_title {
	background: #767676;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #d3d3d3 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #767676;
}
#main-content .post h4.continue a,
#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #848D1E;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#page_navi {
/*	border: none;
	border: 1px solid #fff; */
	border-bottom: 1px solid #FFF;
	position: relative;
	top: 10px;
/*	margin-left: -10px;
	margin-left: 87px; */
	margin-left: 1px;
	padding-left: 5px;
	padding-right: 5px;
/*	width: 748px;*/
	width: 926px;
}
#cat_navi {
	padding-top: 9px;
}
#middle-out-top {
	padding-top: 40px;
}
#main-content .post h4.continue a:hover {
	background: #607125;
}
div#main_content_left p, div#main_content_right p {
        margin: 0;
        padding: 0;
}
div#main_content_left {
        width: 260px;
        float: left;
        margin: 0;
        padding: 5px 5px;
}
div#main_content_right {
        float: right;
        width: 260px;
        margin: 0;
        padding: 5px 5px;
}
#copyright-out {
	background: #000000;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #F1F1F1;
}