/* @override http://192.168.121.129:2009/media/css/basics.css */

/*
------------------------------------------------------------------------------

Tracktice
Basics Stylesheet

Author:   Bryan Veloso
Version:  2009.05

------------------------------------------------------------------------------ */


/* =Style Reset
   <http://meyerweb.com/eric/tools/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; }
:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* =Typography
------------------------------------------------------------------ */

@font-face { 
    font-family:GraublauWeb; 
    src:url(../fonts/GraublauWeb.otf);
}
@font-face { 
    font-family:GraublauWebBold; 
    src:url(../fonts/GraublauWebBold.otf); 
    font-weight:bold; 
}
@font-face { 
    font-family:"Fertigo"; 
    src:url(../fonts/Fertigo_PRO.otf);
    font-weight: normal;
}
@font-face { 
    font-family:"Fertigo"; 
    src:url(../fonts/Fertigo_PRO.otf);
    font-weight: bold; 
}
@font-face { 
    font-family:"Fertigo"; 
    src:url((../fonts/Fertigo_PRO.otf); 
    font-weight:italic; 
}

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, button, input, textarea {
    color: #333;
    font-family: 'Fertigo', Helvetica, Arial, serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-shadow: 0 0 -1px #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GraublauWebBold';
    font-weight: normal;
    margin: 0;
}
h1 { font-size: 24px; line-height: 36px; padding: 9px 0; }
h2 { font-size: 18px; line-height: 24px; padding: 9px 0; }
h3 { font-size: 14px; line-height: 18px; padding: 9px 0; }
h4 { font-size: 12px; line-height: 18px; padding: 9px 0; }
h5 { font-size: 12px; line-height: 18px; padding: 9px 0; }
h6 { font-size: 10px; line-height: 18px; padding: 9px 0; }

h1 {
	border-bottom: 3px solid #3c6;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px;
	padding: 9px 10px;
}
h1 small {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}
h1 span {
	float: right;
	font-weight: normal;
	font-size: 11px;
}
h1 span span {
	float: none;
	color: #fff;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

p {
    padding-bottom: 10px;
}