/*

------------------------------------------------------------------

- hi.Carpfarm :: Stylesheet -

Project:        Reciprocal Media LLC
Version:        1.0
Last change:    10/13/09
Media:            Screen


------------------------------------------------------------------


***  Styleguide ***
------------------------------------------------------------------


- Table of contents - (TO DO)

1. Body
    2. Content / #wrap
        1.1. Teaser Logo / #mainContent
    


- Colors -

Background:        #ffffff (white)
Content/Text:   #000000 (black)
Header h1:        N/A
Header h2:        N/A
Footer:            N/A

a (standard):    N/A
a (visited):    N/A
a (active):        N/A
a (hover):      N/A


- Typography -

Body copy:            N/A
Headers:            N/A
Input, textarea:    N/A
Sidebar heading:    N/A

Notes:    my markup brings all the li's to the ul. Ayyyyyy


*/


/* Reset Everything
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
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: Verdana, Arial, Helvetica, sans-serif;*/
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

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

/* 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: "" "";
}


/*  Layout
---------------------------------------------------------- */

body {
    background:#fcf8ea url(../images/header_top.png) no-repeat top;
	font:normal 1.3em Georgia, "Times New Roman", Times, serif;
}

#wrap {
    margin:25px auto;
    padding:0;
	text-align:center;
}

a, a:link, a:visited {
	color:#9bcee8;	
}

p {
	margin:8px 0;
}

.attn {
	font-size:.9em;
	color:#999;
	font-style:italic;
}

.contact {
	font-size:.7em;	
}

