/*
Theme Name: Salvagetti 2009
Theme URI: http://salvagetti.com/
Description: Salvagetti Theme
Version: 0.2
Author: Cory Grunkemeyer
Author URI: http://salvagetti.com/
*/


/* CONTENT TYPOGRAPHY */

#content h2 {
padding: 0 0 5px 0;
font-size: 40px;
color: #d20000;
}

#content h2 a {
font-size: 40px;
color: #d20000;
text-decoration: none;
}

#content h3 {
font-size: 18px;
padding: 0 0 10px 0;
}

#content h4 {
font-size: 14px;
padding: 0 0 5px 0;
}

#content h5 {
font-size: 12px;
padding: 0 0 5px 0;
}


#content h6 {
font-size: 11px;
padding: 0 0 5px 0;
}


#content p {
padding: 0 0 20px 0;
line-height: 18px;
}

/* ONE COLUMN w/ SIDEBAR */ 

#content_one_column {
float: left;
width: 620px;
}

.content_two_column {
float: left;
width: 290px;
margin: 0 30px 0 0;
}


/* ARCHIVE ENTRIES */

#content .excerpt_entry {
padding: 15px 0;
border-top: 1px solid #CCC;
}

#content .excerpt_entry h3 {
padding: 0 0 5px 0;
text-decoration: none;
}

#content .excerpt_entry h3 a {
text-decoration: none;
}

#content .excerpt_entry p {
padding: 0 0 10px 0;
}

#content .excerpt_entry p.read_more_link {
padding: 0;
font-size: 11px;
}

#content .excerpt_entry p.read_more_link a {
font-weight: bold;
font-size: 12px;
}


#content .excerpt_entry p.read_more_link .meta,
#content .excerpt_entry p.read_more_link .meta a {
font-weight: normal;
font-size: 11px;
color: #666;
}




/* NEXT PREVIOUS NAVIGATION */

.next_prev_navigation {
padding: 10px 0;
border-top: 1px solid #CCC;
font-weight: bold;
}

.next_prev_navigation_search {
padding: 10px;
height: 18px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-size: 16px;
background: #EEE;
}

.next_prev_navigation .older,
.next_prev_navigation_search .older {
float: left;
}

.next_prev_navigation .newer,
.next_prev_navigation_search .newer {
float: right;
}













