/*
Theme Name: Jolkona
Description: Custom WordPress theme for Jolkona Foundation.
Version: 1.0
Author: Driven Development
Author URI: http://www.drivendevelopment.com/
*/

/**
 * General
 */
h1.pageTitle {font-size: 14px;}

.separator {height: 1px; border-bottom: solid 1px #dbbd79; font-size: 1px; line-height: 1px; margin: 20px 0px 20px 0px;}

/**
 * Sidebar
 */
#sidebar .subscribe a {display: block; background-image: url(images/feed.png); background-repeat: no-repeat; background-position: 0px 2px; padding-left: 25px;}



#sidebarRight {line-height: 18px;}
#sidebarRight ul {margin: 0 0 20px 0; padding: 0; list-style-type: none;}
#sidebarRight ul li.title {font-weight: bold;}
#sidebarRight ul li {padding: 0 0 5px 0;}
#sidebarRight div.footer {display: none;}
#sidebarRight .subscribe {margin: 0 0 20px 0;}

/**
 * Posts
 */
div.postList .item {padding: 0px 0px 20px 0px; margin-bottom: 20px;}
div.postList .item .entry {padding-bottom: 20px;}

.postTitle {font-family: Arial, Verdana, Sans-Serif; font-size: 22px; font-weight: normal; color: #9f5f13; margin: 0px 0px 5px 0px;}
.postTitle a {color: #315fa2; text-decoration: none;}
.postTitle a:hover {color: #315fa2; text-decoration: underline;}

.postDateAuthor {}
.postMetaData {font-size: 12px; margin: 0px;}
.postMetaData p {margin: 0px;}

.postMetaData {border: solid 1px #d5ebf2; background: #f7fbfd; padding: 5px;}

/**
 * Single Post
 */
div.post h1 {}
div.post .entry {}
div.post .pagination {}	/* Navigation for paged posts */
div.post .tags {margin: 20px 0;}
div.post .postMetaData {font-size: 11px; line-height: 14px;}

/**
 * Comments
 */
div.commentList h2 {}
div.commentList {padding-top: 10px;}
div.commentList .item {width: 400px; border-bottom: solid 0px #dbbd79; background-color: #f1f1f1; padding: 10px 20px 10px 20px; margin-bottom: 10px;}
div.commentList .alt {}
div.commentList .awaitingModeration {}
div.commentList .avatar {display: none;}
div.commentList .author {font-size: 11px; margin-bottom: 5px;}
div.commentList .author .name {font-weight: bold;}
div.commentList .commentMetaData {font-size: 11px; line-height: 14px;}

#commentForm h2 {margin-bottom: 5px;}
#commentForm form {margin-top: 10px;}
#commentForm form .row {padding: 0px 0px 5px 0px;}
#commentForm form .textbox {width: 300px;}
#commentForm form textarea {width: 300px; font-family: Arial, Verdana, Sans-Serif; font-size: 12px;}
#commentForm form .label {float: left; width: 100px; font-size: 11px; font-weight: bold;}
#commentForm form .field {float: left; width: 400px;}
#commentForm form .emailMessage {margin: 0px; font-size: 11px;}

/**
 * Search Forms
 */
#sidebarSearchForm .textbox {float: left; width: 90px; margin-right: 5px;}
#sidebarSearchForm .submit {float: left; margin-top: 1px;}

/**
 * Miscellaneous
 */
.navigation {margin-bottom: 20px;}
.navigation .alignleft {float: left; width: 40%;}
.navigation .alignright {float: right; width: 40%; text-align: right;}

/**
 * Added by Adnan to left-align images
 */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
