/*----------------------------------------------------------------------
    typography.css

    Sets up typography and baseline grid. This is a slightly modified
    version of Blueprint's typography.css
    http://code.google.com/p/blueprintcss/

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

body {
    font-size: 12px;
    line-height: 21px;
    color: #2f2f2f;
    font-family: Helvetica, Arial, sans-serif;
}

/* =HEADINGS
========================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 { font-size: 24px; }
h2 {
    margin-bottom: 20px;
    padding-bottom: 6px;
    font-size: 20px;
    color: #392f2c;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

    #join_message h2 {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
    }

h3 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #ffa13c;
    font-weight: bold;
    line-height: 16px;
}

    #aside h3 {
        padding-bottom: 6px;
        color: #69be58;
        line-height: 21px;
        text-align: center;
        border-bottom: 1px solid #efeee6;
    }
    
    .item h3 {
        display: block;
        margin-bottom: 6px;
    }
    
    .stats h3 {
        text-transform: uppercase;
        font-size: 10px;
        margin-bottom: 0;
    }

h4 {
    font-size: 14px;
    font-weight: bold;
}

	#about h4 
	{
		font-size: 1em;
	}

    #home h4 {
        margin-bottom: 12px;
        color: #ffffff;
    }
    
    .item_display h4 {
        display: block;
        font-size: 10px;
        color: #767666;
        text-transform: uppercase;
        margin-bottom: 6px;
    }
    
    .item_review h4 {
        font-size: 16px;
    }
    
    .profile_table h4 {
        font-weight: bold;
        margin-bottom: 5px;
    }

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 { font-size: 12px; }

.replaced {
    display: block;
    text-indent: -1000em;
    background-repeat: no-repeat;
}

/* Image Replacement */
#heading_already_member {
    width: 220px;
    height: 20px;
    background: url(../Images/home/sprites.png) -290px -90px;
}

#how_it_works h3 {
    display: block;
    margin-bottom: 30px;
    height: 50px;
    background: url(../Images/home/sprites.png) center -180px no-repeat;
}

#join_message h2 {
    width: 580px;
    height: 90px;
    background: url(../Images/home/sprites.png) left top no-repeat;
}

/* =TEXT ELEMENTS
========================================*/
p { margin: 0 0 1em 0; }
ul { list-style-position: outside; list-style-type: none; }
ol { list-style-position: outside; }
ul, ol { margin: 0 0 1.5em 0; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: normal; }
dd { margin: 0; }

abbr, acronym { border-bottom: 1px dotted #73706e; cursor: help; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

blockquote { padding: 0 25px; background: url(../images/back-blockquote.png) left top no-repeat; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em "Courier New", "Lucida Console", monospace; line-height: 1.5; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; }

/* =Content --------------------------- */
.amp {
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
    font-style: italic;
    font-weight: normal;
    line-height: 0;
    position: relative;
}

.caps {
    font-size: 0.92858em;
    font-variant: small-caps;
    text-transform: uppercase;
}

/* Pager */
.pageNumbers {
    clear: both;
    font-weight: bold;
    display: inline;
}

.pageNumbers li {
    display: block;
    float: left;
    margin-right: 2px;
}

.pageNumber a {
    display: block;
    float: left;
    border:solid 1px #DDDDDD;
    padding: 3px 10px;
}

.selectedPageNumber
{
    background-color: #FF4A26;
    color: White;
    border: solid 1px #FF4A26;
    padding: 3px 10px;
}

.member_info {
    margin-bottom: 0;
}

.member_info dd {
    line-height: 1em;
}

    .member_info dd.name {
        padding-bottom: 0.25em;
    }

#item_info dt,
#network_info dt {
    margin-top: 0.5em;
    padding-top: 0.25em;
    color: #ffa13c;
    font-weight: bold;
}

    #item_info dt:first-child,
    #network_info dt:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    
#item_info_minor dt {
    margin-top: 0.5em;
    padding-top: 0.25em;
    font-weight: bold;    
}

    #item_info_minor dt:first-child {
        margin-top: 0;
        padding-top: 0;
    }

#footer,
#fine_print {
    color: #cac8c8;
}

    #footer .blog_posts {
        list-style-type: disc;
    }

#important-message {
    color: #ffa13c;
}

/* =TABLE
========================================*/
table {
    text-align: left;
    line-height: 1.25em;
}

th,
td {
    vertical-align: middle;
}

td.item_distance {
    text-align: center;
}


/* =LINKS
========================================*/
a:link,
a:visited { color: #ff4a26; text-decoration: none; }
a:hover,
a:active { color: #ff4a26; text-decoration: underline; }

.item h3 a:link,
.item h3 a:visited,
.item_display table h3 a:link,
.item_display table h3 a:visited { color: #1e8cd1; }

/* =UTILITY CLASSES
========================================*/
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

span.tip { color: #888; font-style: italic; }