/*
	Theme Name: Land Rover
	Description: One Ten Blog theme
	Author: Hedley Phillips 
*/
#clearboth {
clear:both;	
}
.posttable {
clear:left;	
padding-bottom:50px;
margin-left: 0px;
/*margin-left:0px;	
background:#000;*/
}
body {
margin: 5px 0;
font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
/*background-color: #87847A;*/
background-color: #6F6F6F;
left-margin: 0;
}
#container {
	margin: 0px;
	float: left;
	width: 831px;
}
#header {
	float: left;
	width: 831px;
	height: 360px;
	background: #fff;	
}
/*#topnavmenu {
min-width: 82px;
height: 0px;
background: #fff;
margin-left: 9px;
margin-right: 9px;
padding-left: 10px;
padding-top: 0px;
color: #000;
font-size:14px;
font-weight:700;
}
#topnavmenu ul {
list-style-type: none; 	
margin: 0;
padding: 0;
}
#topnavmenu ul li {
	display: inline;
}
#topnavmenu ul li a {
text-decoration: none;	
color: #000;
padding-left: 5px;
padding-right: 15px;
border-right: 1px solid #000;
}
#topnavmenu a:visited {
	text-decoration: none;	
	color: #000;
}
#topnavmenu a:hover {
text-decoration: underline;	
color: #000;
background:#CCC;
}
#topnavmenu a:active {
text-decoration: none;	
color: #000;
}*/
#content {
	float: left;
	width: 831px;
	margin-left:0px;
	position: relative;
	background: #ffffff;
	/*padding-top: 25px;*/
	margin-top: 0px;
	background-image: url(images/content_background.jpg);
}
#searchbar {
margin-bottom: 0px;
padding-bottom: 0px;
/*margin-right: 10px;

width:250px;*/
}
.form {
	padding-bottom: 5px;
}
.right-content-talia {
/*this is the div that controls how far left the posts sit*/
	float: right;
	/*width: 640px;*/
	width: 640px;
}
.post-content {
/* The size of the actual text in a post*/
	float: left;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}
/* The size of the text background box*/
.post-meta {
	margin: 0px;
	float: left;
	width: 620px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #EEEEEE;
	border-left-color: #F4F4F4;
}
#left-sidebars {
	float: left;
	width: 170px;
	margin-left: 10px;
	padding-bottom: 25px;
	
}
/* Menu Header */
.box_header {
margin-left: 0px;
width: 140px;
padding: 5px 0px 0px 10px;
color: #000000;
font-weight: bold;

}
#popular {
margin-left: 0px;	
}
#popular ul {
padding-left: 0px;
margin-left: 0px;
color: #000;
width: 90%;
/*display: inline; */
list-style-type: none;

}
#popular li {
margin-bottom: 5px;	
}
#popular li a {
text-decoration: none;
}

#popular li a:visited {
text-decoration: none;
color: #730000;
}
#popular li a:hover {
text-decoration: underline;	
}


