/*   
Theme Name: Crucial Minutiae

Author: Ethan Todras-Whitehill

Version: 1.0
*/


/**********************************
*	MISC
/**********************************/

.booktitle a:link, .booktitle a:visited {
text-decoration:none;
}

.page_header {
font-weight:bold;
font-size: 18px;
}

.postphoto {
margin: 5px;
border: 1px solid black;
}

.author_page_photo {
border: 1px solid black;
margin-left:5px;
margin-bottom:5px;
float:right;
}

.big_photo {
border: 1px solid black;
margin-right:7px;

}

.wrapper {
	margin: 0 auto;
	width: 775px;
	background: #fff;

	text-align:left;
}
.header {
	width: 100%;
}
.subheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	color: #404040;
	text-align:right;
	vertical-align:bottom;
	padding: 0px 0 0px 0;
}

form {
        margin:0;
        padding:0;
}

.search {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	vertical-align:middle;
	padding: 0px 0px 0px 0;
        margin: 0;
}
.searchbox {
	padding: 0px 0px 0px 4px;
        vertical-align:middle;
        margin:0;
        height:27px;
}

.entryheader_top {
	font-size: 25px;
	padding-bottom:3px;
	border-bottom: 1px solid black;

}

.entryheader_top a:link, .entryheader_top a:visited {
        text-decoration: none;
}

.entryheader_bottom {
	padding-top:3px;
}

.singlepost p {
	margin-top:13px;
	margin-bottom:13px;
	line-height: 18px;
}
#sidebar{
	width: 180px;
	float: left;
	clear: right;
	margin-top:10px;
	padding: 0px 0px 10px 15px;
	border-left: 1px solid black;
}
#main{
	width: 560px;
	float: left;
	clear: left;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-right:15px;
	margin-top: 0px;
}
.singlepost {
	width: 100%;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-bottom: 5px;
}
.cube {
	float:left;
	margin: 0px 8px 0 0;
	height: 55px;
}
.postheader {
	float:left;
	margin-top:5px;
}
.rnav {
	padding: 0px 0 12px 0;
}
.rnavlist {
	margin: 7px 0px -9px 10px;
	line-height: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: black;
}
.bookbyline {
	margin-top: -2px;
	font-size: 12px;
	padding-bottom: 3px;
}
.booktitle {
	line-height: 18px;
}



.spacer {
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 10px;
}


#content{
	background: url('/wp_content/themes/cm/images/sidebar_bg.gif') repeat-y right;
	}

.spacerhigh{
	padding: 0px 0 0px 0;
	text-align: center;
        margin:0;
        height: 5px;
	}

.floatleft{
	float: left;
	}

.floatright{
	float: right;
	}

blockquote{
	background: #eee;
	border: 1px solid #999;
        padding-left: 10px;
        padding-right: 10px;
	}

.column_desc {
	color: green;
        font-size: 12px;
}

.column_desc a:link, .column_desc a:visited {
        color: green;
}

img{
	border: 0px;
	}

#info p{
        font-weight: bold;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 10px 0 15px 0;
	font-size:13px;
        vertical-align:top;
        border: 1px solid black;
        padding: 5px;
        line-height: 18px;
	}

#info_archive p {
        font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 10px 0 15px 0;
	font-size:13px;
        vertical-align:top;
        border: 1px solid black;
        padding: 5px;
        line-height: 18px;
}

#info p strong{
        color: #CC0000;
	}


#info2 {
        font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 10px 0 15px 0;
	font-size:13px;
        vertical-align:top;
        border: 1px solid black;
        padding: 5px;
        line-height: 19px;
        min-height:77px;
}

textarea{
	width: 60%;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

input{
	font-size: 8pt;
	}

#qTip {
	padding: 3px 5px 3px 5px;
	border: 1px solid #f0f0f0;
	display: none;
	background-color: #ff6600;
	color: #ffffff;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 1000;
}

/**********************************
*	Links
/**********************************/

