/*==================================================
 * 
 * Filename: style.css
 * Website: f4i.modyourbike.com
 * Author: Cryode Studios
 * Date Created: 11/2/2008
 * Media: Screen
 * 
 * Description
 * -----------
 * Sitewide CSS for the F4i info site @ Mod Your Bike
 * 
 *==================================================*/
 
 
/*=========== 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/*=========== Body / Containers ============================*/

body {
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 0.9em;
}

#container {
    width: 900px;
    margin: 0 auto;
}

#main {
    padding: 10px 0 30px;
    text-align: left;
}

#half-left {
    float: left;
    width: 430px;
    padding-top: 20px;
}

#half-right {
    margin-left: 470px;
    padding-top: 20px;
}

    #half-right ul li {
        margin-bottom: 5px;
    }

/*=========== Defaults ============================*/

a, a:visited {
    color: #D6003C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { 
    font-family: Tahoma;
}

.content h2, .content h4, .content h5, .content h6 {
    font-weight: bold;
}

.content h1 {
    font-size: 2.0em;
    margin: 20px 0 30px;
}

.content h2 {
    font-size: 1.8em;
    color: #666;
}

.content h3 {
    font-size: 1.6em;
    color: #DDB91D;
}

.content h4 { font-size: 1.4em; }

.content h5 {
    font-size: 1.2em;
    color: #666;
}

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

img.left {
    float: left;
    margin-right: 20px;
}

img.right {
    float: right;
    margin-left: 20px;
}

.clear:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

blockquote {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin: 20px 0;
}

.content ul {
    list-style: circle outside;
    margin: 15px 20px;
    line-height: 1.3em;
}

table tr.alt {
    background-color: #eee;
}

.content input.text,
.content textarea {
    background: url(/images/site/fieldbg.png) repeat-x;
    border: 1px solid #ccc;
    padding: 5px 4px 4px;
}

.content input.text {
    width: 500px;
}

.content textarea {
    width: 100%;
}

/* Indents Paragraphs */
.indent p { text-indent: 15px; }

/*=========== Header / Nav ============================*/

#header {
    position: relative;
    height: 250px;
    background: url(/images/site/header.png) no-repeat;
}

#header #nav {
    position: absolute;
    top: 200px;
    left: 100px;
    width: 700px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
}

#header #nav ul li {
    display: inline;
    margin: 0 15px;
}

#header #nav ul li a {
    color: #fff;
    text-decoration: none;
}

#header #nav ul li a:hover {
    border-bottom: 2px solid #D6003C;
}

/*=========== Information ============================*/

/* Owners manual sidebar */

#main .owners-manual {
    float: right;
    width: 160px;
    padding: 15px;
    margin: 0 0 25px 25px;
    background-color: #C4E3FF;
    border: 1px solid #1491FF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#main .owners-manual p {
    text-indent: 0;
    margin: 0;
}

#main .owners-manual .link {
    text-align: center;
    margin-top: 10px;
}

/* Manuals download page */

#main .manuals a, #main .manuals a:visited {
    padding: 4px 10px 4px 34px;
    background: url(/images/site/download.png) no-repeat;
    color: #1491FF;
}

#main .manuals em.note {
    font-size: 0.75em;
    font-style: italic;
}

/*=========== Content ============================*/

.breadcrumb {
    position: relative;
    height: 25px;
    line-height: 25px;
    background: url(/images/site/f4i-tiny.png) no-repeat 0 5px;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 0.7em;
}

.breadcrumb a {
    color: #777;
    text-decoration: none;
}

.breadcrumb a:hover { text-decoration: underline; }

.breadcrumb .measure {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 25px;
    line-height: 25px;
    text-align: right;
}

/*=========== Footer ============================*/

#footer {
    position: relative;
    clear: both;
    border-top: 4px solid #000;
    padding-top: 8px;
    height: 40px;
    font-size: 0.7em;
    color: #666;
}

#footer a {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    border-bottom: 1px dashed #333;
}

#footer .right {
    position: absolute;
    top: 4px;
    right: 0;
    width: 300px;
    height: 40px;
    line-height: 1.5em;
    text-align: right;
}

#adsense {
	margin-top: 5px;
	width: 470px;
	height: 20px;
}

/*=========== Specs ============================*/

.specs h4 {
    float: left;
    width: 200px;
}

.specs .data {
    width: 700px;
    font-size: 0.75em;
    line-height: 1.3em;
    margin: 0 0 30px 200px;
    border: 1px solid #AAA;
    border-width: 1px 0;
}

.specs .data tr td {
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.specs .data tr td.item {
    width: 160px;
    padding-right: 25px;
    text-align: right;
    font-weight: bold;
}

/*=========== Submit Info ============================*/

#submitinfo label {
    display: block;
    width: 500px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 0.9em;
}

#submitinfo label em {
    margin-left: 10px;
    font-style: normal;
    font-size: 0.8em;
}

#submitinfo label em.invalid { color: #c00; }
#submitinfo label em.success { color: #999; }

#submitinfo input.invalid, #submitinfo textarea.invalid { border-color: #c00; }
