/*
Theme Name: Apples
Theme URI: http://sarahfromscratch.com
Description: Custom theme designed for SarahFromScratch.com. Based on <a href="http://elliotjaystocks.com/blog/archive/2008/starkers-for-wordpress-262/">starkers by Elliot Jay Stocks</a>.
Version: 1.0 (WP2.6.2)
Author: Ian Fedeli
Author URI: http://ifedeli.com
*/

@import "style/css/reset.css";
/*@import "style/css/typography.css";*/
@import "style/css/layout.css";

/*---HEADER---*/

#header
{
    margin-top: 20px;
    margin-bottom: 30px;
}

#headerimg
{
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    height: 6.5em;
    padding-top: 10px;
    padding-bottom: 10px;
}

#title
{
    font-family: "Edwardian Script ITC", Georgia, Times, serif;
    color: #BF0402;
}

#subtitle
{
    font-family: "Modern No. 20", Georgia, Times, serif;
    color: #608E0F;
    
}

#header a
{
    text-decoration: none;
    color: #BF0402;
}

#header h1
{
    font-size: 4em;
}

/* ---END HEADER---*/

/*---PAGE---*/

body
{
    font-family: "Modern No. 20", Georgia, Times, serif;
    font-size: 76%;
}

hr
{
    display: none;
}

#page
{
    background-color: #ECF1DF;
    padding-left: 10px;
    padding-right: 10px;
}

#wrapper
{
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 600px;
}

#content
{
    width: 70%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
}

.post
{
    margin-bottom: 25px;
    color: #10253F;
    padding-left: 5px;
    font-size: 1.2em;
}

hl2
{
    font-size: 1.6em;
    border-bottom: 1px solid #e8c38b;
}

h2 a:hover h2 a:visited, h2 a
{
    text-decoration: none;
    color: #10253F;
}

.entry
{
    margin-top: 10px;
    margin-bottom: 15px;
}

.postmetadata
{
    padding: 2px;
    font-size: 0.8em;
}

.postmetadata a
{
    color: #412c00;
}

.post p
{
    line-height: 1.4em;
    margin-bottom: 1em;
}

blockquote
{
    margin: 1em 1.5em;
    padding: 1em 1.5em;
    border: 1px solid #FADA96;
    background: #ECF1DF url(images/blockquote.gif) no-repeat scroll top left;
}

.post li
{
    margin-left: 20px;
}

.post ul
{
    list-style-image: url(images/listitem.png);
    list-style-type: bullet;
    margin-bottom: 10px;
}

acronym, abbr, span.caps
{
    cursor: help;
}

acronym, abbr
{
    border-bottom: 1px dashed #999;
}

blockquote cite
{
    margin: 5px 0 0;
    display: block;
}

.center
{
    text-align: center;
}

a img
{
    border: none;
}

h3
{
    margin-top: 1.5em;
    font-size: 1.4em;
}

h4
{
    margin-top: 1.2em;
    font-size: 1.2em;
}

h5
{
    margin-top: 1em;
    font-size: 1em;
}

.post a
{
    font-size: 1.2em;
    color: #bd492a;
}


/*---END PAGE---*/

/*---SINGLE---*/

.navigation
{
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
}

.alignleft
{
    float: left;
    text-align: left;
    width: 50%;   
}

.alignright
{
    float: right;
    text-align: right;
    width: 50%;   
}

.postmetadata
{
    
} 

.entrytext
{
    font-size: 1.1em;
}

/*---END SINGLE---*/

/*---COMMENTS---*/

ol.commentlist
{
    width: 90%;
    margin: 0 auto;   
}

ol.commentlist li
{
    margin-bottom: 1.5em;
    padding: 5px;   
}

ol.commentlist li.alt
{   
}

ol.commentlist a
{
}

small.commentmetadata
{
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;   
}

/*---END COMMENTS---*/
 
#footer
{
    margin: 2em auto;
    clear: both;
    text-align: center;
    width: 85%;
    height: 3em;
    color: #CC3000;
    padding-top: 10px;
    padding-bottom: 10px;
}



/*---SIDEBAR---*/

#sidebar
{
    width: 28%;
    margin-left: 70%;
    color: #471E30;
}

#sidebar a
{
    text-decoration: none;
    color: #471E30;
}

#sidebar a:hover
{
    text-decoration: underline;
}

#sidebar ul
{
    list-style: none;
    margin-bottom: 10px;
}

#sidebar ul h2
{
    font-size: 1.5em;
    font-weight: normal;
    padding: 5px;
    margin-bottom: 5px;
}

#sidebar ul ul
{
    margin-left: 40px;
    list-style-image: url(images/red_bullet.png);
    list-style-type: circle;
    padding-left: 8px;
}

#sidebar li li
{
    list-style-image: url(images/red_bullet.png);
    list-style-type: circle;
}

#sidebar ul ul ul
{
    margin-bottom: 0;
}

#searchform
{
    text-align: center;
}

#searchform input
{
    border: 1px solid #4A2C00;
    background-color: #FDE5C3;
}

#searchform #s
{
    width: 50%;
    background-color: white;
}

#author p
{
    font-size: 1.1em;
    margin-bottom: 10px;
}

/*---END SIDEBAR---*/

/*---SPECIAL---*/
.recipe
{
    border: 3px solid #DDDDDD;
    line-height: 1.0em;
    padding: 5px;
}

.recipe p
{
    line-height: 1.2em;
    margin-bottom: 1em;
}

.recipe br
{
    line-height: 1.2em;
    margin-bottom: 1em;
}

.recipe ul
{
    list-style-image: url(images/red_bullet.png);
    list-style-type: circle;   
}

.recipe li
{
    list-style-image: url(images/red_bullet.png);
    list-style-type: circle;      
}

/*---END SPECIAL---*/

