/*
Theme Name: McGrath Family Farm
Theme URI: http://http://www.mcgrathfamilyfarm.com/
Description: Custom Website for McGrath Family Farm
Version: 1.2
License: &copy; 2011 McGrath Family Farms. All Rights Reserved
Author: Global Web FX Inc.
Tags: McGrath Family Farm
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Asides
-------------------------------------------------------------- */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fffaea;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 345px;
	padding-bottom: 5px;
}
.credits {
	color: #fffaea;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 10px;
}
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {

}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.topContainer {
	background-repeat: no-repeat;
	width: 981px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 154px;
	width: 482px;
	float: left;
}
.clear {
	clear: both;
}
.topContainer .menu {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}
.menu .certification {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.contentContainer {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
.leftcol {
	width: 226px;
	float: left;
	padding-top: 9px;
	padding-left: 20px;
}
.rightCol {
	width: 721px;
	float: right;
}
.contentTop {
	background-image: url(images/top-content.png);
	height: 24px;
	background-repeat: no-repeat;
}
.rightCol #content {
	background-image: url(images/center-content.png);
	background-repeat: repeat-y;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
}
.contentFoot {
	background-image: url(images/footer-content.png);
	background-repeat: no-repeat;
	height: 45px;
}
.skip-link.screen-reader-text {
	display: none;
}
#menu-top-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu-top-menu li {
	display: block;
	float: left;
}
#menu-top-menu li a {
	display: block;
	background-image: url(images/TOP-NAV.png);
	height: 51px;
	width: 148px;
	font-family: Lobster, Impact;
	text-decoration: none;
	font-size: 29px;
	color: #000;
	line-height: 37px;
	padding-right: 13px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
#content h1 {
	font-family: Lobster, Impact;
	color: #7d8434;
	font-size: 42px;
	margin-top: 0px;
	line-height: 42px;
	margin-bottom: 20px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d8434;
	line-height: 20px;
	font-size: 17px;
}
#cs-title-coin-slider h2 {
	font-family: Lobster, Impact;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 9px;
}
#cs-title-coin-slider p {
	color: #b5e14d;
	margin-top: 0px;
	margin-bottom: 9px;
}
#content .entry-title {
	font-family: Lobster, Impact;
	color: #7d8434;
	font-size: 30px;
	margin-top: 0px;
}
#content p {
	color: #7d8434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 0px;
}
#em-wrapper p {

}
#event-time {
	font-family: Lobster, Impact;
	text-align: left;
	color: #AE0000;
	font-size: 25px;
}
#event-description {
	font-family: Lobster, Impact;
	font-size: 30px;
	color: #AE0000;
	text-align: left;
	padding-bottom: 20px;
}
#event-time {
	padding-bottom: 20px;
}
.eventTime {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AE0000;
	padding-bottom: 10px;
}
.eventDetails {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AE0000;
	padding-bottom: 10px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
}.eventDetails a {
	color: #B00;
	text-decoration: underline;
}
.eventDetails a:hover {
	text-decoration: none;
}
td .eventTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #127014;
	height: 40px;
}
#em-wrapper h2 {
	font-family: Lobster, Impact;
	color: #7D8434;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.entry-content  a {
	color: #ae0000;
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}
.entry-content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftcol .xoxo {
	margin: 0px;
	padding: 0px;
}
#menu-left-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu-left-menu li {
	display: block;
	padding-bottom: 3px;
}
#menu-left-menu li a {
	background-image: url(images/left-nav.png);
	display: block;
	height: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fffaea;
	line-height: 39px;
	padding-left: 15px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;
}
#menu-left-menu li a:hover {
	background-image: url(images/left-nav.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #493e1e;
	text-decoration: none;
}
#menu-top-menu li a:hover {
	background-image: url(images/TOP-NAV.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sep {
	margin-top: 35px;
	margin-bottom: 25px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.ccsignup {
	background-image: url(images/newsletter-signup-bg.png);
	height: 124px;
	padding-left: 15px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
.blackwidget {
	background-image: url(images/newsletter-signup-bg.png);
	padding-left: 15px;
	padding-top: 15px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	color: #FFFAEA;
	font-family: Lobster, Impact;
}
.ccbg {
	background-image: url(images/ccformbg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 144px;
	border: 1px solid #000;
	float: left;
}
.ccsignup form .submit {
}


.ccsignup label {
	color: #fffaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}
.ccsignup form {
	margin: 0px;
	padding: 0px;
}
.ccsignup h3 {
	font-family: Lobster, Impact;
	color: #FFF;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom:0px;
}
.btneq {
	float: left;
	display: block;
	padding-left: 11px;
	padding-top: 2px;
}
.xoxo .widget-title {
	font-family: Lobster, Impact;
	font-size: 22px;
	color: #fffaea;
	margin-top: 0px;
	margin-bottom: 17px;
}
.centerHours {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F6F3E9;
	padding-bottom: 10px;
}
.centerHours h3 {
	font-family: Lobster, Impact;
	margin-top: 0px;
	font-size: 22px;
	margin-bottom: 0px;
}
.centerHours h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.centerHours p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.entry-content h2 {
	font-family: Lobster, Impact;
	color: #4a3109;
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.entry-content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 5px;
	color: #225302;
}
#content .page-title a {
	color: #C00;
}
.page-title a:hover {
	text-decoration: none;
}
.entry-meta {
	font-family: Arial, Helvetica, sans-serif;
	color: #7D8434;
	font-size: 12px;
	padding-bottom: 20px;
}
#nav-below {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.entry-utility {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D8434;
}
#respond #reply-title {
	font-family: Lobster, Impact;
	color: #C90034;
}
.entry-utility a {
	color: #D63900;
	text-decoration: underline;
}
.entry-utility a:hover {
	text-decoration: none;
}
.entry-meta a {
	color: #C00;
	text-decoration: underline;
}
.entry-meta a:hover {
	text-decoration: none;
}
#commentform a {
	color: #C00;
}
#commentform:hover {
	text-decoration: none;
}
.entry-content iframe {
	border: 2px solid #C00;
}
.monthList {
}
.darkRow {
	background-color: #9C3;
}
.lightRow {
	background-color: #D8EFAB;
}
.seasonalChart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.monthList td h2 {
	font-family: Lobster, Impact;
	text-align: center;
}
.seasonalChart table td {
	text-align: center;
}.linklists {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.linklistd a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
	color: #900;
}
.linklistd a:hover {
	text-decoration: none;
}
#content h2 {
	font-family: Lobster, Impact;
	font-size: 30px;
	color: #7d8434;
}
.blackwidget h2 {
	font-family: Lobster, Impact;
	color: #FFFAEA;
	margin-top: 0px;
}
.blackwidget img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.csabtn {
	background-color: #61F720;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF !important;
	text-decoration:none !important;
}
