 
      /*  
 
      Theme Name: The Biker Place V2
 
      Theme URI: http://www.thebikerplace.com
 
      Description: A dark wordpress theme designed to showcase motorcycle racers.

      Author: Shaun Graham

      Author URI: http://www.vanzantdesign.com/

      Version: 1.0
      Tags: motorcycle racing, dark, black, grunge

      Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
      http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
      */

* v1.0 | 20080212 CSS RESET */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

ol {
list-style-type:decimal;
font-size:13px;
}

ol li {
padding:10px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
  border:none;
}

.clear {
  clear:both;
}

.left {
  float:left;
  padding:10px;
}

.right {
  float:right;
  padding:10px;
}

/* Main structural styling */

span.temporary {
  background-color:yellow;
  colour:#00000;
  border: 2px solid #9c9600;
  display:block;
  width:500px;
  padding:20px;
  line-height: 40px;
  font: normal 12px georgia;
  position:absolute;
  left:600px;
  top:40px;
}

#container {
  width: 98em;
  margin: 0 auto;
}

body {
	font:normal 65% helvetica, arial, sans-serif;
        background: rgb(0,0,0) url(img/bg-noise.png) no-repeat;
	background: rgba(0,0,0,1) url(img/bg-noise.png) no-repeat;
	color: rgba(0,0,0,.8);
	}

#header {
  width 100%;
}

#contentScroller {
  background: rgb(0,0,0);
  color: #ffffff;
  width:880px;
  margin: 20px auto 40px auto;
  margin-left:50px;
  min-height:300px;
  
}

#primaryContent {
  width:60%;
  background: rgb(255,255,255);
  color:#000;
  float:left;
  margin-left:50px;
  margin-bottom:40px;
  -moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#primaryContent h2 {
   font-family:georgia;
  font-size:2.5em;
  color: rgb(32,32,32);
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  margin-left: 10px; 
}

#primaryContent h3 {
  font-family:georgia;
  font-size:2em;
  color: rgb(32,32,32);
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  margin-left: 10px;
}

#primaryContent p {
  margin-left:10px;
  margin-right:10px;
  line-height:20px;
  font-size:1.3em;
}

#secondaryContent, #furtherContent {
  width: 25%;
  background: rgb(255,255,255);
  color:#000;
  float:right;
  margin-right:50px;
  margin-bottom:40px;
  -moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#secondaryContent h2, #furtherContent h2 {
  text-align:center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  font-size:2.5em;
}

#furtherContent h3 {
  text-align:center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  font-size:2em;
}

#furtherContent ul {
  padding:0px;
  margin:0px 20px 0px 20px;
  font-size:1.3em;
}

#furtherContent ul li {
  padding-bottom:20px;
}

#furtherContent ul a:link, #furtherContent ul a:visited {
  text-decoration:none;
  color: rgb(192,0,0);
}

#furtherContent ul a:hover {
  color: rgb(0,0,0);
  text-decoration:underline;
}

#footer {
  background: rgb(0,0,0);
  width:100%;
  clear:both;
}

#header h1#logo, #header h1#logo a:link, #header h1#logo a:visited {
  font-family:georgia;
  font-size:40px;
  color: rgb(224,224,224);
  text-shadow: 0 2px 1px rgba(255,255,255,0.4);
  margin-left: 20px;
  text-decoration: none;
}

#header p.tagline {
  font: normal 20px georgia;
  margin:-10px 0 0 50px;
  color: rgb(224,224,224);
}

/* top navigation */

#header ul.topNav {
  margin: 40px auto 20px auto;
  background: url(img/nav-bg.png) no-repeat;
  width:87%;
  height:50px;
}

#header ul.topNav li {
  float:left;
}

#header ul.topNav li a:link, #header ul.topNav li a:visited {
  text-decoration:none;
  font-size: 20px;
  color: rgb(255,255,255);
  width:100px;
  height:50px;
  display:block;
  background: url(img/nav-hover.png) no-repeat;
  background-position: 0px 0px;
  line-height:50px;
  margin-right: 50px;
  text-align:center;
}

#header ul.topNav li a:hover {
  background-position: 0px -50px;
}


/* ----------- styling posts links and meta data on home page ------------- */

