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

/**
 * General
 */
h1 {letter-spacing: normal; text-transform: none;}
h1.pageTitle {font-size: 14px;}

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

#content div.contentBgBottom {padding-bottom: 20px;}

/**
 * Sidebar
 */
#subnav .subscribe a {background-image: url(images/feed.png); background-repeat: no-repeat; background-position: 15px 5px; padding-left: 35px;}

#sidebar h4 {line-height:normal; padding:5px 0 0 17px;}
#sidebar ul {font-family: Georgia, Times New Roman, Serif; font-size: 12px; line-height: 16px; color: #fff; text-transform: none;}
#sidebar a {color: #fff; text-decoration: none;}
#sidebar a:hover {color: #3d294d; text-decoration: none;}
#sidebar ul {margin: 0 0 0 0; padding: 10px 0 0 17px;  list-style-type: none;}
#sidebar ul li {padding: 0 0 10px 0;}
#sidebar ul li.on a {color: #3d294d;}
#sidebar ul li.title {padding: 20px 0 0 0; font-weight: bold;}
#sidebar ul li ul {margin: 0; padding: 0;}
#sidebar ul li ul li {padding: 0 0 10px 0;}

/**
 * Posts
 */
div.postList .item {border-bottom: solid 1px #f8dead; padding: 0px 0px 20px 0px; margin-bottom: 20px;}

.postTitle {font-weight: normal; color: #b686da;}
.postTitle a {color: #b686da; text-decoration: none;}
.postTitle a:hover {color: #3d294d; text-decoration: underline;}

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

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

/**
 * Comments
 */
div.commentList h2 {}
div.commentList {padding-top: 10px;}
div.commentList .item {width: 540px; 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: 12px; font-weight: bold;}
#commentForm form .field {float: left; width: 400px;}
#commentForm form .emailMessage {margin: 0px; font-size: 11px;}

/**
 * Search Forms
 */
#sidebarSearchForm {margin-bottom: 20px;}
#sidebarSearchForm .textbox {float: left; width: 100px; margin-right: 5px;}
#sidebarSearchForm .submit {float: left; border: none; background-color: #997473; color: #fff; text-transform: uppercase; margin-top: 3px; line-height: normal;}
