/*
Theme Name: Soiree Studios
Theme URI: http://soireestudios.com/
Description: Blog template for soireestudios.com
Version: 1.0
Author: <a href="http://mattbango.com/">Matt Bango</a>
by Matt Bango - mattbango.com
*/

@import url('/css/common/reset.css');
@import url('/css/common/globals.css');
@import url('/css/site/screen.css');
@import url('/css/site/form.css');

/* --- Generic -------------------------------------------------------------- */
h2 {
    text-align: left;
    line-height: 1.0;
    margin: 0 0 5px 0;
    padding: 0;
}

h2 a {
    color: #fff;
    display: block;
}

h2 a:hover {
    color: #8b67a0;
}

h2.archive {
    border: 1px solid #404040;
    background-color: #333;
    color: fff;
    font-size: 2.8em;
    margin: 0 40px 25px 0;
    padding: 10px 14px;
    text-shadow: #222 2px 2px 1px;
}

h3 {
    font-size: 1.2em;
    margin: 0 0 15px 0;
}

a {
    color: #ccc;
}

a:hover {
    color: #fff;
}

p {
    color: #777;
}


/* --- Content -------------------------------------------------------------- */
.blog .introduction h1 {
    background: #111111 url(/images/headers/blog.gif) no-repeat left top;
}

.main-content {
    float: left;
    width: 82%;
}

/* --- Meta --- */
.main-content .meta h3,
.full-entry .details li  {
    color: #555;
    font-weight: normal;
    text-transform: uppercase;
}

/* --- Entry --- */
.main-content .entry {
    border-bottom: 1px solid #252525;
    margin: 0 40px 20px 0;
    padding-bottom: 20px;
}

.main-content .entry .meta {
    float: left;
    padding-top: 5px;
    width: 18%;
}

.main-content .entry .body {
    float: right;
    width: 82%;
}

.main-content .entry .body .comments {
    margin-bottom: 15px;
}

.main-content .entry .body .comments a {
    color: #666666;
}

.main-content .entry .body .comments a:hover {
    color: #ccc;
}

/* --- Full Entry --- */
.full-entry h2 {
    margin: 0 0 15px 0;
}

.full-entry .details {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
}

.full-entry .details li {
    margin-bottom: 20px;
}

.full-entry .details li .label {
    color: #333;
    display: block;
    line-height: 1.2;
}

.full-entry .details li a {
    color: #555;
    border-bottom: 1px solid #292929;
}

.full-entry .details li a:hover {
    color: #999;
    border-bottom: 1px solid #555;
}


/* --- Comments ------------------------------------------------------------- */
#comments {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 35px;
}

.comment-header {
    color: #ccc;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.6em;
    font-style: italic;
}

.comment-header .data {
    color: #555;
    font-size: 0.95em;
    margin: 5px 0 10px 0;
}

.comment-header a {
    border-bottom: 1px solid #252525;
    color: #555;
}

.comment-header a:hover {
    border-bottom: 1px solid #555;
    color: #999;
}

.comment-list {
    border-bottom: 1px solid #252525;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.comment-list .date {
    color: #333;
    float: right;
}

.comment-list .author {
    color: #999;
    font-size: 1.2em;
}

form {
    margin-top: 25px;
    text-align: left;
}

label {
    width: 200px;
}

input,
textarea {
    float: none;
    width: 615px;
}


/* --- Sidebar -------------------------------------------------------------- */
#sidebar {
    float: right;
    width: 18%;
}

#sidebar .column {
    border-bottom: 1px solid #252525;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#sidebar .column:last-child {
    border: none;
}

#sidebar .column p {
    font-size: 1.1em;
    margin: 0;
    padding-left: 10px;
}

#sidebar .column h3 {
    padding-left: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#sidebar .column ul {
    list-style-type: none;
}

#sidebar .column ul li a {
    display: block;
    padding: 1px 15px;
}

#sidebar .column ul li a:hover {
    background-color: #222;
}


/* --- Pagination ----------------------------------------------------------- */
.pagination {
    margin-right: 40px;
}

.pagination a {
    display: block;
    font-size: 1.2em;
    line-height: 2.5;
    height: 31px;
}

.pagination .prev a {
    background: #191919 url(/images/ui/prev_button.gif) no-repeat left top;
    float: left;
    padding-left: 25px;
}

.pagination .next a {
    background: #191919 url(/images/ui/next_button.gif) no-repeat right top;
    float: right;
    padding-right: 25px;
}

.pagination .prev a:hover {
    background-position: left bottom;
}

.pagination .next a:hover {
    background-position: right bottom;
}