html, body {
	margin: 0px;
	padding: 0px;
	/* background: #ececec url(images/bg.png) repeat-y center; */
	background-image: url(images/dirttan.gif); 
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
 	height: 100%;
}

a, a:visited {
   color: #988b5e; /* was: #7aa055; was ff7800 */
   text-decoration: none;
}

#gallery a:hover { text-decoration: underline; }

.entrybody a, .entrybody a:visited {
   /* color: #988b5e; */ /* was: #7aa055; was ff7800 */
   text-decoration: underline; 
}

.entrybody a img { text-decoration: none; }

.entrybody a:hover, .entrybody a:hover img {
   /* text-decoration: underline; */
   color: #000; 
   background-color: #F4F2E4;
}

#shadowwrap { 
	width: 824px;
	background: url(images/bg_shadow.png) repeat-y center;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	min-height: 100%;
}

#wrap {
	width: 800px;
	background-color: #FFF;
	background: url(images/faux_column2.gif) repeat-y left; /* left-align is to fix spacing issue with IE7 */
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	min-height: 100%;
}

#content {
	width: 620px;
	float: right;
	display: inline; 
	text-align: left; /* was justify */
	padding: 14px 22px 20px 10px;
	margin: 0px;
	background-color: #fff;
}

#sidebar {
	width: 126px;
	float: left;
	line-height: 1.5em;
	display: inline; 
	margin: 0px;
	padding: 10px 7px 18px 7px;
	font-size: 10px;
	/* background-color: #988b5e; */
}

#nav {
	height: 49px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}

#masthead {
	/* background: url(images/header1.png) no-repeat; */
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 12px;
}

#masthead.xj { background: #988b5e url(images/header1.png) no-repeat; }

#masthead.tj { background: #988b5e url(images/header2.png) no-repeat; }

#masthead.jk { background: #988b5e url(images/header3.png) no-repeat; }

#masthead h1 {
	margin: 0; 
	padding: 20px; 
	text-align: right;
	color: #000;
	display: none; /* This will hide the text in your header */
	padding-top:10px;
	padding-left: 140px;
}

#masthead logo {
	width: 416px;
	height: 100px;
	background: url(images/jeepin.png) no-repeat;
}

//#masthead a:hover, a.logo:hover img { background: none; }

#shifter {
	width: 124px;
	//background-color: #fff;
	//position: relative;
	margin: 0px;
	text-align: center;
}

#shifter img {
	padding: 0px;
	margin: 0px;
}

#shifter table {
	margin: 0px;
}

#shifter td, th {
	padding: 0px;
}

.LBoverlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
}
.LBcontainer {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	left:-9999em;
	z-index:51;
}

#tagline {
	height: 20px;
	text-align: right;
	margin-top: -30px;
	margin-right: 25px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: center;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #fff;
}

#footer p {
	padding:10px;
	margin:0px;
	font-size: 10px;
	color: #AAA;
}

.entry {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.6em;
}

.firstpost {
	margin-bottom:15px
}

h3.entrytitle, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	line-height: 1.4;
}

h3.entrytitle a, h3.entrytitle a:visited, h3 a {
	color: #7aa055; /* was: #988b5e; */
	text-decoration:none;
	border-style: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}

h3.entrytitle a:hover, h3 a:hover {
   text-decoration: underline;
   color: #7aa055; 
   background-color: #FFF; /* was: #F4F2E4; */
}

.entryteaser {
	padding: 4px;
	border: 1px solid #ccc;
	margin: 5px 8px 0px 0px;
}

.entrymeta {
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #999;
	border-top:solid 1px #ccc;
	padding-top:4px;
	margin-bottom: 8px;
}

.entrymeta a img {
	border:none;
}

.entrymeta a, .entrymeta a:visited, #commentblock a, #commentblock a:visited { 
   text-decoration: none; 
   border: none; 
}

.entrymeta a:hover, #commentblock a:hover { 
   text-decoration: underline; 
   color: #000; 
   background-color: #F4F2E4;
}

.entrybody img {
	padding: 4px;
	border: 1px solid #ccc;
}

.center { text-align: center; }

img.noborder { border: none; }

/*.entrybody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}

.entrybody ol {
	margin-left:20px;
	padding-left:0px;
}

.entrybody ul li {
	list-style:disc;
}*/

.caption { 
	font-size: 9px; 
	line-height: 1.2em;
	padding-top: 4px;
}

.specs_list p {
	line-height: 1.2em;
}

#pages h1 {
	margin:0px;
	padding:0px;
}

#pages h1 a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font: 24px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:13px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}

#pages h1 a:hover {
	text-decoration:underline;
}

