/**************/
/**** Body ****/
/**************/

body,
html {
	margin:0;
	padding:0;
	background:#000;
	color:#eee;
	font: normal 11px/12px Arial;
}

body {
	min-width:760px;
}

#wrap {
	background:#1d1f25;
	margin:0 auto;
	width:760px;
}


/****************/
/**** Header ****/
/****************/

#header {
	background:#1d1f25;
}
#header img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */
}


/********************/
/**** Navigation ****/
/********************/

#nav {
	background:#1d1f25;
	width:760px;
	height: 20px;
}

#nav2 {
	background:#1d1f25;
	width:760px;
clear:both;
float:left;
margin:0;
height:20px;
}


#nav2 ul, li {
	list-style-type:none;
margin:0;
padding:0;
}

#nav2 li {
	float:left;
margin:0;
padding:0;
}

#nav2 img {
	border:0;
}

/*************************************/
/****** Div Round Corners Image ******/
/*************************************/

.div_round_corners {
	background:#1d1f25;
}
.div_round_corners img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */
}


/********************************/
/**** Username and Search ****/
/*******************************/

#username_search {
	background:#1d1f25;
	white-space:nowrap;
	padding: 2px 4px 6px 4px;
	height: 20px;
}
#username {
	padding-left: 10px;
	padding-top: 5px;
	display:inline; 
	float:left;
}
#username a {
	color:#646464;
	text-decoration: none;
}
#username a:visited {
	color:#646464;
	text-decoration: none;
}
#username a:hover {
	color:#eeeeee;
	text-decoration: underline;
}
.logged_in_user {
	color: #9acc35;
}
#search {
	display:inline; 
	float:right;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}



/***********************/
/******* Feature *******/
/***********************/

#feature {
	background:#1d1f25;
	padding: 10px 12px 14px 12px;
}
#feature img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
	margin-top:8px;
	border:0;

}
.feature_title {
	color:#9acc35;
	font: bold 12px/12px Arial;
}
.feature_date {
	color:#eee;
	font: normal 12px/12px Arial;
}


/************************************/
/*** This Month in Mopar Magazine ***/
/************************************/

#this_month_separator {
	background:#1d1f25;
	padding-bottom: 14px;
	clear:both;
}
#this_month_separator img {
	display:block;
}


/****************************/
/***** Sections Separator ***/
/****************************/

#sections_separator {
	background:#1d1f25;
	clear:both;
	margin-bottom:6px;
}
#sections_separator img {
	display:block;
}

/**********************/
/***** Happenings *****/
/**********************/

.happenings_date {
	color:#4377cd;
	font: bold 12px/12px Arial;
}
.happenings_location {
	color:#9acc35;
	font: bold 12px/12px Arial;
}


/*******************/
/***** Mailbag *****/
/*******************/

.mailbag_question {
	color:#4377cd;
	font: bold 12px/12px Arial;
}
.mailbag_response {
	color:#9acc35;
	font: normal 11px/12px Arial;
}

.mailbag_separator hr {
	border: 0;
	color: #4377cd;
	background-color: #282b34;
	height: 1px;
	width: 85%;
	text-align: center;
}


/************************/
/***** Tech Q and A *****/
/************************/

.tech_question {
	color:#9acc35;
	font: normal 11px/12px Arial;
}
.tech_response {
	color:#9acc35;
	font: normal 11px/12px Arial;
}

.tech_separator hr {
	border: 0;
	color: #4377cd;
	background-color: #282b34;
	height: 1px;
	width: 85%;
	text-align: center;
}


/***************************************/
/****** Main / Front Page Content ******/
/***************************************/

#main {
	background:#1d1f25;
	float:left;
	width:500px;
	margin-bottom:10px;
}
/*#main h2, #main h3, #main p {
	padding:0 10px;
}*/
#main h3 {
	font: bold 16px/20px Arial;
	color:#eee;
}
.section_index_header a {
	color:#eeeeee;
	font: bold 12px/12px Arial;
	width: 475px;
	text-decoration:none;
	float: left;
	margin-left:12px;
	margin-top: 6px;
	margin-bottom: 14px;
	border-bottom: dotted 1px #eeeeee;
}
.section_index_more_link a {
	color:#eeeeee;
	font: normal 11px/12px Arial;
	text-decoration:none;
}
.fp_section_container {
	width: 475px;
	height: 75px;
	float: left;
	margin-left:12px;
	margin-bottom:16px;
}
.fp_section_container_img {
	float:left;
	margin-right: 8px;
	display:block;
	height:75px;
	width:150px;
}
.fp_section_container_img img{
	border:0;
}
.fp_section_container_txt {
	float:right;
	background-color:#282b34;
	height:67px;
	width:309px;
	padding: 4px;
}
.fp_section_header {
	color:#9acc35;
	font: bold 12px/12px Arial;
}
.fp_section_header a {
	color:#9acc35;
	text-decoration:none;
}
.fp_section_header a:visited {
	color:#9acc35;
	text-decoration:none;
}
.fp_section_header a:hover {
	color:#9acc35;
	text-decoration:underline;
}


