/*

	Theme Name: Wingham Pet Motel

	Theme URL: http://bwdclients.com/bennwebdesign/

	Description: Wing Pet Motel is a 2-column Widget-ready theme.

	Author: Benn Web Design
	
	Author URI: www.bennwebdesign.com.au

	Version: 1.0

*/
/* Fonts */
@import url('fonts/fonts.css');

body {
	background:#000;
	font-family:'Calibri Light';
	margin:0;
	color: #58595b;
}
p{margin:0;}
#wrapper{
	margin:0 auto;
	height: auto;
	width: 980px;
	padding: 0 60px;
	background: #fff;
}
#header{
	width: 100%;
	height: 157px;
	margin: 0 auto;
}
#logo{
	float: left;
	margin:57px 0 0 21px ;
}
#navigation{
	float: right;
	height: 25px;
	margin: 95px 0 0 0;
	font-family: 'Calibri';
}
#navigation ul{
	width:100%;
	margin:0 auto;
	height: 100%;
	padding: 0;
}
#navigation ul li{
	list-style:none;
	display:inline;
	float:left;  
	margin-left: 20px;
	padding: 0;
}
#navigation ul li a{
	text-decoration:none;
	color: #000;
	font-size: 19px;
    font-weight: bold;
	letter-spacing: 2px;
}
#navigation ul li a:hover,
#navigation ul li.current_page_item a{color: #ff0000 !important;}


#slider{
	width:980px;
	height:462px;
	margin:0 auto;
	margin-bottom:12px;
}
#content{
	width:100%;
	height:auto;
	padding-bottom: 50px;
}
#content h1{ color: #ff0000;}
#content p{    font-size: 20px;}
#content p span{
	color: #ff0000;
	font-family: 'Calibri';
	font-size: 24px;
    font-weight: bold;
}
textarea{width: 308px;}
.wpcf7-form-control.wpcf7-captchar{width: 100px;}
.clear{clear:both;}
#footer{
	width: 100%;
	height: 38px;
	color: #58595b;
	text-align:center;
	font-size: 12px;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
#footer_left{
	float: left;
	width: 20%;
	height: 100%;
}
#footer_left p {
	margin: 0;
	font-size: 15px;
}
#footer_left p a{
	text-decoration: none;
    	float: left;
    	margin: 15px 0 0 0;
	color: #58595b;
	font-size: 15px;
}
#footer_left p a:hover{
	text-decoration: none;
}
#footer_right{
	float: left;
	width: 80%;
	height: 100%;
}
#footer_right p{
	float:right;
	margin:15px 0 0 0;
	font-size: 15px;
}
#footer_right p a{
	text-decoration: none;
	color: #58595b;
}

#footer_right p a:hover{
	text-decoration: none;
}

a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
ul, ol {
	list-style: outside;
	font-size: 20px;
	line-height: 130%;
	margin:0 0 0 20px;
}
p {
	line-height: 130%;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.75em;
    color: #ff0000;
}
h3 {
	font-size: 1.5em;
    color: #ff0000;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: normal;
	line-height:130%;
}
td {
	padding:3px 0;
}
hr{}

/* Addt'l Styles */
.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}
.alignright {
	float:right;
	margin:10px 0 10px 10px;
}
.aligncenter {
	margin:0 auto;
	display:block;
}
.componentheading {
	margin: 0 0 15px 0;
	font-size: 180%;
	line-height: 130%;
	padding: 0;
}
.contentheading {
	font-size: 200%;
	line-height: 140%;
	margin: 0 0 15px 0;
	padding: 0;
	color: #636;
	border-bottom: 2px solid #636;
}
/* spacer */
.clear {
	clear: both;
}