/*
	Theme Name: Kvam Family Farm Web Site
	Description: Customized theme for Kvam Family Farm
	Author: Denise Schmidt, ComVenue, LLC
	Author URI: http://www.comvenue.com
*/
body {
	color: #006600;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
a:link {
 	color: #954c15;
}
a:visited {
	color: #6a006a;
}
a:hover {
	text-decoration: underline;
	color: #3476b1;
}
a:active {
	color: #954c15;
}
#page_wrapper {
	background-image: url(images/page_slice.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto 0 auto;
	width: 781px;
/*	border: solid 1px red;   */
}
#header {
	margin: 0 auto 0 auto;
	width: 753px;
	padding: 0;
}
#header_top {
	width: 100%;
	height: 40px;
	background-image: url(images/top_bar.jpg);
	background-repeat: repeat-x;
}
#header_main {
	width: 100%;
	height: 205px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#layout_table {
	width: 100%;
	margin: 5px 0 0 0;
}
#sidebar_left {
	vertical-align: top;
	width: 160px;
	padding: 5px 15px 10px 30px;
/*	border: thin dashed #aacbb3;
	border-width: 0 1px 0 0;
*/
	background: url(images/sb_left_back.gif) repeat-y top right;
}
#sidebar_right {
	vertical-align: top;
	width: 160px;
	padding: 5px 30px 10px 15px;
/*   border: thin dashed #aacbb3;
	border-width: 0 0 0 1px; */
	background: url(images/sb_right_back.gif) repeat-y top left;
}
.sidebar {
	font-size: .7em;
	color: #954c15;
}
.sidebar h2 {
	font-size: 1.2em;
	margin: 0;
	color: #006600;
	text-align: center;
}
.sidebar a:hover, .sidebar a:hover h2 {
	text-decoration: none;
	color: #3476b1;
}
#main_content {
	vertical-align: top;
	font-size: .7em;
	line-height: 1.65em;
}
.center_column {
	padding: 5px 20px 10px 20px;
}
.single_column {
	padding: 5px 30px 10px 25px;
}
.left_column {
	padding: 5px 15px 10px 30px;
}
.right_column {
	padding: 5px 40px 10px 15px;
}
#footer {
	width: 100%;
}
#footer_top {
	margin: 10px 30px 0 30px;
	text-align: center;
	background: transparent url(images/header_back.gif) repeat-x scroll top left;
/*	border-style: dashed;
	border-color: #aacbb3;
	border-width: 1px 0 0 0;
*/

}
#footer_main {
	text-align: center;
	font-size: 11px;
	margin: 5px 0 7px 0;
}
#footer_bottom {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .25em;
	color: white;
	background-image: url(images/footer_bottom.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 36px; 
	padding: 8px 0 0 0;
	text-align: center;
	margin: 0;
}
#footer a:link, #footer a:active, #footer a:visited {
   color: #006600;
	text-decoration: none;
}
#footer a:hover {
    color: #006600;
	text-decoration: underline;
}
#menu1 {
	width: 100%;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0;
}

#menu1 li {
   display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0; 
