/*
Theme Name: Orange Rose
Theme URI: http://pribadi.or.id/diary/themes/
Description: Orange Rose. Some code taken from WP default theme.
Version: 1.5.2
Author: Firman Pribadi
Author URI: http://pribadi.or.id/
Lisence: GNU GPL version 2 or later. See http://www.opensource.org/licenses/gpl-license.php
*/

/*** body ***/
body {
    background: #eee;
    font-size: 12px;
    font-family: verdana, helvetica, "lucida grande", sans-serif;
}

/*** header ***/
#header {
    text-align: center;
    margin-bottom: 1px;
}

#headerimg {
    background: #feb url('images/my-bg-head.jpg') no-repeat center;
    height: 144px;
    border-top: solid 2px #ccc;
}

#headerimg, #headerimg a {
    color: #900;
    font-size: 110%;
    font-family: georgia, serif;
}

#headerimg h1 {
    padding-top: 70px;
    line-height: 11px;
}

/*** content ***/
#page {
    margin: 0 auto;
    background: #feb url('images/my-bg-body.jpg') repeat-y center;
    width: 780px;
    border: solid #ccc;
    border-width: 0 2px 2px;
}

#content {
    float: left;
    width: 530px;
    margin-left: 22px;
}

.post {
    margin-left: 12px;
    text-align: justify;
}

/*** sidebar ***/
#sidebar {
    border: dashed 1px #f93;
    font-size: 90%;
    float: right;
    width: 190px;
    margin-right: 22px;
    background: #fdebd5;
}

#sidebar ul {
    padding-left: 0px;
    list-style: none;
}

#sidebar ul > li {
    padding: 0 5px;
}

#sidebar h2 {
    background: #feb url('images/my-bg-menu.jpg') no-repeat center;
    border: solid #f93;
    color: #900;
    border-width: 0 0 1px 3px;
    padding: 3px;
}

/*** footer ***/
#footer {
    background: #f8f8f8;
    text-align: center;
    font-size: 90%;
    margin: 0 22px;
    padding: 5px 0;
    clear: both;
}

/*** default ***/
hr {
    display: none;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 100%;
}

h1, h2, h3 {
    font-weight: bold;
    letter-spacing: 1.5px;
}

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

a:hover {
    color: #c96;
    text-decoration: none;
}

blockquote, small, .postmetadata {
    color: #666;
}

blockquote {
    background: transparent url('images/quotemarks.gif') no-repeat top left;
    margin-left: 15px;
    padding-left: 20px;
}

img {
    border: none;
}

dd {
    margin-left: 25px;
    padding-left: 0;
    }

dd ul, dd ol {
    margin-left: 15px;
    padding-left: 0;
    }

dd blockquote, li blockquote {
    margin: auto 0;
    }

input, textarea, select {
    border: solid 1px #f96;
    background: #f8f8f8;
    }

input:focus, textarea:focus {
    border: solid 1px #f96;
    background: #ffffff;
    }

pre {
    font-family: Fixedsys, "Courier New", Courier, monospace;
    padding: 5px;
    white-space: pre;
    overflow: auto;
    /* width 400px - 500px, for IE user */
    width: 495px;
    width: auto;
    color: #000000;
    background: #eeeeee;
    border: dotted 1px #666666;
    margin: 0;
    }


/*** classes ***/
.pagetitle {
    text-align: center;
}

.alt {
    background: #f8f8f8;
    border: solid #feb;
    border-width: 1px 0;
    padding: 5px;
}

.postmetadata {
    text-align: center;
}

.title {
    line-height: 3px;
}

.center {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

#comments, #respond, #commentform, .alignleft {
    margin-left: 12px;
}

#content #searchform {
    margin-left: 12px;
}
