/*
   THEME NAME: Monarch
   THEME URI: http://www.monarch.org.nz/
   DESCRIPTION: Design by Vicky Steele. Implementation based on Sandbox by Giant Robot Ltd.
   VERSION: 1.0
Author: Vicky Steele (design), Chris Burgess (implementation)
   AUTHOR URI:
*/

/* @import "menu.css"; */

/* Two-column with sidebar on left from the /examples/ folder  */
/*
   LAYOUT: Three-Column
   DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/

/** ----------------------------------------------------------------------------
   * base elements 
*/

/*@import url("reset.css");*/

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

body {
    font-family: verdana;
    font-size: 0.75em;
    background-color: #E7F2DE;
    line-height: 1.5;
    color: black;
}

a:link {
    text-decoration: none;
    color: #2E6E15;
}

a:visited {
    color: #2E6E15;
}

a:hover {
    color: rgb(127, 175, 147);
}

.site {
    margin: 0 auto;
    width: 1100px;
    margin-top: 2em;
    /*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
}

#masthead {
    /*border: 1px #5f6a6c solid;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 6px black;
    -moz-box-shadow: 0 2px 6px black;
    -webkit-box-shadow: 0 2px 6px black;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    background-color: #a4ba7c;
    display: inline-block !important;
    text-align: center;
    width: 100%;
    padding: 0;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.main-navigation ul {
    margin: 0;
    text-indent: 0;
}

.main-navigation li a,
.main-navigation li {
    display: inline-block;
    text-decoration: none;
}

.main-navigation li a {
    border-bottom: 0;
    font-size: 1.2em;
    padding: 0 0.9em 0 0.9em;
    color: white;
    line-height: 3.692307692;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-navigation li a:hover {
    color: #444444;
}

.main-navigation li:hover {
    background-color: #c7d2a5;
}

.main-navigation li {
    position: relative;
}

.main-navigation li ul {
    display: none;
    margin: 0;
    text-align: left;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
}

.main-navigation li ul ul {
    top: 0;
    left: 100%;
}

.main-navigation li ul li {
    padding: 0;
    position: relative;
}

.main-navigation ul li:hover > ul {
    border-left: 0;
    background-color: #a4ba7c;
    display: block;
}

.main-navigation li ul li a {
    background: #a4ba7c;
    border-bottom: 1px solid #5f6a6c;
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    padding: 8px;
    width: 196px;
    white-space: normal;
}

.main-navigation li ul li a:hover {
    background: #c7d2a5;
    color: #5f6a6c;
}

.main-navigation li ul li:hover {
    background: #c7d2a5;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    background-color: #c7d2a5;
    color: #5f6a6c;
}

div#wrapper {
    overflow: hidden;
    margin: 1em auto;
    /*border: 1px solid #5f6a6c ;*/
    background-color: white;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 6px black;
    -moz-box-shadow: 0 2px 6px black;
    -webkit-box-shadow: 0 2px 6px black;
    z-index: 0;
}

div#container {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#header {
    background-image: url(images/Monarch_Banner2.jpg);
    height: 170px;
    background-size: 100%;
    background-color: #A4BA7C;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

#header h1 a {
    font-size: 24pt;
    font-weight: bold;
    color: white;
    display: block;
    padding-left: 10px;
    padding-top: 34px;
    text-decoration: none;
    width: 350px;
}

#content {
    width: 59%;
    float: left;
    padding: 20px;
}

#content a {
    text-decoration: underline;
}

div.sidebar {
    float: left;
}

div#primary {
    padding: 18px;
    height: 100%;
    position: relative;
}

div#secondary {
    padding: 10px;
    width: 230px;
    height: 100%;
    float: right;
    background-color: transparent;
}

div#primary, div#content {
    height: 100%;
    float: left;
}

div#left-border {
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

