/**
 * Basic style rules for all media types.  Layout independent.
 *
 * Contents:
 *   - Reset
 *   - Block Elementsents (Headings, Lists, Forms, etc)
 *   - Inline Elements (Images, Hyperlinks)
 */

/* ============================================================================
   ERIC MEYER'S RESET CSS (compressed) v1.0 | 20080212 */

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,strong,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ font-style:normal; 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}

i, em
{
    margin:0; 
    padding:0; 
    border:0; 
    outline:0; 
    font-size:100%; 
    vertical-align:baseline; 
    background:transparent;
}


/* ============================================================================
   BLOCK ELEMENTS */

html {
}

body {
    color: #333;
    font: 11px/16px Geneva, Helvetica, Arial, sans-serif;
}

address, blockqoute, ul, p {
    font-size: 11px;
    padding: 10px 0;
}

input, select, textarea {
    font: 11px/16px Geneva, Helvetica, Arial, sans-serif;
}


/* ----------------------------------------------------------------------------
   HEADINGS */

h1 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 8px 0;
}

h2 {
    color: #d79300;
    font-size: 13px;
    padding: 10px 0 0 0;
}

h3 {
    font-size: 11px;
    padding: 10px 0 0 0;
}

h4 {
}

blockquote {
    padding-left: 40px;
    padding-right: 40px;
}

ul, ol {
    padding: 0 15px;
}

ul, ul li, ol, ol li {
	width: auto;
}

ul li {
    list-style: disc;
    padding-bottom: 4px;
	margin-left: 0px;
}

hr {
    border:0;
    border-top: 1px solid #cccccc;
    height: 1px;
    margin: 10px 0;
}

/* ----------------------------------------------------------------------------
   COMBOS */

h2+p,
h2+h3 {
    padding-top: 2px;
}

h3+p {
    padding-top: 0;
}


/* ============================================================================
   INLINE ELEMENTS */

/* ----------------------------------------------------------------------------
   HYPERLINKS */

a {
    text-decoration: underline;
}

a:link {
    color: #cb9f37;
}

a:visited {
    color: #958342;
}

a:hover {
    color: #c0932b;
}
