/*  
Theme Name: Retro Red Kitchen
Theme URI: http://www.homemaking.keethfamily.com
Description: A three-column layout
Version: 1.0
Author: Lindsay Keeth
Author URI: http://wovenandspun.net/
*/


/*
 Colors
  
  main red: b72c29
  lighter red: e89492
  pink: fdeae9
  brown: 481c13
  lighter brown: 9f7d6d

*/


body {
    background: #fff;
    font: .85em/1.4em Verdana, Arial;
    word-spacing: .1em;
    letter-spacing: .08em;
}

a:link {color: #b72c29; text-decoration: none;}
a:visited {color: #b72c29; text-decoration: none;}
a:active {color: #481c13; text-decoration: none;}
a:hover {color: #e89492; text-decoration: underline;}

#everything {
    width: 790px;
    margin: auto;
}

#header {
    width: 780px;
    height: 182px;
    margin: 0;
    padding: 0;
}

#container {
    width: 390px;
    float: left;
    padding: 5px;
}


/* Posts */

.post {
    margin-bottom: 50px;
}

.info {
    color: #9f7d6d;
    font-size: .8em;
}

.title {
    font: 1.8em/1.2em Gill Sans, 'Trebuchet MS', Verdana, Arial, sans-serif;
    letter-spacing: .2em;
    word-spacing: .2em;
}


/* Sidebars */

#sidebars {
    width: 350px;
    float: right;
}

#sidebar1 {
    width: 150px;
    float: left;
    padding: 10px;
    border-left: #fdeae9 dashed 1px;
}

#sidebar2 {
    width: 150px;
    float: right;
    padding: 10px;
    border-left: #fdeae9 dashed 1px;
}

#subscriptions {
    font-size: .9em;    
}

.sidebaritem {
    margin-bottom: 20px;
}

.navheadings {
    font-family: Gill Sans, 'Trebuchet MS', Verdana, Arial, sans-serif;
    letter-spacing: .1em;
    padding-bottom: 10px;
    border-bottom: #b72c29 dashed 1px;
}

.nav {
    padding-bottom: 15px;
}

.sidebaritem ul {
    margin-left: 0;
    padding-left: 25px;
}

li {
    font-size: .8em;
}

.current-cat {
    background-color: #fdeae9;
}


/* Comments */

#comments {
    font: 1em Gill Sans, 'Trebuchet MS', Verdana, Arial, sans-serif;
    letter-spacing: .1em;
}

.comments-template {
    margin-top: 40px;
    font-size: 1.2em;
}

#leavecomment {
    font: 1.2em Gill Sans, 'Trebuchet MS', Verdana, Arial, sans-serif;
    letter-spacing: .1em;
}

.comcolor1 {
    background-color: #e89492;
}

.comcolor2 {
    background-color: #fff;
}

#commentlist {
    margin-bottom: 40px;
}

#commentlist li {
    border-bottom: #9f7d6d solid 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#commentinfo {
    font-size: .8em;
    line-height: 1.4em;
}

/* Misc */

.current_page_item {
    background-color: #fdeae9;
}

.headings {
    font: 1.4em Gill Sans, 'Trebuchet MS', Verdana, Arial, sans-serif;
    letter-spacing: .1em;
}

#similarposts {
    font: 1.2em Gill Sans, 'Trebuchet MS', Verdana, Arial, sans-serif;
    letter-spacing: .1em;
    padding-bottom: 10px;
}

#profilepic {
    width: 120px;
    margin: auto;
    font-size: .8em;
}

img {
    border: 0;
}
