/*
Theme Name: Southern Salads
Description: The Theme for Southern Salads
*/

*, html { margin: 0; padding: 0; }

body {
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: 62.5%;
	text-align: center;
}

#container {
	width: 742px;
	margin: 13px auto 0 auto;
	text-align: left;
}
	#container a { color: #90be47; }

#header {
	position: relative;
	background: url(images/header.png) no-repeat;
	width: 100%;
	height: 225px;
}
	#header h1 a { text-indent: -999em; width: 78px; height: 110px; display: block; margin: 0 0 0 20px; }
	#header ul { list-style: none; position: absolute; top: 20px; right: 0; }
	#header ul li { float: left; margin: 0 18px 0 0; background: url(images/navicon.gif) center left no-repeat; }
	#header ul li a { font-size: 11px; text-transform: uppercase; text-decoration: none; padding: 0 0 0 12px; }
	#header ul li a:hover { color: #679123; }
	#header form { position: absolute; bottom: 9px; right: 5px; }
	#header form input { float: left; margin: 0 3px 0 0; }
	#searchbutton { background: url(images/search.png) no-repeat; width: 70px; height: 20px; display: block; text-indent: -999em; }

#contain { width: 100%; background: url(images/contain.png) 1px 0 repeat-y; padding: 10px 0 0 0; }

#content {
	float: left;
	width: 520px;
}
	#content h2, #content h3 { margin: 0 10px 0 25px; }
	#content h4 { margin: 15px 10px 0 25px; clear: both; }
	#content h2 { font-size: 22px; font-weight: normal; color: #000; text-decoration: none; display: block; }
	#content small { display: none; }
	#content h2 a { font-size: 22px; font-weight: normal; color: #000; text-decoration: none; border-bottom: 1px dotted #777; padding: 0 0 3px 0; width: 100%; display: block; }
	#content h3 a { font-size: 18px; font-weight: normal; color: #000; text-decoration: none; border-bottom: 1px dotted #777; padding: 0 0 3px 0; width: 100%; display: block; }
	#content h2 a span, #content h3 a span { color: #679123; }
	#content h3 { padding: 5px 0 3px 0; }
	#content h4 { font-size: 16px; font-weight: normal; color: #000; text-decoration: none; display: block; padding-top: 10px; }
	#content p { margin: 5px 5px 7px 25px; font-size: 13px; color: #777; }
	#content h2.pagetitle { font-size: 18px; text-transform: uppercase; font-weight: normal; color: #777; border-bottom: 1px dotted #000; margin: 0 10px 10px 25px; padding: 0 0 3px 0; }
	#content img { border: 1px solid #e5e5e5; margin: 5px 10px 5px 5px; float: left; padding: 5px; }
	#content img.right { border: 1px solid #e5e5e5; margin: 5px 5px 5px 10px; float: right; padding: 5px; }

#sidebar {
	float: left;
	background: url(images/sidebar.png) repeat-y;
	width: 200px;
}
	#sidebar ul { margin: 0 0 0 10px; list-style: none; width: 175px; }
	#sidebar ul li ul { margin: 0; padding: 0 0 0 10px; line-height: 18px; }
	#sidebar .pagenav li { background: url(images/sidebarli.png) no-repeat; height: 18px; width: 166px; }
		#sidebar a { color: #679123; font-size: 11px; }
		#sidebar .pagenav li a { text-decoration: none; font-size: 11px; padding: 0 0 0 15px; text-transform: uppercase; color: #679123; }
	#sidebar h2 { font-weight: normal; font-size: 20px; border-bottom: 1px dotted #777; margin: 10px 0 5px 10px; padding: 0 0 3px 0; }
	#sidebar p { font-size: 11px; padding: 5px 0 5px 8px; line-height: 15px; }
	#sidebar img { margin: 5px 0 3px 3px; }

#footer {
	clear: both;
	background: url(images/footer.png) 1px 0 no-repeat;
	height: 100px;
	position: relative;
}
	#footer ul { position: absolute; top: 40px; right: 25px; list-style: none; }
	#footer li { color: #7d7d7d; float: left; margin: 0 0 0 10px; }
	#footer li a { color: #7d7d7d; font-size: 12px; }
	#footer p { color: #7d7d7d; font-size: 12px; position: absolute; top: 60px; right: 25px; }

/* Misc */

ol.commentlist { margin: 0 0 0 45px; }