/* **************************************************** 

Title: 		Chevrolet Singapore 2010
Author: 	Developed based on the one by Chris Cagle
URL: 			http://www.cagintranet.com/ 
					http://get-simple.info/
Created: 	September 2, 2009

**************************************************** */

/** GLOBAL RESETS **/
a:link, a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}


/** GLOBAL SETS **/
.clear {
	clear: both;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #BBB url(images/bg_body.gif) repeat-y top;
	color: #333;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
	background: White;
	padding-bottom: 20px;
}	
	
/* MASTHEAD */
#masthead {
	background: Aqua;
	width: 900px;
	height: 101px;
	margin: 0px auto 20px auto;
}

/* TOP NAVIGATION BAR */
#topnav {
	width: 860px;
	height: 21px;
	padding: 5px 20px 0px 20px;
	background: transparent url(images/topbar.gif) no-repeat top;
	margin: 0 auto;
}

.topleft {
	width: 400px;
	float: left;
	text-align: left;
}

.topleft a:link, .topleft a:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.topright {
	width: 440px;
	float: right;
	text-align: right;
}

ul#topleftlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#topleftlist li
{
	display: inline;
	list-style-type: none;
}

#topleftlist a { padding: 3px 10px; }

#topleftlist a:link, #topleftlist a:visited
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#topleftlist a:hover
{
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

/* TOP RIGHT MENU */
ul#toprightlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#toprightlist li
{
	display: inline;
	list-style-type: none;
}

#toprightlist a { padding: 3px 10px; }

#toprightlist a:link, #toprightlist a:visited
{
	color: #DDD;
	background-color: transparent;
	text-decoration: none;
}

#toprightlist a:hover
{
	color: #fff;
	background-color: #333333;
	text-decoration: none;
}

/* FEATURE BOX */
#feature {
	width: 900px;
	height: 220px;
	background: #000;
	color: #EEE;
	padding: 0px;
	margin: 0px auto 50px auto;
	border-top: 1px solid #FFF;
}

#story {
	width: 900px;
	height: 400px;
	background: #FFFFCC;
	color: #EEE;
	padding: 0px;
	margin: 0px auto 50px auto;
	border-top: 1px solid #FFF;
}

#featleft {
	float: left;
	width: 560px;
	padding: 0px 0px 0px 0px;
}

#featright {
	float: right;
	width: 240px;
	padding: 50px 50px 0px 50px;
}

#model {
	width: 900px;
	height: 300px;
	background: #000;
	color: #EEE;
	padding: 0px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #FFF;
}
	
/* BODY */

#contentwrap {
	background: transparent;
	width: 800px;
	padding: 0px 50px 0px 50px;
}

#contentwrap .post h1 {
	font-family: georgia;
	font-size: 36px;
	color: #000;
	line-height: 36px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 0px dotted Aqua;
}

#contentwrap .post ul, #contentwrap .post ol {
	margin: 0 0 10px 20px;
	line-height: 18px;
}

#contentwrap .post ul ul, #contentwrap .post ol ul, #contentwrap .post ul ol, #contentwrap .post ol ol {
	margin: 0 0 0 20px;
}

#contentwrap .post {
	padding: 60px 0 60px 0;
}

#contentwrap .post p {
	margin:0 0 18px 0;
	line-height: 18px;
}

#contentwrap .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
	}
	
#contentwrap .post h3 {
	font-weight:bold;
	padding:8px 0;
	font-size:17px;
	}
	
#contentwrap .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
	}
	
#contentwrap .post a:link, #contentwrap .post a:visited {
		color:#009865;
		text-decoration:underline;
		}
	
#contentwrap .post a:hover {
		color:#132430;
		text-decoration:underline;
		}

#contentwrap .post .meta {
		margin-top:20px;
		font-size:11px;line-height:18px;
		color:#555;
		border:1px dotted #ccc;
		background:#f9f9f9;
		padding:8px;
	}

/** LEFT BLOCK**/
#leftblock {
	width: 570px;
	text-align: left;
	background: transparent;
	padding: 20px 10px;
	float: left;
}

#leftblock h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0;
}

#leftblock h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 40px 0px;
	line-height: 24px;
}

#leftblock .post {
	line-height: 16px;
}

#leftblock .post p {
	line-height: 16px;
	margin: 0.5em 0;
}

#leftblock .post ul {
	text-align: left;
	margin: 0.5em 0 2em 0;
}

#leftblock .post li{
	list-style-type: circle;
	padding-left: 0.6em;
	margin: 0 0 0.8em 2em;
}

#leftblock .post li a {
	color: #006699;
	text-decoration: none;
}

#leftblock .post li a:hover {
	text-decoration: underline;
	color: #333333;
}

#padding {
	padding: 20px 100px 20px 40px;
	background: transparent;
}

#padding p {
	padding-bottom: 12px;
}

#wrap01 {
	padding: 0 30px;
	background: transparent;
}

#wrap01 p {
	padding: 10px 0 0 0;
}

#wrap01 .post h2 {
	font-weight:bold;
	padding:8px 0;
	font-size:20px;
}
	
/* SIDEBAR */

#sidebar {
	width: 260px;
	float: right;
	text-align: left;
	background: transparent;
	padding: 40px 30px 20px 10px;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 0px 0;
}

#sidebar h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar a:link, #sidebar a:visited {
	color: #006699;
	text-decoration: none;
}
	
#sidebar a:hover {
	color: #CC3300;
	text-decoration: underline;
}

#sidebar li {
	list-style-type: none;
	padding-left: 0em;
	margin: 0 0 0 0em;
}