div#right-border {
    height: 100%;
    width: 230px;
    padding: 10px;
    background-color: #C0D19D;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    box-shadow: 2px -4px 20px #474747;
    -moz-box-shadow: 2px -4px 20px #474747;
    -webkit-box-shadow: 2px -4px 20px #474747;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.4, #E7F2DE), color-stop(1, #A4BA7C));
}

#footer {
    padding: 3px;
}

div#footer img {
    float: right;
}

div#footer-text {
    font-size: 10px;
    font-weight: bold;
    float: left;
    color: #5F5F5F;
}

/* Just some example content */
div.skip-link {
    position: absolute;
    right: 1em;
    top: 1em;
}

.entry-title, .entry-meta {
    clear: both;
}

div#container, div#primary {
    margin-top: 0; /* overrides default */
}

form#commentform .form-label {
    margin: 1em 0 0;
}

form#commentform span.required {
    background: #fff;
    color: #c30;
}

form#commentform, form#commentform p {
    padding: 0;
}

input#author, input#email, input#url, textarea#comment {
    padding: 0.2em;
}

div.comments ol li {
    margin: 0 0 3.5em;
}

textarea#comment {
    height: 13em;
    margin: 0 0 0.5em;
    overflow: auto;
    width: 66%;
}

.alignright, img.alignright {
    float: right;
    margin: 1em 0 0 1em;
}

.alignleft, img.alignleft {
    float: left;
    margin: 1em 1em 0 0;
}

.aligncenter, img.aligncenter {
    display: block;
    margin: 1em auto;
    text-align: center;
}

div.gallery {
    clear: both;
    height: 180px;
    margin: 1em 0;
    width: 100%;
}

p.wp-caption-text {
    font-style: italic;
}

div.gallery dl {
    margin: 1em auto;
    overflow: hidden;
    text-align: center;
}

div.gallery dl.gallery-columns-1 {
    width: 100%;
}

div.gallery dl.gallery-columns-2 {
    width: 49%;
}

div.gallery dl.gallery-columns-3 {
    width: 33%;
}

div.gallery dl.gallery-columns-4 {
    width: 24%;
}

div.gallery dl.gallery-columns-5 {
    width: 19%;
}

div#nav-above {
    margin-bottom: 1em;
}

div#nav-below {
    margin-top: 1em;
}

div#nav-images {
    height: 150px;
    margin: 1em 0;
}

div.navigation {
    height: 1.25em;
}

div.navigation div.nav-next {
    float: right;
    text-align: right;
}

div.sidebar h3 {
    font-size: 1.2em;
}

div.sidebar #sidebar-s {
    width: 7em;
}

div.sidebar li {

}

div.sidebar li form {
    margin: 0.2em 0 0;
    padding: 0;
}

div.sidebar ul ul {

}

div.sidebar ul ul li {
    list-style: disc;
    margin: 0;
}

div.sidebar ul ul ul {
    margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
    list-style: circle;
}

div.gallery dl, div.navigation div.nav-previous {
    float: left;
}

input#author, input#email, input#url, div.navigation div {
    width: 50%;
}

div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
    margin: 0;
    padding: 0;
}

div.skip-link {
    display: none;
}

/** ----------------------------------------------------------------------------
   * leftside buttons
*/
#leftside-buttons {
    list-style-type: none;
}

#leftside-buttons li {
    list-style-type: none;
    width: 105px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 2em;
    padding: 8px;
    box-shadow: 0px 0px 12px #474747;
    -moz-box-shadow: 0px 0px 12px #474747;
    -webkit-box-shadow: 0px 0px 12px #474747;
}

#leftside-buttons ul li {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(215, 221, 196, 0.68);
}

#leftside-buttons ul li a img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #eee;
    width: 102px;
    height: 72px;
}

#secondary a {
    color: #303030;
    font-weight: bold;
}

#secondary a:hover {
    color: #6F7269;
}

#secondary h3, #secondary h3 a {
    color: #22522D;
    font-size: 16pt;
    font-weight: bold;
    margin: 0.3em 0.1em;
}