a:link, a:visited{
	color: black;
	text-decoration:underline;
	}

a:visited {
        text-decoration:underline;
}

#header a:link, #header a:visited{
	color: #000;
	}

#header a:hover{
	color: #fff;
	}

#sidebar a:link, #sidebar a:visited{
	color: black;
	font-weight: normal;
	}

#footer a:link, #footer a:visited{
	color: #fff;
	}

#footer a:hover{
	color: #000;
	}

#sidebar a:hover{
	color: #333;
	font-weight: normal;
	}

.entrytitle a:link, .entrytitle a:visited, .entrytitle a:hover{
	font-weight: bold;
	}

/**********************************
*	Header
/**********************************/



.header_title{
	padding: 20px 0 0 30px;
	margin: 0;
	font-size: 20pt;
	}

.header_description{
	font-style: italic;
	font-size: 10pt;
	margin: 0 0 0 30px;
	}

#search img{
	margin: 0 0 0 0;
	}

#rss{
	margin: 0px 0px 0 0;
	}

#rss img{
	margin: 1px 3px 0px 0;
        float: left;
        border: 0;
	}

#rss a:link, #rss a:visited {
        text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

/**********************************
*	Main
/**********************************/

#main h2{
	margin: 5px 0 5px 0;
	font-size: 12pt;
	font-weight: bold;
	}

/**********************************
*	Entry
/**********************************/

.entry{
	padding: 5px 0 5px 0;
	line-height: 17pt;
	}

.entrytitle{
	border-bottom: 2px solid #999;
	width: 100%;
	}

.entrytag{
	padding: 3px 0 15px 0;
	margin: 0;
	}

.img_entry{
	padding: 1px 0 0 22px;
	background:url('/wp_content/themes/cm/images/icon_entry.gif') no-repeat left;
}

.img_comment{
	padding: 2px 0 5px 20px;
	background:url('/wp_content/themes/cm/images/icon_comment.gif') no-repeat left;
	margin: 0;
	}

.img_date{
	padding: 0 10px 0 20px;
	background:url('/wp_content/themes/cm/images/icon_date.gif') no-repeat left;
	}

.img_time{
	padding: 0 10px 0 20px;
	background:url('/wp_content/themes/cm/images/icon_time.gif') no-repeat left;
	}	

/**********************************
*	Sidebar
/**********************************/


#sidebar ul{
	padding: 0px;
	list-style: none;
	margin: 7px 0px -4px 10px;
	}

#sidebar li {
	line-height: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: black;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
        text-decoration:none;
        font-weight: normal;
}

#sidebar ul li ul li{
//	background: url('/wp_content/themes/cm/images/bullet_star.gif') no-repeat top left;
	padding: 1px 0 0 10px;
	}

#sidebar ul li ul{
	margin: 0 0 0 10px;
	}

#sidebar h2{
	font-size: 10pt;
	margin: 0px 0 3px 0;
	padding: 2px 0 2px 15px;
//	background: url('/wp_content/themes/cm/images/icon_nav.gif') no-repeat left;
	}

/**********************************
*	Comments
/**********************************/

.comment_text{
	padding: 5px;
	line-height: 18px;
	}

.comment_text-admin{
	background: #fff;
	padding: 5px;
	line-height: 18px;
	}

.comment_tag{
	font-size: 12px;
	float: right;
	}

.comments_list li{
	padding: 5px 5px 20px 5px;
	clear: both;
	}

.comments_count h4{
	border-bottom: 1px solid black;
	width: 100%;
	margin: 5px 0 5px 0;
	font-size: 12px;
	}

.comment_author {
        font-weight: bold;
}

.alt {
        background-color:#f2f2f2;
}

/**********************************
*	Footer
/**********************************/

#footer{
	text-align: center;
	height: 40px;
	background: url('/wp_content/themes/cm/images/footer_image.jpg');
	background-repeat: repeat-y;
	color: #000;
	padding: 2px 0 0 0;
	font-size: 8pt;
	margin: 0;
	}

/*