/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}

iframe {
    width: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* #Basic Styles
================================================== */
body {
    background: #fff;
    font: 14px / 21px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%
}

/* Custom TinyMCE Styles */
body.mceContentBody, .mceContentBody td,
.mceContentBody table {
    font: 14px / 21px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444
}

.mceContentBody {
    margin: 5px;
    background-image: none;
    background-color: #fff
}

* , * :before, * :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* #Typography
================================================== */
h1,
h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: "AmbleBold", Helvetica, Arial, sans-serif
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px
}

h5 {
    font-size: 17px;
    line-height: 24px
}

h6 {
    font-size: 14px;
    line-height: 21px
}

.subheader {
    color: #777
}

h1.pagename, .catTitle {
    padding-bottom: 20px;
    font-size: 30px;
    height: 40px;
    line-height: 1.1em;
    margin: 0
}

p {
    margin: 0 0 20px
}

p:empty {
    display: none
}

p img {
    margin: 0
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555
}

hr {
    border: solid #508ac1;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 15px;
    height: 0
}

/* #Links
================================================== */
a,
a:visited {
    color: #1C4983;
    text-decoration: underline;
    outline: 0
}

a:hover, a:focus {
    color: #5283ae
}

p a, p a:visited {
    line-height: inherit
}

/* #Lists
================================================== */
ul,
ol {
    margin-bottom: 20px
}

ul {}

ol {
    list-style: decimal
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%
}

ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px
}

li {
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 30px
}

ul.large li {
    line-height: 21px
}

li p {
    line-height: 21px
}

/* #Images
================================================== */
img.scale-with-grid,
#content img, #credits img, #logo img {
    max-width: 100%;
    height: auto
}

/* #Buttons
================================================== */
a.button,
button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #f7be0e;
    /* Old browsers */
    background: #fbe4a1 -moz-linear-gradient(top, rgba(249, 228, 163, .2) 0%, rgba(254, 168, 14, 1) 100%);
    /* FF3.6+ */
    background: #fbe4a1 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 228, 163, .2)), color-stop(100%, rgba(254, 168, 14, 1)));
    /* Chrome,Safari4+ */
    background: #fbe4a1 -webkit-linear-gradient(top, rgba(249, 228, 163, .2) 0%, rgba(254, 168, 14, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #fbe4a1 -o-linear-gradient(top, rgba(249, 228, 163, .2) 0%, rgba(254, 168, 14, 1) 100%);
    /* Opera11.10+ */
    background: #fbe4a1 -ms-linear-gradient(top, rgba(249, 228, 163, .2) 0%, rgba(254, 168, 14, 1) 100%);
    /* IE10+ */
    background: #fbe4a1 linear-gradient(top, rgba(249, 228, 163, .2) 0%, rgba(254, 168, 14, 1) 100%);
    /* W3C */
    border: 1px solid #FDBB30;
    border-top: 1px solid #fee4ac;
    border-left: 1px solid #fee4ac;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: "AmbleBold", "Helvetica Neue", Helvetica, Arial, sans-serif
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover,
input[type="button"]:hover {
    color: #222;
    background: #fbe4a1;
    /* Old browsers */
    background: #fbe4a1 -moz-linear-gradient(top, rgba(254, 168, 14, .3) 0%, rgba(249, 228, 163, 1) 100%);
    /* FF3.6+ */
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 168, 14, .3)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: #fbe4a1 -webkit-linear-gradient(top, rgba(254, 168, 14, .3) 0%, rgba(249, 228, 163, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #fbe4a1 -o-linear-gradient(top, rgba(254, 168, 14, .3) 0%, rgba(249, 228, 163, 1) 100%);
    /* Opera11.10+ */
    background: #fbe4a1 -ms-linear-gradient(top, rgba(254, 168, 14, .3) 0%, rgba(249, 228, 163, 1) 100%);
    /* IE10+ */
    background: #fbe4a1 linear-gradient(top, rgba(254, 168, 14, .3) 0%, rgba(249, 228, 163, 1) 100%);
    /* W3C */
    border: 1px solid #fee4ac;
    border-top: 1px solid #FDBB30;
    border-left: 1px solid #FDBB30
}

a.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active,
input[type="button"]:active {
    border: 1px solid #FDBB30;
    background: #fdcb61;
    /* Old browsers */
    background: #FFF -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(253, 187, 38, 1) 100%);
    /* FF3.6+ */
    background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(253, 187, 38, 1)));
    /* Chrome,Safari4+ */
    background: #fff -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(253, 187, 38, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: #fff -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(253, 187, 38, 1) 100%);
    /* Opera11.10+ */
    background: #fff -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(253, 187, 38, 1) 100%);
    /* IE10+ */
    background: /* W3C */
    #fff linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(253, 187, 38, 1) 100%)
}