#secondary ul {
    padding-bottom: 0.8em;
    margin: 0;
}

#secondary li {
    padding: 4px 5px 4px 0px;
    list-style: none;
    font-size: 14px;
    color: #444444;
}

#search {
    padding-bottom: 1em;
    border-bottom: 1px solid;
    text-align: center;
}

.searchresults li {
    margin-bottom: 1em;
}

#searchform input[type="text"], #search input[type="text"] {
    font-family: verdana;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #B9B9B9 !important;
    padding: 4px !important;
    padding-bottom: 5px;
}

.yui-skin-sam form.registerForm .yui-ac-container {
    position: absolute;
    top: 2.3em;
    width: 100%;
}

#cse-search-results iframe {
    height: 1200px;
}

input[type="submit"], input[type="button"], .button-primary, .button, .shop-item-button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #A3A3A3;
    display: inline-block;
    color: #333333;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 11px;
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"]:hover, .button:hover, .button-primary:hover, .shop-item-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    background-color: #dfdfdf;
}

.button {
    float: right;
}

.button a, .shop-item-button a {
    font-size: 12px;
    color: #444;
    font-weight: bold;
    text-decoration: none !important;
}

.shop-item-button {
    float: none;
    margin: 1em;
}

#blog-description {
    display: none;
}

/* report sighting */
#concealed-address-fields {
    display: none;
    /*
       overflow: hidden ;
       height: 0px ;
       margin-bottom: 1em ;
       */
}

.yui-skin-sam form.report .yui-ac-container {
    position: absolute;
    top: 2.3em;
    width: 100%;
}

/* forms */
.info {
    width: 95%;
    font-size: 11px;
    color: grey;
    float: left;
    clear: both;
}

.errmsg {
    background-color: #faa;
    border: 1px solid red;
    margin: 10px;
    padding: 5px;
}

.successmsg {
    background-color: #afa;
    border: 1px solid green;
    margin: 10px;
    padding: 5px;
}

ul.submit-err {
    font-size: 112%;
    color: red;
    border: 1px dashed red;
    background-color: pink;
    margin: 10px;
    padding: 5px;
}

#report-address {
    width: 70%;
}

#report-address-autocomplete {
    padding-bottom: 2.5em; /* will become about 1em after YUI js runs */
}

#tag-recovery label, #report-pest label {
    clear: both;
    display: block;
    padding-top: 10px;
}

#tag-recovery fieldset, #report-pest fieldset {
    border: none;
    background-color: #eee;
    margin-right: 2em;
}

#tag-recovery fieldset legend, #report-pest fieldset legend {
    font-size: 1.5em;
    padding-top: 1.8em;
}

#registerForm fieldset, #contactForm fieldset {
    border: none;
    background-color: #eee;
}

#registerForm fieldset legend, #contactForm fieldset legend {
    font-size: 1.5em;
    padding-top: 1.8em;
}

#contact-details .labels {
    width: 20%;
    float: left;
    line-height: 3.6;
    margin-top: -0.5em;
}

.field_container {
    padding-top: 1em;
    width: 80%;
}

.field_container input[type="text"], input#email {
    padding: 5px;
    width: 50%;
}

.field_container label {
    width: 30%; /*Or however much space you need for the form’s labels*/
    float: left;
    padding-top: 5px;
}

#contact-details .text-inputs {
    float: left;
    width: 70%;
    font-size: 14px;
}

#contact-details .text-inputs input[type="text"] {
    width: 70%;
    padding: 7px;
    font-size: 14px;
    margin-bottom: 0.4em;
}

.other-details .labels {
    width: auto;
    float: left;
    line-height: 1.9;
}

.other-details .text-inputs {
    float: left;
    width: 70%;
    font-size: 14px;
}

.other-details input[type="text"] {
    padding: 7px;
    font-size: 14px;
    text-align: center;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}

.radiobuttons {
    line-height: 2;
    margin-top: 3px;
    width: 70%;
}

