/* /Helpers */
.clear {
  clear:both;
}

.clear_left {
  clear:left;
}

.clear_right {
  clear:right;
}

.right {
  float:right;
}

.left {
  float:left;
}
.main-right {
  float:right;
}

.main-left {
  float:left;
}
img.right {
  margin-left:15px;
  margin-bottom:15px;
}

img.left {
  margin-right:15px;
  margin-bottom:15px;
}

table.cake-sql-log {
	display:none;
}

a {
  	outline:expression(hideFocus='true');
	outline:none;
}

/* General Elements */
body {
  background:#000000 url(img/background.jpg) no-repeat fixed center center;
  font-family:Arial,sans-serif;
  color:white;
  font-size:1.2em;
  line-height:1.4em;
}

a img {
	border:none;
	outline:none;
}

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

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

a.white {
  color:#ffffff;
}

a.white:hover {
  color:#f2f2f2;
  /*color:#ed1c24;*/
}

p {
  margin-top:0;
}

/* Masthead */
.masthead {
  background:url(/img/masthead.png) no-repeat;
  width:980px;
  height:156px;
  margin:0 auto 50px auto;
  position:relative;
}

/* Navigation */
.nav_left a, .nav_right a {
  background:no-repeat top left;
  height:18px;
  display:block;
  position:relative;
  cursor:pointer;
}

.nav_left a:hover, .nav_right a:hover {
  background-position:0 -18px;
}

.nav_left {
  position:absolute;
  bottom:36px;
  left:0;
  list-style:none;
  margin:0;
  padding:0;
}

.nav_left li, .nav_right li {
	
	float:left;

}

    .nav_left a.nav_home {
		
		background-image:url( '/img/links_home.jpg' );
		width:65px;
    
	}
	
	.nav_left a.nav_schedule {
	
		background-image: url( '/img/links_schedule.jpg' );
		width: 98px;
		
	}
	
	.nav_left a.nav_videos {
	
		background-image: url( '/img/links_videos.jpg' );
		width: 80px;
		
	}
	
	.nav_left a.nav_photos {
	
		background-image: url( '/img/links_photos.jpg' );
		width: 83px;
		
	}


.nav_right {
	
	position:absolute;
	bottom:36px;
	right: 10px;
	list-style:none;
	margin:0;
	padding:0;

}

  
.nav_right a.nav_blog {

	background-image: url( '/img/links_blog.jpg' );
	width: 63px;
	
}

.nav_right a.nav_brands {

	background-image: url( '/img/links_brands.jpg' );
	width: 81px;
	
}

.nav_right a.nav_contact {

	background-image: url( '/img/links_contact.jpg' );
	width: 87px;
	
}

.nav_right a.nav_about {

	background-image: url( '/img/links_about.jpg' );
	width: 73px;
	
}

/* Content */
.content {
	overflow:hidden;
  width:980px;
  margin:0 auto;
  background:url(/img/content.jpg) repeat scroll;
/* min-height:148px;*/
  padding:10px 22px 0 22px;
}

.content_bottom {
  width:1024px;
  height:46px;
  background:url(/img/content_bottom.png) no-repeat;
  margin:-10px auto auto auto;
}

.separator {
  height:1px;
  border-bottom:white 1px dashed;
  margin:15px auto;
}

/* Brands Logos */