.button.full-width, button.full-width, input[type="submit"].full-width,
input[type="reset"].full-width, input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center
}

/* #Forms
================================================== */
form {
    margin-bottom: 20px
}

fieldset {
    margin-bottom: 20px
}

input[type="text"], input[type="password"], input[type="email"],
textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
    background: #fff
}

#recaptcha_widget_div input {
    display: inline;
}

select {
    padding: 0
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

textarea {
    min-height: 60px
}

label, legend {
    display: block;
    font-weight: 700;
    font-size: 13px
}

select {
    width: 220px
}

input[type="checkbox"] {
    display: inline
}

label span, legend span {
    font-weight: 400;
    font-size: 13px;
    color: #444
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 20px !important
}

.button {}

/* #Font-Face
================================================== */

@font-face {
    font-family: 'AmbleLight';
    src: url('../fonts/Amble-Light-webfont.eot');
    src: url('../fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-Light-webfont.woff') format('woff'),
    url('../fonts/Amble-Light-webfont.ttf') format('truetype'),
    url('../fonts/Amble-Light-webfont.svg#AmbleLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleLightItalic';
    src: url('../fonts/Amble-LightItalic-webfont.eot');
    src: url('../fonts/Amble-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-LightItalic-webfont.woff') format('woff'),
    url('../fonts/Amble-LightItalic-webfont.ttf') format('truetype'),
    url('../fonts/Amble-LightItalic-webfont.svg#AmbleLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleRegular';
    src: url('../fonts/Amble-Regular-webfont.eot');
    src: url('../fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-Regular-webfont.woff') format('woff'),
    url('../fonts/Amble-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Amble-Regular-webfont.svg#AmbleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleItalic';
    src: url('../fonts/Amble-Italic-webfont.eot');
    src: url('../fonts/Amble-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-Italic-webfont.woff') format('woff'),
    url('../fonts/Amble-Italic-webfont.ttf') format('truetype'),
    url('../fonts/Amble-Italic-webfont.svg#AmbleItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleBold';
    src: url('../fonts/Amble-Bold-webfont.eot');
    src: url('../fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-Bold-webfont.woff') format('woff'),
    url('../fonts/Amble-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Amble-Bold-webfont.svg#AmbleBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleBoldItalic';
    src: url('../fonts/Amble-BoldItalic-webfont.eot');
    src: url('../fonts/Amble-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-BoldItalic-webfont.woff') format('woff'),
    url('../fonts/Amble-BoldItalic-webfont.ttf') format('truetype'),
    url('../fonts/Amble-BoldItalic-webfont.svg#AmbleBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleLightCondensed';
    src: url('../fonts/Amble-LightCondensed-webfont.eot');
    src: url('../fonts/Amble-LightCondensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-LightCondensed-webfont.woff') format('woff'),
    url('../fonts/Amble-LightCondensed-webfont.ttf') format('truetype'),
    url('../fonts/Amble-LightCondensed-webfont.svg#AmbleLightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleLightCondensedItalic';
    src: url('../fonts/Amble-LightCondensedItalic-webfont.eot');
    src: url('../fonts/Amble-LightCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Amble-LightCondensedItalic-webfont.woff') format('woff'),
    url('../fonts/Amble-LightCondensedItalic-webfont.ttf') format('truetype'),
    url('../fonts/Amble-LightCondensedItalic-webfont.svg#AmbleLightCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?27412784');
    src: url('../fonts/fontello.eot?27412784#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?27412784') format('woff'),
    url('../fonts/fontello.ttf?27412784') format('truetype'),
    url('../fonts/fontello.svg?27412784#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?27412784#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*="icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    /* width: 1em; */

    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    /* line-height: 1em; */

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-tools-icon:before {
    content: '\e800';
}

/* '' */
.icon-stockcar-icon:before {
    content: '\e801';
}

/* '' */
.icon-roadracing-icon:before {
    content: '\e802';
}

/* '' */
.icon-rc-icon:before {
    content: '\e803';
}

/* '' */
.icon-openwheel-icon:before {
    content: '\e804';
}

/* '' */
.icon-modified-icon:before {
    content: '\e805';
}

/* '' */
.icon-kart-icon:before {
    content: '\e806';
}

/* '' */
.icon-drag-icon:before {
    content: '\e807';
}

/* '' */