.box_body {
margin-left: 0px;
}
.box_form {
margin-left: 0px;	
}
.box_bottom {
margin-left: 5px;
background-image: url(http://landroveroneten.com/wordpress/wp-content/themes/Land%20Rover/images/menu_section_bottom.gif);
height: 30px;
}

h1, h2, h3 {
	color: #000000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

/*em {
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/



/* Pre code tag */
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 border: 1px dotted #ccc; 
 padding: 0.2em 0.5em; 
 background: #FFF9FC;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.download {
	clear: both;
	padding: 3px;
	color: #000000;
	margin-right: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.notice {
	clear: both;
	padding: 3px;
	color: #CC0033;
	margin-right: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.warning {
	clear: both;
	padding: 3px;
	color: #FF9900;
	margin-right: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

img.alignright {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}

img.aligncenter {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	clear: both;
}

.alignleft {
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrap{
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



.left-content-talia {
	float: left;
	width: 160px;
	
}

#left-post {
	width: 280px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	padding-top: 0px;
}

.right_info_box {
width: 165px; 
background-color: #D9DCCF;
text-align: left;
margin-bottom: 20px;
}

#footer {
	background-image: url(images/footer_header.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left:0px;
	width: 831px;
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 10px;
	font-size: 1.0em;
}
#footer h1,h2,h3 {
color: #FFF;
font-size: 1em;
letter-spacing: 1px;
text-decoration: underline;
padding-bottom:20px;
}

#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_archive {
margin-left: 15px;
width: 230px;
float:left;
clear:both;
text-align:left;
color: #fff;
padding-right:0px;
margin-top:70px;
margin-bottom:10px;
min-height:340px;

}
#footer_archive li {
list-style:none;
padding-bottom:10px;
}
#footer_middle {
margin-left: 20px;
width: 230px;
float:left;
text-align:left;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
color: #fff;
padding-left:15px;
padding-right:15px;
margin-top:70px;
margin-bottom:10px;
min-height:340px;
}
#footer p {
padding-top: 0px;
}
#thanks {
width: 240px;
float:right;
margin-right: 15px;
text-align:left;
padding-left: 15px;
margin-top:70px;
color: #fff;
}
#tweet {
margin-top:0px;
padding-top: 0px;
}
#tweetfloatleft {
float:left;
padding: 0px 5px 0px 0px;
margin-top:5px;
}
#footer_clear {
clear: both;
}
#tweetmessage {
padding-top:0px;
margin-top:0px;
/*line-height: 1.1;
letter-spacing:1px;*/
}
#tweet h2 {
padding-bottom:0px;
margin-bottom:0px;
}

.header_site_desc {
	float: left;
	height: 90px;
	width: 400px;
	padding-top: 30px;
}

.header_site_desc h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	font-size: 1.9em;
	color: #FFFFFF;
	font-weight: normal;
}

.header_site_desc p {
	font-size: 14px;
	color: #F4f4f4;
	margin: 0px;
	float: left;
	width: 400px;
	font-weight: bold;
}

.header_site_desc h1 a:link, .header_site_desc h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.header_site_desc h1 a:hover, .header_site_desc h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9ACA3C;
}

.header_nav_box {
	float: right;
	width: 490px;
	height: 100px;
	padding-top: 20px;
}

/* Form styles */
.login-textbox {
font-size:12px;
text-align: left;
background-color: #fff;
color: #333;
margin-top: 2px;
margin-left: 10px;
border: 1px solid #999;
width: 100px;
}
.login-button {
text-align: left;
background-color: #fff;
color: #333;
border: 1px solid #666;
margin-top: 2px;
margin-left: 10px;
}
.login-label {
text-align: left;
margin-top: 2px;
margin-left: 10px;
}
.searchform-box {
float: right;
height: 4px;
width: 610px;
padding-top: 3px;
padding-right:10px;
}
#searchform form {
	float: right;
	width: 90px;
	margin: 0px;
	padding: 0px;

}
.searchform-textbox {
font-size:12px;
text-align: left;
background-color: #fff;
color: #333;
margin-top: -4px;
border: 1px solid #999;
background-image: url(images/search_button.gif);
background-repeat: repeat-x;
width: 150px;
}
.searchform-button {
text-align: left;
background-color: #fff;
color: #333;
border: 0px solid #781351;
margin-top: 4px;
}

#searchform p {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.src_field {
	width: 300px;
	border: 1px solid #CCCCCC;
	float: left;
	height: 20px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}

.navigators {
	float: left;
	width: 490px;
}

