/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/


/* wrapper div box styling */
body.custom div#wrapper {
/*
right-margin: 0px;
left-margin:0px
*/
right-margin: auto;
left-margin:auto;
background: #666666;
padding: none;
border: none;

}


body.custom div#header{

border: none;

}

body.custom div#container {



background-color: #333333;



margin: 0px 0px 0px 0px;

padding: 0px 0px 0px 0px;

border 0px 0px 0px 0px;

/*margin-bottom: 20px;*/
padding-bottom : 20px

}


body.custom div.headerimage{

border: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

body.custom div#container div.frontpageimage {
border: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: white;

}


body.custom div#container div.animalcontent{


background: white;
border: 0px 0px 0px 0px;
margin: 15px 0px 0px 25px;
padding: 10px 0px 10px 10px;

}


body.custom div#container div.animalsidebar{

padding-right: 35px;

}

body.custom div#secondnav{
height:1500 px;
width: 100%;
background #666666;

}

body.custom div#secondnav li { 
	 display: block;  
	  list-style:none;
	  list-style-type:none;
	  background : #666666;
	  height: 25x;
         width:auto;
	  position: relative;
	 /* display:inline;*/
         float:left;
        padding: 5px 10px 5px 10px;
        color: white;
        font-family:trebuchet MS, verdana, sans-serif; /* ADDED */
/*  font-size:1.20em;*/ /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
	  
	  } 




body.custom div#secondnav li a {

 /* width:8.40em;*/
  color: white;
  font-family:trebuchet MS, verdana, sans-serif; /* ADDED */
  font-size:1.20em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  }


body.custom div#secondnav li a:visited {
	display:INLINE;
  width:8.40em;
color: white;
  font-family:trebuchet MS, verdana, sans-serif; /* ADDED */
  font-size:1.20em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  }


body.custom div#secondnav li a:hover {
  background:#8CC63F;
  color:black;
  }
  

body.custom div#secondnav li.current_page_item {
background: #8CC63F;
color: red;
}




/* footer div box styling */
body.custom div#footer {
margin: 0px 0px 0px 0px;
border: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px 0px 

}


/* styling for widget sidebar */


body.custom  div.textwidget {

/*padding-left:10px;
padding-bottom:5px;*/
padding: 10px;
padding-top:0px;
padding-bottom: 5px;
}



body.custom .blockquote{
    background: #DAEBC1;
    margin: 10px 5px 10px 10px;
    padding: 7px 10px 7px 7px;
    font-style: normal;
    color: #000000;
    border-left: 3px solid #8CC63F;
    }
   
body.custom div#container div.home {
background: red;
}
