/*
   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
*/
div#container {
    float:left;
    width:100%;
}

div#content {
    margin:0 220px 0 150px ;
}

div.sidebar {
    float:left;
    overflow:hidden;
    width: 189px;
}

div#primary {
    margin:0 0 0 -100%;
    width: 150px ;
}

* html div#primary {
    left:20px;
    position:relative;
}

div#secondary {
    margin:0 0 0 -180px;
}

div#footer {
    clear:left;
    width:100%;
    background-image: url(images/bg-footer.png);
    height: 43px ;
}

div#footer-text {
  padding-top: 4px ;
  font-size: 10px ;
  font-weight: bold ;
}

/* 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:2em;
}

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 {
    list-style:none;
    margin:0 0 2em;
}

div.sidebar li form {
    margin:0.2em 0 0;
    padding:0;
}

div.sidebar ul ul {
    margin:0 0 0 1em;
}

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;
}

div#footer {
  text-align:center;
}

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;
}

#header {
  background-image: url(images/banner-PLS_SUPPLY_WIDER.png);
  background-position: 50% 0 ;
  background-repeat: no-repeat;
  height: 100px ; /* overrides default */
  background-color: #a4ba7c ;
  border: 1px solid white ;
}

#header h1 {
  
}

#header h1 a {
  color: white ;
  display: block ;
  font-size: 18px ;
  padding-left: 10px ;
  padding-top: 24px ;
  text-decoration: none ;
  width: 210px ;
}

div#container, div#primary {
    margin-top: 0 ; /* overrides default */
}

div#wrapper {
    margin: 1em auto ;
    width: 1000px ;
    background-image: url(images/bg-container.png);
    background-repeat: repeat-y ;
    
}

/** ----------------------------------------------------------------------------
   * bluey grey boxes to chop the page up
*/
div#wrapper {
    border: 1px solid #5f6a6c ;       
}

div#content {
    /* these borders are intended to overlap with the primary and secondary borders on each side */
    /*
       border-left: 1px solid #5f6a6c ;
       border-right: 1px solid #5f6a6c ;
    */
}

div#primary, div#secondary, div#content {
    padding-top: 20px ;    
}

div#secondary {
    /*    border-left: 1px solid #5f6a6c ; */
    margin-left: -199px ;
    padding-left: 10px ;
    background-image: url(images/bg-secondary.png);
    background-repeat: no-repeat; 
    background-position: 0 0 ;
    background-color: #c0d19d ;
}

div#footer {
    border-top: 1px solid #5f6a6c ;            
}

div#primary, div#secondary {
    
}

div.skip-link {
    display: none ;
}

/** ----------------------------------------------------------------------------
   * leftside buttons
*/
#leftside-buttons {
    
}

#leftside-buttons li {
  list-style-type: none ;
  padding-bottom: 8px ;
  width: 105px ;
  font-size: 10px ;   
}

#leftside-buttons img {
  border-width: 0 ;
  width: 100px ;
}

#leftside-buttons a, #secondary a {
    text-decoration: none ;
}

#secondary a {
  color: black ;
  font-weight: bold ;
}

#secondary h3, #secondary h3 a {
  color: #666 ;
}

#secondary ul {
  padding: 0 ;
  margin: 0 ;
}

#secondary li {
  width: 160px ;
  padding: 4px 0 ;
  list-style: none ;
}

/** ----------------------------------------------------------------------------
   * base elements 
*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 0 ;
}

body {
  font-family: verdana ;
  font-size: 0.7em ;
  background-color: #c7d2a5 ;
}

.searchresults li {
  margin-bottom: 1em ;
}

#blog-description {
  display: none ;
}

/* report sighting */
div#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 {
	font-size: 86% ;
	font-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 ;
}

.jqueryslidemenu ul li ul li {
  z-index: 15 ;
}

.entry-content li.pagenav {
  list-style: none ;
  margin-top: 10px ;
}

#commentform {
  margin-bottom: 
}

.archive .post {
  margin-bottom: 4em ;
}