.navigators ul {
	margin: 0px;
	float: left;
	width: 490px;
	list-style-type: none;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.navigators ul li {
	display: inline;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.navigators ul li a:link, .navigators ul li a:visited {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #F6B81A;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F3B40A;
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.navigators ul li a:hover, .navigators ul li a:active {

	display: block;

	padding-right: 15px;

	padding-left: 15px;

	color: #FFFFFF;

	text-decoration: none;

	text-align: center;

	background-color: #E6A306;

	line-height: 25px;

	height: 25px;

	font-weight: bold;

	border-top-width: 2px;

	border-top-style: solid;

	border-top-color: #EB9B01;

	width: auto;

	float: left;

	margin-top: 0px;

	margin-right: 2px;

	margin-bottom: 0px;

	margin-left: 2px;

}
/* Sidebar is the automated links widget styling*/
.sidebar-box {
	float: left;
	width: 170px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.sidebar-box h3 {
	float: left;
	width: 155px;	
	font-size: 1.1em;
	color: #FFFFFF;
	color: #730000;
	display: block;
	font-size: 1.2em;
	height: 27px;
	border-bottom: 1px solid #000;
	line-height: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sidebar-box ul {
/* The green boxes that lists are in */
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	width: 150px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-decoration: none;
}

.sidebar-box ul ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 157px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*background-image: url(images/menu_section_bottom.gif);*/
}

.sidebar-box ul li {
	margin: 0px;
	float: left;
	padding: 0px;	
}

.sidebar-box ul ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.sidebar-box ul li a:link, .sidebar-box ul li a:visited {
	display: block;
	width: 140px;
	color: #730000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 12px;
	padding-bottom: 3px;
	font-size: 1em;
	margin: 0px;
	float: left;
	background-image: url(images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: left 4px;

}

.sidebar-box ul li a:hover, .sidebar-box ul li a:active {
	/*margin: 0px;
	float: left;
	display: block;
	width: 140px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	color: #000000;
	text-decoration: underline;
	font-size: 1em;
	background-image: url(images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: left 4px;*/
	text-decoration:underline;

}

.sidebar-box ul ul li a:link, .sidebar-box ul ul li a:visited {
	margin: 0px;
	float: left;
	width: 145px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
text-decoration: none;
}

#put-image-here {
	float: left;
	height: 120px;
	width: 480px;
	background-image: url(images/someimage.gif);
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}

.post-fixed {
	float: left;
	height: 25px;
	width: 380px;
}



#post-entry {
	float: left;
	width: 630px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}


/* Post heading h1 size*/
#post-entry h1 {
	font-size: 1.3em;
	color: #000000;
	margin: 0px;
	float: left;
	width: 600px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}
/* Post heading h2 size*/
#post-entry h2 {
	font-size: 1.1em;
	color: #000000;
	margin: 0px;
	float: left;
	width: 600px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0px;
	padding-bottom: 6px;
}

#post-entry h3 {
	font-size: 1.0em;
	color: #000000;
	margin: 0px;
	float: left;
	width: 600px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;

}

#post-entry h4 {
	font-size: 1em;
	color: #000000;
	float: left;
	width: 600px;
	font-weight: normal;
	/*font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#post-entry h1 a:link, #post-entry h1 a:visited {
	color: #80856B;
	color: #000000;
	text-decoration: none;
}
#post-entry h4 a:visited {
color: #730000;	
	text-decoration: underline;
}
#post-entry h1 a:hover, #post-entry h1 a:active {
	color: #000000;
	text-decoration: underline;

}
/* The authour info at top of post*/
.posted-aut-cat {
	float: left;
	width: 370px;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
}

.posted-aut-cat a:link, .posted-aut-cat a:visited {
	color: #666666;
	text-decoration: none;
}

.posted-aut-cat a:hover, .posted-aut-cat a:active {
	color: #000;
	text-decoration: underline;
}

.post-commented {
	float: left;
	width: 370px;
}

.post-box {
	float: right;
	height: 35px;
	width: 100px;
	margin: 0px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(images/commented_v.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.post-box a:link, .post-box a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

.post-box a:hover, .post-box a:active {

	color: #000000;

	text-decoration: underline;

}

.post-content code {
	display: block;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	/*font-family: "Trebuchet MS", Tahoma, "Arial Narrow";*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px dotted #F7F7F7;
}

.post-content img {
	/*padding: 0px;
	background-color: #f7f7f7;*/
}

.post-content blockquote {
	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 15px;
	padding-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: left;
	font-weight: normal;
}

.post-content a:link, .post-content a:visited {

	color: #333333;

	text-decoration: underline;

	font-weight: bold;

}

.post-content a:hover, .post-content a:active {

	color: #FF9900;

	text-decoration: none;

	font-weight: bold;

}

.post-navs {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 480px;

	font-size: 14px;

	color: #000000;

}

.post-navs a:link, .post-navs a:visited {

	color: #000000;

	text-decoration: none;

}

.post-navs a:hover, .post-navs a:active {

	color: #CCCC99;

	text-decoration: none;

}

#comment-temps {

	float: left;

	width: 480px;

}

#comment-temps a:link, #comment-temps a:visited {

	color: #999900;

	text-decoration: underline;

}

