/*  
Theme Name: JeffCrouse.info
Theme URI: http://www.jeffcrouse.info
Description: The theme for Jeff Crouse's portfolio
Author: Jeff Crouse
Author URI: http://www.jeffcrouse.info
Template: thematic
Version: 0.1
*/

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');

/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

/* Add a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');


body, input {
	font-family: "Courier New", Courier, monospace;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}

.entry-content h2 {
	font-weight: bold;
	font-size: 16px;
}

#blog-title {
	font-size: 24px;
	font-weight: bolder;
}

#main {
	float: none;
	margin-left: 10px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 330px;
	width: 600px;
	float: left;
}

#primary {
	position: fixed;
	top: 15px;
	left: 10px;
}

#siteinfo {
	width: 400px;
}

#login, #form-allowed-tags, #nav-below {
	display: none;
}

.widgetcontainer {
	padding-bottom: 10px;
}

.entry-meta {
	margin-bottom: 10px;
}

.widgettitle {
	font-size: 14px;
	font-weight: bold;	
}

.widgetsubtitle {
	font-weight: bold;
}
.aside ul ul {
	margin-bottom: 5px;
}

.entry-title, .page-title {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}

.post {
	margin-bottom: 20px;
}

.wp-caption {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
}

.post h1 {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 18px;
}

.post h2 {
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 16px;
}

.post h3 {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 14px;
}

div.comment-author img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
li.comment {
	clear: both;
}

#trackbacks-list h3, #comments-list h3 {
	background-color: #CCCCCC;
	margin-bottom: 10px;
}