/*
Theme Name: Quarr
Author: Graham Bennett
*/
/*
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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
*/
html,body{
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f1efe6;
	color: #333333;
    height: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
*, *:before, *:after {
  box-sizing: inherit;
}
em{
	font-style: italic;
}
.clear{
	clear: both;
}
#wrapper{
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}
#top_section{
	height: 135px;
	width: 100%;
	background-image: url(assets/img/header-bg.gif);
}
#header_bg{
	position: absolute;
	right: 0;
}
#top_section_sub{
	position: relative;
	width: 800px;
	margin: auto;
	padding-top: 10px;
}
#top_section_img{
	float: left;
}
#top_section_title{
	float: left;
	margin-left: 10px;
    margin-top: 10px;
}
#top_section_title h1{
	color: #e5ff00;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.8em;
}

#top_section_title h1 strong{
	color: #fff;
	font-weight: 400;
}
#top_section_title h2{
	color: #fff;
	font-weight: 300;
	font-size: 1.4em;
	margin-top: 5px;
}
#top_menu_wrap{
	width: 100%;
	background-color: #c7cfb2;
}
#top_menu{
	width: 800px;
	margin: auto;
    font-size: 1.3em;
}
#top_menu hr{
	border:0;
	border-bottom:1px solid #8ca57d;
}


#top_menu li{
	float: left;
}
#top_menu li a{
	text-decoration: none;
	color: #34671a;
	padding: 10px 15px;
	background-color: #d2d8c0;
	display: block;
}
#top_menu li a:hover{
	background-color: #dee2d0;
}

#top_menu li.current_page_item a,#top_menu li.current_page_parent a{
	color: #193309;
	background-color: #f1efe6;
}
#content{
	width: 800px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#content_sub{
	float: left;
	display: inline-block;
	width: 540px;
}
#sidebar_images{
	float: right;
	display: block;
	width: 200px;
}

#sidebar_images img{
	margin-bottom: 10px;
}
.alt1{
	float: right;
}
#secondary_menu{
	float: left;
	display: inline-block;
	width: 190px;
}
#secondary_menu li{
	padding: 4px 0;	
}

#secondary_menu li a{
	color: #34671a;
	text-decoration: none;
	font-size: 1.2em;
}
#secondary_menu li a:hover{
	color: #193309;
}
#secondary_menu li.current_page_item a{
	color: #193309;
}
#content h1{
	color: #34671a;
	font-size:2.4em;
	margin-bottom: 0.5em;
}

#content h2{
	color: #34671a;
	font-size:1.4em;
	margin-bottom: 0.2em;
	font-weight: 600;
}
#content h3{
	color: #34671a;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
#content a{
	color: #34671a;
}
#content p{
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
#content p.intro{
	font-weight: 600;
	font-size: 1.4em;
}
.species_list table{
	margin-bottom: 20px;
	
}
.species_list th{
	text-align: left;
	padding-top: 20px;
}
.species_list td{
	padding-right: 20px;
	padding-bottom: 7px;
	font-size: 1.2em;
}
.gallery {display: block;
	width: 610px;
}
.gallery img{
	display: block;
	line-height: 0;
	float: left;
	margin: 0 2px 2px 0;
}
.newsitem{
	margin-bottom: 20px;
}
.newsitem .morelink{
    margin-top: -10px;
    display: block;
}
#footer_wrap{
	background-color: #c7cfb2;
}
#footer_wrap, .push{
	height: 80px;
}
#footer{
	width: 800px;
	margin: auto;
	position: relative;
	padding-top: 10px;
	color: #34671a;
}