.fp_section_sub-header {
	color:#eee;
	font: bold 12px/12px Arial;
}
.fp_section_sub-header a {
	color:#eee;
	text-decoration:none;
}
.fp_section_sub-header a:visited {
	color:#eee;
	text-decoration:none;
}
.fp_section_sub-header a:hover {
	color:#eee;
	text-decoration:underline;
}


.fp_section_copy {
	color:#ccc;
	font: normal 11px/13px Arial;
}
.fp_section_copy a {
	color:#ccc;
	text-decoration:none;
}
.fp_section_copy a:visited {
	color:#ccc;
	text-decoration:none;
}
.fp_section_copy a:hover {
	color:#ccc;
	text-decoration:underline;
}


/******************************/
/**** Article Main Content ****/
/******************************/

#article_main {
	background:#282b34;
	float:left;
	width:480px;
	margin-bottom:10px;
	margin-left: 10px;
	padding: 0 0 10px 0;
}
#article_main h2 {
	padding:0 10px;
	line-height: 1.4;
	color: #4377cd;
}
#article_main h3, #article_main h4, #article_main p,  #article_main ul li{
	font-family: Helvetica, sans-serif;
	padding:0 10px;
	line-height: 1.4;
}
#article_main a {
	color:#eee;
	text-decoration:underline;
}
#article_main a:visited {
	color:#eee;
	text-decoration:underline;
}
#article_main a:hover {
	color:#eee;
	text-decoration:none;
}
.article_main_image {
	padding: 0;
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
}
.article_main_image_caption {
	color:#9acc35;
	font: normal 9px/11px Helvetica, sans-serif;
	padding-bottom:14px;
}
#article_main hr { 
	margin: 20px;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}
#article_main table {
	/*width:460px;*/
	width:350px;
	background-color: #cccccc;
	border: 0;
	/*border: 1px #999999 solid;*/
	margin-left:10px;
	color:#000000;
}
#article_main tr {

}
#article_main td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#article_section_subsection {
	background:#1d1f25;
	float:left;
	width:480px;
	padding: 10px 12px 14px 12px;
}
#article_main_callout {
	background: #4377cd;
	color:#cccccc;
	font: normal 11px/12px Helvetica, sans-serif;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
#article_main_callout h2{
	font: bold 14px/16px Helvetica, sans-serif;
	color:#cccccc;
}
#article_main_callout img{
	margin: 10px 0 5px 0;
}
.article_section_index {
	color:#9acc35;
	font: bold 12px/12px Arial;
	text-transform: uppercase; 
}
.article_section {
	color:#9acc35;
	font: bold 12px/12px Arial;
}
.article_subsection {
	color:#eee;
	font: normal 12px/12px Helvetica, sans-serif;
}
.article_mailbag_question {
	color:#9acc35;
	font: bold 14px/14px Helvetica, sans-serif;
}
.article_footer_logo {
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 214px;
	margin-left: 214px;
}

.article_quote_indent {
	margin-left: 10px;
}

/*********************************/
/****** Issue Index Content ******/
/*********************************/

#issue_main {
	background:#1d1f25;
	float:left;
	width:500px;
	margin-bottom:10px;
}
#issue_main h2,  #issue_main p {
	padding:0 10px;
}

#issue_main h3 {
	padding:0 10px;
	font: bold 14px/20px Arial;
	color:#eee;
}

.issue_index_header a {
	color:#eeeeee;
	font: bold 12px/12px Arial;
	width: 475px;
	text-decoration:none;
	float: left;
	margin-left:12px;
	margin-top: 6px;
	margin-bottom: 14px;
	border-bottom: dotted 1px #eeeeee;
}
.issue_section_container {
	width:475px;
	height:190px;
	float:left;
	margin-left:12px;
	margin-bottom:16px;
}
.issue_section_container_img {
	float:left;
	margin-right:8px;
	display:block;
	height:190px;
	width:150px;
}
.issue_section_container_img img{
	border:0;
}
.issue_section_container_txt {
	float:right;
	background-color:#282b34;
	height:187px;
	width:309px;
	padding: 4px;
}
.issue_section_header {
	color:#9acc35;
	font: bold 12px/12px Arial;
}
.issue_section_header a {
	color:#9acc35;
	text-decoration:none;
}
.issue_section_header a:visited {
	color:#9acc35;
	text-decoration:none;
}
.issue_section_header a:hover {
	color:#9acc35;
	text-decoration:underline;
}

.issue_section_sub-header {
	color:#eee;
	font: bold 12px/12px Arial;
}
.issue_section_copy {
	color:#ccc;
	font: normal 11px/13px Arial;
}
.issue_feature_title {
	color:#4377cd;
	font: normal 11px/13px Arial;
}
.issue_feature_copy {
	color:#cccccc;
	font: normal 11px/13px Arial;
}


/**********************/
/***** Dealer Map *****/
/**********************/

#dealer_map {
	background:#1d1f25;
	padding: 10px 12px 14px 12px;
}

