/*

Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0

*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

/*

Superbike Blog
Sitewide CSS file for layout and style
(c) 2009 Andrew Fear 

*/

body
{
	font-family:Verdana, Helvetica, Arial, Sans-Serif;
	font-size:0.8em;
	color:#fff;
	background-color:#7E7664;
}

:focus
{
        outline:0;
}

a, a:visited
{
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}

a:active, a:hover
{
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}

p
{
        font-size:0.95em;
	line-height:1.9em;
	padding:0;
	margin:0;
	margin-bottom:15px;
}

li
{
	line-height:1.975em;
}

h1
{
        font-size:1.5em;
        margin-bottom:15px;
        color:#9a3311;
        font-family:Arial, Verdana, Sans-Serif;
}

h2
{
        font-size:1.2em;
        margin-bottom:15px;
        color:#fff;
        font-weight:bold;
}

a img
{
        border:0;
}

#pageWrapper
{
	width:750px;
	background-color:#000;
	margin:auto;
}

#topSection
{
        width:750px;
        height:10px;
        background-color:#5d1b09;
}

#logoWrapper
{
        width:750px;
        height:76px;
        background-color:#9a3311;
}

#navWrapper
{
    width:750px;
    height:342px;
    background-image:url(images/ktm.jpg);
    background-repeat:no-repeat;
}

#mainWrapper
{
    width:710px;
    min-height:250px;
    background-color:#151515;
    padding:20px;
}

#innerWrapper
{
    width:440px;
    margin-right:40px;
}

#rightWrapper
{
    margin-top:46px;
    width:180px;
}

/*

Persistant Menu
CSS Rollovers

*/

a#menuNews
{
    display: block;
    width: 166px;
    height: 28px;
    background-image:url(images/menuWhole.png);
    background-repeat:no-repeat;
    background-position:0 -308px;
    border:0;
}

a#menuNews:hover
{
    background-position:0 -252px;
}

.standingsPosition
{
    width:40px;
    font-size:0.9em;
}

.standingsRider
{
    width:120px;
    font-size:0.9em;
}

.standingsPoints
{
    width:40px;
    font-size:0.9em;
}

/*

Classes

*/

.publish
{
    font-size:0.9em;
    margin-bottom:10px;
}

.date
{
    color:#d07d61;
}

a.noBorder
{
    border:none;
}

.menuItem
{
    margin-bottom:6px;
}

.contentImage
{
    border:5px solid white;
}

.caption
{
    color:#d07d61;
    font-size:0.85em;
}

.standings
{
    color:#9a3311;
    text-decoration:underline;
    font-weight:normal;
}

.white
{
    color:#fff;
}

.brown
{
    color:#9a3311;
}

.bold
{
    font-weight:bold;
}

.clear
{
	overflow:auto;
}

* html .clear { height:1%; }

.fLeft
{
    float:left;
}

.fRight
{
    float:right;
}
