/*
Theme Name: Fernleigh Free-Range
Theme URI: http://www.knowersark.com.au/
Description: July 2011
Author: Knowers Ark
*/
/* MIXINS */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container {
  width: 940px;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ----------------------------- */
/* BODY */
body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000;
  min-width: 950px;
}
body.home {
  background: url(images/layout/homepage-background.jpg) no-repeat top center #0c0602;
}
body.page-template-default,
body.blog,
body.single-post,
body.archive {
  background: #f0e8d1;
}
/* ----------------------------- */
/* ANCHOR STYLES */
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* ----------------------------- */
/* SHADOWS & ROUNDED CORNERS */
.shadow {
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.txt_shadow {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.rounded_lt_lb {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded_rt_rb {
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* ----------------------------- */
/* DEFAULTS */
.bold, strong, b {
  font-weight: bold;
}
.italic, em, i {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.txt_xs {
  font-size: 0.8em;
}
.txt_s {
  font-size: 1em;
}
.txt_m {
  font-size: 1.2em;
}
.txt_l {
  font-size: 1.4em;
}
.txt_xl {
  font-size: 1.6em;
}
.txt_xxl {
  font-size: 1.7em;
}
/* ----------------------------- */
/* CONTAINER */
div#container {
  width: 943px;
  margin: 0 auto 0 auto;
  position: relative;
}
div#container div.inner {
  width: 943px;
  float: left;
  z-index: 1;
}
body.page-template-default div#container,
body.blog div#container,
body.single-post div#container,
body.archive div#container,
body.page-template-default div#container div.inner,
body.blog div#container div.inner,
body.single-post div#container div.inner,
body.archive div#container div.inner {
  width: 950px;
}
body.page-template-default div#container div.inner,
body.blog div#container div.inner,
body.single-post div#container div.inner,
body.archive div#container div.inner {
  background: url(images/layout/legacy/Free-Range.jpg) no-repeat top center transparent;
  margin: 0 0 0 0;
  min-height: 500px;
}
/* ----------------------------- */
/* HEADER */
header {
  width: 943px;
  min-height: 604px;
  margin: 0 0 11px 0;
  float: left;
}
header h1 {
  display: none;
}
/* ----------------------------- */
/* NAVIGATION */
#main_menu {
  width: 100%;
  min-height: 33px;
  margin: 0 0 0 0;
  float: left;
  background: url(images/layout/main-nav-strip.png) repeat-x bottom left #000000;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  z-index: 900;
  position: relative;
  /* > ul > li:last-child { border: none; } */

}
#main_menu > ul > li:first-child {
  border-left: 1px solid #44403b;
}
#main_menu ul {
  clear: left;
  float: left;
  height: 33px;
  z-index: 900;
  position: relative;
  left: 50%;
}
#main_menu ul li {
  float: left;
  display: block;
  height: 25px;
  padding: 0;
  margin: 4px 0 0 0;
  border-right: 1px solid #44403b;
  position: relative;
  right: 50%;
  z-index: 901;
}
#main_menu ul li a {
  position: relative;
  display: block;
  height: 24px;
  padding: 0 14px;
  color: #d4b87c;
  text-transform: uppercase;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 25px;
  background-color: #000;
  z-index: 1000;
  border-top: 1px solid #000;
}
#main_menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#main_menu ul li ul {
  /* second tier */

  position: absolute;
  width: 200px;
  height: auto;
  top: 25px;
  left: -1px;
  margin: 0;
  padding: 3px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #44403b;
  zoom: 1;
  z-index: 902;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  /*
.rounded-lb (6px);
								.rounded-rb (6px);
								.rounded-rt (6px);
*/

}
#main_menu ul li ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#main_menu ul li ul li {
  width: 194px;
  height: auto;
  padding: 0;
  margin: 0 3px;
  background: none;
  border: none;
  border-top: 1px solid #44403b;
  left: 0;
  float: left;
}
#main_menu ul li ul li a {
  width: 172px;
  height: auto;
  margin: 0 0;
  padding: 2px 11px;
  background: none;
  text-transform: none;
  color: #d4b87c;
  float: left;
  border: none;
}
#main_menu ul li ul li a:hover {
  background-color: rgba(68, 64, 59, 0.2);
}
#main_menu ul li ul li:first-child {
  border: none;
}
#main_menu ul li.current a {
  color: #fff;
  font-weight: bold;
}
#main_menu ul a.active {
  color: #fff;
  height: 25px;
  border-top: 1px solid #44403b;
}
#main_menu ul > li.current_page_item > a, #main_menu ul > li.current_page_parent > a {
  color: #fff;
  height: 25px;
}
/* ----------------------------- */
/* HOME */
#home_nav {
  width: 687px;
  min-height: 98px;
  float: left;
  margin: 496px 0 0 127px;
  padding: 0 0 1em 0;
  background: url(images/layout/home-nav-background.png) no-repeat bottom left transparent;
}
#home_nav ul {
  width: 681px;
  float: left;
  margin: 0 0 0 6px;
}
#home_nav ul li {
  width: 216px;
  float: left;
  margin: 0 11px 0 0;
}
#home_nav ul li h2 {
  width: 216px;
  height: 33px;
  float: left;
  margin: 0 0 15px 0;
  background: url(images/layout/home-nav-title.png) no-repeat top left #000000;
  color: #d4b87c;
  text-align: center;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