#sidelist
{
margin: 6px 0px 20px 0px;
padding-left: 0;
list-style: none;
}

#sidelist li 
{
padding-left: 18px;
background-image: url(images/arrow2.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
line-height: 18px;
}

#checklist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#checklist li 
{
padding: 0 0 6px 18px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
line-height: normal;
}


/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}
.pot {display:none;}


/* FOOTER */

#footer {
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	color: #666;
	border-top: 1px solid #BBB;
	padding: 10px 50px 20px 50px;
	background: transparent;
	width: 800px;
	margin: 0px auto 20px auto;
}
	
#footer a:link, #footer a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #006699;
	text-decoration: underline;
}

#baseline {
	padding: 6px 0px 10px 0px;
	margin: 30px 100px 0 100px;
	background: transparent;
	font-size: 10px;
	color: #666;
	text-align: center;
	border-top: 1px solid #DDD;
}

/** COLUMNS **/

#modelcolhold {
	width: 840px;
	padding: 0px 0px 40px 0px;
	background: transparent;
	margin: 20px 30px;
}

#colhold {
	width: 720px;
	padding: 0px 40px 40px 40px;
	background: transparent;
	margin: 0px auto;
}

.col {
	float: left;
	width: 110px;
	padding: 0 10px;
	border-left: 1px solid #DDD;
	margin-left: 10px;
}

.col2 {
	float: left;
	width: 120px;
	padding: 0 20px 0 0px;
	border-right: 1px solid #DDD;
	margin-left: 20px;
}

.col2a {
	float: left;
	width: 120px;
	padding: 0 20px 0 0px;
	border-right: 0px solid #DDD;
	margin-left: 20px;
}

.col img {
	display: block;
	border: 1px solid #DDD;
	margin: 0 0 10px 0;
	width: 80px;
}

.col h2, .col2 h2 {
	font-weight: Bold;
	color: #444;
	font-size: 12px;
	margin: 0 0 8px 0;
}

.col p, .col2 p {
	font-size: 11px;
	color: #666;
}

.col li, .col2 li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 6px;
}

.col li a, .col2 li a {
	color: #999999;
	text-decoration: none;
	border-bottom: 0px dotted #ccc;
}

.col li a:hover, .col2 li a:hover {
	text-decoration: none;
	color: #006699;
}

/** FEATURE SLIDER **/

#featwrap{
width: 900px;
margin: 0 auto;
}

.display{
	float: left;
	width: 25px;
	height: 220px;
	margin: 0 1px 0 0;
	background: #111;
}

.stretcher p {
	padding: 20px 20px 10px 20px;
	color: #BBB;
	font-size: 11px;
}

.stretcher a:link, .stretcher a:visited {
	color: White;
}

.stretcher{
	float: left;
	width: 796px;
	background: transparent;
}

.align-left { float:left; margin: 0 10px 0px 0; }

/** NEWS AND EVENTS **/
#newswrap {
	width: 700px;
	padding: 0px 0px;
	background: transparent;
	margin: 0px 50px 40px 50px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 0px solid #DDD;
	color: #666666;
}

#news {
	float: left;
	width: 300px;
	background: #FFFFCC url(images/n_news.gif) no-repeat;
	padding: 10px 10px 30px 20px;
	border-bottom: 2px solid #DDD;
	border-right: 1px solid #DDD;
}

#events {
	float: right;
	width: 300px;
	background: #FFFFCC url(images/n_events.gif) no-repeat;
	padding: 10px 10px 30px 20px;
	border-bottom: 2px solid #DDD;
	border-right: 1px solid #DDD;
}

#newswrap h4 {
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

/** TABLE STYLING FOR MODEL SPECS **/
table {
	font: 9px/18px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.highlite td {
	border-top: 1px solid #003333;
	border-bottom: 1px solid #003333;
	background: #006699;
	font-weight: bold;
	color: White;
}

td {
	border-bottom: 1px solid #DDD;
	padding: 0 0.5em;
	}

td:first-child {
	width: 190px;
	}

td+td {
	border-left: 0px solid #CCC;
	text-align: center;
	}

tr.d1 td {
	background: #EEE;
}

td.details {
	padding: 20px 0px 0px 0px;
	border: 0px;
	font-size: 9px;
	line-height: normal;
	text-align: left;
}

td.intro {
	border-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td.details h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 16px;
}

td.details h6 {
	font-weight: bold;
	margin: 6px 0 12px 0;
}

td.page {
	padding: 20px 0px 20px 10px;
	border: 0px;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFCC;
}

td.fab {
	width: 85%;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFCC;
}

.tiny {
	font-size: 8px;
	line-height: normal;
	text-transform: uppercase;
}

.cap {
	width: 250px;
	padding: 4px;
	border: 1px solid #DDD;
	font-size: 80%;
	text-align: center;
	margin-left: 10px;
	background: White;

}

.left {
	width: 340px;
	background: transparent;
	float: left;
}

.right {
	width: 270px;
	background: transparent;
	text-align: right;
	float: right;
}

.right200 {
	width: 200px;
	text-align: left;
	clear: left;
	float: right;
	background: #EEE;
	margin-top: 35px;
	padding: 10px 10px 0px 10px;
	border-left: 1px solid #DDD;
}

.right200 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#arrow li 
{
padding-left: 18px;
background-image: url(images/arrowd.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
line-height: 18px;
}

#arrow
{
margin: 6px 0px 20px 0px;
padding-left: 0;
list-style: none;
}

td.release {
	width: 50px;
	font-weight: bold;
	background: #f5f5f5;
	vertical-align: top;
}

td.headliner {
	text-align: left;
} 	