/*
Theme Name: Kennedy Kelly
Theme URI: http://mattifesto.com/
Description: A theme for kennedykelly.com
Version: 2.5.2
Author: Matt Calkins
Author URI: http://mattifesto.com
Tags: Version 2.5.2
*/


/**
 * Colors
 *
 * Dark Rust (Links on Light):          #B43B2D
 * Gold (Links on Slate):               #CCC145
 * Rust (Text on Slate):                #905D28
 * Slate (Header Footer Background):    #303030
 *
 */


/**
 * Elements
 *
 */
 
html
{
    height: 100%;
    background-color: #111;
    background-image: url("images/HTMLBackgroundMiddle.png");
    background-position: center top;
    color: #111;
    font-family: Georgia, serif;
    overflow-y: scroll;
}

a
{
    color: #B43B2D;
    text-decoration: none; 
}

.body a
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

button
{
    background-color: #303030;
    border: 2px solid #303030;
    color: white;
    padding: 3px 10px;
}

button:hover
{
    background-color: #B43B2D;
}

input[type=text]
{
    border: 2px solid #303030;
    margin-bottom: 10px;
    padding: 3px;
}

label
{
    display: block;
    margin-bottom: 2px;
}

textarea
{
    border: 2px solid #303030;
    margin-bottom: 10px;
}


/**
 * Previous Stylesheet Additions and Overrides
 *
 */
 
.body hr
{
    background-color: #B43B2D;
}


/**
 * Shared Classes
 *
 */

    /* ul.Horizontal */
    
ul.Horizontal
{
    padding: 0px;
}

ul.Horizontal > li
{
    display: inline;
}

ul.Horizontal > li + li
{
    margin-left: 20px;
}

    /* .badge */

.badge
{
    width: 300px;
    height: 60px;
    background-image: url("images/plaque300x60.png");
    color: #905D28;
    margin: 0px auto 20px;
    text-align: center;
} 

.badge a
{
    color: #CCC145;
}

.badge > .header
{
    padding: 3px 5px 5px;
}

.badge > .header h3
{
    font-weight: normal;
}

.badge > .container
{
    padding: 0px 5px 0px;
}

    /* .no-results Formatting for when pages don't have posts to display. */

.no-results
{
    width: 400px;
    margin: 0px auto;
}


/**
 * .SearchForm
 *
 */

.SearchForm
{
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
}

.SearchForm button
{
    border-color: transparent;
    background-color: transparent;
    color: #CCC145;
    font-family: Georgia, serif;
    font-style: italic;
    margin-left: 10px;
}

.SearchForm button:hover
{
    border-color: #CCC145;
}

.SearchForm input[type=text]
{
    border-color: #DDDDDD;
    background-color: #DDDDDD;
    color: #111111;
}

.SearchForm label
{
    display: inline;
}

.SearchForm label > span
{
    display: none;
}

.SearchForm label > input
{
    width: 300px;
}


/**
 * body
 *
 */

body
{
    position: relative;
    min-height: 100%;
}

body > div.Top
{
    position: absolute;
    top: 0px;
    height: 250px;
    width: 100%;
    background-image: url("images/HTMLBackgroundTop.png");
    background-position: center top;
}

body > div.Bottom
{
    position: absolute;
    bottom: 0px;
    height: 250px;
    width: 100%;
    background-image: url("images/HTMLBackgroundBottom.png");
    background-position: center bottom;
}

/**
 * #pagecontainer
 *
 */
 
#pagecontainer 
{
    /* position: relative; This is important because it will raise content up
     * in the z-order so that it will be on top of both of the absolutely
     * positioned top and bottom of page background divs. */
    position: relative;
    
    width: 950px;
    margin: 0px auto;
    padding: 20px 0px;
}


/**
 * #header
 *
 */

#header
{
    height: 200px;
    width: 850px;
    position: relative;
    background-image: url("images/Header.png");
    font-style: italic;
    margin: 0px auto;
}

#header a
{
    color: #ccc145;
}

#blogName, 
#blogDescription
{
    display: none;
}

ul.Extra
{
    position: absolute;
    top: 32px;
    left: 65px;
}

ul.Login
{
    position: absolute;
    top: 32px;
    right: 65px;
}

ul.Menu
{
    position: absolute;
    bottom: 32px;
    left: 65px;
}


/**
 * #title
 *
 */

#title
{
    position: relative;
    text-align: center;
}

#title > .container
{
    min-height: 35px;
    background-image: url("images/ContentBackgroundTop.png");
    background-repeat: no-repeat;
    padding: 35px 100px 20px;
}

