/*
Theme Name: Kleen Car
Theme URI: 
Description: Theme for Sumit Dua
Version: 2.8
Author: Sumit Dua
Author URI: 
Tags: 
*/


*{
   margin: 0;
   padding: 0;
   font-family: Calibri, Helvetica, Arial;
}

/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/* Basic Structure */

#wrapper{width: 960px;
    margin: 0 auto;

}

#header {
    background: url(images/header.jpg) no-repeat center top;
    height: 200px;
}

#nav{
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    
}

#container {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
    height: 1500px;
    
}

#content {
    width: 770px;
    height: 450px;
    float: left;
    margin-left: 200px;
    margin-top: 40px;
    position: absolute;
}

#home {
    background: url(images/carbg.jpg) no-repeat center;
    width: 770px;
    height: 450px;
    float: left;
    margin-left: 200px;
    margin-top: 30px;
    position: absolute;
}

#sidebar {
    width: 190px;
    float: left;
    margin-top: 0px;
    background: #8b8d8c repeat;
    clear: both;
    height: 1500px;
}

#footerbar {
   
}

#footer {
   
}


/* Backgrounds */

body {
   background: #c0c0c0;
}

#header h1{
   text-indent: -9999em;
}


#footerbar {
   
}

#footer {
   background: url(images/footerbg.png) no-repeat center top;
   padding-bottom: 30px;
}

/* Nav */

#nav ul{
   position: relative;
   margin-left: 3px;
   margin-bottom: -10px;
   padding: 0px;
}

#nav li{
   background: url(images/btn.png) no-repeat;
   height: 54px;
   width: 175px;
   float: left;
   margin: 5px 10px -15px 5px;
   list-style: none;
   text-align: center;
   padding: 15px 5px 0px 0px;
}

#nav ul li a{
   padding: 0px;
   color: #2e2d29;
   text-transform: uppercase;
   font-size: 16px;
   margin-left: 0px;
   

}

#nav ul li.widget {
   background: url(images/interior.jpg) no-repeat;
   margin-top: 10px;
   margin-bottom: 50px;
   margin-left: 8px;
   width: 171px;
   height: 125px;
}

#nav ul li.phone {
   background: url(images/phone.jpg) no-repeat;
   width: 139px;
   height: 24px;
   margin-left: 25px;
   margin-bottom: 15px;
}

#nav a:hover{
   color: #767a79;
 
}

#sidebar img {
   margin-left: 10px;
}

#sidebar #phone img {
   background: none;
   margin-left: 25px;
}

#sidebar ul li {
   list-style: none;
}


/* Title */

#title{

}

.post h2{
   float: left;
   font-size: 24px;
   font-family: Times, serif;
   font-style: italic;
   padding-right: 5px;
   margin-left: 29px;
}

.rss{
   display: block;
   width: 19px;
   height: 19px;
   text-indent: -9999em;
   background: url(images/rss.png);
   float: left;
}

#title small{
   clear: both;
   display: block;
}

/* Posts */

.post p{
   margin: 10px 15px;
   float: left;
   clear: both;
   margin-left: 30px;
}

.top{
   padding: 10px;
   font-size: 14px;
   font-family: Tahoma, sans-serif;
   font-weight: bold;
   line-height: 18px;
}

.postImage{
   float: left;
}

.postImage img{
   padding: 4px;
}

.entry{
   width: 700px;
   float: left;
   padding: 0 0 0 10px;
}

.postmetadata{
   font-weight: bold;
   margin-bottom: 10px;
}

.bottom{
   height: 30px;
   line-height: 30px;
   text-align: right;
   padding-right: 10px;
}

.bottom p{
   color: #fff;
   font-size: 12px;
}

.bottom p a{
   color: #fff;
   text-decoration: none;
}

/* Sidebar */

#widget img{
   padding-top: 0px;
}

#phone img{
   padding-top: 20px;
   margin-bottom: 100px;
   margin-left: 15px;
}


small{
   color: #bdc67d;
   font-size: 12px;
   font-weight: bold;
}

h1, h2, h3, h4{
   color: #404040;
}

a{
   color: #404040;
   text-decoration: none;
}

a:hover{
   color: #828282;
}













