/*

Theme Name: WILDLIFE | CMS

*/





/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #102113;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
div#wrap_all {
	background-color: #1c3821;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-2px;
	border-right: 5px solid #eed718;
	border-left: 5px solid #eed718;
}
p {
}
a:link, a:visited {
	text-decoration:none;
	outline:none;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */



.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
/* insert this class where you need to clear inline items */

.clearall {
	clear:both;
}
/* float images left or right - adjust margins as needed */

.left-img {
	float:left;
	margin:0 10px 0 0;
}
.right-img {
	float:right;
	margin:0 0 0 10px;
}
/*** LAYOUT STYLES ***/



#header-wrap, #leaderboard-wrap, #nav-wrap, #content-wrap, #footer-wrap {
	width:100%;
}
#header, #leaderboard, #nav, #content, #footer {
	margin:0 auto;
	width:960px;
}
/* HEADER */



#header-wrap {
	background-image:url(_img/header.png);
	height: 109px;
}
#header {
}
#logo {
  display: block;
  text-align: left;
  width: 655px;
  padding-top: 7px
}
#contact-info {
	float:right;
}
/* NAVIGATION */




#nav, .menu {
    background-color: #102113;
    float: left;
    margin: 10px;
    min-height: 979px;
    width: 200px;
}
#nav ul, .menu ul {
	display:block;
}
#nav li, .menu li {
	display:block;
	margin-bottom:20px;
	margin-top:10px;
}
#nav li a, #nav li a:visited, .menu li a, .menu li a:visited {
	//color: #bbbbbb;
	color: rgb(218, 197, 4);
	font-size: 18px;
	padding-left:10px;
	display:block;
}
#nav li a:hover, #nav li a:focus, .menu li a:hover, .menu li a:focus {
}

#nav .current-menu-item a, .menu .current-menu-item a{
	color:#B20026;
	
}
#mid, #mid2 {
	width: 500px;
	background-color: #fff;
	float:left;
	border: 7px solid #6b7d6e;
	margin-top:10px;
	color: #333333;
	line-height: 1.3em;
}
#mid2 {
	padding-bottom: 40px;
}
#mid2 h2 {
	margin-left: 20px;
	margin-top:20px;
	margin-bottom:20px;
}
#mid2 p {
	padding:20px;
	font-size: 14px;
	padding-top:5px;
}
#mid2 ul {
	margin-left:60px;
	font-size: 14px;
}
#mid2 ul li {
	list-style-type:disc
}
#right {
	float: left;
	width: 210px;
	min-height: 200px;
	margin-top: -50px;
}
#right INPUT {
	width: 120px;
	display:block;
	margin-left:auto;
	margin-right: auto;
	margin-top:10px;
}
#right p {
	COLOR: #dac504;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	line-height:23px;
}
#right img {
	margin-left: auto;
	margin-right: auto;
	display:block;
	margin-top:10px;
}
div#sm {
	margin-left: 25px;
}
div#sm img {
	float:left;
}
/* LEADERBOARD */



#leaderboard-wrap {
}
#leaderboard {
}
/* CONTENT */



#content-wrap {
}
#content {
	overflow:hidden;
}
#content-left {
	float:left;
}
#content-right {
	float:right;
}
/* FOOTER */



#footer-wrap {
	background-color: #0e1a10;
}
#footer {
}
#footer p {
	color: #fff;
	line-height: 1.3em;
	font-size: 14px;
	padding-top:20px;
	padding-left: 20px;
}
#footer a, #footer a:visited {
}
#footer a:hover, #footer a:focus {
}
#contact {
}
#contact p {
}
#social {
}
#copyright {
	text-align:center;
}
#copyright p {
}
#copyright a, #copyright a:visited {
}
#copyright a:hover, #copyright a:focus {
}
/* Errors */



#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #DAC504 5%, #DAC504 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAC504', endColorstr='#DAC504');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #DAC504;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
        margin: 10px 0;
}.classname: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% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
        
}