#home_nav ul li h2 a {
  display: block;
  width: 216px;
  height: 33px;
  color: #d4b87c;
  text-transform: uppercase;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 33px;
}
#home_nav ul li h2 a:hover {
  text-decoration: none;
  color: #fff;
}
#home_nav ul li h2 a:first-letter {
  font-size: 1.2em;
}
#home_nav ul li p {
  width: 186px;
  color: #000;
  text-align: center;
  margin: 0 15px;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
}
#home_nav ul li p a {
  color: #a53d08;
  font-style: italic;
}
#home_nav ul li:first-child p {
  margin: 0 12px 0 18px;
}
#home_nav ul li:last-child p {
  margin: 0 18px 0 12px;
}
#home_main {
  width: 671px;
  height: 279px;
  float: left;
  margin: 0 0 0 127px;
  padding: 4px 10px;
  background: url(images/layout/quick-links-background.png) no-repeat top left;
}
#home_main div.quick_link {
  width: 130px;
  height: 270px;
  float: left;
  margin: 0 3px 0 0;
  position: relative;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.3em;
}
#home_main div.quick_link h3 {
  width: 130px;
  height: 20px;
  float: left;
  padding: 50px 0 0 0;
  margin: 0 0 14px 0;
  text-align: center;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3em;
}
#home_main div.quick_link h3.sale {
  background: url(images/layout/quick-links/sale.png) no-repeat top left;
}
#home_main div.quick_link h3.pig-day-out {
  background: url(images/layout/quick-links/pig-day-out.png) no-repeat top left;
}
#home_main div.quick_link h3.whats-new {
  background: url(images/layout/quick-links/whats-new.png) no-repeat top left;
}
#home_main div.quick_link h3.conservation {
  background: url(images/layout/quick-links/conservation.png) no-repeat top left;
}
#home_main div.quick_link h3.media {
  background: url(images/layout/quick-links/media.png) no-repeat top left;
}
#home_main div.quick_link h3.xmas {
  background: url(images/layout/quick-links/christmas-hams.png) no-repeat top left;
}
#home_main div.quick_link p {
  text-align: center;
  color: #7c4f12;
  margin: 0 8px 1.3em 8px;
}
#home_main div.quick_link ul, #home_main div.quick_link ol {
  width: 130px;
  float: left;
  margin: 0 0 1.3em 0;
  color: #331a0d;
}
#home_main div.quick_link ul li, #home_main div.quick_link ol li {
  width: 130px;
  float: left;
  padding: 0 0;
  margin: 0;
  text-align: center;
}
#home_main div.quick_link ul li a, #home_main div.quick_link ol li a {
  color: #331a0d;
}
#home_main div.quick_link a.link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  padding: 8px 0;
  color: #a53d08;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