#title .key,
#title .subtitle
{
    display: block;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

#title .time
{
    display: block;
    margin-bottom: 2px;
}

#title .author:before
{
    content: "Posted by: ";
}


/**
 * #content
 *
 */
 
#content > .body,
#content > .container
{
    /* overflow: hidden; This is important because the theme is not in control
     * of the content that will be inside this section and if it has margins it
     * can cause odd visual breaks in the theme otherwise. */
    overflow: hidden;

    background-image: url("images/ContentBackgroundMiddle.png");
    padding: 0px 50px 20px;
}

#content > .footer
{
    min-height: 40px;
    background-image: url("images/ContentBackgroundBottom.png");
    background-position: left bottom;
    padding: 0px 100px 50px;
}


/**
 * #content.single
 *
 */
 
#content.single > .footer > div.line
{
    border-top: 1px solid #ddd;
    padding-top: 5px;
}
 
#content.single > .footer div.meta
{
    width: 190px;
    float: left;
    margin-right: 10px;
}

#content.single > .footer div.meta.related
{
    width: 340px;
}

    /* This rule affects all #content, but is here for precedence. */
#content > .footer div.meta.edit
{
    width: 50px;
    float: right;
    margin-right: 0px;
    text-align: right;
}

#content.single > .footer h5
{
    margin-bottom: 5px;
}

#content.single > .footer ul
{
    list-style-type: none;
    padding-left: 0px;
}

#content.single > .footer li
{
    margin-bottom: 5px;
}


/**
 * #content.postlinks
 *
 * Containers of postlinks will all match this rule.
 *
 */
 
#content.postlinks > .container
{
    padding: 0px 45px;
}

/**
 * .postlink
 *
 */

.postlink
{
    width: 280px; /* (860 - 20) / 3 */
    float: left;
    margin: 0px 0px 20px;
}

.postlink + .postlink
{
    margin-left: 10px;
}

.postlink h3
{
    line-height: 1.1;
}

.postlink .time
{
    color: #555;
    font-size: 10px;
    font-style: italic;
    margin: 3px 0px 5px;
}

.postlink .Thumbnail
{
    float: left;
    margin: 4px 10px 5px 0px;
}

.postlink .ReadMoreLink
{
    text-align: center;
}


/**
 * .posts-navigation
 *
 */
 
.posts-navigation
{
    width: 700px;
    font-size: 14px;
    font-style: italic;
    margin: 0px auto;
    overflow: hidden;
    padding: 20px 0px 0px;
}

.posts-previous,
.posts-next
{
    display: block;
    width: 150px;
    height: 60px;
}

.posts-previous > a,
.posts-next > a
{
    display: block;
    background-image: url("images/plaque150x60.png");
    color: #CCC145;
    font-size: 18px;
    padding: 19px 0px;
    text-align: center;
}

.posts-next
{
    float: right;
}


/**
 * #comments
 *
 */

#comments > .header
{
    text-align: center;
    padding: 0px 0px 50px;
}

#comments > .container > .clear-floats
{
    padding-bottom: 70px;
}


/**
 * .comment
 *
 */

.comment
{
    width: 475px;
    float: left;
}

.comment .number
{
    float: left;
    font-size: 48px;
    margin: -10px 15px 10px 0px;
}

.comment .author,
.comment .time
{
    margin-left: 20px;
}

.comment .time
{
    font-size: 10px;
}

.comment > .header
{
    background-image: url("images/CommentBackgroundTop.png");
    min-height: 40px;
    overflow: hidden;
    padding: 35px 50px 0px;
}

.comment > .body
{
    background-image: url("images/CommentBackgroundMiddle.png");
    background-repeat: repeat-y;
    clear: both;
    overflow: hidden;
    padding: 0px 50px;
}

.comment > .footer
{
    background-image: url("images/CommentBackgroundBottom.png");
    background-position: left bottom;
    min-height: 25px;
    padding: 0px 50px 50px;
    text-align: right;
}


/**
 * #commentForm
 *
 */

#commentForm form
{
    width: 475px;
    margin: 0px auto;
}

#commentForm form > .header
{
    min-height: 70px;
    background-image: url("images/CommentBackgroundTop.png");
}

#commentForm form > .container
{
    background-image: url("images/CommentBackgroundMiddle.png");
    padding: 0px 50px;
}

#commentForm form > .footer
{
    background-image: url("images/CommentBackgroundBottom.png");
    background-position: left bottom;
    padding: 0px 50px 50px;
    text-align: right;
}

#commentForm form textarea
{
    width: 373px;
    height: 250px;
}


/**
 * #content.archives
 *
 */

#content.archives > div.container
{
    padding-left: 75px;
    padding-right: 75px;
}

#content.archives .container h3
{
    margin: 30px 0px 10px;
}

#content.archives .container h3:first-child
{
    margin-top: 0px;
}

#content.archives .column
{
    width: 200px;
    float: left;
}

#content.archives .container ul
{
    list-style-type: none;
    padding-left: 0px;
}

#content.archives .column > div,
#content.archives .container li
{
    margin-bottom: 4px;
}

#content.archives .container .count
{
    font-size: 10px;
    vertical-align: 1px;
}


/**
 * #content.links 
 *
 */

#content.links > .container > ul
{
    list-style-type: none;
}

#content.links > .container li
{
    margin-bottom: 5px;
}


/* 
 * Footer
 *
 */
 
#footer
{
    position: relative;
    width: 850px;
    color: #905D28;
    margin: 0px auto;
}

#footer > div.header
{
    min-height: 65px;
    background-image: url("images/FooterBackgroundTop.png");
}

#footer > div.container
{
    background-image: url("images/FooterBackgroundMiddle.png");
    padding: 0px 50px;
}

#footer > div.footer
{
    background-image: url("images/FooterBackgroundBottom.png");
    background-position: left bottom;
    min-height: 80px;
}

#footer div.column
{
    width: 180px; /* (750 - 30) / 4 */
    float: left;
}

#footer div.column + div.column
{
    margin-left: 10px;
}

#footer a
{
    color: #ccc145;
    font-style: italic;
}

#footer h4
{
    margin-bottom: 5px;
}

#footer ul
{
    list-style-type: none;
    padding: 0px;
}

#footer li
{
    margin-bottom: 3px;
}

#footer div.Meta
{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#footer div.Meta .Special
{
    font-weight: normal;
    font-style: italic;
}

#footer div.Meta .copyright
{
    margin-bottom: 5px;
}
