/*
Theme Name: Worlds Without End 1.0
Theme URI: http://blog.worldswithoutend.com/
Author: Jonathan McDonald
Author URI: http://blog.worldswithoutend.com/
Description: Custom Wordpress theme created for Worlds Without End.
Version: 1.0
License: None
License URI: 
Tags: 
*/

#container #mainbody .post .entry a { text-decoration: underline; }
#container #mainbody .post .entry a:hover { text-decoration: none; }

.navleft {
	float: left;
	width: 50%;
	overflow: hidden;
}
.navright {
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0 !important;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto !important;
}

.wp-caption {
	background: #ddd;
	padding: 0;
	border: 1px solid #bbb;
	font-size: 10px;
	text-align: center;
}
.wp-caption img {
	margin-top: 5px;
}
.wp-caption p {
	margin: 0 0 2px 0;
	padding: 0;
}

