/*
Theme Name: Sterino
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme for Sterino Farms.
Version: 1.0
Author: Gigasavvy

*/

.close_colorbox{
  font-weight: 700;
color: #FFF;
position: relative;
top: -40px;
}

/* global mixins */
.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
/* handy shortcuts */
.clear {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* global color variables */
@font-face {
  font-family: 'MuseoSlab500Regular';
  src: url('font/museo_slab_500-webfont.eot');
  src: url('font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'), url('font/museo_slab_500-webfont.woff') format('woff'), url('font/museo_slab_500-webfont.ttf') format('truetype'), url('font/museo_slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* global layout */
.font {
  font-family: 'MuseoSlab500Regular', Arial, sans-serif;
}
body {
  font-size: 14px;
  margin: 0px;
  text-align: center;
  background: #ddd;
  color: #333;
  background: url(/images/bg.gif);
  font-family: Helvetica, Arial, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}

#sub_page {
  line-height: 21px;
}
#sub_page p {
	font-size: medium;
	line-height: 21px;
}
#sub_page ul {
	margin-left: 20px;
	margin-bottom: 12px;
}
#sub_page li {
	list-style: disc;
	font-size: medium;
	margin-bottom: 5px;
}

h1{
  color:#264300 !important;
}
h1,h2,h3,h4 {
	color: #FFFFFF;
    font-family: 'MuseoSlab500Regular',Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 1px 1px #333333;
}
h1 {
	font-size: 30px;
    margin-bottom: 30px;
}
#sub_page p {
	margin-bottom: 12px;
}
#nav {
  position: relative;
  height: 45px;
  background: url(/images/nav-bg.jpg) top left;
}
#navigation {
  position: relative;
  width: 960px;
  margin: auto;
  height: 45px;
  line-height: 45px;
  font-family: 'MuseoSlab500Regular', Arial, sans-serif;
}
#navigation ul {
  float: left;
}
#navigation li {
  float: left;
  position:relative;
}
#navigation a {
  float: left;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 1px #111111;
  text-decoration: none;
  padding: 0 14px;
}
#navigation strong {
  float: right;
  color: #7FBB0B;
  font-size: 17px;
  font-style: italic;
}
#navigation .current_page_item a,
#navigation a:hover {
  background: url(/images/nav-active.jpg) top left;
}
#splash {
  position: relative;
  height: 281px;
  background: url(/images/field.jpg) top center no-repeat;
}
#splash h1 {
  position: relative;
  margin: auto;
  width: 679px;
  padding-top: 40px;
}
#splash h1 a {
  display: block;
  height: 170px;
  text-indent: -9999em;
  background: url(/images/logo.png) top center no-repeat;
}
#splash h2 {
    color: #FFFFFF;
    font-family: 'MuseoSlab500Regular';
    font-size: 30px;
    font-weight: normal;
    margin: auto;
    padding-top: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 0 22px #000000;
    top: -15px;
}
#splash h2 a {
    background: url("/images/black_shadow.png") repeat scroll center center transparent;
    color: #FFDE00;
    font-size: 24px;
    font-style: italic;
    left: 8px;
    padding: 20px;
    position: relative;
    text-decoration: underline;
}