div#pages {
	height: 40px;
	margin: 0px auto 5px;
	width: 780px;

}

div#pages ul {
	padding: 10px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}

div#pages ul li {
	float:right;
}

#pages ul li a:before {
	content:" .: ";
	color: #988b5e; /* was: #7aa055; */
}

div#pages ul li.current_page_item a  {
	text-decoration: underline;
}

div#pages ul li a {
	display: block;
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

div#pages ul li a:hover {
	color: #7aa055;
}

.commentlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4, h3, h2, #commentblock h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#999;
}

h2 {
	margin-bottom: 10px;
	font-size: 14px;
}

/* 
a, a:visited {
	color: #988b5e; 
	// was: #7aa055; was ff7800
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
*/

/*
.entrybody p {
	margin: 14px 0;
	padding: 0;
	line-height: 1.6em;

}

.entrybody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}

.entrybody ol{
	margin-left:30px;
	padding-left:0px;
}

.entrybody ul li {
	list-style:square;
}
*/

#sidebar h2 {
	color: #fff;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	border-bottom: 1px solid #fff;
	color: #fff; /* was: #988b5e;, #7aa055; */
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#sidebar ul li a:hover {
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}

.current-cat a {
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}

#searchdiv {
	margin-left: 2px;
	/* margin-bottom: 15px; */
}

.searchbox {
	border: 1px solid #DBDBDB;
	font-family: arial;
	font-size: 10px;
	color: #444; /* was: #8c8c8e; */
	padding: 2px;
	margin: 0;
}

.searchbox_go {
	border: 1px solid #DBDBDB;
	font-family: arial;
	font-size: 10px;
	color: #444; /* was: #8c8c8e; */
	padding: 1px;
	margin: 0;
}

.comments-link {
	background-image:url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
}

a.comments-link, a.comments-link:visited { 
   text-decoration: none; 
   /* border-bottom: none;  */
}

a.comments-link:hover { text-decoration: underline; }

/************************************************
*	Comments													*
************************************************/
#commentblock h2{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
}
#commentblock {
	float:left;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;	/*font-size: 0.8em;*/
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 0px;
	list-style-type: none;
}
.commentdate {
	font-size:0.8em;
	padding-left:5px;
}
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 5px;
}

.commentinfo{
	clear:both;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:450px;
	background: #ececec url(images/comm.png) no-repeat top;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:450px;
	background: #d7d7d7 url(images/comm-admin.png) no-repeat top;
}

#commentsformheader{
	padding-left:0px;
}

#commentsform {
	margin-top:0;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
}

p.comments_link  img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote {
	font-style: italic;
	color: #999999;
}
.adwrap, .adwrapwide, .adwrap-lu, .adwrapbutton {
	margin:0 0 1em;
	padding:4px 0;
	background:#fff;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d7d0;
	border-right-color: #d5d7d0;
	border-bottom-color: #d5d7d0;
	border-left-color: #d5d7d0;
}

.adwrap object {
	width:336px;
	height:280px;
}

.adwrapwide iframe, .adwrapwide object {
	width:468px;
	height:65px;
}

.adwrap-lu {
	margin:0 0 1em 1em;
	width:180px;
	float:right;
}

.adwrap-lu object {
	width:180px;
	height:90px;
}

.adwrapbutton iframe, .adwrapbutton object {
	width:180px;
	height:150px;
}

table {
	margin:0px; /* was 10px */
	width: 100%;
}

td, th {
	padding:3px;
	font-weight:normal;
}

img.teaser {
	margin:4px 12px 12px 0px;
	padding: 0px;
	border: 1px solid #333;
}

---------------------------------------------------------------------------------------
hnav
----------------------------------------------------------------------------------------*/

#hmenu {
	margin: 8px;
        height: 22px;
	background: #DDD;
	/* border: 1px solid #aaa; */
	}
	
#hnav {
	margin: 0;
	padding: 0;
	background-color: #000; /* was: #988b5e; */
/* border: 1px solid #444; */
	}

#navlist a:visited, #navlist a:active {
	text-decoration: none;
	}
	
#hnav ul {
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	margin-bottom: 0;
	color: #333;
	width: 100%;
	font-size: 11px;
	/* font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, 'Century Gothic'; */
	font-weight: bold;
	line-height: 18px;
	/* border-top: 1px solid #444; */
	}

#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 2px;
	/* matches link padding except for left and right */
	padding-top: 2px;
	}

#hnav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #eee;
	text-decoration: none;
	border-right: 1px solid #eee;
	}

#hnav ul li a:hover {
	background: #fff;
	color: #988b5e;
        border-bottom: none;
	}

#hnav #active { 
	border-left: 1px solid #eee; 
	}

/* 