/*
Theme Name: Car Line
Theme URI: http://www.simplewpthemes.com
Description: Theme Description
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
Tags: gray, fixed width, three columns, widgetized
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/superfish.css");
@import url("css/featuredcats.css");
@import url("css/pagenavi-css.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #CC0033;
  text-decoration: none;
}

a:hover {
  color: #000;
}
/***************END LINKS*************************/

html body {
  background: #000000 url(images/bg.jpg) repeat-x;
  font-size: 12px;
  font-family: Trebuchet MS;
  min-height: 1050px;
height:auto !important;
height: 100%;
}

/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto;
  width: 960px;
}
#header {
  width: 960px;
  height: 204px;
  background: url(images/header.jpg) no-repeat;
}

.description {
  padding-top: 110px;
  margin-left: 90px;
  color: #fff;

}


/***************NAVIGATION*************************/

#top {
  clear: both;
  width: 960px;
  height: 40px;
  margin-top: 45px;
  margin-left: 15px;
}

#top li {
  float: left;
  margin: 2px;
}

#top li a {
  float: left;
  display: block;
  padding: 14px;
  color: #CC0033;
  font-family: Calibri;
  font-size: 14px;
  font-weight: bold;

}
#top li li {
  display: none;
}




/***************NAVIGATION*************************/

.aboutimage {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0px 5px 5px 5px;
}
#contentwrap {
  float: left;
  width: 613px;
  min-height: 1500px;
height:auto !important;
height: 100%;
  background: #e2e9ee;
}
#topbar {
  float: left;
  width: 347px;
  background: #464646 url(images/topbar.jpg) no-repeat scroll top;
  padding-top: 5px;
}
#searchform {
  color: #fff;
  margin-left: 30px;
  background: url(images/sep.gif) repeat-x scroll bottom;
  width: 278px;
  padding-bottom: 5px;
}
#s {
  width: 190px;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  background: #212121;
  border: none;
  height: 19px;
  color: #fff;
}
#searchsubmit {
  background: url(images/search.png) no-repeat scroll top;
  border: none;
  width: 36px;
}
h4.adv {
  color: #fff;
  margin-left: 30px;
  float: left;
  display: inline;
  margin-top: 10px;
  font-weight: normal;
}


#sidebar {
  float: left;
  width: 153px;
  border-right: 2px solid #40403f;
}
#sidebar2 {
  float: right;
  width: 192px;
}


/* ADVERT */

.advert{
 float: left;
 padding:5px;
 background: url(images/advert.png) no-repeat;
 height: 270px;
 width: 270px;
 margin: 10px 10px 10px 27px;
 display: inline;
 }

.advert img{
 padding:3px 5px 4px 5px;
 border:none;
 margin:0;
 float: left;
 }
.bb {
  background: url(images/sep.gif) repeat-x scroll bottom left;
  overflow: hidden;
  padding-bottom: 20px;
  width: 290px;
}


/* END ADVERT */
.custom_images {
  background: url(images/sep.gif) repeat-x scroll bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  width: 295px;
}


.custom_images img {
  margin: 0;
  padding: 0;
  margin-left: 4px;
}
#subbar {
  width: 345px;
  float: right;
}


#featured-video, #about {
  width: 345px;
  float: right;
  background: #0f0f0e;
  color: #fff;
}
#featured-video h3 {
  margin-bottom: 0px;
}
.padd {
  padding: 5px 5px 5px 8px;
}


#footer {
  width: 100%;
  clear: both;
  text-align: center;
  height: 20px;
  padding: 20px 0;
  background: #000000;
  line-height: 20px;
  color:#CC0033;
}
.sponsors a, #footer a{
  text-align: center;
  color: #CC0033;
}
.inside {
  padding: 20px;
}
/***************END LAYOUT*************************/

/***************WP STYLES*************************/

#sidebar h3, .widget h3, #featured-video h3, #about h3 {
  padding: 10px;
  font-size: 14px;
  background: url(images/h3.jpg) repeat-x;
  color: #000;
}

.side-widget {
  width: 153px;
  background: #0f0f0e;
}

.side-widget ul li, .widget ul li {
  line-height: 25px;
  padding: 0 15px;
  border-bottom: 1px solid #161614;
  color: #CC0033;
}
.side-widget li:hover {
  background: #0c0c0c;
}
.side-widget ul li:hover li{
  background: #0F0F0E;
}


.side-widget a, .side-widget a:visited, .widget a, .widget a:visited {
  color: #fff;
}
.side-widget a:hover {
  color: #ccc;
}


.side-widget ul li ul li, .widget ul li ul li {
  margin: 0;
  padding: 0;
  width: 133px;
  border-bottom: none;
  border-top: 1px solid #161614;
}

.widget {
  width: 192px;
  background: #0f0f0e;
}
.widget ul li:hover {
  background: #000000;
}
.widget ul li ul li {
  width: 177px;
  margin: 0 0 0 -15px;
  padding: 0 0 0 15px;
}


.widget a:hover {
  color: #CC0033;
}
.widget li:hover ul li {
  background: #0f0f0e;
}
.widget li:hover li:hover {
  background: #000000;
}


/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 10px;
}

.post h2 a, post h2 a:visited {
  color: #000000;
}

.post h2 a:hover {

}

.meta {
  background: #0f1b23 url(images/meta.gif) no-repeat scroll left;
  padding: 8px;
  color: #fff;
  margin-top: 10px;
  margin-left: -2px;
}

.cat a {
  color: #CC0033;

}

.author {

}
.edit {

}

.comm a{
  color: #fff;
}

a.more-link {

}

.metatop {
  color: #CC0033;
}

.post {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Verdana;
}

.entry {
  margin-top: 10px;
  line-height: 20px;
  text-align: justify;
}

.entry li {
  margin-left: 20px;
  list-style: circle;
}

.entry ol li {
  list-style: decimal;
}

blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}

blockquote p {
  padding: 10px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}
.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}

caption {
  background: #ccc;
  width: 100%;
  color: #000;
}

#wp-calendar {
  color: #fff;
}

th {
  padding: 7px;
}

td a:link {
  background: #ccc;
  padding: 1px 6px;
  color: #000;
  line-height: 29px;
}

/***************END WP STYLES*************************/



