/*
Theme Name: Quotidian Word Blog
Theme URI: http://www.quotidianword.com/
Description: Theme for the QW blog
Version: 1.0
Author: Jason Edelman
Author URI: http://www.jasonedelman.com
Tags: 
*/

@import url(http://static.quotidianword.com/css/master.css);

/*----------SIDEBAR/WIDGETS--------------*/

#widgets {
	padding: 0;
	margin: 0;
	}	
	
#widgets ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
	}

.widget {
	margin-bottom: 10px;
	background: #DFDEEC;
	font-size: 13px;
	min-height: 10px;
	}	
	
.widget:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	
	
.widget div {
	padding: 5px 10px;
	}		
	
.widget .widgettitle {
	background-color: #25408F!important;
	padding: 5px 10px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: -5000px;
	margin: 0!important;
	}	
	
.widget ul {
	list-style-type: none;
	}
	
.widget ul li {
	padding: 5px 10px;
	}		
	
.widget_kbrss div {
	padding: 0 10px;
	}	
	
.widget_kbrss .widgettitle {
	background: url(images/sidebar-recent-words.gif) no-repeat 12px 10px;
	}		
	
.widget_kbrss div li {
	border-top: 1px dotted #25408F;
	padding: 5px 0!important;
	}

.widget_kbrss div li a {
	font-weight: bold;
	}
	
.widget_kbrss div li:first-child {
	border: none;
	}	
	
.widget_recent_comments	.widgettitle {
	background: url(images/sidebar-latest-blatherings.gif) no-repeat 12px 10px;
	}

#text-4	.widgettitle {
	background: url(http://static.quotidianword.com/images/sidebar-syndication.gif) no-repeat 12px 10px;
	}
	
.widget_categories .widgettitle {
	background: url(images/sidebar-post-taxonomy.gif) no-repeat 12px 10px;
	}
	
.widget_archive .widgettitle {
	background: url(images/sidebar-past-posts.gif) no-repeat 12px 10px;
	}	
	
#text-4 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 237px;
	display: block;
	min-height: 10px;
	}

#text-4 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	

#text-4 li {
	list-style-type: none;
	float: left;
	margin: 10px 7px;
	padding: 0;
	}

#text-4 li a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	height: 61px;
	width: 61px;
	}	
	
#text-4 .rss {
	background: transparent url(http://static.quotidianword.com/images/syndication-rss.gif) no-repeat 0 0;
	}

#text-4 .facebook {
	background: transparent url(http://static.quotidianword.com/images/syndication-fb.gif) no-repeat 0 0;
	}

#text-4 .twitter {
	background: transparent url(http://static.quotidianword.com/images/syndication-tw.gif) no-repeat 0 0;
	}	

#text-4 .action {
	font-size: 14px;
	}

.feed-date {
	font-size: 12px;
	margin: 0!important;
	}

#recentcomments {
	width: 227px;
	margin: 0 auto!important;
	display: block!important;
	}

.recentcomments {
	border-top: 1px dotted #25408F;
	padding: 5px 0!important;
	}
	
.recentcomments:first-child {
	border: none;
	}
	

/*------------POSTS------------*/

.postmetadata {
	clear: both;
	font-size: 13px;
	background: #F5F5F5;
	padding: 10px;
}

/*-------COMMENTS---------------*/

#comments {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #25408F;
	}

.commentlist {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #25408F;
	}

.commentlist li {
	margin: 0;
	padding: 10px;
	}

.comment {
	
	}

.comment em {
	background: #F5F5F5; 
	}

.comment:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.comment-body {
	padding: 0;
	}

.comment-author.vcard img {
	display: inline;
	margin: 0;
	}

.comment-author cite {
	display: inline;
	float: none;
	font-size: 14px;
	}

.says {
	font-size: 14px;
	}

.comment-meta.commentmetadata {
	font-size: 12px;
	margin-bottom: 5px;
	}

#sentence-form textarea {
	margin-bottom: 0;
	}

/*-------------MISC---------------*/

.navigation {
	min-height: 10px;
	background: #72BD6B;
	font-size: 12px;
	}
	
.navigation div a {
	padding: 10px;
	color: #000000;
	display: block;
	}

.navigation div a:hover {
	color: #25408F;
	background: #94DF8D;
	}

.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	

.nav-previous {
	float: left;
	}

.nav-next {
	float: right;
	}

.read-more {
	font-size: 12px;
	}
	
.more-link {
	font-size: 14px;
	padding-right: 15px;
	background: transparent url(http://static.quotidianword.com/images/read-more.png) no-repeat 100% 4px;
	}

.clear {
	clear: both;
}