/*
Theme Name: M2
Theme URI: http://www.shopmonkees.com
Description: M2
Version: 1.0
Author: Jeremy Clifton
Author URI: http://www.4-8-4.com
Tags: fixed width, two columns, widgets
Template: default
*/

/**
 *	Template-wide stuff ...
 */
body {
	color: #333333;
}
 
#m2_content {
	width: 690px;
	float: right;
	background-color: #FFFFFF;
}

#m2_content_wrapper {
	margin: 0px;
}

#m2_sidebar {
	width: 200px;
	float: left;
}

/**
 *	Stuff related to posts on the home page ...
 */
div.clear-both {
	clear: both;
}
 
div.post {
	margin-top: 10px;
}
 
div.post h2 a, div.post h2 a:visited {
	color: #333333;
	text-decoration: none;
}

div.post h2 a:hover {
	text-decoration: underline;
	color: #777777;
}

/**
 *	Sidebar Stuff
 */
#sidebar {
	background-color: #FAEBEF;
	padding: 10px 20px;
	border-right: 1px solid #CF3E66;
	font-size: 12px;
}
 
#sidebar ul, #sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar ul {
	margin: 5px 0px;
}

#sidebar h2 {
	font-size: 15px;
}

#recent-comments ul, #recent-comments ul li {
	margin-left: 0px;
	list-style: disc;
}

#recent-comments ul li {
	margin-left: 15px;
	list-style: disc;
}