/* ----------------------------- */
/* SECTIONS */
#side {
  width: 225px;
  float: left;
  position: relative;
}
#side header {
  width: 210px;
  height: 190px;
  float: left;
  margin: 5px 0 5px 5px;
  border: 5px solid #fff;
}
#side header a {
  display: block;
  width: 215px;
  height: 190px;
  float: left;
  text-indent: -9999em;
}
#side img {
  margin: 0 0 20px 5px;
}
#side p {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 1.3em 0;
  color: #fff;
  text-align: center;
}
#side p a {
  color: #fff;
}
div.main_wrap {
  width: 662px;
  float: left;
  margin: 110px 0 0 141px;
  background: url(images/layout/legacy/Main.jpg) repeat-y top left #ffffff;
}
#main {
  width: 662px;
  float: left;
  background: url(images/layout/legacy/Free-Range-Main.jpg) no-repeat top center transparent;
}
#main div.top {
  width: 100%;
  height: 29px;
  float: left;
  position: relative;
}
#main div.top ul {
  position: absolute;
  height: 29px;
}
#main div.top ul li {
  display: inline;
  height: 25px;
  float: left;
  color: #dfbd8b;
  padding: 0 5px;
  margin: 2px 0;
  border-left: 1px solid #44403b;
}
#main div.top ul li a {
  color: #dfbd8b;
  line-height: 25px;
}
#main div.top ul li a:hover {
  text-decoration: none;
  color: #fff;
}
#main div.top div.breadcrumb {
  position: absolute;
  top: 0;
  left: 140px;
  color: #dfbd8b;
}
#main div.top div.breadcrumb a {
  color: #dfbd8b;
  line-height: 29px;
}
#main div.top div.breadcrumb a:hover {
  text-decoration: none;
  color: #fff;
}
#main div.top ul.controls {
  top: 0;
  right: 0;
  text-transform: uppercase;
}
#main article.content {
  width: 470px;
  float: left;
  margin: 30px 0 40px 30px;
  padding: 0;
  /* default typography */

  /* paragraph */

}
#main article.content p,
#main article.content ul,
#main article.content ol,
#main article.content blockquote {
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
  color: #583b0c;
}
#main article.content p {
  margin: 0 0 1.4em 0;
}
#main article.content a {
  color: #432c07;
}
#main article.content ul, #main article.content ol {
  margin: 15px;
  padding: 0;
  list-style: disc;
}
#main article.content ul li, #main article.content ol li {
  margin: 0 0 5px 15px;
}
#main article.content img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
#main article.content img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
#main article.content div.img_wrap {
  float: left;
  margin: 0 20px 20px 0;
}
#main article.content div.img_wrap p {
  font-size: 1.1em;
  font-style: italic;
  margin: 0;
}
#main article.content img.no_margin {
  margin: 0;
}
#main article.content h1, #main article.content h2, #main article.content h3 {
  color: #000;
  margin: 0 0 14px 0;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2em;
}
#main article.content h1 {
  font-size: 2.2em;
  margin: 0 0 30px 0;
}
#main article.content h2 {
  font-size: 1.8em;
  color: #566c10;
  margin: 0 0 20px 0;
}
#main article.content h2 a {
  color: #566c10;
}
#main article.content h3 {
  font-size: 1.6em;
  color: #566c10;
}
#main article.content blockquote {
  padding: 10px 35px 10px 20px;
  margin: 20px 0 20px 0;
  line-height: 1.5em;
  font-style: italic;
  text-align: center;
  position: relative;
}
#main article.content blockquote:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '\201C';
  /* &ldquo; */

  font-size: 3.4em;
}
#main article.content blockquote:after {
  position: absolute;
  bottom: 5px;
  right: 20px;
  content: '\201D';
  /* &rdquo; */

  font-size: 3.4em;
}
#main article.content .large {
  font-size: 1.5em;
  line-height: 1.2em;
}
#main article.content .drop_cap_img {
  float: left;
  margin: 0 5px 5px -30px;
}
#main article.content .accreditation_table {
  text-align: center;
}
#main article.content .accreditation_table td {
  vertical-align: top;
}
#main article.content div.black_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  padding: 15px;
  margin: 0 0 30px 0;
  color: #fff;
  float: left;
  background-color: #000;
  border: 1px solid #000;
  box-shadow: inset -1px -1px 0 #44403b, inset 1px 1px 0 #44403b, 0 3px 4px rgba(0, 0, 0, 0.2);
}
#main article.content div.post {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
#main article.content div.post h2 {
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}
#main article.content div.post p.date {
  font-style: italic;
}
#main article.content div.post div.excerpt a.read_more {
  font-weight: bold;
  font-style: italic;
}
#main article.content div.post div.post_info {
  width: 100%;
  float: left;
  border-top: 1px dotted #dde2cf;
  padding: 6px 0;
  text-align: right;
}
#main article.content div.post div.post_info p {
  margin: 0;
}
#main article.content p.post_info {
  width: 100%;
  float: left;
  text-align: right;
  margin: 20px 0 5px 0;
}
#main article.content nav.content_nav, #main article.content nav.post_nav {
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px dotted #dde2cf;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  color: #566c10;
}
#main article.content nav.content_nav a, #main article.content nav.post_nav a {
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-size: 1.2em;
  color: #566c10;
}
#main article.content nav.content_nav div.nav-previous, #main article.content nav.post_nav div.nav-previous {
  position: absolute;
  top: 5px;
  left: 0;
}
#main article.content nav.content_nav div.nav-next, #main article.content nav.post_nav div.nav-next {
  position: absolute;
  top: 5px;
  right: 0;
}
#main article.content table {
  width: 100%;
  float: left;
  margin: 0 0 30px 0 ;
  padding: 0;
  border-spacing: 0;
  text-align: left;
  font-size: 1.2em;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3em;
  color: #583b0c;
}
#main article.content table p {
  font-size: 1em;
}
#main article.content table th, #main article.content table td {
  padding: 10px 0;
}
#main article.content table th {
  font-weight: bold;
}
#main article.content table.stockists {
  border-top: 1px dotted #f1e9e0;
}
#main article.content table.stockists th {
  width: 60%;
}
#main article.content table.stockists th a {
  color: #566c10;
  font-weight: normal;
  font-style: italic;
}
#main article.content table.stockists th, #main article.content table.stockists td {
  border-bottom: 1px dotted #f1e9e0;
}
#main aside.sidebar {
  width: 130px;
  float: left;
  margin: 160px 0 0 0;
  font-family: "Georgia", Times New Roman, Times, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.2em;
}
#main aside.sidebar h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #566c10;
}
#main aside.sidebar .sidebar_menu {
  display: inline;
  width: 130px;
  list-style: none;
  float: left;
  margin-bottom: 30px;
}
#main aside.sidebar .sidebar_menu li {
  display: inline;
  width: 130px;
  float: left;
}
#main aside.sidebar .sidebar_menu a {
  display: block;
  width: 106px;
  float: left;
  padding: 10px 12px 14px 12px;
  text-align: center;
  background: url(images/layout/legacy/Sidebar_Menu_Link_Back.png) no-repeat bottom center;
  color: #000;
}
/* FOOTER */
footer {
  width: 683px;
  height: 92px;
  float: left;
  margin: 0 0 20px 127px;
  z-index: 2;
}
footer ul {
  display: inline;
  height: 30px;
  list-style: none;
  float: left;
  padding-left: 117px;
  margin: 24px 0 0 0;
}
footer ul li {
  display: inline;
  float: left;
  position: relative;
  z-index: 998;
}
footer ul li a {
  display: block;
  height: 30px;
  line-height: 35px;
  padding: 0 30px 0 30px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #dfbd8b;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .copy {
  display: inline;
  width: 100%;
  float: left;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #dfbd8b;
  margin: 25px 0 0 0;
}
body.page-template-default footer,
body.blog footer,
body.single-post footer,
body.archive footer {
  width: 883px;
  height: 152px;
  float: left;
  margin: 0 0 0 31px;
  background: url(images/layout/legacy/Footer_Normal.jpg) no-repeat top left;
}
body.page-template-default footer ul,
body.blog footer ul,
body.single-post footer ul,
body.archive footer ul {
  padding-left: 95px;
  margin: 55px 0 0 110px;
}
body.page-template-default footer .copy,
body.blog footer .copy,
body.single-post footer .copy,
body.archive footer .copy {
  margin: 14px 0 0 0;
}
/* ----------------------------- */