/*	vertical-align: middle; */
}
#menu1 a {
	text-decoration: none;
	font-variant: small-caps;
	color: white;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 0 10px 0 15px;
	margin: 0 5px 0 0;
	
}
#menu1 .page_item a:hover {
	color: #f9be4f;
}
#menu1 .page_item a {
	color: white;
	border: solid white;
	border-width: 0 0 0 2px;
}
#menu1 .first_page_item a {
	border-width: 0;
}
#menu1 .current_page_item a {
	color: #f9be4f;
}
#menu1 ul {
	margin: 0 0 0 -25px;
}
#menu2 {
	width: 100%;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0;
}
#menu2 li {
    display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0; 
}
#menu2 a {
	text-decoration: none;
	color: #006600;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0px 0 8px;
	margin: 0 5px 0 0;
}
#menu2 .page_item a:hover {
	color: #f9be4f;
}
#menu2 .page_item a {
	border: solid #006600;
	border-width: 0 0 0 1px;
}
#menu2 .first_page_item a {
	border-width: 0;
}
#menu2 ul {
	margin: 0 0 0 -27px;
}
img {	
}
.img_left {
	padding: 3px;
	background-color: White;
	border: 1px #aacbb3 solid;
	margin: 4px 12px 4px 0px;
	float: left;
}
.img_right {
	padding: 3px;
	background-color: White;
	border: 1px #aacbb3 solid;
/*	margin: 2px 0px 0px 10px;*/
	margin: 5px 0 5px 10px;
	float: right;
}
h1 {
	background: transparent url(images/header_back.gif) repeat-x scroll center bottom;
	color:#3476b1;
	font-family:'Lucida Grande','Trebuchet MS',sans-serif;
	font-size:1.75em;
	margin: 0;
	padding: 4px 0 13px 0;
}
h2 {
	background: transparent url(images/header_back.gif) repeat-x scroll center bottom;
	color: #954c15;
	font-family:'Lucida Grande','Trebuchet MS',sans-serif;
	font-size:1.25em;
	margin:0pt;
	padding:4px 0 7px 0;
}
h3 {
	background: transparent url(imgages/header_back.gif) repeat-x scroll center bottom;
	color: #954c15;
	font-family:'Lucida Grande','Trebuchet MS',sans-serif;
	font-size:1.15em;
	margin: 0;
	padding:4px 0 7px 0;
}
h6 {
	font-size: .8em;
	margin:0 0 0 10px;
	padding:4px 0 2px 0;
}
a {
	text-decoration:none;
}
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}
.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}
.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, .sidebar ul ol li {
	list-style: decimal outside;
}
.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
}
.sidebar ul li ul li {
	border-bottom: 1px dashed #6aa47a;
	margin-bottom: 3px;
}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
}

.sidebar #searchform #s {
	width: 95%;
	padding: 2px;
	font-size: .8em;
	margin: 0 0 2px 0;
}

.submit_button {
   font-size: .85em;
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.wpcf7-form { /* This is for Contact Form 7 */
	text-align: left !important;
}


select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 80%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
form p {
	clear: left;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 1px;
}
form p label {
/*   float: left; 
	width: 75px;
	text-align: right;
	margin-right: 7px;
	line-height: 1.45em;
	font-weight: bold;*/
	font-size: .9em;
}
form input.txt {
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #aacbb3;
	font-size: 11px;
	color: #006600;
}
form textarea {
	width: 70%;
	margin-bottom: 5px;
	border: 1px solid #aacbb3; 
	font-size: 11px;
	color: #006600;
}
hr {
	height: 1px;
	color: #aacbb3;
	background: #aacbb3;
	border: 0;
}
p {
	margin: .75em 0 .25em 0;
}
ul {
	margin: 0;
	padding: 0 0 0 25px;
}
.clear {
    clear: both;
}
.locations {
	text-align: center;
}
.locations h2 {
	margin: 0 0 15px 0;
}
.locations h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.locations p {
	color: #006600;
	font-size: .95em; 
	text-align: center;
	margin: 0;
	padding: 0;
}
.locations hr {
	margin: 5px 0 5px 0;
}
.kff {
	vertical-align: top;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
.entry {
	margin: 5px 0 0 0;
}
.sidebar_inset {
	border: solid 1px #aacbb3;
	background-color: #e3eee6;
	padding: 4px;	
}
.sidebar_inset p {
   text-align: center;
	font-size: .85em;
}
.products {
	width: 100%;
}
.prices {
  margin: 0 0 0 15px;
}
.prices h3 {
	margin: 0;
	padding: 0;
	color: #3476b1;
	font-weight: bold;
}
.prices p {
	clear: both;
	margin: 0;
}

.post {
	margin: 5px 0 15px 0;
}