/*
Theme Name: Cedar Summit Farm
Description: Cedar Summit Farm
Version: 1.0
Author: By Sky27.com
Author URI: http://www.sky27.com
*/
/*
CSS General Reset
*/
* {
font-size: 1em;
outline: 0;
padding: 0;
margin: 0;
border: 0;
text-decoration: none;
vertical-align: baseline;
white-space: normal;
}
html, body {line-height: 1; font-family: Arial, Helvetica, sans-serif;}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/* User Edit Menu */
#wp-admin-bar-wp-logo {
	display: none;
}
/*
Layout CSS Information
*/
body {
background: #c2d0d0 url(images/background.jpg) no-repeat top center;
background-attachment: fixed;
text-align: center;
}
#container {
width: 980px;
background: none;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
text-align: left;
}
#survey {
display: none;
width: 35px;
height: 169px;
position: fixed;
top: 25px;
right: 0px;
border: none;
z-index: 1000;
}
/*
Very Top Bar
*/
#pagemenu, #catmenu {
float: right;
display: inline;
z-index: 20;
padding: 16px 0 0 0;
}
#pagemenu li, #catmenu li {
float: left;
display: block;
height: 18px;
border-right: 1px solid #ffffff;
}
#catmenu li:first-child {
float: left;
display: block;
height: 18px;
border: none;
}
#pagemenu li ul li, #catmenu li ul li.cat-item {
height: 22px;
border-right: 0;
border-bottom: 1px solid #f0e27e;
width: 100%;
}
#pagemenu li a, #catmenu li a {
display: block;
font-size: 18px;
text-transform: capitalize;
color: #ffffff;
line-height: 18px;
padding-left: 20px;
padding-right: 21px;
}
#pagemenu li a:hover, #catmenu li a:hover {
background: none;
}
/* keeps top menu active */
#pagemenu li:hover, #catmenu li:hover {
background: none;
}
#pagemenu li:hover a, #catmenu li:hover a {
color: #ffe745;
/* if there's a border, clone from "li a:hover" above */
}
#pagemenu li:hover a:hover, #catmenu li:hover a:hover {
/* for different text color only */
}
/* keeps top menu active */
#pagemenu li.current_page_item a, #catmenu li.current-cat a {
background: none;
color: #ffe745;
}
#pagemenu li.current_page_item a:hover, #catmenu li.current-cat a:hover {
background: none;
color: #fff29c;
}
#pagemenu ul, #catmenu ul {
display: none;
z-index: 99;
position: absolute;
padding: 10px 0 0 0;
}
#pagemenu ul li a, #catmenu ul li a {
display: block;
background: #000000;
}
#pagemenu li ul a:hover, #catmenu li ul a:hover {
display: block;
background: #000000;
}
#pagemenu ul a, #catmenu ul a {
display: block;
}
#pagemenu ul ul, #catmenu ul ul {
margin-top: -25px;
display: none;
margin-left: 199px;
position: absolute;
}
#pagemenu li:hover ul ul, #catmenu li:hover ul ul {
display: none;
}
#pagemenu li:hover ul, #catmenu li:hover ul {
display: block;
}
#pagemenu ul li:hover ul, #catmenu ul li:hover ul {
display: block;
}
#pagemenu li ul li, #catmenu li ul li {
display: block;
width: 100%;
}
#pagemenu li.page_item ul, #catmenu li.cat-item ul {
width: 200px;
}
#pagemenu li.page_item a, #catmenu li.cat-item a {
display: block;
}
#pagemenu li.page_item a:hover, #catmenu li.cat-item a:hover {
display: block;
}
#pagemenu li.page_item ul li a, #catmenu li.cat-item ul li a {
display: block;
text-align: left;
height: 22px;
line-height: 22px;
background: #fff5af;
padding: 0 20px;
text-transform: capitalize;
font-size: 14px;
color: #333333;
}
#pagemenu li.page_item ul li a:hover, #catmenu li.cat-item ul li a:hover {
display: block;
background: #fff5af;
color: #007b3e;
}
/*
Search box
*/
#searchbar {
background: url(images/header/search_box.png) no-repeat;
float: right;
display: inline;
padding: 0;
margin: 0;
width: 217px;
height: 25px;
font-size: 1em;
}
.searchform {
display: inline;
vertical-align: middle;
float: left;
}
.searchform fieldset {
display: inline;
vertical-align: middle;
}
.searchform label {
display: inline;
vertical-align: middle;
}
.searchform input {
display: inline;
vertical-align: middle;
}
.searchform .searchlabel {
color: #fff;
font-weight: bold;
font-family: verdana, arial, Helvetica, sans-serif;
letter-spacing: -1px;
}
.searchform .searchterm {
width: 163px;
height: 25px;
margin: 0 9px 0 0;
padding: 0 5px;
color: #6D6F72;
font-size: 15px;
line-height: 25px;
background: none;
float: left;
}
.searchform .searchterm:focus {
color: #007b3e;
background: none;
}
.searchform .searchbutton {
text-transform: uppercase;
background: none;
cursor: pointer;
color: #474747;
font-size: 0.9em;
width: 35px;
height: 25px;
float: left;
}
.searchform .searchbutton:hover {
color: #4ba0c2;
}
.searchformI {
vertical-align: middle;
font-size: 0.7em;
}
.searchformI fieldset {
display: inline;
vertical-align: middle;
}
.searchformI label {
display: inline;
vertical-align: middle;
}
.searchformI input {
display: inline;
vertical-align: middle;
}
.searchformI .searchlabel {
color: #9ca485;
font-weight: bold;
text-transform: uppercase;
margin-right: 5px;
font-family: verdana, arial, Helvetica, sans-serif;
letter-spacing: -1px;
}
.searchformI .searchterm {
border: 1px solid #888888;
width: 200px;
padding: 3px;
color: #757575;
background: #fff;
}
.searchformI .searchterm:focus {
border: 1px solid #888888;
color: #B26E1B;
background: #fff;
}
.searchformI .searchbutton {
border: 1px solid #888888;
text-transform: uppercase;
background: #fff;
cursor: pointer;
color: #474747;
font-size: 0.9em;
height: 21px;
}
.searchformI .searchbutton:hover {
color: #B26E1B;
}
/*
Attention CSS
*/
#attention {
margin-bottom: 15px;
padding: 10px;
background: #FFF5AF;
border: 1px dashed #F0E27E;
color: #666666;
}
#attention-grey {
margin-bottom: 15px;
padding: 10px;
background: #f4f4f4;
border: 1px dashed #eeeeee;
color: #666666;
}
#attention-grey a:hover{
text-decoration: underline;
}
/*
Header CSS
*/
#header {
width: 980px;
padding: 25px 0 20px 0;
position: relative;
}
#header_logo {
display: block;
float: left;
position: absolute;
top: 0px;
left: -1px;
background: url(images/header/logo.png) no-repeat;
width: 176px;
height: 182px;
margin: 0;
z-index: 100;
}
#header_logo a{
display: block;
width: 176px;
height: 182px;
margin: 0;
}
#subhead {
position: relative;
background:url(images/header/cowgrass.jpg) no-repeat top;
width: 980px;
height: 300px;
}
#subhead_right {
width: 422px;
height: 260px;
margin: 20px 0 0 0;
padding: 0 0 6px 0;
float: right;
background: url(images/home/subhead-right-shadow.png) no-repeat bottom;
}
#subhead_welcome {
width: 422px;
height: 96px;
background: #212322 url(images/home/subhead-welcome.jpg) no-repeat;
}
#subhead_subscribe {
position: relative;
width: 386px;
min-height: 144px;
background: #b7d369;
padding: 10px 18px 10px 18px;
z-index: 1000;
}
#subhead_subscribe h2 {
font-size: 20px;
color: #0f692b;
margin: 0 0 7px 0;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
}
#subhead_subscribe p {
font-size: 12px;
color: #000000;
}
/*
Email Subscribe Home
*/
.email_subscribe {
margin: 11px 0 0 0;
font-size: 12px;
color: #000000;
text-indent: -1px;
}
.email_subscribe p{
margin: 0 0 10px 0;
font-weight: bold;
}
.email_subscribe .prompt{
line-height: 11px;
padding: 2px;
color: #474747;
}
.email_subscribe .emi-field {
width: 250px;
height: 20px;
background: #ffffff;
border: 1px solid #a9c45f;
padding: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
line-height: 20px;
font-size: 16px;
color: #13463c;
}
.email_subscribe .emi-mailchimpFormDivSubmit {
position: absolute;
bottom: 15px;
right: 18px;
width: 100px;
background: none;
margin: 10px 0 0 0;
}
.email_subscribe .emi-submit {
background: #A2854C;
padding: 4px;
margin: 0;
height: 20px;
width: 100px;
color: #ffffff;
float: right;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;
line-height: 20px;
text-transform: uppercase;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.email_subscribe .emi-submit:hover {
background: #b4965b;
}
.email_subscribe .emi-status .emi-success {
color: #006a70 !important;
width: 210px;
height: auto;
border: 1px solid #FFDF05;
background: #FFF3A1;
clear: both;
margin: 15px auto 15px auto;
padding: 0 10px;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.email_subscribe .emi-status .emi-success p{
margin: 8px 0;
}
.email_subscribe .emi-status .emi-error {
color: #ffffff !important;
width: 210px;
height: auto;
border: 1px solid #b73c01;
background: #d64d0b;
clear: both;
margin: 15px auto 15px auto;
padding: 0 10px;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.email_subscribe .emi-status .emi-error p{
margin: 8px 0;
}
.email_subscribe .emi-status .emi-notice {
color: #397c73;
width: 210px;
height: auto;
border: 1px solid #9bb2e0;
background: #CCDDFF;
clear: both;
margin: 15px auto 15px auto;
padding: 0 10px;
position: relative;
text-align: left;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.email_subscribe .emi-status .emi-notice p{
margin: 8px 0;
}
/*
Email Subscribe Sidebar
*/
#sidebar .side-subscribe {
margin-top: 5px;
font-size: 0.9em;
line-height: 1.4em;
color: #444444;
padding: 10px 20px;
background: #b7d369;
}
#sidebar .side-subscribe h2{
font-size: 20px;
color: #0f692b;
margin: 0 0 7px 0;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
}
#sidebar .side-subscribe .emi-field {
width: 230px;
background: #ffffff;
border: 1px solid #a9c45f;
line-height: 1.4em;
padding: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
color: #13463c;
}
#sidebar .side-subscribe .emi-mailchimpFormDivSubmit {
background: none;
margin: 10px 0 0 0;
}
#sidebar .side-subscribe .emi-submit {
background: #A2854C;
padding: 4px;
width: 117px;
height: 25px;
color: #ffffff;
margin: 0 0 0 1px;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#sidebar .side-subscribe .emi-submit:hover {
background: #b4965b;
}
#sidebar .side-subscribe .emi-status .emi-success {
color: #006a70 !important;
width: 210px;
height: auto;
border: 1px solid #FFDF05;
background: #FFF3A1;
clear: both;
margin: 15px auto 15px auto;
padding: 0 10px;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#sidebar .side-subscribe .emi-status .emi-success p{
margin: 8px 0;
}
#sidebar .side-subscribe .emi-status .emi-error {
color: #ffffff !important;
width: 210px;
height: auto;
border: 1px solid #b73c01;
background: #d64d0b;
clear: both;
margin: 15px auto 15px auto;
padding: 0 10px;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#sidebar .side-subscribe .emi-status .emi-error p{
margin: 8px 0;
}
#sidebar .side-subscribe .emi-status .emi-notice {
color: #397c73;
width: 210px;
height: auto;
border: 1px solid #9bb2e0;
background: #CCDDFF;
clear: both;
margin: 15px auto 15px auto;
padding: 0 10px;
position: relative;
text-align: left;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
#sidebar .side-subscribe .emi-status .emi-notice p{
margin: 8px 0;
}
/*
Page Menu CSS
*/
#bar {
margin: 0 0 20px 0;
width: 980px;
height: 50px;
background: url(images/header/menu-bg.png) repeat-x top;
}
/*
Content Layout
*/
#content {
width: 980px;
background: #ffffff;
padding: 20px 0 40px 0;
border-bottom: 1px solid #b7b7b7;
}
#content #column {
float: left;
width: 618px;
margin: 20px 20px 0 20px;
display: inline;
}
#content #sidebar {
background: url(images/stage-divider.jpg) no-repeat left top;
float: left;
width: 282px;
display: inline;
padding: 20px 20px 0 20px;
margin: 20px 0 0 0;
}
#content-home {
width: 980px;
background: #ffffff;
padding: 0;
border-bottom: 1px solid #b7b7b7;
}
#content-home #column-home {
float: left;
width: 516px;
margin: 20px 20px 0 20px;
display: inline;
}
#content-home #column-home .post img{
float: left;
margin: 0 20px 0 0;
}
#content-home #column-home .post a {
text-decoration: underline;
}
#content-home #column-home h1{
font-size: 24px;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
letter-spacing: normal;
color: #0f692b;
}
#content-home #sidebar-home {
position: relative;
background: url(images/stage-divider.jpg) no-repeat left top;
float: left;
width: 384px;
display: inline;
padding: 0 20px 0 20px;
margin: 20px 0 0 0;
}
#content-home #sidebar-home .entry {
margin-top: 5px;
margin-bottom: 10px;
line-height: 1.5em;
}
#content-home #sidebar-home .post p {
line-height: 1.3em;
}
#content-home #sidebar-home .post .more-link {
font-weight: bold;
font-size: 1em;
color:#78848F;
text-transform: capitalize;
text-decoration: underline;
}
#content-home #sidebar-home .post .more-link:hover {
color: #FF9000;
}
#content-home #sidebar-home h1 {
font-size: 24px;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
letter-spacing: normal;
color: #0f692b;
}
#content-home #sidebar-home h2 {
font-size: 14px;
letter-spacing: normal;
color: #474747;
font-weight: bold;
}
#content-home #sidebar-home h2 a {
color: #474747;
}
#content-home #sidebar-home h2 a:hover {
color: #777777;
}
#content-home #sidebar-home .social-media {
position: absolute;
height: 16px;
top: 3px;
right: 20px;
}
#content-home #sidebar-home .social-media p{
font-size: 10px;
color: #474747;
line-height: 16px !important;
}
#content-home #sidebar-home .social-media img{
border: none;
margin: 0 0 0 5px;
}
/*
Sidebar Widgets
*/
#sidebar h2 {
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
line-height: 1.3em;
font-size:1.7em;
color: #78848F;
letter-spacing:-1px;
font-weight: normal;
margin: 0px 0px 5px 0px;
}
#sidebar p {
margin: 0px 0px 7px 0px;
}
#sidebar .box {
margin: 5px 0 20px 0;
font-size: 0.75em;
line-height: 1.4em;
color: #757575;
}
#sidebar .box ul.addl-links li a{
border-bottom: 1px dotted #ddd;
}
.bread {
background: #fff088;
margin: 20px 0 0 0;
padding: 10px;
color: 474747;
border: 1px solid #e6d456;
text-transform: capitalize;
font-size: 18px;
}
/* if you want to remove Home from page sidebar...
.bread a:first-child {
display: none;
}
*/
.videobox {
border: 4px solid #ddddd4;
width: 380px;
height: 214px;
}
.center {
text-align: center;
margin-right: auto;
margin-left: auto;
}
#sidebar a:hover {
color: #366799;
}
.sidebar1 {
width: 282px;
}
.sidebar2 {
width: 282px;
margin: 0 0 15px 0;
float: left;
display: inline;
}
.sidebar1 ul ul, .sidebar2 ul ul {
font-size: 0.7em;
color: #777;
line-height: 1.4em;
background: #d8e9f4;
border: 1px solid #e1edef;
}
.sidebar1 ul div, .sidebar2 ul div {
font-size: 0.7em;
color: #777;
line-height: 1.4em;
}
.sidebar1 ul div div, .sidebar2 ul div div {
font-size: 1em;
border: none;
}
.sidebar1 li li {
padding: 5px 2px 2px 5px;
border-bottom: 1px dotted #c4d5d8;
}
.sidebar2 li li {
padding: 5px 2px 2px 5px;
border-bottom: 1px dotted #c4d5d8;
}
.sidebar1 li li li {
font-size: 1.0em;
padding: 5px 2px 2px 5px;
}
.sidebar2 li li li {
font-size: 1.0em;
padding: 5px 2px 2px 5px;
}
/*
News Categories
*/
.categories {
list-style-type: none;
margin: 20px 0;
font-weight: bold;
color: 474747;
background: #fff088;
border: 1px solid #e6d456;
padding: 10px;
}
.categories ul {
display: inline;
list-style-type: none;
font-weight: normal;
padding: 0 10px;
color: 474747;
}
.categories li {
display: inline;
list-style-type: none;
font-weight: normal;
padding: 0 10px;
color: 474747;
border-left: 1px #c79e3c solid;
}
/*
Feed CSS
*/
.rssfeed {
background: url(images/rssimg.gif) no-repeat;
background-position: left 0px;
padding-left: 22px;
}
.rssfeed a {
border-bottom: 1px dotted #ddd;
}
.twitter {
background: url(images/sidebar/twitter.png) no-repeat;
background-position: left 0px;
padding-left: 22px;
}
.twitter a {
border-bottom: 1px dotted #ddd;
}
.facebook {
background: url(images/sidebar/facebook.png) no-repeat;
background-position: left 0px;
padding-left: 22px;
}
.facebook a {
border-bottom: 1px dotted #ddd;
}
.emailfeed {
background: url(images/rssemail.gif) no-repeat;
background-position: left 0px;
padding-left: 30px;
}
.feedform {
font-size: 0.9em;
}
.feedemail {
border: 1px solid #ddd;
width: 200px;
padding: 3px;
color: #757575;
background: #fffff4;
}
.feedemail:focus {
border: 1px solid #bbb;
color: #ff9600;
background: #fff;
}
.feedsubmit {
border: 1px solid #ddd;
text-transform: uppercase;
background: #fff;
cursor: pointer;
color: #474747;
font-size: 0.9em;
height: 22px;
}
.feedsubmit:hover {
color: #ff9600;
}
/*
Sidebar Ads CSS
*/
ul.ads li {
float: left;
display: inline;
margin-right: 3px;
}
ul.ads img {
display: block;
float: left;
}
/*
Footer CSS
*/
#footer {
background: #058b92;
width: 940px;
padding: 20px;
margin: 0 auto;
font-size: 12px;
color: #ffffff;
text-align: center;
}
#footer ul {
display: inline;
}
#footer ul li {
display: inline;
padding: 0 11px 0 10px;
font-size: 14px;
border-right: 1px #ffffff solid;
}
#footer ul li:last-child {
display: inline-block;
border: none;
}
#footer a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
color: #ffffff;
text-decoration: underline;
}
.footermenu {
text-align: center;
margin: 0 auto;
padding: 0 0 8px 0;
}
#footer-home {
background: #fff088;
padding: 20px;
margin: 20px 0 0 0;
}
#footer-home p{
font-size: 12px;
line-height: 14px;
color: #474747;
}
#footer-home img{
border: none;
float: left;
margin: 0 20px 0 0;
}
#footer-specialties {
height: 90px;
width: 405px;
padding: 0 110px 0 0;
float: left;
position: relative;
}
#footer-specialties-icon {
background: url(images/home/pork-subfooter.png) no-repeat;
width: 121px;
height: 142px;
position: absolute;
right: -14px;
bottom: -21px;
}
#footer-family {
background: url(images/home/footer-home-div.jpg) no-repeat left center;
height: 90px;
width: 384px;
padding: 0 0 0 20px;
margin: 0 0 0 20px;
float: right;
}
#meet-fam-phrase {
background: url(images/home/meet-family-phrase.gif) no-repeat center;
height: 50px;
width: 255px;
margin: 17px 0 0 10px;
float: left;
}
.copyright {
text-align: center;
margin: 0 60px 0 60px;
padding: 8px 0 0 0 ;
border-top: #005458 solid 1px;
}
.credit {
color: #ffffff;
}
a.footrss {
background: url(images/rssimg.gif) no-repeat left center;
padding-left: 22px;
margin-left: 10px;
}
/*
General Styles THE POST
*/
.post {
margin-top: 20px;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
line-height: 1.3em;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
margin: 0px 0px 5px 0px;
font-weight: normal;
}
.post p {
line-height: 1.5em;
margin: 0px 0px 7px 0px;
}
.post h1 {font-size: 1.7em; font-weight: bold;}
.post h2 {font-size: 1.6em}
.post h3 {font-size: 1.4em}
.post h4 {font-size: 1.2em}
.post h5 {font-size: 1.1em}
.post h6 {font-size: 1em}
.post p {font-size: 0.75em}
.post h1 {color: #366799;letter-spacing:-1px;}
.post h2 {color: #444444;letter-spacing:-2px;}
.post h3 {color: #FF9000;letter-spacing:-1px;}
.post h4 {color: #00a2ff}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #474747}
.post ul, .post ol {
font-size: 0.75em;
color: #474747;
margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}
.post ul ul, .post ol ol {
font-size: 1em;
margin-bottom: 5px;
margin-top: 5px;
}
.post ul li, .post ul li ul li {
background: url(images/bullet.gif) no-repeat;
background-position: left 8px;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
}
.post ol li, .post ol li ol li {
padding-top: 2px;
padding-bottom: 2px;
}
.post img {
vertical-align: middle;
}
.more-link {
font-weight: bold;
font-size: 1em;
color:#FF9000;
text-transform: capitalize;
text-decoration: underline;
}
.more-link:hover {
color: #78848F;
}
.post ins {
text-decoration: underline;
}
.post del {
text-decoration: line-through;
}
.post code {
display: block;
border: 1px dotted #ddd;
width: 400px;
padding: 10px;
background: #eee;
color: #474747;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}
.post blockquote {
display: block;
border: 1px dashed #cccccc;
padding: 10px;
background: #eeeeee;
margin-bottom: 10px;
}
.post blockquote a:hover {
text-decoration: underline;
}
.post blockquote p {
color: #474747;
}
a {
color: #189ad0;
}
a:hover {
color: #474747;
}
.post h2 a {
color: #2a6ea6;
font-weight: bold;
}
.post h2 a:hover {
color: #398cd0;
}
.post .entry {
margin-top: 10px;
margin-bottom: 10px;
}
.post .postinfo {
color: #666666;
background: #f0f0f0;
font-size: 0.7em;
line-height: 1.4em;
padding: 4px;
margin: 0 0 5px 0;
}
.post .info {
float: left;
}
.post .info a {
padding-top: 4px;
padding-bottom: 4px;
height: 15px;
}
.post .commentnum {
float: right;
background: url(images/ico_comments.png) no-repeat left center;
padding-left: 20px;
}
.post .category {
float: right;
padding-left: 20px;
}
.post .tags {
font-size: 0.7em;
color: #949494;
line-height: 1.5em;
border-top: 1px solid #eee;
}
.post .ratings {
font-size: 0.75em;
line-height: 1.3em;
color: #474747;
margin: 0px 0px 10px 0px;
}
.post .views {
font-size: 0.75em;
color: #474747;
margin: 0px 0px 10px 0px;
}
/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
border: none;
}
.alignleft {
float: left;
display: inline;
margin-right: 10px;
margin-bottom: 2px;
}
.alignright {
float: right;
display: inline;
margin-left: 10px;
margin-bottom: 2px;
}
.aligncenter {
display: inline;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.alignnone {
display: inline;
text-align: center;
margin-right: auto;
margin-left: auto;
}
p.wp-caption-text {
padding: 3px;
color: #757575;
}
/*
Default Navigation _Next entries _Previous entries
*/
.navigation {
}
.nav {
margin: 20px 0 0 0;
padding: 10px 0 0 0;
border-top: #ccc 1px solid;
font-size: 0.75em;
}
.nav a:hover {
color: #474747;
}
.nav_left {
float: left;
display: inline;
}
.nav_right {
float: right;
display: inline;
}
/*
Other Post Boxes
*/
.post_header {
padding-top: 20px;
}
.post_header h1 {
font-size: 24px;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
letter-spacing: normal;
color: #444;
}
.post_author, .post_follow {
background: #fffff4;
padding: 10px;
font-size: 0.75em;
color: #474747;
line-height: 1.5em;
border: 1px solid #eeeee4;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
margin-top: 15px;
}
.post_follow a {
font-weight: bold;
}
/*
Comments
*/
.commentlistdiv {
margin-top: 10px;
padding: 10px;
background: #d8e9f4;
font-size: 0.75em;
color: #474747;
}
.commentlistdiv h1 {
font-size: 1.3em;
color: #366799;
border-bottom: 1px solid #eee;
line-height: 1.5em;
}
.commentlist li {
background: #fff;
border-bottom: 1px dotted #ddd;
padding: 20px;
}
.commentlist li.alt {
background: #fff;
}
.pane_l {
float: left;
display: inline;
width: 160px;
min-width: 160px;
max-width: 160px;
border-right: 1px dotted #ddd;
padding-right: 20px;
margin-right: 20px;
}
.pane_r {
display: block;
line-height: 1.5em;
margin-left: 201px;
}
.c_author {
font-size: 0.9em;
font-weight: bold;
margin: 0px 0px 7px 0px;
}
.c_avatar {
display: block;
margin: 0px 0px 7px 0px;
}
.c_date {
color: #949494;
font-size: 0.9em;
margin: 0px 0px 7px 0px;
}
.c_approved {
color: #949494;
font-size: 0.9em;
}
/*
Trackbacks / Pinbacks
*/
.post_ping {
background: #fffff4;
padding: 10px;
border: 1px solid #eeeee4;
font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #474747;
line-height: 1.5em;
}
.post_ping h1 {
font-size: 1.2em;
}
.post_ping ol {
margin-left: 20px;
}
.post_ping ol li {
padding-top: 3px;
}
/*
Reply
*/
.reply {
margin-top: 10px;
padding: 10px;
background: #f7f8ed;
border: 1px dotted #ddd;
font-size: 0.75em;
color: #474747;
}
.reply h1 {
font-size: 1.3em;
color: #366799;
border-bottom: 1px solid #c6e1e5;
line-height: 1.5em;
}
.reply label {
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #474747;
margin-left: 5px;
}
.replytext {
width: 200px;
background: #FFF;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #474747;
border: 1px solid #e0edef;
padding: 2px;
}
.replytext:focus {
background: #fffff9;
}
.replyarea {
width: 488px;
height: 100px;
background: #FFF;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #474747;
border: 1px solid #e0edef;
padding: 2px;
}
.replyarea:focus {
background: #fffff9;
}
.replybutton {
cursor: pointer;
font-size: 0.9em;
font-weight: bold;
background: url(images/commentbutton.gif) no-repeat;
width: 100px;
height: 22px;
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
color: #fff;
}
.replybutton:hover {
background: url(images/commentbutton_on.gif) no-repeat;
}
/* Product Overview */
#gift {
background: #e8eceb;
border: 1px solid #cbdad5;
padding: 10px;
margin: 0 0 20px 0;
}
#gift img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#dairy {
background: #fff5af;
border: 1px solid #f0e27e;
padding: 10px;
margin: 0 0 20px 0;
}
#dairy img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#beef {
background: #e6ddbe;
border: 1px solid #d2c7a1;
padding: 10px;
margin: 0 0 20px 0;
}
#beef img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#poultry {
background: #d7e8a3;
border: 1px solid #c0d383;
padding: 10px;
margin: 0 0 20px 0;
}
#poultry img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#pork {
background: #c8e1e9;
border: 1px solid #afcad3;
padding: 10px;
margin: 0;
}
#pork img{
float: left;
margin: 0 20px 0 0;
border: none;
}
/* Visit Creamery Overview */
#hours-location {
background: #fff5af;
border: 1px solid #f0e27e;
padding: 10px;
margin: 0 0 20px 0;
}
#hours-location img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#visit-store {
background: #e6ddbe;
border: 1px solid #d2c7a1;
padding: 10px;
margin: 0 0 20px 0;
}
#visit-store img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#creamery-tours {
background: #d7e8a3;
border: 1px solid #c0d383;
padding: 10px;
margin: 0 0 20px 0;
}
#creamery-tours img{
float: left;
margin: 0 20px 0 0;
border: none;
}
#local-attractions {
background: #d8edf3;
border: 1px solid #afcad3;
padding: 10px;
margin: 0;
}
#local-attractions img{
float: left;
margin: 0 20px 0 0;
border: none;
}
/* Store Blocks */
.store {
background: #fff5af;
border: 1px solid #f0e27e;
padding: 10px;
margin: 0 0 20px 0;
}
.store img{
float: left;
margin: 0 20px 0 0;
border: none;
}
/* Nutrition Blocks */
.nutrition {
display: block;
background: #ebebeb;
border: 1px solid #d3d3d3;
padding: 5px;
margin: 0 8px 8px 0;
float: left;
}
.nutrition p{
text-align: center;
line-height: 1.3em;
}
.nutrition_clear {
clear: both;
height: 8px;
border: none;
background: none;
}
