/*
Theme Name: JoMart Default
Theme URI: http://www.jomartchocolates.com/
Description: The default JoMart theme.
Version: 1
Author: Enhanced Office
Author URI: http://www.enhancedoffice.com/
*/

.blog_left {
	width: 656px;
	float: left;
	margin-right: 20px;
}

.blog_left P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.blog_left A {
	color: #e74292;
}

.blog_left .post {
	border: 1px solid #e4e3e3;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.blog_left .post H2 {
	border-bottom: 1px solid #e4e3e3;
	background: #f4f4f4;

	margin: 0px;
	padding: 10px 20px;
	font-size: 24px;
	font-family: "Times New Roman", Serif;
}

.blog_left .post .entry {
	padding: 15px 20px;
}


.blog_left .post .postmetadata {
	padding: 7px 20px;

	border-top: 1px solid #e4e3e3;
	background: #f4f4f4;
}


.blog_right {
	width: 250px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	float: left;
}

.blog_right A {
	color: #e74292;
}

.blog_right UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.blog_right .widgettitle {
	background: #eaeaea;
	padding: 5px 10px;
	margin: 0px;
	color: #444;
}

.blog_right .widget UL {
	padding: 10px 10px;
}

.blog_right .widget_recent_entries UL {
	padding-bottom: 0px;
}

.blog_right .widget_recent_entries UL LI {
	padding-bottom: 10px;
}

.blog_right .widget_categories UL LI,
.blog_right .widget_archive UL LI {
	background: url('images/li-arrow.gif') left center no-repeat;
	padding-left: 10px;
}

.alignright {	
	float: right;
	margin: 0 0 5px 10px;
}

.alignleft {	
	float: left;
	margin: 0 10px 5px 0;
}