#dealer_map {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	padding:0 10px;
	line-height: 1.4;
}
#dealer_map img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
	margin-top:8px;
	border:0;
}
#dealer_search {
	float:left;
	margin-bottom:10px;
}
#dealer_search_results {
	background:#282b34;
	float:left;
	width:735px;
	margin-bottom:10px;
	margin-left: 10px;
	padding: 0 0 10px 0;
}

#dealer_search h2, #main h3, #main p {
	padding:0 10px;
}


/*******************/
/***** Sidebar *****/
/*******************/

#sidebar {
	background:#1d1f25;
	float:right;
	width:250px;
}
#news_break {
	background:#1d1f25;
}
#news_break h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#9acc35;
	font: bold 12px/12px Arial;
}
#news_break ul {

	margin-top:0px;
	padding-left:6px;
	margin-left:6px;
}
#news_break li {
	margin:.5em 10% .5em 0;
}
#news_break a {
	color:#eee;
	text-decoration:none;
}
#news_break a:visited {
	color:#eee;
}
#news_break a:hover {
	color:#eee;
	text-decoration:underline;
}

#subscribe_callout {
	background:#1d1f25;
}
#subscribe_callout img {
	margin: 10px 0 10px 0;
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
}

#reader_rides {
	background:#1d1f25;
}
#reader_rides img {
	margin: 10px 0 10px 0;
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
}

#advertising {
	background:#1d1f25;
}
#advertising img {
	margin: 0px 0 10px 0;
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */	
}

/****************************/
/******* Section Index ******/
/****************************/

#section_index {
	margin-left:10px;
	background:#1d1f25;
	clear:both;
	height:130px;
	font: normal 11px/16px Arial;
}
.section_index_group {
width:140px;
padding-left:2px;
	position:relative;
	float:left;
}
.section_index_group a {
color:#eee;
	text-decoration:none;
}
.section_index_group a:visited {
	color:#eee;
}
.section_index_group a:hover {
	color:#eee;
	text-decoration:underline;
}


.section_index_title {
	color:#9acc35;
	font: bold 12px/14px Arial;
	padding:4px 0 2px 0;
}
.section_index_title a {
	color:#9acc35;
	text-decoration:none;
}
.section_index_title a:visited {

	color:#9acc35;
}
.section_index_title a:hover {
	color:#9acc35;
	text-decoration:underline;
}
.section_index_name {
	color:#eee;
	font: normal 11px/12px Arial;
}
.section_index_name a {
	color:#eee;
	text-decoration:none;
}
.section_index_name a:visited {
	color:#eee;
}
.section_index_name a:hover {
	color:#eee;
	text-decoration:underline;
}


/*******************************/
/***** In-Article Images *****/
/******************************/
div .inline_article_image li {
float:left;
}
div .inline_article_image p {
clear:both;
}

div.in-article_image {
  float: right;
  width: 35%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.in-article_image p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


/****************************/
/******* Contact Form *******/
/****************************/

#contact-form form {
	color:#999999;
}

#contact-form label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top:0.5em;
	display: block;
}

#contact-form input, textarea {
	color: #000000;
	background: #cccccc;
	border:0;
	margin-top:0.5em;
	margin-bottom:0.5em;
	width: 20em;
}

#contact-form textarea {
	overflow: auto;
	border: none;
}

#bsubmit input {
	color: #fff;
	background: #0461fb;
	font-size:10px;
	width:7em;
	padding:2px; margin-right:3px;
} 

#contact-form fieldset {
	border: 1px solid #4e4e4e;
	width: 40em;
	padding:10px;
	margin-left:10px;
}

#contact-form legend {
	color: #fff;
	background: #000000;
	padding: 2px 6px;
} 


/**************************/
/****** Web Account Forms ******/
/**************************/

#WebLoginLayer0 {
padding-left: 10px;
}


/********************/
/****** Footer ******/
/********************/

#footer {
	background:#1d1f25;
	padding-top:10px;
	padding-bottom:20px;
	clear:both;
}
#footer img {
	display:block; /*eliminates block-element, bottom 3px space for img tags within divs */
}


/******************************/
/********* Ajax Search *********/
/******************************/

#ajaxSearch_form {
    color: #444;
    width: auto;
    float: right;
    padding:2px 10px;

}
#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 16px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: top;
	font-size: 10px;
    margin-left:12px;
}
#ajaxSearch_submit {
	display: inline;
	height: 19px;
	line-height: 19px;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.ajaxSearch_paging {
	margin-left: 12px;
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.ajaxSearch_result {
	margin-left: 12px;
	color: #969696;
	margin-bottom: 10px;
	margin-top: 20px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.ajaxSearch_resultLink {
	text-decoration: underline;
	font: bold 14px/15px Verdana, Arial, Helvetica, sans-serif;
}
.ajaxSearch_resultLinkDisplay a {
	text-decoration: none;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: green;
}

.AS_ajax_resultDescription{
	color:#9acc35;
}
.ajaxSearch_resultDescription{
	font: normal 12px/15px Arial;
	color:#9acc35;
}
.AS_ajax_more {
	color: #555;
}
input.button {
	background:#93251d;
	color:#fff;
	margin:2px;
	border:1px solid #000;
	height:16px;
	font: normal 10px/11px Verdana, Arial, Helvetica, sans-serif;
}


