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

/**
 * General
 */
h1.pageTitle {padding: 0 20px 20px 20px;}

div.monthNav .previous {float: left; padding: 0 30px; width: 189px;}
div.monthNav .next {float: left;}

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

/**
 * Sidebar
 */
#subnav .subscribe a {background-image: url(images/feed.png); background-repeat: no-repeat; background-position: 15px 5px; padding-left: 35px;}
#sidebar {margin-top: -20px;}
#sidebar ul {margin: 0; padding: 0; list-style-type: none;}
#sidebar ul li.title {margin-top: 20px;}

/**
 * Posts
 */
div.postList .item {}

/*
.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
 */
#master div.commentList h2 {}
#master div.commentList {padding-top: 10px;}
#master div.commentList .item {width: 440px; border-bottom: solid 0px #dbbd79; padding: 10px 0px 10px 0px; margin-bottom: 10px;}
#master div.commentList .alt {}
#master div.commentList .awaitingModeration {}
#master div.commentList .avatar {display: none;}
#master div.commentList .author {font-size: 11px; margin-bottom: 5px;}
#master div.commentList .author .name {font-weight: bold;}
#master div.commentList .commentMetaData {font-size: 11px; line-height: 14px;}

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

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