/*
Theme Name: Designoplasty
Theme URI: http://mattifesto.com/
Description: A theme for http://designoplasty.com
Version: 3.0.4
Author: Matt Calkins
Author URI: http://mattifesto.com
Tags: Version 3.0.4
*/

/**
 * Colors
 * 
 * Red:     e55c5c
 * Green:   52cc66
 * Blue:    527ccc 
 * Yellow:  e5a345
 *
 * Text:    bbb
 * Line:    444
 *
 */


html
{
    background-color: #333;
    background-image: url("images/fabric.jpg");
    background-position: top center;
    color: #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

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

a:hover
{
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
    color: #e5a345;
    font-weight: normal;
}

#pagecontainer 
{
    width: 1050px;
    margin: 0px auto;
}


/**
 * form elements
 *
 */


button
{
    width: 150px;
    height: 25px;
    background: transparent;
    border: none;
    color: #e55c5c;
}

button:hover
{
    text-decoration: underline;
}

/**
 * #header
 * 
 */
 
#header
{
    position: relative;
    height: 250px;
    background-image: url("images/FirstModern.T.png");
}

#header a
{
    color: #52cc66;
}

#header > .container h1 a
{
    position: absolute;
    top: 60px;
    left: 175px;
    height: 120px;
    width: 700px;
}

#blog-name,
#blog-description
{
    display: none;
}

ul.horizontal
{
    padding-left: 0px;
}

ul.horizontal li
{
    display: inline;
    margin-left: 20px;
    text-transform: lowercase;
}

ul.horizontal li:first-child
{
    margin-left: 0px;
}

/* showing this menu takes away from the theme, need to move or something */
#header ul.login
{
    display: none; /* don't show */
    position: absolute;
    top: 28px;
    right: 50px;
}

#header ul.menu
{
    position: absolute;
    width: 1000px;
    bottom: 28px;
    left: 25px;
    text-align: center;
}

/* 
 * Title
 *
 */

#title
{
    background-image: url("images/FirstModern.M.png");
    padding: 10px 125px 30px;    
}

#title > .footer
{
    border-bottom: 1px solid #444;
    margin-top: 5px;
}

#title .key,
#title .subtitle
{
    color: #527ccc;
    font-size: 12px;
}

#title .key
{
    display: block;
}

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

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

/**
 * .ad.Leaderboard
 *
 */

.ad.Leaderboard > div
{
    height: 90px;
    width: 728px;
    background-image: url("images/GoogleBackgroundLeaderboard.png");
    margin: 0px auto 20px;
    padding: 10px;
}
 
/**
 * #content
 *
 */

#content
{
    background-image: url("images/FirstModern.M.png");
}

#content > .container,
#content > .footer
{
    padding: 0px 125px 20px;
    overflow: hidden;
}

#content > .body
{
    padding: 0px 50px 20px;
    overflow: hidden;
}

#content > .body
{
    padding-top: 15px;
}

#content > .footer
{
    padding-top: 20px;
}

/**
 * .postlink
 *
 */

.postlink
{
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.postlink > .thumbnail
{
    width: 200px;
    float: left;
}

.postlink img.thumbnail
{
    display: block;
    margin: 15px auto;
}

.postlink > .header,
.postlink > .body,
.postlink > .footer
{
    width: 500px;
    margin-left: 200px;
}

.postlink .time
{
    color: #527ccc;
    margin-bottom: 5px;
}

.postlink > .body > p
{
    max-width: 500px;
}

.postlink .readmorelink
{
    display: none;
}


/**
 * .posts-navigation
 *
 */
 
.posts-navigation
{
    width: 400px;
    margin: 0px auto;
}

.posts-next
{
    float: right;
}


/**
 * .single
 *
 */

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

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

#content.single > .footer div.meta.edit
{
    width: 50px;
    float: right;
    margin-right: 0px;
    text-align: right;
}

#content.single > .footer a
{
    color: #52cc66;
}

#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;
}


/**
 * .page
 *
 */
 
#content.page > .footer div.meta.edit
{
    width: 50px;
    float: right;
    text-align: right;
}


/**
 * #comments
 *
 */

#comments
{
    background-image: url("images/FirstModern.M.png");
    padding: 20px 100px;
}

#comments > .header,
#comments > .footer
{
    text-align: center;
}


/**
 * .comment
 *
 */
 
.comment
{
    width: 400px;
    float: left;
    margin: 50px 0px 50px;
}

.comment + .comment
{
    margin-left: 50px;
}

.comment > .header
{
    margin-left: 25px;
    overflow: hidden;
}

.comment > .header h4
{
    margin-top: 20px;
}

.comment .number
{
    width: 50px;
    float: left;
    font-size: 64px;
    text-align: right;
    margin-right: 20px;
}

.comment .edit-link
{
    text-align: right;
}


/**
 * #comment-form
 *
 */
 
#comment-form
{
    background-image: url("images/FirstModern.M.png");
    overflow: hidden;
    padding: 0px 325px 20px;
}

#comment-form > .badge
{
    margin-bottom: 30px;
}

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

#comment-form input[type=text]
{
    height: 18px;
    width: 250px;
    margin-bottom: 15px;
    padding: 0px 5px;
}

#newcommenttext
{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

#comment-form button
{
    float: right;
}

/*
 * footer
 *
 */

#footer
{
    background-image: url("images/FirstModern.B.png");
    background-position: bottom left;
    clear: both;
    padding: 40px 125px 50px;
}

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

#footer .column a
{
    color: #52cc66;
}

#footer ul
{
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0px;
}

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

#footer .meta
{
    margin-top: 50px;
}

#footer .meta p
{
    margin-bottom: 5px;
    text-align: center;
}

/*
 * Archives Page
 *
 */

#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
{
    color: #527ccc;
    font-size: 10px;
    vertical-align: 1px;
}

