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

/**
 Blog Specific Styles
 */
body {font-family: Georgia, Times New Roman, Sans-Serif; font-size: 14px; line-height: 17px; color: #000;}

h1 {margin: 0px 0px 20px 0px; font-size: 17px; font-weight: normal; color: #7c0c00;}
h2 {font-size: 17px; font-weight: normal; color: #7c0c00;}

div.divider {margin-bottom: 0px;}

#sidebar {float: left; width: 170px; padding: 15px; font-family: Arial, Verdana, Sans-Serif; font-size: 13px; line-height: 15px;}
#sidebar h4 {margin: 0px 0px 5px 0px; font-weight: normal; font-size: 12px; color: #553615; text-transform: uppercase; text-align: left; background: transparent;}
#sidebar ul {margin: 0px 0px 20px 0px; padding: 0px; list-style-type: none;}
#sidebar ul li {padding-bottom: 7px;}
#sidebar a {text-decoration: none;}
#sidebar .search {margin-bottom: 20px;}

#content {}

/**
 * General
 */
h1 {margin: 0; padding: 0; background: none;}
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 {margin-bottom: 20px; background-image: url(images/feed.png); background-repeat: no-repeat; background-position: 0px 2px; padding-left: 25px;}

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

.postTitle {}
.postTitle a {color: #7c0c00; text-decoration: none;}
.postTitle a:hover {color: #7c0c00; text-decoration: underline;}

.postDateAuthor, .postMetaData {font-family: Arial, Verdana, Sans-Serif; font-size: 12px; line-height: 20px; color: #553615; margin: 0px;}

/**
 * Single Post
 */
div.post h1 {font-size: 17px; font-weight: normal; color: #7c0c00;}
div.post .entry {}
div.post .pagination {}	/* Navigation for paged posts */
div.post .tags {}
div.post .postMetaData {font-size: 12px; line-height: 20px; color: #553615;}

/**
 * Comments
 */
div.commentList h2 {margin-bottom: 0px;}
div.commentList {padding-top: 0px; font-family: Arial, Verdana, Sans-Serif; font-size: 12px;}
div.commentList .item {width: 450px; 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 {font-size: 17px; font-weight: normal; color: #7c0c00; margin-bottom: 5px;}
#commentForm form {margin-top: 10px; font-family: Arial, Verdana, Sans-Serif; font-size: 12px;}
#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: 120px; margin-right: 5px;}
#sidebarSearchForm .submit {float: left; border: none; background-color: #553414; color: #fff; text-transform: uppercase; margin-top: 1px;}
