/*
Theme Name: European Kitchen Center
Theme URI: http://www.europeankitchencenter.com/
Description: The default European Kitchen Center theme.
Version: 1.0
Author: Enhanced Solutions
Author URI: http://www.enhancedsolutions.com/
*/

.alignleft {
	clear: top;
	float: left;

	margin: 0 10px 10px 0;
}

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

.post {
	clear: both;
	margin-bottom: 20px;
}

.post H2,
.post H3 {
	padding: 0;
	font-size: 18px;
}

.post SMALL  {
	padding: 0;
	border-bottom: 1px solid #eee;
	display: block;
	margin-bottom: 5px;
}

.leftcolumn {
	float: left;
	width: 719px;
	margin-right: 30px;
}

.rightcolumn {
	float: left;
	width: 200px;
	border-left: 1px solid #eee;
}


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

.rightcolumn UL UL {
	list-style: disc;
	padding: 10px 0 10px 35px;
	margin: 0;
}

.rightcolumn H2 {
	background: #eee;
	padding: 5px 20px;
	color: #000;
	font-size: 14px;
}

#searchform {
	padding: 10px 0 10px 20px;
}