/*  
Theme Name: Premium Car Theme
Theme URI: http://www.singapore-car.com/premium-car-theme
Description: Technology related WordPress theme. <a href="http://www.singapore-car.com">Demo</a>.
Version: 1.0
Author: Singapore Car
Author URI: http://www.blogger-template.info/premium-car-theme
Tags: cars, autos, vehicles, black, white, red, custom header, fixed width, two columns, widgets, adsense, affiliate, gravatar, seo
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,td,th {
font-family:Arial;
font-size:12px;
color:#000000;
}

body {
background:#000000;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(images/singapore-car-01.jpg);
background-position:top center;
background-repeat:no-repeat;
}

a:link {color:#cc0000; text-decoration:underline;}
a:visited {color:#cc0000; text-decoration:underline;}
a:active {color:#cc0000; text-decoration:underline;}
a:hover {color:#999900; text-decoration:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Pagebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pagebar {font:11px Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom:5px; margin:0px; color:#666666;}
.pagebar a, .pageList .this-page {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar a:visited {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar .break {padding:2px 6px; border:none; text-decoration:none; background:#ffffff;}
.pagebar .this-page {padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; border-color:#f6f6f6; background:#ffffff;}
.pagebar a:hover {text-decoration:none; border-color:#dadada; color:#ffffff; background:#cc0000;}

#pagination {
margin:0 auto;
text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Images and Caption Alignment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {
font-size:11px;
padding:5px 5px 5px 25px;
margin:0px 30px 0px 30px;
background-image:url(images/blockquote.gif);
background-position:top left;
background-repeat:no-repeat;
text-indent:1px;
}

.compress {display:inline;}
.compress p {display:inline;}
.compress br {display:inline;}
.compress ul {display:inline;}
.compress li {display:inline;}
.compress h1 {display:inline;}
.compress h2 {display:inline;}

.notice {font-size:11px; color:#cc0000;}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.navigation {display:block;text-align:center; padding:0px 0px 0px 0px; font-size:10px;}
.navigation a {}  
.navigation a:visited {}  
.navigation a:hover {} 
.space li {padding:0px 0px 20px 0px; margin:0px;}
.gravatar {float:right; margin:10px 10px 10px 10px;}
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}
pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:550px;}
.pagetitle {}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	728x90 Ads
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box1a {
margin:0 auto;
width:991px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Logo and Social and Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box2a {
margin:0 auto;
width:991px;
}

.box2b {
background-image:url(images/singapore-car-02.jpg);
background-repeat:no-repeat;
}

.box2c form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box2d {
width:120px;
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
font-size:9px;
color:#999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box3a {
margin:0 auto;
width:991px;
}

.box3b {
background-image:url(images/singapore-car-02.gif);
background-repeat:no-repeat;
}

.box3c ul {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}
.box3c li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; border-left:1px solid #740906; border-right:1px solid #d96b67; float:left; display:block; font-size:14px; font-weight:bold;}
.box3c li a {color:#ffffff; text-decoration:none; padding:12px 17px 11px 17px; margin:0px; display:block;}  
.box3c li a:visited {color:#ffffff; text-decoration:none;} 
.box3c li a:hover {color:#ffffff; text-decoration:none; background-color:#000000;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Feature and Popular Grid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box4a {
margin:0 auto;
width:991px;
}

.box4b {
background-image:url(images/singapore-car-03.gif);
background-repeat:repeat-y;
}

.box4c {
background-image:url(images/singapore-car-04.jpg);
background-repeat:no-repeat;
}

.box4d {
background-image:url(images/singapore-car-07.jpg);
background-repeat:no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box5a h2 {
font-size:15px;
font-weight:bold;
text-transform:uppercase;
padding:0px 0px 0px 0px;
margin:40px 0px 0px 45px;
color:#FFFFFF;
}

.box5b {
padding:0px 0px 0px 0px;
margin:20px 0px 0px 45px;
}

.box5c {
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
text-align:center;
margin:0px 20px 0px 0px;
}

.box5c img {
border:none;
padding:5px 5px 5px 5px;
width:307px;
height:230px;
}

.box5d {
color:#FFFFFF;
}

.box5d h1 {
font-size:24px;
font-weight:normal;
line-height:16px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box5d h1 a {text-decoration:none; color:#FF0000;}
.box5d h1 a:visited {text-decoration:none; color:#FF0000;}
.box5d h1 a:hover {text-decoration:none; color:#FFFF00;}

.box5e {
text-align:right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Popular
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box6a h2 {
font-size:15px;
font-weight:bold;
text-transform:uppercase;
padding:0px 0px 0px 0px;
margin:40px 0px 0px 195px;
color:#FFFFFF;
}

.box6b {
}

.box6b ul {padding:15px 40px 0px 30px; margin:0px;} 
.box6b li {padding:8px 5px 8px 22px; margin:0px; font-style:normal; font-weight:normal; font-size:10px; color:#ffffff; list-style-type:none; background:url(images/singapore-car-05.gif) no-repeat left top;}
.box6b li a {text-decoration:none; font-weight:bold; font-size:12px; color:#FF0000;}
.box6b li a:visited {text-decoration:none; color:#FF0000;}
.box6b li a:hover {text-decoration:none; color:#FFFF00;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content and Sidebar Grid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#box7a {
margin:0 auto;
width:935px;
}

.box7b {
background-color:#FFFFFF;
}

.box7c {
background-image:url(images/singapore-car-08.gif);
background-repeat:repeat-x;
}

.box7d {
background-image:url(images/singapore-car-11.gif);
background-repeat: no-repeat;
text-align:center;
padding:30px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Loop for index.php tag.php category.php search.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box8a {
border-color:#dbdbdb; 
border-width:1px; 
border-style:solid;
}

.box8b {
border-color:#ffffff; 
border-width:2px; 
border-style:solid;
}

.box8c {
background-image:url(images/singapore-car-09.gif);
background-repeat:repeat-x;
text-align:left;
padding:20px 20px 20px 20px;
margin:0px 0px 0px 0px;
}

.box8d {
}

.box8e {
background-color:#e7e7e7;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
text-align:center;
margin:0px 28px 0px 0px;
}

.box8e1 {
background-color:#e7e7e7;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
text-align:center;
margin:0px 28px 0px 0px;
padding:5px 5px 5px 5px;
width:200px;
}

.box8e img {
border:none;
padding:5px 5px 5px 5px;
width:200px;
height:150px;
}

.box8f {
color:#000000;
}

.box8f h1 {
font-size:24px;
font-weight:normal;
line-height:16px;
padding:2px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

.box8f h1 a {text-decoration:none;;}
.box8f h1 a:visited {text-decoration:none;}
.box8f h1 a:hover {text-decoration:none;}

.box8g {
text-align:right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	About for sidebar.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box9a {
background-image:url(images/singapore-car-12.gif);
background-repeat:repeat-y;
}

.box9b {
background-image:url(images/singapore-car-13.gif);
background-repeat:no-repeat;
margin:0px 0px 0px 0px;
padding:10px 45px 0px 45px;
color:#FFFFFF;
}

.box12c h3 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#666666;
text-transform:uppercase;
font-size:12px;
}

.profile img {
border-color:#ffffff; 
border-width:5px; 
border-style:solid;
}

.box9c {
background-image:url(images/singapore-car-14.gif);
background-repeat:no-repeat;
height:50px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Video for sidebar.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box10a {
background-image:url(images/singapore-car-16.gif);
background-repeat:no-repeat;
height:46px;
}

.box10a h3 {
margin:0px 0px 0px 0px;
padding:13px 0px 0px 30px;
color:#ffffff;
text-transform:uppercase;
font-size:12px;
}

.box10b img {
background-color:#ffffff;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
padding:2px 2px 2px 2px; 
margin:0px 2px 5px 2px;
width:90px;
height:68px;
float:left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Rumors for sidebar.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box11a {
background-image:url(images/singapore-car-17.gif);
background-repeat:no-repeat;
height:46px;
}

.box11a h3 {
margin:0px 0px 0px 0px;
padding:13px 0px 0px 30px;
color:#ffffff;
text-transform:uppercase;
font-size:12px;
}

.box11b {
}

.box11b ul {padding:0px 30px 0px 20px; margin:0px;} 
.box11b li {padding:11px 5px 11px 12px; margin:0px; list-style-type:none; font-weight:bold; border-bottom:1px solid #efefef;}
.box11b li a {text-decoration:none;}
.box11b li a:visited {text-decoration:none;}
.box11b li a:hover {text-decoration:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box12a {
background-image:url(images/singapore-car-18.jpg);
background-position:top center;
background-repeat:no-repeat;
height:319px;
}

.box12b td {
font-size:10px;
color:#FFFFFF;
}

.box12b td a {text-decoration:none;}
.box12b td a:visited {text-decoration:none;}
.box12b td a:hover {text-decoration:none;}

.box12c form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box12d {
width:120px;
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
font-size:9px;
color:#999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Single.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box14a {
margin:0px 0px 0px 0px;
padding:0px 22px 0px 12px;
}

.box14b {
font-size:11px;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
border-bottom:1px solid #cccccc;
}

.box14b a {text-decoration:none;}  
.box14b a:visited {text-decoration:none;}  
.box14b a:hover {text-decoration:none;}  

.box14c h1 {
margin:10px 0px 5px 0px;
padding:0px 0px 0px 0px;
color:#8c0000;
font-size:24px;
font-weight:normal;
}

.box14c h1 a {text-decoration:none; color:#8c0000;}  
.box14c h1 a:visited {text-decoration:none; color:#8c0000;}  
.box14c h1 a:hover {text-decoration:none; color:#000000;}  

.box14d {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
border-bottom:1px dashed #cccccc;
}

.box14e {font-size:10px; color:#999999;}
.box14e a {text-decoration:none;}  
.box14e a:visited {text-decoration:none;}  
.box14e a:hover {text-decoration:none;}  

.box14f {font-size:11px; color:#000000; font-weight:bold;}

.box14g {
padding:6px 6px 6px 6px;
}

.box14h {
background-image:url(images/tags.jpg);
background-repeat:no-repeat;
}

.box14i {
color:#000000;
font-size:11px;
}

.box14j {
margin:0px 0px 0px 0px;
padding:15px 15px 15px 15px;
}

.box14k {
padding:5px 0px 5px 0px;
}

.box14l {font-size:10px;}

.box14m {
background-color:#f5f4f0;
border-color:#dddddd; 
border-width:1px; 
border-style:solid;
height:210px;
}

.box14n {
background-image:url(images/single.gif);
background-repeat:repeat-x;
margin:0px 0px 0px 0px;
padding:15px 15px 15px 15px;
}

.box14o h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
color:#000000;
}

.box14o ul {padding:5px 0px 0px 10px; margin:0px;} 
.box14o li {padding:8px 5px 8px 22px; margin:0px; font-style:normal; font-weight:normal; color:#000000; list-style-type:none; background:url(images/li.gif) no-repeat left top;}
.box14o li a {text-decoration:none; font-weight:bold;}
.box14o li a:visited {text-decoration:none;}
.box14o li a:hover {text-decoration:none;}

.box14p h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
color:#000000;
}

.box14q img {
background-color:#ffffff;
border-color:#cccccc; 
border-width:1px; 
border-style:solid;
padding:2px 2px 2px 2px; 
margin:0px 4px 7px 0px;
width:88px;
height:65px;
float:left;
}

.box14r {
background-image:url(images/comments.gif);
background-repeat:no-repeat;
height:43px;
}

.box14s {
border-bottom:1px solid #d8e9fa;
border-left:1px solid #d8e9fa;
border-right:1px solid #d8e9fa;
margin:0px 0px 0px 0px;
padding:5px 15px 15px 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Widget for sidebar.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.widget1 {
background-color:#ffffff;
border-color:#dbdbdb; 
border-width:1px; 
border-style:solid;
margin:0px 0px 0px 21px;
padding:0px 0px 0px 0px;
width:300px;
}

.widget2 {
border-color:#ffffff; 
border-width:2px; 
border-style:solid;
}

.widget3 {
background-image:url(images/singapore-car-15.gif);
background-repeat:repeat-x;
margin:0px 0px 0px 0px;
padding:18px 18px 18px 18px;
}

.widget4 h3 {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
color:#000000;
text-transform:uppercase;
border-bottom:1px dashed #999999;
font-size:12px;
}

.widget4 ul {padding:0px 0px 0px 0px; margin:0px;} 
.widget4 li {padding:11px 5px 11px 22px; margin:0px; list-style-type:none; background:url(images/li.gif) no-repeat left top; border-bottom:1px solid #efefef;}
.widget4 li a {text-decoration:none;}
.widget4 li a:visited {text-decoration:none;}
.widget4 li a:hover {text-decoration:none;}

.widget4 a {text-decoration:none;}
.widget4 a:visited {text-decoration:none;}
.widget4 a:hover {text-decoration:none;}

.widget5 h3 {
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
color:#000000;
text-transform:uppercase;
border-bottom:1px dashed #999999;
font-size:12px;
}

.widget5 ul {padding:0px 0px 0px 0px; margin:0px;} 
.widget5 li {padding:11px 5px 11px 12px; margin:0px; list-style-type:none; border-bottom:1px solid #efefef;}
.widget5 li a {text-decoration:none; font-weight:bold;}
.widget5 li a:visited {text-decoration:none;}
.widget5 li a:hover {text-decoration:none;}

.widget5 a {text-decoration:none;}
.widget5 a:visited {text-decoration:none;}
.widget5 a:hover {text-decoration:none;}
