/*
Theme Name: Olympic Dermatology
Description: Custom WordPress theme for Olympic Dermatology.
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
 */
#subnav ul li div {padding: 3px 15px 3px 15px;}
#subnav .subscribe a {background-image: url(images/feed.png); background-repeat: no-repeat; background-position: 15px 5px; padding-left: 35px;}

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

.postTitle {font-family: Arial, Verdana, Sans-Serif; font-size: 22px; font-weight: normal; color: #9f5f13;}
.postTitle a {color: #9f5f13; text-decoration: none;}
.postTitle a:hover {color: #9f5f13; 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: 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: 140px; margin-right: 5px;}
#sidebarSearchForm .submit {float: left; border: none; background-color: #553414; color: #fff; text-transform: uppercase; margin-top: 1px;}