.radiobuttons input[type="radio"] {
    float: left;
    width: auto;
    margin-left: 2em;
}

.payment-method input[type="radio"], .membership-type input[type="radio"] {
    float: left;
    width: auto;
    margin: 5px 5px 0 0;
}

.payment-method, .membership-type {
    line-height: 2;
    float: left;
    width: 100%;
    margin: 1em 0 1em 0;
}

#comments {
    margin: 1em 0 1em 0;
}

.captcha {
    clear: both;
    border-radius: 5px;
    float: left;
    margin: 1em 0 1em 0;
}

.commentsdiv, .totaltopay {
    float: left;
    width: 100%;
}

.jqueryslidemenu ul li ul li {
    z-index: 15;
}

.entry-content li.pagenav {
    list-style: none;
    margin-top: 10px;
}

.archive .post {
    margin-bottom: 4em;
}

.questions div {
    padding: .3em 1em;
    border-radius: 5px;
    margin-bottom: 3em;
    background-color: whiteSmoke;
    box-shadow: 0px 0px 12px 0 #B6B4B4;
    margin-left: 2em;
}

/*custom logo in login screen*/
#login h1 a {
    background-image: url("images/logo.jpg") !important;
    background-size: 130px 80px;
    width: 135px;
    height: 90px;
}

/* Basic styling for login widget
   This styling aligns the gravtar left, the links right.*/
.widget_wp_sidebarlogin, #sidebar-login {
    float: left;
}

.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {

}

.widget_wp_sidebarlogin ul {
    list-style: none outside !important;
}

.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
    padding: 7px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    width: 70px;
    height: 70px;
}

.widget_wp_sidebarlogin hr {
    display: block;
    clear: both;
    border: 0;
    border-top: 1px solid #999;
    height: 1px;
}

/*Paypal widget*/
#paypal_donations-2 {
    text-align: center;
}

.widget {
    border-bottom: 1px solid #5F6A6C;
    padding-bottom: 1em !important;
    float: left;
}

.post-img {
    float: left;
    text-align: center;
    width: 130px;
    height: 140px;
    border-radius: 3px;
}

.edit-link {
    font-size: 9px;
    color: #333;
    height: auto;
}

.attachment-service-img.wp-post-image, .childrenmenus.img {
    width: 130px;
    height: 100px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
}

#slide-out .child-menu-container {
    margin: 0 auto;
    margin-top: 1em;
}

#thumbnail .child-menu-container {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
}

.child-menu-items:hover {
    box-shadow: 0 0 19px 0px;
}

.child-menu-items {
    float: left;
    position: relative;
    padding: 1em;
    text-align: center;
    box-shadow: 0 0 12px 0;
    margin: 1em 2em 2em;
    border-radius: 3px;
    background-color: whiteSmoke;
    color: #8D8D8D;
    width: 133px;
    height: 145px;
}

.child-menu-items a {
    float: left;
    height: 100%;
}

.child-menu-items .post-title {
    padding: .6em 0 .5em 0;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.questions {
    width: 95%;
}

#content .questions h3 a, #content .child-menu-items a {
    text-decoration: none;
}

.pagenav ul {
    list-style: none;
    line-height: 2.4;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0;
}

.page_item li {
    font-size: 12px;
    font-weight: normal;
    padding-left: 2em;
}

.entry-content {
    float: left;
    width: 100%;
}

.widget_tag_cloud {
    border-bottom: none;
}

.widget_wp_sidebarlogin #openid_field {
    background-image: url(../openid/f/openid.gif);
    background-position: 3px 50%;
    background-repeat: no-repeat;
    padding-left: 21px !important;
}

.widget_wp_sidebarlogin ul.sidebarlogin_otherlinks {
    margin-left: 0 !important;
}

.widget_wp_sidebarlogin .login_error {
    color: #ae121e;
    background-color: #fbb1b7;
    border: 1px solid;
    margin: 1em 0;
    padding: 1em;
    font-size: 13px;
}