div.post h2, div.post h2 a:link, div.post a:link, div.post h2 a:visited, div.post a:visited {
  font-family:georgia;
  font-size:16px;
  color: rgb(192,0,0);
  text-decoration: none;
}

div.post h2 a:hover, div.post a:hover {
  text-decoration:underline;
}

div.post {
  border-bottom: 1px solid rgba(40,40,40,0.3);
}

div.entry-meta, div.entry-utility {
  margin-left:10px; 
  font-size:10px;
}

div.entry-meta a:link, div.entry-meta a:visited, div.entry-utility a:link, div.entry-utility a:visited {
  font-size:10px;
}

div#nav-below {
  margin: 20px 10px;
  text-align:center;
}

div.nav-previous a:link, div.nav-next a:link, div.nav-previous a:visited, div.nav-next a:visited {
  text-decoration:none;
}

div#secondaryContent .textwidget img {
  margin: 10px 5px;
}


/* ---------- footer ------- */

#footer {
  width: 90%;
  margin: 0 auto;
  min-height:150px;
  background: rgb(79,74,74);
  background: rgba(79,74,74,0.6);
  border: 1px solid #000000;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
  padding-left:5%;
}

#footer div.widget {
  width:30%;
}

#footer div#fresh-comments {
  float:left;
  margin-right:20px;
}

#footer div#fresh-comments ul {
  background: rgb(224,224,224);
  background: rgba(224,224,224,0.5);
  padding:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#footer div#fresh-comments ul li, #footer div#linkcat-2 ul li {
  margin-bottom:10px;
}

#footer div#fresh-comments ul li a:link, #footer div#linkcat-2 ul li a:link {
  color:rgb(192,0,0);
}

#footer div#fresh-comments h2, #footer div#twitter-3 h2, #footer div#twitter-3 h2 a:link, #footer div#twitter-3 h2 a:visited, #footer div#linkcat-2 h2 {
  font-family:georgia;
  font-size:20px;
  color: rgb(224,224,224);
  text-shadow: 0 1px 1px rgba(255,255,255,0.4);
  margin-left: 20px;
  text-decoration: none;
}


#footer div#twitter-3 {
  float:left;
  margin-right:20px;
  height:320px;
  background: url(http://www.thebikerplace.com/wp-content/uploads/2010/02/twitter.png) no-repeat bottom left;
}

#footer div#twitter-3 ul.tweets li, #footer div#twitter-3 p {
  background: rgb(224,224,224);
  background: rgba(224,224,224,0.5);
  padding:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#footer div#linkcat-2 {
  float:left;
}

#footer div#linkcat-2 ul {
  background: rgb(224,224,224);
  background: rgba(224,224,224,0.5);
  padding:10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}


/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:882px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}			
						

/* // Easy Slider */

span.show-tooltip-text { 
	display: none; 
	position: absolute; 
	font-size: 1.8em; 
	background: rgba(144,144,144,0.9) ; 
	padding: 12px; 
	padding-left: 12px; 
	padding-right: 12px; 
	color: white; 
}

/* --------- search form -------- */

#searchform {
 margin-top:-10px;
}

#searchform #searchsubmit {
  width:200px;
  margin: 0px 22px 40px 22px;
} 

#searchform .screen-reader-text {
  display:none;
}

#searchform #s {
  width:200px;
  margin: 10px 22px;
}

/* ------- Racer List ---- */
  ul#racerList li, ul#racerList li a:link, ul#racerList li a:visited, ul.racerList li, ul.racerList li a:link, ul.racerList li a:visited {
    text-decoration: none;
    color: rgb(0,0,0);
    font-size: 1.3em;
    margin-top:15px;
}

ul#racerList li a:hover, ul.racerListli a:hover {
  text-decoration:underline;
  color: rgb(176,0,0);
}

.silkolene, .metzeler-1000, .metzeler-superstock, .superteens, .bsbgp {
  margin-bottom:60px;
}

.profile {
  float: right;
  width: 250px;
  border: 2px solid #ffff00;
  background: #ffffcc;
  padding: 5px;
  margin: 15px;
}

.profile dt {
  font: normal 15px georgia;
  font-weight:bold;
  padding: 10px 0px;
}

.profile dd {
 font: normal 13px georgia sans-serif;
}


/* ------- Comments Styling ---- */