#wrap {
    background: url("/images/top-border.png") no-repeat scroll center top transparent;
	min-height: 450px;
	padding-bottom: 20px;
	padding-top: 15px;
	position: relative;
}
.Homepage h1{
  color: #FFF !important;
  font-family: 'MuseoSlab500Regular',Arial,sans-serif !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  position: relative !important;
  text-shadow: 0 1px 1px #333 !important;
}
.Homepage h3{
  font-size:21px !important;
  color:#689306 !important;
  text-shadow: 1px 1px 1px #FFF !important;
}
#wrap:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 80px;
  content: "";
  background: url(/images/bottom-border.png) bottom center no-repeat;
}
#row_2{
  position:relative;
  left:150px;
}
#landing {
    height: 1000px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 58px;
    width: 1300px;
}
#landing .group img{
	max-height: 275px;
	max-width: 275px;
}
.group {
  float: left;
  width: 260px;
  padding: 0 29px;
  height: 450px;
  background: url(/images/box.png) no-repeat;
}
.group .img img{
  width:275px;
  height:120px;
}
.group h2 {
  position: relative;
  height: 72px;
  line-height: 82px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0 1px 1px #333;
  font-family: 'MuseoSlab500Regular', Arial, sans-serif;
}
.group p {
  text-align: left;
  padding: 5px 10px;
  line-height: 1.5em;
  color: #776B55;
  text-shadow: 0 1px 1px #fff;
}
.group a {
  color: #689306;
  font-family: 'MuseoSlab500Regular', Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
}
#g2 h2 {
  padding-top: 12px;
  height: 60px;
  line-height: 30px;
}
#footer {
  font-size: 13px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: url(/images/foot-bg.jpg) top left;
}
#foot {
  position: relative;
  width: 960px;
  padding: 12px 25px;
  margin: auto;
  color: #EFE9D9;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  background: url(/images/foot-logo.png) 670px 13px no-repeat;
}
#foot:after {
  /* for use on :after */

  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#foot-bit {
  float: left;
}
#foot-bit #fl {
  float: left;
  height: 59px;
  width: 200px;
  text-indent: -9999em;
  background: url(/images/fl.png) top left no-repeat;
}
#foot-bit strong {
  float: left;
  margin: 10px 18px 0;
  text-align: left;
  padding: 10px 0 10px 10px;
  width: 169px;
  background: url(/images/bars.png) top left no-repeat;
  font-size: 15px;
  font-family: 'MuseoSlab500Regular', Arial, sans-serif;
}
#foot-bit .social {
  float: left;
  margin: 19px 5px 0 0;
  height: 35px;
  width: 35px;
  text-indent: -9999em;
  background: url(/images/s1.png) top left no-repeat;
}
#foot-bit .social.twitter {
  width: 45px;
  background: url(/images/s2.png) top left no-repeat;
}
#foot-links {
  position: relative;
  padding-top: 15px;
  clear: both;
  width: 50%;
  text-align: left;
  font-weight: bold;
  line-height: 1.8em;
  font-family: 'MuseoSlab500Regular', Arial, sans-serif;
  font-size: 12px;
}
#foot-links li {
  width: 50%;
  float: left;
}
#foot-links a {
  color: #EFE9D9;
}
#copyright {
  float: left;
  padding-top: 25px;
  text-align: left;
  opacity: .8;
  clear: left;
  line-height: 1.5em;
}
#sub_page {
	margin: 65px auto 0;
    padding-bottom: 40px;
    text-align: left;
    width: 960px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.gform_title {
	display: none;
}
#gform_fields_1 {
	margin-left: 0 !important;
}
.page-id-20 .left h2 {
	font-size: 17px;
}

#navigation > div > ul > li:hover > ul{
  display:block;
}

#navigation > div > ul > li > ul:hover{
  display:block;
}

ul.sub-menu{
  display:none;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 99;
  text-align: left;
  background: url(/images/nav-bg.jpg) top left;
  width: 190px;
}

ul.sub-menu li{
  float:none;
  width:100%;
}

ul.sub-menu li a{
  width: 162px;
  border-top: 1px solid #000;
}

.group h2 a{
  position: relative  !important;
  height: 72px  !important;
  color: #FFF  !important;
  font-weight: bold  !important;
  font-size: 24px  !important;
  text-shadow: 0 1px 1px #333  !important;
  font-family: 'MuseoSlab500Regular', Arial, sans-serif  !important;
}

.group h2 a:hover{
  color:#FFDE00 !important;
}



 #premium_berries {
  margin-top: 20px;
  clear: both;
}

#premium_berries .berry {
  float: left;
  margin: 14px;
  padding: 0px;
  background-color: #ffffff;
  text-align: center;
  width: 286px;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 452px;
  border: 1px solid #FFE1E5;
}

#premium_berries .berry .title {
  font-weight: 700;
  font-family: 'Allura', cursive;
  border-bottom: 1px solid #000000;
  width: 94%;
  margin: 0 auto;
  line-height: 34px;
  font-size: 46px;
  margin-top: 10px;
}

#premium_berries .berry .description {
  font-weight: 100;
  font-family: 'Allura', cursive;
  margin-top: 7px;
  width: 248px;
  line-height: 30px;
  font-size: 23px;
  padding: 17px;
}

#premium_berries .berry .image {
  padding: 14px;
}


span {
  font-size: medium;
  margin-bottom: 13px;
}

.center {
text-align: center;
}

.blue {
  color: #000080;   font-size: medium;
}

.red {
  color: #ff0000;
}

.large {
 font-size: 22px;
}

.gform_footer button{
	background: url("/images/Screen-Shot-2013-11-20-at-11.06.59-AM1.png");
	width: 73px;
	height: 52px;
	border: none !important;
  	text-indent: -999px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
