/*
Theme Name: Worrell
Theme URI: http://wordpress.org/
Description: Custom theme for Worrell.com
Version: 1.0
Author: Kyle Meyer
Author URI: http://astheria.com/
*/

@import url('/css/style.css');


/* Begin Typography & Colors */


#blog #sidebar {
	float: right;
	width: 204px;
}

#blog .post {
	padding: 0 0 20px;
	margin: 0 0 20px;
	clear: both;
}

#blog .post p {
	padding-right: 150px;
}

#blog p.date {
	color: #999;
}

#blog p a {
	display: inline;
	color: #000;
}

#blog p a:hover {
	color: rgb(245, 0, 47);
}

.alignleft a, .alignright a {
	width: 305px;
}

#blog h2 a {
	color: rgb(51, 51, 51)!important;
	font-family: Georgia, 'Times New Roman', Times, serif!important;
	font-size: 24px!important;
}

#blog h3 {
	padding: 0 8px;
}

#blog .navigation {
	height: 40px;
	background: #fff;
	margin: 0 0 16px;
}

#blog img {
	display: block;
	padding: 15px 0 15px;
}

#blog img.alignleft {
	float: left;
	padding: 15px 15px 15px 0;
}

#blog img.alignright {
	float: right;
	padding: 15px 0 15px 15px;
}