.widget_wp_sidebarlogin .login_error a {
    color: #ae121e;
}

.widget_wp_sidebarlogin form {
    margin: 1em 0;
}

.widget_wp_sidebarlogin form p {
    margin: .5em 0;
}

.widget_wp_sidebarlogin form .input {
    font-family: verdana;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #A3A3A3;
    padding: 3px;
    margin-top: 5px;
}

.tagcloud {
    margin-top: 0.8em !important;
}

.widget_tag_cloud a {
    font-weight: normal !important;
}

/*SPONSOR SLIDING BANNER*/
/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img {
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 30px 0 0;
}

#outerContainer {
    margin: 1em 0;
    text-align: center;
}

#image-container {
    bottom: 15px;
}

#imageScroller {
    overflow: hidden;
}

#viewer {
    height: 182px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

#imageScroller a img {
    border: 0;
    margin-right: 5em;
}

#title {
    font-size: 100%;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.sponsor-title {
    margin: 1em .5em;
    padding: 0;
    text-align: center;
    color: #5F5F5F;
}

.sponsorListHolder {
    margin-bottom: 30px;
    text-align: center;
    padding-left: 0;
}

.sponsor {
    width: 125px;
    height: 125px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.sponsorFlip {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    background: url("images/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover {
    /* CSS3 inset shadow:  */
    -webkit-box-shadow: 0 0 20px 1px #E9E9E9 inset;
    box-shadow: 0 0 20px 1px #E9E9E9 inset;
}

.sponsorFlip img {
    /* Centering the logo image in the middle of the .sponsorFlip div */
    margin: 10px;
    width: 110px;
}

.sponsorData {
    /* Hiding the .sponsorData div */
    display: none;
}

.sponsorDescription {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    height: 77%;
    overflow: hidden;
}

.sponsorURL {
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    margin-top: 3px;
}

.company_link {
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    margin-top: 3px;
}

.clear {
    /* This class clears the floats */
    clear: both;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 960px;
    clear: both;
    padding-top: 1em;
}

/*PHOTO UPLOADER FIX FOR FIREFOX SPACING */
#uploadimage, #imagefiles, #imagedescription, #uploadimage_btn, #gallery-select {
    margin-bottom: 1em;
}

#uploadimage {
    margin-top: 1em;
}

/*SHOP CSS*/
.shop-desc {
    float: left;
    margin: 1em;
    box-shadow: 0 0 12px 0;
    border-radius: 5px;
}

.shop-child-menu-items {
    float: left;
    position: relative;
    padding: 1em;
    text-align: center;
    margin: 2em;
    background-color: whiteSmoke;
    width: 88%;
}

.shop-child-menu-items:hover {

}

.shop-child-menu-items a {
    float: left;
    height: 100%;
    /*padding-left: 0;*/
}

.shop-child-menu-items .post-title {
    padding: .6em 0 .5em 0;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.shop-text {
    float: left;
    margin: 1em 2em;
    width: 70%;
    text-align: justify;
}

.shop-item img {
    float: left;
    width: 100%
}

.shop-item {
    width: 30%;
    text-align: center;
}

.attachment-service-img.wp-post-image, .childrenmenus.img {
    width: 130px;
    height: 100px;
    border: 1px solid #ECECEC;
    border-radius: 3px;
}

.shop-child-menu-container {
    margin: 0 auto;
    margin-top: 1em;
}

.social-media-icons {
    float: left;
    margin-left: 2em;
}

#short {
    float: right;
    margin-top: 0.2em;
}

.item {
    float: left;
    width: 100%;
    line-height: 3.3;
}

.email-sponsors img {
    width: 70px;
    height: 70px;
    padding-right: 5px;
}

.nw-import-photo {
    width: 100%;
}

#purchaseTitle {
    float: left;
}

#quantityTitle {
    float: right;
}

#seedsTitle {
    float: left;
    width: 100%;
}

#subject {
    display: none;
}

/* Pods CSS fixes */