span#commentsNumber {
  font-family:georgia;
  font-size:20px;
  color: rgb(40,40,40);
  text-shadow: 0 1px 1px rgba(255,255,255,0.4);
  margin-left: 20px;
}

.commentlist {
  width:80%;
  clear:both;
}

.commentlist .quote {  
    background:url(img/bg_quote.gif) no-repeat top right; 
    min-height: 80px; 
    }  
  
.commentlist li {  
    padding: 5px 18px 22px 18px;  
    margin-top:15px;  
    background:#454545;  
    color:#e4edee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
    }  
  
.commentlist cite { 
    display:block;  
    font-style:normal  
    }  
  
.commentlist cite a:link, .commentlist cite a:visited {  
    color:rgb(0,0,0);  
    text-decoration:none;  
    }  
  
.commentlist cite a:hover, .commentlist cite a:active {  
    color:rgb(160,0,0);  
    text-decoration:underline;  
    } 

form#commentform textarea {
 width:90%;
}

/* log in form */


#text-378328954 {
  width:50%;
  float:right;
  margin-top:10px;
}

  #members-widget-login-3 p.message {
  font-family:georgia;
  font-size:13px;
  color: rgb(200,200,200);
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  margin-left: 20px;
  padding-bottom:10px;
}

  #members-widget-login-3 h2, #text-378328954 h2 {
  font-family:georgia;
  font-size:20px;
  color: rgb(200,200,200);
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  margin-left: 20px;
  padding-top:20px;
}  

#members-widget-login-3 {
  font-family:georgia;
  font-size:14px;
  color: rgb(200,200,200);
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  display:block;
  margin-top:10px;
  margin-left:20px;
  width:35%;
  float:left;
}

#text-378328954 p {
  font-family:georgia;
  font-size:14px;
  color: rgb(200,200,200);
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  margin-left:20px;
}

#text-378328954 p a:link, #text-378328954 p a:visited {
  color: rgb(192,0,0);
  text-decoration:none;
}

#text-378328954 p a:hover, #text-378328954 p a:active {
  text-decoration:underline;
}

#members-widget-login-3 #log, #members-widget-login-3 #pwd {
  margin-top:10px;
  margin-left: 20px;
}

#members-widget-login-3 input.log-in {
  margin-left:20px;
}

#header ul.login {
  background: rgb(160,160,160);
  background: rgba(160,160,160,0.5);
  width:100%;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius:15px;
  margin-top:-30px;
}

#header ul.login li {
  display:inline;
  padding:0 20px 0 20px;
}

#header ul.login li a:link, #header ul.login li a:visited {
  text-decoration:none;
  color: rgb(255,255,255);
  font-size:1.3em;
  line-height:30px;
}

#header ul.login li a:hover {
  color: rgb(0,50,255);
}

div#loginTab {
 margin-top:-10px;
  background: rgb(160,160,160);
  background: rgba(160,160,160,0.5);
    line-height:30px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius:15px;
  padding-left:15px;
}

span.welcome {
  font-family:georgia;
  font-size:14px;
  color: rgb(200,200,200);
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  padding-right:15px;
}

span.welcome em {
  margin-right:5px;
}

#loginTab a:link, #loginTab a:visited, #closeTab a:link, #closeTab a:visited {
  text-decoration:none;
  color: rgb(192,0,0);
  font-family:georgia;
  font-size:14px;
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  padding:5px;
}

#loginTab a:hover {
  background: rgb(255,255,255);
  padding:5px;
}

.credits {
display:none;
}

.alignright {
  float:right;
  padding:5px;
}

.alignleft {
  float:left;
  padding:5px;
}

div#pm4wp-widget-3 {
  width:500px;
  position:absolute;
  top:20px;
  right:150px;
  font-family:georgia;
  font-size:14px;
  color: rgb(200,200,200);
  text-shadow: 0 1px 1px rgba(40,40,40,0.4);
  padding-right:15px;
}

div#pm4wp-widget-3 a:link, div#pm4wp-widget-3 a:hover, div#pm4wp-widget-3 a:visited {
  position:absolute;
  right:40px;
  top:8px;
}

div#pm4wp-widget-3 ol {
  display:none;
}

div.textwidget h3 {
  margin-left:20px;
}