/*
Theme Name: Gi2 Wordpress Theme
Theme URI: http://gigiruef.com/
Description: Gigi Ruef Blog Theme.
Version: 1.0
Author: Oakay
Author URI: http://www.oakay.com/
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 10px;
    background: url('images/bg.jpg');
    width: 100%;
    margin: 0;
}

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

a img {
    border: none;
}

:-moz-any-link:focus {
    outline: none;
}

#page {
    width: 800px;
    margin: 0 auto;
}

#header {
    height: 48px;
    padding-top: 8px;
    padding-left: 5px;
    margin-top: 15px;
}

#header img {
    margin-top: 6px;
}

#footer {
    padding: 4px 0 4px 5px;
    margin: 5px 0 15px 0;
}

#footer img { display: block; }

.brown {
    background-color: #47423b;
    border-bottom: 1px solid #ccc;
}

.brown h2 {
    margin: 0;
    font-size: 16px;
}

.brown .entry {
    color: #fff;
}

.brown small {
    color: #837763;
}

.white .inner {
    background-color: #fff;
    margin: 5px 0 0 0;
    padding: 5px;
}

.white .image {
    width: 790px;
    height: 440px;
}

.green,
.green a {
    color: #A5CD00;
}

.post.brown {
    margin: 5px 0 0 0;
    padding: 5px;
    height: 73px;
}

hr {
    display: none;
}

a img {
    border: none;
}

.tweet {
    background-color: #FF335A;
    height: 20px;
    margin: 5px 0 0 0;
}

.tweet h2 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    padding-left: 5px;
}

.tweet .shout {
    color: #ff9aaa;
}

.post .teased-content h2 {
    display: inline;
    background-color: #fff;
    font-size: 34px;
    padding: 4px 4px 0 0;
}

.post .teased-content small {
    background-color: #fff;
    padding: 4px 4px 4px 0;
}

.post .teased-content .entry {
    display: inline;
    background-color: #fff;
    padding: 4px 4px 4px 0;
    border-bottom: 1px solid #b9bcc1;
}

.post .teased-content .timestamp {
    padding: 3px 4px 4px 0;
}

.post .teased-content .headline {
    padding: 3px 4px 0 0;
}

.post .teased-content .content {
    padding: 4px 4px 4px 0;
}

.post .teased-content .label {
    padding-top: 200px;
}

.post .comment-ico {
    display:inline;
    padding: 4px 4px 4px 0;
}

.post .comment-ico a {
    background-color: #fff;
    line-height: 18px;
    padding: 4px 4px 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #b9bcc1;
}

/*=fullcontent ---------------------- */

.post .full-content h2 {
    display: inline;
    background-color: #fff;
    font-size: 20px;
    padding: 4px 4px 0 0;
}

.post .full-content small {
    background-color: #fff;
    padding: 4px 4px 4px 0;
}

.post .full-content .entry {
    display: inline;
    background-color: #fff;
    padding: 4px 4px 4px 0;
    line-height: 17px;
}

.post .full-content .timestamp {
    padding: 3px 4px 4px 0;
}

.post .full-content .headline {
    padding: 3px 4px 0 0;
}

.post .full-content .content {
    padding: 0 4px 0 0;
    width: 560px;
}

.post .full-content .label {
    padding-top: 20px;
}

.post .full-content {
    display: none;
}

.widecolumn .post .full-content {
    display: block;
}

/*=endfullcontent ------------------- */

.post .comments {
    padding-top: 5px;
    background: #f4f4f4 url('images/grad-commentbox.gif') repeat-x;
}

.post .comments ol {
    list-style: none;
    padding: 0 5px 0 5px;
}

.post .comments li {
    border-bottom: 1px solid #ccc;
    font-style: italic;
    font-size: 11px;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 4px 0 4px 0;
}

.post .comments li .commentmetadata {
    color: #777;
}

.post .comments .comment-input {
    border: 1px solid #ccc;
    padding: 4px;
    color: #777;
    width: 500px;
}

.post .comments .comment-submit {
    background-color: #A5CD00;
    padding: 4px;
    border: none;
}

.post .comments form {
    padding: 5px 5px 5px 5px;
}

.post .preview {
    float:left;
    margin-right: 5px;
}

.post .preview img {
    border: 1px solid #777;
}
