/* Browser diversity mitigation. */
h1, h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}
h3, h4, h5, h6, ul, ol, p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

/* Body */

body#tach-front-page2 {
	margin: 0;
	padding: 0;
	background-color: #fe020f;
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
}
#tach-front-page2-inner {
	/* for horizontal centering.  cannot be applied to the <body>.
	   must be applied to something inside it, such as a <div>. */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Search Form */

#search_box {
	color: #ffcc00;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 90%;
}
#search_form {
	margin: 0;
	padding: 0;
}
#search_form input {
	font-size: 90%;
}

/* Footer */

#tach-footer {
	font-size: 90%;
	padding: 7px 5px 0 0;
	color: white;
}
#tach-footer hr {
	display: none;
}
#tach-footer #site-logo {
	display: none;
}

/* Lists */

.green_gradient_bg {
	background: url(/images/frontpage/2005/bg_gradient_green.gif) repeat-y;
}
.green_list, .gray_list {
	font-weight: bold;
}
.white_list {
	font-weight: bold;
}
.green_list {
	background: url(/images/frontpage/2005/bg_gradient_green.gif) repeat-y;
}
.gray_list {
	background: url(/images/frontpage/2005/bg_gradient_gray.gif) repeat-y;
}
.white_list {
	background: white;
}

.green_list h3, .gray_list h3, .white_list h3 {
	font-size: 100%;
	margin: 0;
	font-weight: bold;
	padding: 2px 8px;
}
.green_list h3, .gray_list h3 {
	color: white;
}
.white_list h3 {
	color: black;
}
.green_list h3 {
	background-color: #339900;
	border-top: 1px solid #33cc00;
	border-bottom: 1px solid #003300;
}
.gray_list h3 {
	background-color: #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #000000;
}
.gray_list h3 {
	background-color: #333333;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #000000;
}
.white_list h3 {
	background-color: #ddcc00;
	padding: 2px 8px 1px 8px;
}

.green_list p, .gray_list p, .white_list p {
	margin: 0;
	padding: 2px 8px;
}

.green_list ul, .gray_list ul, .white_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
	font-size: smaller;
}
.green_list ul li, .gray_list ul li, .white_list ul li {
	list-style: none;
	padding: 1px 8px;
	margin: 0;
}
.green_list ul li {
	border-bottom: 1px solid #ebbc30;
	border-top: 1px solid #ffffff;
}
.gray_list ul li {
	border-bottom: 1px solid #777777;
	border-top: 1px solid #ffffff;
}
.white_list ul li {
	border-top: 1px solid #ddcc00;
}
.green_list a, .gray_list a, .white_list a {
	color: black;
}
.green_list a:hover, .gray_list a:hover, .white_list a {
	color: black;
}

/* Tabs */

#tab_top {
	padding-top: 2px;
}
.tabtxton, .tabtxtoff {
	font-weight: bold;
		color: white;
	white-space: nowrap;
}
.tabtxton A, .tabtxtoff A, .tabtxton A:hover, .tabtxtoff A:hover {
	color: white;
	text-decoration: none;
}
.tabtxton {
	background: url(/images/frontpage/2005/tab_on_bg.gif) repeat-x;
}
.tabtxtoff {
	background: url(/images/frontpage/2005/tab_off_bg.gif) repeat-x;
}

/* Automotive News and Features/Opinions */

#news {
	margin-bottom: 8px;
}
#news ul.articles {
	margin: 0;
	padding: 0;
}
#news ul.articles img {
	margin-left: 5px;
}
#news ul.articles li {
	line-height: 17px;
	list-style: none;
	background: url(/images/frontpage/2005/arrow_green.gif) no-repeat top left;
	background-position: 0 4px;
	padding-left: 12px;
	vertical-align: top;
}

/* Motorsports News */

#motorsports-news {
	margin: 15px 15px 0 0;
	background-color: white;
	padding: 0;
	color: black;
}
#motorsports-news h2 {
	background-color: #ddcc00;
	padding: 6px;
	margin: 0;
	color: black;
}
#motorsports-news h3 {
	color: black;
}
#motorsports-news a {
	color: black;
}

/* All News Areas */

body#tach-front-page2 div.headlinelist img {
	float: right;
	padding-bottom: 4px;
}
body#tach-front-page2 div.headlinelist #clear {
	/* DEPRECATED */
	clear: right;
}
body#tach-front-page2 div.headlinelist .clear {
	clear: right;
}
body#tach-front-page2 div.headlinelist li {
	font-size: 112%;
	clear: right;
	color: #ffcc00;
}
body#tach-front-page2 div.headlinelist h3.date {
	font-size: larger;
}
ul.articles li a {
	color: #ffcc00;
}
ul.articles li a:hover {
	color: #ffcc00;
}

/* White Background Lists, etc. */

#tach-rotating-tip p {
	border-bottom: 1px solid #ebbc30;
	border-top: 1px solid #ffffff;
	padding: 0 2px 1px 1px;
	margin: 0;
	font-size: 90%;
}
#tach-rotating-tip a {
	color: black;
}
#tach-rotating-tip a:hover {
	color: #996600;
}
#tach-rotating-tip {
	background-color: #99ccff;
}

/* Miscellaneous */

#special-features-list {
	font-size: 90%;
}

.blurb {
	margin: 0.5em 0;
	color: #989c9f;
}
h2 {
	color: white;
	font-size: larger;
}
h3 {
	color: #29CC00;
	font-size: larger;
}
.white {
	color: white;
}

.dark_green_bg {
    background-color: #003300;
}
.red_bg {
	background-color: #fe020f;
}
a {
	color: #ffcc00;
	text-decoration: none;
}
.smaller {
	font-size: 90%;
}
table {
	/* let font sizes propagate through tables */
	font-size: 100%; /* inherit doesn't work in MSIE. */
}

.gray_list h3 a,
.green_list h3 a,
.gray_list h3 a:hover,
.green_list h3 a:hover {
	color: #ccccff;
	text-decoration: underline;
}

