/* 
	ONE Website Design
	http://www.onewebsitedesign.co.uk
	
	Red: 	  #CC0000
	Dark Red:	  #8C0000
	Grey:	  #555555
	Dark Grey: #444444
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

/*
	RESET
*/
html,body 				{
	height: 100%;
	margin: 0px;
}
body 					{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: url(/wp-content/uploads/2019/05/body-bg.jpg);
	line-height: 24px;
}
table					{ 
	border-collapse: collapse;
	border: 1px solid #999999;
}
table th		{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	padding: 5px 0px 5px 5px;
}
table td		{
	padding: 0px 0px 0px 5px;
}
a:link 					{ 
	text-decoration: underline; 
	color: #CC0000; 
}
a:visited  				{ 
	text-decoration: none; 
	color: #CC0000; 
}
a:hover 					{ 
	text-decoration: none; 
	color: #CC0000; 
}
a:active					{ 
	text-decoration: none; 
	color: #CC0000; 
}


/*
	UTILITY
*/
.floatLeft				{ 
	float: left; 
}
.floatRight				{
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.clear					{ 
	clear: both; 
}
.button					{ 
	width: 100px;
	background-color: #CC0000; 
	padding: 3px 8px; 
	color: #FFFFFF; 
}
.button					{ 
	background-color: #FFFFFF; 
	color: #444444;
	border: 1px solid #CC0000;
}
hr 					{
	width:90%;
	height: 0px;
	border-top: 1px solid #E9E9E9;
	margin: 20px 0px 20px 0px;
}
.buy-button input {
	background: transparent !important;
	border: 0 none !important;
}

/*
	TYPOGRAPHY
*/
h2					{
	font-size: 20px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
}
h3					{
	font-size: 16px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	margin: 20px 0px 20px 0px;
}
#tagline		{
	width: 960px;
	height: 200px;
	float: left;
	background-image: url(/wp-content/uploads/2019/05/tagline.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}



/*
	HEADER
*/
h1#logo 					{
	width: 156px;
	height: 180px;
	float: left;
	background-image: url(/wp-content/uploads/2019/05/humane-wildlife-solutions.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#head    					{
	height: 180px;
	width: 930px;
	float: left;
	padding: 0px 30px 0px 0px;
	background-image: url(/wp-content/uploads/2015/02/header-bg-2015.gif);
}
#head p		{
	color: #000000;
	font-size: 14px;
	margin: 100px 0px 0px 160px;
}
#head img			{
	float: right;
	margin: 0px 0px 0px 15px;
}



/*
	MENU
*/
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	height: 40px;
	background-color: #CC0000;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	width: 960px;
	margin: 0px auto 0px auto;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFFFFF;
	display: block;
	line-height: 40px;
	padding: 0px 25px 0px 25px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #444444;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #555555;
	color: #FFFFFF;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #FFFFFF;
}


/*
	STRUCTURE
*/
#wrap 					{
	width: 960px;
	height: auto;
	margin: 30px auto 0px auto;
	background-color: #FFFFFF;
}
#wrap img		{
	border: 0px;
}
#content-home				{
	width: 960px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#content-home p				{
	margin: 0px 0px 10px 0px;
}
#content-home h2		{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	border: 0px;
	margin: 0px 0px 15px 0px;
}
#content-home ul			{ 
	margin: 0px 0px 15px 50px; 
	padding: 0px; 
}
#content-home li			{ 
	list-style-type: square; 
	padding: 0px; 
}
#content				{
	width: 900px;
	float: left;
	padding: 50px 30px 30px 30px;
}
#content p				{
	margin: 0px 0px 15px 0px;
}
#content ul			{ 
	margin: 0px 0px 15px 50px; 
	padding: 0px; 
}
#content li			{ 
	list-style-type: square; 
	padding: 0px; 
}
#content input[type=submit]			{ 
	width: 100px;
	background-color: #CC0000; 
	padding: 3px 8px; 
	color: #FFFFFF; 
	border: 1px solid #CC0000;
}
#content input:hover[type=submit]					{ 
	background-color: #FFFFFF; 
	color: #444444;
	border: 1px solid #CC0000;
}
#content input		{
	max-width: 300px;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 4px 6px 4px 6px;
}
#content textarea		{
	width: 560px;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 4px;
}
#banner-block		{
	float: left;
	width: 360px;
	height: 343px;
	padding: 25px 30px 0px 570px;
	background-image: url(/wp-content/uploads/2019/05/banner-block-bg.jpg);
	border-top: 1px dotted #999999;
}
#banner-block img		{
	margin: 0px;
}
#banner-block h2 					{
	width: 344px;
	height: 20px;
	float: left;
	background-image: url(/wp-content/uploads/2019/05/headline-bg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	top: 0px;
	left: 0px;
}

.block		{
	float: left;
	width: 420px;
	height: 250px;
	padding: 0px 30px 0px 30px;
	margin: 40px 0px 0px 0px;
}
#listRight			{
	float: right;
	margin: 0px 10px 0px 0px !important;
	border: 0px !important;
}
#listRight li			{
	border-right: 0px !important;
	border-left: 1px solid #CCCCCC;
}


/*
	FOOTER
*/
#foot					{
	float: left;
	width: 960px;
	height: 300px;
	font-size: 11px;
	color: #FFB3B3;
	background-color: #D50000;
	border-bottom: 1px solid #8C0000;
}
#foot p		{
	margin: 0px 0px 10px 0px;
}
#foot h3		{
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #FFB3B3;
}
#foot a, #foot a:visited	    	{
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover 		    		{
	color: #FFFFFF;
	text-decoration: underline;
}
#foot-innerleft				{
	float: left;
	width: 260px;
	height: 240px;
	padding: 30px;
}
#foot-innercentre				{
	float: left;
	width: 260px;
	height: 240px;
	padding: 30px;
}
#foot-innercentre ul			{ 
	float: left; 
	margin: 0px 0px 0px 15px; 
	padding: 0px; 
}
#foot-innercentre li			{ 
	list-style-type: square; 
	padding: 0px 0px 5px 0px; 
}
#foot-innerright				{
	float: left;
	width: 260px;
	height: 240px;
	padding: 30px 30px 20px 30px;
	overflow: hidden;
}
#foot-innerright ul			{ 
	float: left; 
	margin: 0px 0px 0px 15px; 
	padding: 0px; 
}
#foot-innerright li			{ 
	list-style-type: square; 
	padding: 0px 0px 5px 0px; 
}
#foot-bottom					{
	float: left;
	width: 900px;
	height: 50px;
	padding: 0px 30px 0px 30px;
	color: #FFFFFF;
	background-color: #8C0000;
	border-top: 1px solid #D50000;
	float: none;
	clear: both;
}
#foot-bottom p		{
	margin: 12px 0px 0px 0px;
}
#foot-bottom img		{
	float: right;
	margin: 12px 0px 0px 15px;
}
#oneweb			{
	width: 960px;
	height: 30px;
	margin: 0px auto 0px auto;
	font-size: 11px;
	text-align: right;
}
#oneweb p		{
	margin: 7px 0px 0px 0px;
}
#oneweb ul			{ 
	float: left; 
	margin: 0px; 
	padding: 0px; 
}
#oneweb li			{ 
	list-style-type: none; 
	padding: 0px; 
}
#oneweb a, #oneweb a:visited	    	{
	color: #555555;
	text-decoration: none;
}
#oneweb a:hover 		    		{
	color: #555555;
	text-decoration: underline;
}


/*
	WORDPRESS CORE STYLES
---------------------------------------------------------------*/

/*
	WP IMAGES
*/
.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;
}