.rssfeed {

	margin: 0px;

	float: left;

	width: 460px;

	background-image: url(images/feed.png);

	background-repeat: no-repeat;

	background-position: left center;

	padding-top: 2px;

	padding-right: 0px;

	padding-bottom: 2px;

	padding-left: 20px;

	text-align: left;

	font-size: 13px;

	color: #000000;

}

#comment-temps a:hover, #comment-temps a:active {

	color: #000;

	text-decoration: none;

}

/* Comments box */
.com-box {
	margin: 0px;
	float: left;
	width: 492px;
	width: 600px;
	border: 1px solid #F2E8C6;
	background-color: #EEEEDD;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*letter-spacing: 1px;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}

.author_com {

	float: left;

	width: 445px;

	font-size: 14px;

	font-weight: bold;

	background-image: url(images/comment.gif);

	background-repeat: no-repeat;

	background-position: left center;

	padding-left: 17px;

}

.author_date {

	float: left;

	width: 460px;

	font-size: 12px;

	color: #333333;

}

/* Comments to a post text format */
.author_com_text {
	float: left;
	width: 560px;
	padding-top: 8px;
	font-size: 13px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.com-fixed {

	float: left;

	height: 20px;

	width: 370px;

}

/* alternating comment box */
.com-box_alt {
	margin: 0px;
	float: left;
	width: 600px;
	border: 1px solid #EEF4E3;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*letter-spacing: 1px;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.author_com_text blockquote {

	clear: both;

	margin-top: 10px;

	margin-right: 40px;

	margin-bottom: 10px;

	margin-left: 5px;

	padding-left: 5px;

	border-left-width: 4px;

	border-left-style: solid;

	border-left-color: #000000;

	padding-top: 3px;

	padding-bottom: 3px;

	font-size: 13px;

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

}

.author_com_text code {

	clear: both;

	margin-top: 10px;

	margin-right: 40px;

	margin-bottom: 10px;

	margin-left: 5px;

	font-size: 13px;

	font-family: "Lucida Grande", "Lucida Sans", Tahoma;

	color: #000000;

	padding: 3px;

	border: 1px dotted #EFEFEF;

	display: block;

}

#comment-temps form {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 370px;

}

#comment-box {

	float: left;

	width: 370px;

	margin: 0px;

	padding: 0px;

}

#comment-box p {

	padding: 0px;

	clear: both;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 0px;

	font-size: 13px;

	color: #333333;
	

}

#comment-box input {

	margin: 0px;

	padding: 1px;

	width: 260px;

	height: 20px;

	border: 1px solid #CCCCCC;

}

#comment-box input:hover {

	margin: 0px;

	padding: 1px;

	width: 260px;

	height: 20px;

	border: 1px solid #999999;

	background-color: #FFFFFF;

}

#comment-area {



	float: left;

	width: 370px;

	margin: 0px;

	padding: 0px;

}

#comment-area p {



	padding: 0px;

	clear: both;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 0px;

	font-size: 13px;

	color: #333333;
}

/* Comment text box size */
#comment-area textarea {
	padding: 3px;
	width: 492px;
	height: 180px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

#comment-area textarea:hover {

	padding: 3px;

	width: 492px;

	height: 180px;

	border: 1px solid #999999;

	margin: 0px;

}



#wp-calendar a:link, #wp-calendar a:visited {

	text-decoration: none;

	color: #000000;

	font-weight: bold;

}

#wp-calendar a:hover, #wp-calendar a:active {

	text-decoration: none;

	color: #999900;

	font-weight: bold;

}



#wp-calendar th {

	margin: 0px;

	padding: 0px;

	text-align: center;

}



#wp-calendar #next a {

	text-align: left;

	color: #000000;

	text-decoration: none;

	float: right;

	padding-top: 10px;

}



#wp-calendar #prev a {

	text-align: center;

	color: #999900;

	text-decoration: none;

	float: left;

	padding-top: 10px;

}

#wp-calendar td {

	margin: 0px;

	padding: 0px;

	text-align: center;

}