.brands {
  background:url(/img/brands_background.png) no-repeat;
  width:980px;
  height:111px;
  position:relative;
}

  .left_arrow, .right_arrow {
    background:no-repeat top left;
    display:block;
    cursor:pointer;
    width:28px;
    height:88px;
    position:absolute;
    top:16px;
  }

  .left_arrow:hover, .right_arrow:hover {
    background-position:-28px 0;
  }

  .left_arrow {
    background-image:url(/img/arrow_left.png);
    left:0;
  }

  .right_arrow {
    background-image:url(/img/arrow_right.png);
    right:0;
  }

  .logo_wrapper {
    height:86px;
    margin:auto;
    position:relative;
    top:9px;
    width:900px;
    overflow:hidden;
  }

    .logo_slider {
      position:absolute;
    }

    .logo_slider a {
      background:no-repeat top left;
      display:block;
      cursor:pointer;
      position:relative;
      margin:0 7px;
      float:left;
	  width:150px;
    }

      .logo_slider a.pmi_logo {
        background-image:url(/img/pmi_logo.png);
/*        width:134px;*/
        height:68px;
      }

      .logo_slider a.progressive_logo {
        background-image:url(/img/progressive_logo.png);
/*        width:134px;*/
        height:59px;
      }

      .logo_slider a.mustang_logo {
        background-image:url(/img/mustang_logo.png);
/*        width:85px;*/
        height:72px;
      }

      .logo_slider a.kuryakyn_logo {
        background-image:url(/img/kuryakyn_logo.png);
/*        width:111px;*/
        height:73px;
      }

      .logo_slider a.metzeler_logo {
        background-image:url(/img/metzeler_logo.png);
/*        width:122px;*/
        height:71px;
      }

      .logo_slider a.burly_logo {
        background-image:url(/img/burly_logo.png);
/*        width:100px;*/
        height:70px;
      }

      .logo_slider a.pirelli_logo {
        background-image:url(/img/pirelli_logo.png);
/*        width:112px;*/
        height:65px;
      }

/* Footer */
.footer {
  margin-top:22px;
}

  .footer_bottom {
    background:url(/img/footer.png) no-repeat top center;
    position:relative;
    padding-top:159px;
    width:980px;
    text-transform:uppercase;
    font-size:0.5em;
  }
    .footer_bottom_top_left {
      position:absolute;
      top:10px;
      left:0;
    }

    .footer_bottom_top_right {
      position:absolute;
      top:10px;
      right:0;
    }

    .footer_links {
      margin-left:50%;
    }

      .footer_links ul {
        list-style:none;
        margin-left:-40%;
      }

        .footer_links li {
          float:left;
        }

          .footer_links a {
            color:#ffffff;
          }

          .footer_links a:hover {
            color:#ed1c24;
          }

        .footer_links .footer_dot {
          margin:0 5px;
        }

    .footer_designed {
      float:right;
    }

      .footer_designed a {
        display:block;
        width:167px;
        height:12px;
        background:url(/img/ktc_logo.png) no-repeat;
      }

#blog_box {
	padding:0px 15px;
	font:62.5% "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	float:left;
	width:625px;
}

.entry {
	position:relative;
}

.entry .date_d {
	color:#A22B09;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:31px;
	font-weight:bold;
	left:5px;
	position:absolute;
	top:16px;
}

.entry .date_m {
	color:#9C2E0D;
	font-family:Arial,Verdana;
	font-size:15px;
	font-weight:bold;
	left:8px;
	position:absolute;
	text-transform:uppercase;
	top:5px;
}

.entry h1 a {
	font-size:34px;
	text-shadow:0 1px 0 #999;
	color: #CCC;
	margin-left:56px;
	padding-top:5px;
	letter-spacing:.05em;
	display:block;
}

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

.entry .content {
	color:#CCC;
	line-height:1.6em;
	margin:0 0 0;
	padding:10px 5px 10px 6px;
	position:relative;
	text-align:left;
	width:614px;
	font-size:13px;
}

.entry .content img {
	border:0 none;
	padding-bottom:7px;
	padding-right:12px;
	padding-top:7px;
	line-height:1em;
}

.entry .continue-link {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	letter-spacing:.05em;
	float:right;
}

.entry .comments-link {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	letter-spacing:.05em;
	float:left;
}

#comments form label {
	display:block;
	margin:5px 0px;
}

#recaptcha_widget_div {
	margin-top:10px;
	margin-bottom:10px;
}

#sidebar {
	display:block;
	width:310px;
	float:right;
	height:625px;
	padding-top:20px;
}

#sidebar #rss a.rss {
	display:inline-block;
	height:50px;
	width:50px;
	background:url('/img/rss_icon.png') no-repeat top left;
}

#sidebar .box {
	margin-bottom:50px;
}

#sidebar h2 {
	letter-spacing:.05em;
	text-shadow:0 1px 0 #999;
	color: #CCC;
	margin-left:10px;
	margin-bottom:0px;
}

#sidebar hr {
	float:left;
	width:300px;
	height:1px;
	display:block;
	border:none;
	background-color:#555;
	margin-bottom:5px;
}

#sidebar p {
	color:#CCC;
	line-height:1.6em;
	font-size:13px;
}

#sidebar ul li a {
	font-size:13px;
	font-weight:bold;
}
