/*  
Theme Name: Miles Oldenburg Custom Blog
Theme URI: http://www.milesoldenburg.com/
Description: This is the custom theme for my WordPress Blog.
Version: 1.0
Author: Miles Oldenburg
Author URI: http://www.milesoldenburg.com/
*/

#leftContent {
	float: left;
	width: 75%;
}

#sidebar {
	float: right;
	width: 25%;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li#calendar table {
	width: 235px;
}