#wp-calendar tf {

	margin: 0px;

	padding: 0px;

}#wp-calendar {

	background-color: #EEEEDD;

	width: 180px;

	list-style-type: none;

	padding-top: 8px;

	padding-right: 0px;

	padding-bottom: 8px;

	padding-left: 0px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 2px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #E2E2C5;

	border-right-color: #E2E2C5;

	border-bottom-color: #E2E2C5;

	border-left-color: #E2E2C5;

	font-size: 13px;

	margin: 0px;

	float: left;

}

#wp-calendar caption {

	width: 180px;

	font-size: 1.3em;

	color: #FFFFFF;

	background-image: url(images/h2navbg.gif);

	background-repeat: repeat-x;

	height: 31px;

	line-height: 28px;

	text-align: left;

	font-weight: bold;

	margin: 0px;

	background-position: bottom;

	padding: 0px;

	text-indent: 6px;

}

.clear-sidebar {

	float: left;

	height: 10px;

	width: 198px;

}
/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 10px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Left col Menu Static Menu*/

/* Turns off Margin, Padding, and Bullets for the Menu List */
.leftcol {
font-size: 2.2em;
background: #fffff;
/*background-image: url(images/menu_section_top.gif);*/
background: #000000;

}

#leftcol a{
text-decoration: none;
color: #730000; 
}
#leftcol a:hover{
text-decoration: underline;
font-weight:none;
}
#leftcol ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
text-decoration: none;
}
#leftcol-box li {
/*margin: 0px; 
padding: 0px;
list-style-type: none;*/
}*/


/* Link Styles for the Menu */


.mainmenu, .mainmenu ul, .mainmenu a{
	color: #730000;
	display: block;
	font-size: 2.2em;
	/*padding: 2px 0px 2px 0px;*/
	text-decoration: none;
	}
	/* Links in */
	
.mainmenu ul a {
	background-color: transparent;
	border: 0;
	color:#666;
	font-size: 1em;
	font-weight:normal;
	/*padding: 0 0 0 12px;*/
	margin-left: 10px;
	text-decoration: none;
	}
.mainmenu ul a:hover {
	text-decoration: underline;	
	}
.membership_table {
  background-color: #F9FBFD;
 color: #000000;
 /*width: 440px;*/
border-left-style: solid;
border-left-width: 1px;
border-left-color: #E2DECD;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #E2DECD;
}	
.membership_tablelabel {
width: 200px; 
font: 11px;
color: #000000;
background-color: #ffffff; 
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #E2DECD;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #E2DECD;
}	
.membership_tablefield {
background-color: #F7F7F4;
color: #000000;
text-align: left;
margin-right: 0px;
padding-right: 0px; 
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #E2DECD;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #E2DECD;
}
.membership_formtextarea{
background: #fff;
border: #ecede7 1px solid;
background-color: #ecede7;
color: black;
font-size: 10pt;
font-weight: normal
}

/* VIN CHECKER */
.vin_checker {
width: 190px; 
background-color: #D9DCCF;
text-align: left;
}
.vin_class {
font-weight: 600;
}
.vin_highlight {
color: #990000;
font-weight: 600;
}
/*Form*/
form#vinchecker {
width: 450px;
margin: auto;
color: #000;
font-family:verdana, arial, helvetica, sans-serif;
}
form#vinchecker fieldset {
border: 1px dotted #000;
padding: 5px;
margin-left: 5px;
margin-right:5px;
}
form#vinchecker fieldset:hover {
border: 1px solid #000;
}
form#vinchecker legend {
color: #000;
padding: 5px;
background: #EFEFEF;
}
form#vinchecker label {
clear:left; 
display:block; 
float:left; 
width:155px; 
text-align:left; 
padding-right:10px; 
color:#000; 
margin-bottom:0.5em;
font-size: 0.8em;
}
form#vinchecker input {
border:1px solid #414d59; 
padding-left:0.5em; 
margin-bottom:0.6em; 
width:260px; 
background:#c5d3e0;
}
form#vinchecker input:focus, form#vinchecker textarea:focus {
background:#fff;
}
form#vinchecker #buttonsubmit {
color:#000; 
padding-right:0.5em; 
cursor:pointer; 
width:105px; 
margin-left:8px; 
background:#c5d3e0; 
border:1px solid; 
border-color:#FFF #5f051c #5f051c #FFF;
}
/*pixopoint menu */
#px_menu {
	padding-top: 100px;	
}