/*
Theme Name: Information Optimized
Theme URI: http://informationoptimized.com/
Description: The default theme for the Information Optimized Blog.
Version: 1.0
Author: Alex Cline
Author URI: http://vivisimo.com/
Tags:
*/

/* Sidebar Stuff */

.sidebar { width: 185px; }

#sidebar h2 { color: black; }
#sidebar small { margin-left: 10px; }
#sidebar .widget_tag_cloud div { margin-left: 10px; }
#sidebar small a,
#sidebar .widget_tag_cloud a { display: inline; }
#sidebar-navigation-author-link {
	margin-left: 5px;
	padding: 4px;
	display: block;
	color: #005695;
	text-decoration: none;
	cursor: pointer;
}
#sidebar-navigation-author-link:hover { background-color: #fff; }
#sidebar-navigation-author li img { margin-bottom: -2px; border-style: none; }
#sidebar small a:hover,
#sidebar .widget_tag_cloud a:hover { text-decoration: underline; }

#sidebar h2 {
	margin: .5em .25em; 
	font-size: 1.4em; 
}
#sidebar ul li {
	padding: 0;
	border-bottom-style: none;
}
#sidebar ul li:hover,
#sidebar ul li a:hover { background-color: inherit; }
#sidebar ul li ul li {
	padding: 0;
	margin-left: 5px;
	border-bottom: 1px solid #D8D8D8;
}
#sidebar ul li ul li a { padding: 4px; }
#sidebar ul li ul li a:hover {
	text-decoration: none;
	background-color: #FFF;
}

.sidebar-spacer { width: 7px; }

dt { font-weight: bold; }

.main-content { width: 748px; }

#author_wrapper { 
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}
#author_bio {
	float: left;
	width: 550px;
	text-align: justify;
}
.author_img { 
	float: right;
	border: 3px solid #CCC;
	margin: 5px;
}
.navigation { clear: both; }
.clearfix { clear: both; }

.post {
	padding-bottom: 5px;
	border-bottom : 1px solid #CCC;
}

.metadata-field { font-weight: bold; }

