@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('http://fonts.googleapis.com/css?family=Oswald:400,700');

body {
	padding-top: 50px;

	background-color: #cbe86b;
	background-image: url('/images/twitter_background.png');
	background-repeat: repeat-y;
	background-position: 0px 50px;
	background-attachment: scroll;
}
body {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	
}
h1,h2,h3,h4,h5,h6 {
	font-family: Oswald, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
	font-weight: 400;
}
.page-header h1,
header h1,
.page-header .h1,
header .h1 {
	margin-top: 0px;
}
blockquote {
	line-height: 1.4;
}
blockquote cite:before {
	font-size: 90%;
	content: "\2014 \2009";
}
blockquote cite {
	font-size: 90%;
}
/*
.table-hover tbody tr:hover > td {
  cursor: pointer
}
*/
.page-header {
	margin-top: 0;
}
.media-list .media {
	border-bottom: 2px solid #ccc
}
.media-body {
	width:100%;
}
.post-list h2 {
	border-bottom: 2px solid #ccc
}
.post-list h3 > a {
	color: inherit;
	text-decoration: none !important;
}
.post-list img {
	margin-top: 2px;
}
.post-meta {
	font-size: smaller;
	margin-bottom: 12px;
}
.divider {
	height: 3px;
	background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
/****** LAYOUT ******/
#site-main {
	padding: 20px;
}
#site-main > h1 {
	margin-top: 0px;
}
#site-main h2 {
	clear: both;
}
h2 + img,
h2 + a img {
 	margin-top: 0;
	margin-left: 0;
}
footer {
	clear:both;
	border-top: 1px solid transparent;
	font-size: 90%;
}
footer a {
	text-decoration: none !important;
}
/****** PAGE TYPES ******/
.nav-recipe h1,
.nav-recipe h2,
.nav-recipe h3,
.nav-recipe h4,
.nav-recipe h5,
.nav-recipe h6 {
	font-family: "Love Ya Like A Sister", Oswald, "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
	font-weight: 400;
}

/****** FORMS ******/
#farm-filter {
	line-height: 1;
}
#farm-filter .form-group {
	margin-bottom: .5em;
}
#farm-filter #filter-location {
	height: 25px;
	padding: 0 10px;
}
#farm-filter .product-category {
	margin-top: .5em;
	border-bottom: 1px solid black;
}
#farm-filter .checkbox {
	margin-top: .25em;
	margin-bottom: .25em;
}
#farm-filter .checkbox+.checkbox {
	margin-top: 0;
}
#farm-filter .checkbox label {
	min-height: 0;
	font-size: 12px;
}
#farm-filter input[type=checkbox] {
	margin-top:0;
}
/****** ICONS ******/
.icon {
	padding-left: 30px;
	padding-right: 12px;
	line-height: 30px;
	white-space: nowrap;
	display: inline-block;
}
.icon.website {
	background: url(/images/icon-website-24.png) center left no-repeat;
}
.icon.facebook {
	background: url(/images/icon-facebook-24.png) center left no-repeat;
}
.icon.twitter {
	background: url(/images/icon-twitter-24.png) center left no-repeat;
}
.icon.youtube {
	background: url(/images/icon-youtube-24.png) center left no-repeat;
}
.icon.pinterest {
	background: url(/images/icon-pintrest-24.png) center left no-repeat;
}
.icon.google {
	background: url(/images/icon-google-24.png) center left no-repeat;
}
.icon.instagram {
	background: url(/images/icon-instagram-24.png) center left no-repeat;
}

/****** IMAGES *****/
img {
	margin: 12px 12px 12px 12px;
	padding: 0;
	line-height: 1.7;
}
img.alignleft,
img.img-left {
	float: left !important;
	margin-right: 12px;
}
img.alignright,
img.img-right {
	float: right !important;
	margin-left: 12px;
}
img.aligncenter,
img.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.img-thumbnail
{
	padding: 0;
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
img.img-thumbnail:hover {
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.img-caption {
	border: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin: 12px auto 12px auto;
	display: table;
	clear: both;
}
.img-caption.img-left,
.img-caption.alignleft {
	float: left !important;
	margin: 12px 12px 12px 0;
}
.img-caption.img-right,
.img-caption.alignright {
	float: right !important;
	margin: 12px 0 12px 12px;
}
.img-caption img {
	margin: 0 0 6px 0;
}
.img-caption p {
	display: table-caption;
	caption-side: bottom;
	font-size: 12px;
	font-style: italic;
	padding: 0 6px 0 6px;
}
.thumbstrip:before,
.thumbstrip:after {
	clear:both;
}
.thumbstrip { display: table }
.thumbstrip img {
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumbstrip img:hover {
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.thumbstrip.img-center,
.thumbstrip.aligncenter {
	text-align: center;
	width: 100%;
}
.thumbstrip.img-center img,
.thumbstrip.aligncenter img {
	float: none;
	display: inline-block;
}