/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Steve Wilson
	Author Site	: www.wilsonsdesignworks.com
	Style Name	: Plum Forest Farm
	Style URI	: 
	Version		: 1.0
	Comments	: Custom K2 theme for Plum Forest Farm
*/

body {
/*	background: #bbb531;*/
	background: #688837;
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#page {
	padding: 0;
	border-top: 5px solid #592019;
	}
	
	
#header {
	/* Contains the H1 and menu */
	}

#header {
background:#cfbc2f none repeat scroll left top;
height:200px;
position:relative;
}


	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#mailingList label {
}

#mailingList input {
	margin: 8px;
}


ul.menu {
	left: 6px;
	}

ul.menu li a {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
color:#333333;
font-size:1em;
margin:0pt;
background:#c4b22d;
}

ul.menu li a:hover {
background: #592019;
color:#EEEEEE;
text-decoration:none;
}


.entry-content ul {
	list-style-type: disc;
	}

.entry-content ul, .entry-content ol {
	padding:0pt 35px;
	}



#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-1 #fresh-in-the-farmstand div {
	margin: 0;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

.secondary .k2-asides .metalink {
	display: none;
}

#whats-fresh div {
	margin-top: 0;
	}

.secondary .k2-asides span {
	display: none;
	}

.secondary .k2-asides p {
	display:block;
}

.secondary .k2-asides blockquote {
	padding: 0 20px;
	margin: 0;
	color: #666;
	background: none;
	}


#footer {
color:#444444;
}

#footer a {
border-bottom:1px solid #719b37;
color:#592019;
font-weight:bold;
}

#footer a:hover {
border:medium none;
color:#000000;
text-decoration:none;
}


/* mailing list signup mailman customization */

#mailmanResults {
}

body.columns-two #primary-wrapper.mailmanPages {
	margin-right: 0;
}

#mailmanForm {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 40px;
}

body.columns-two #primary-wrapper.mailmanPages center {
	margin: 10px 0;
	text-align: center;
}
