/*
Theme Name: Neat!
Theme URI: http://www.aamukaste.org/wpthemes/
Description: Just another stylish two-column dark blue theme with customizable header.
Version: 0.01-wpcom
Author: Topi Peltonen
Author URI: http://www.aamukaste.org/
Tags: custom header, two columns, blue, fixed width
*/

/* ************** STRUCTURE ************** */

#header { background: url(/blog/images/header.jpg) no-repeat bottom center; border: none; }
#sidebar { border-left:dotted #aaa 1px; }

body {
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background: #343a54 url(/blog/images/bg.png) repeat-x top center fixed; border: none;
        color: #61636A;
        text-align: left;
        margin: 30px 0;
        padding: 0;
}

img.noborder {
        border: 0;
        margin: 0;
        padding: 0;     
}

#header {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        text-align: left;
        background: url(/blog/images/header.jpg);
        width: 700px;
        height: 200px;
        margin: 0;
        padding: 0;
}


#header h1 { display: none; }
#header .description { display: none }

#header * {
        display: none;
}
#page {
        background-color: white;
        margin: 0 auto;
        padding: 0;
        width: 700px;
}

#content {
        float: left;
        background-color: white;
        margin: 0;
        padding: 20px 0 0 25px;
        width: 450px;
        overflow: hidden;
}

#sidebar {
        margin: 0 0 0 492px;
        padding: 10px 0 20px 25px;
        width: 170px;
}

#footer {
        text-align: right;
        clear: both;
        margin: 0;
        padding: 20px 15px 0 0;
        height: 50px;
}

/* **************** LINKS **************** */

a {
        color: #36769C;
        text-decoration: none;
}

a:hover {
        color: #399CC6;
        text-decoration: none;
}


/* *************** HEADERS *************** */

h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: bold;
        font-size: 1.7em;
}

h2.pagetitle {
        text-align: right;
        border-bottom: 1px solid #454C67;
        color: #454C67;
        margin-top: 0;
        padding-bottom: 5px;
        margin-bottom: 30px;
}

/* Next's that image before the post title */

img.lefth2img {
        margin: 0;
        padding: 0 5px 0 0;
}

p img {
        margin: 0 5px;
}

.wp-smiley {
        width: 15px;
        height: 15px;
}

#sidebar h2 {
        color: #36769C;
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        background: url(/blog/images/h2.png) bottom left no-repeat;
        padding-bottom: 17px;
        margin:20px 0 -10px;
}
        
.post h2 {
        display: inline;
        padding-bottom: 5px;
        margin-bottom: 5px;
}

.post small { display: block; }

.post h3 {
        font-size: 1.5em;
        padding: 0;
        margin: 15px 0 0 0;
}

h3.date-header {
        text-align:right;
        padding:2 17px;
        color:#ddd;
        display:none;
        }

/* ****************** POST ****************** */

.post {
        font-size: 1.15em;
        line-height: 1.4em;
        text-align: justify;
}

h2.post-title {
        padding:0 0 0 12px;
        background:url(/blog/images/h1.gif) no-repeat 0 6px;
        margin-bottom:0;
}
.postmetadata {
        text-align: right;
        padding-bottom: 20px;
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid #454C67;
        clear: both;
        font-size:.8em;
}

/* blockquote {
        margin: 15px 30px 0 0;
        padding-left: 15px;
        border-left: 4px solid #454C67;
} */

blockquote {
        margin: 15px 0 0;
        padding:0 30px 0 40px;
        font-size:.95em;
        background:url('/blog/images/blockquote.png') no-repeat;
}

blockquote cite {
        margin: 5px 0 0;
        display: block;
}

.scripture {
        font-size:.95em;
        color:#282D41;
        font-weight:bold;
}

.scripture blockquote {
        margin: 15px 0 0;
        padding:0 30px 0 40px;
        background:url('/blog/images/blockquote.png') no-repeat;
}

.scripture blockquote a {
    color: #575B6B 
    text-decoration: none;
}

.scripture blockquote a:hover {
    color: #399CC6;
    text-decoration: none;
}



code {
        display: block;
        margin: 5px;
        padding: 5px;
        border: 1px solid black;
        font: 1.1em 'Courier New', Courier, Fixed;
        background-color: #eeeeee;
        color: black;
}

.small {
    font-size:.8em;
    margin-top:0;
  }
.postmetadata * {
  border:none;
  }

.navigation { margin-bottom: 15px; }

/* ************* SIDEBAR LISTS ************** */

#sidebar li[class=pagenav]:first-child { margin-top:-13px; }

/* That next line puts '  ' front of the list-items
   in the sidebar, with modern browsers only :| */

#sidebar ul ul li:before { content: "\00BB \0020"; }

#sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
}

#sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
        margin: 3px 0 0;
        padding: 0;
}

/* *************** SEARCHFORM *************** */

#searchform {
        margin: auto 0;
        padding: 5px 3px; 
        text-align: left;
}

form#searchform input:focus {
        border: 2px solid #454C67;
        margin: 1px;
}

#searchform input { 
        font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        border: 1px solid #399CC6;
        margin: 2px;
}

#searchform #s {
        width: 115px;
        padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

/* Form */

#respond { margin-top: 30px; }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
}

#commentform textarea {
        width: 100%;
        padding: 2px;
}

#commentform #submit {
        margin: 0;
        float: right;
}

#commentform p { margin: 5px 0; }

/* Comments */

.alt {
        background-color: #EEEEEE;
        border-top: 1px solid #136284;
        border-bottom: 1px solid #136284;
}

.commentlist {
        padding: 0;
        margin: 0 0 20px 0;
        text-align: justify;
}

.commentlist li {
        margin: 5px 0 3px 0;
        padding: 5px 10px 3px 10px;
        list-style: none;
}

.commentlist li .avatar {
        padding: 2px;
        float: right;
        border: 1px solid #ddd;
        margin-left: 8px;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
}

.commentmetadata {
        margin: 0;
        display: block;
}

.underline:hover{
        text-decoration:underline;
}



