/* CSS Document */

	body {
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		color:#333;
		background: #96c6ec url(../images/layout/pagebg.jpg) top repeat-x;
		overflow-x: hidden;
	}
	html {
		min-height: 100%;
		margin-bottom: 1px;
	}

/* Text styling */

	hr {
		border: none 0; 
		border-top: 1px solid #CCC;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
		clear:both;
	}

	a {
		text-decoration:none;
		color:#1c80c6;
	}
	
	a:hover {
		color:#f82c91;
		text-decoration:underline;
	}
	a img { border:none; }
	
	p {
		margin:0 0 18px 0;
		padding:0;
		font-size:12px;
		line-height:140%;
	}
	table {
		font-size:12px;
	}
	p.error {
		color:red;
		font-weight:bold;
	}
	p.success {
		color:green;
		font-weight:bold;
	}
	strong {
		
	}
	h1, h2, h3, h4, h5 {
		margin:10px 0 17px 0;
		padding:0;
		font-weight:normal;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a {
	
		text-decoration:none;
	
	}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
		text-decoration:none;
	}
	h2 span {
		font-size:15px;
	}
	h3 span {
		font-size:13px;
	}

	h1 { font-size:18px; }
	h2 { font-size:16px; }
	h3 { font-size:14px; }
	h4 { font-size:13px; }
	h5 { font-size:12px; }
	ul {
		font-size:12px;
	}
	ul li {
		margin-bottom:7px;
	}
/* Main Containers */

	#wrapper {
		width:998px;
		margin:0 auto;
		text-align:left;
		overflow:hidden;
		background-color:#FFF;
	}
	#banner {
		height:119px;
		background:url(../images/layout/banbg1.gif) top repeat;

	}
	#main_nav {
		height:23px;
		background: #4daff3 url(../images/layout/navbgsolid.gif) top repeat-x;
		border-bottom:1px solid #FFF;
		overflow:hidden;
		width:988px; /* Setting the width of the nav bar helps inconsistencies in safari mac and ie6 - do not remove! */
		float:left;
		clear:both;
		margin-left:5px;
		display:inline;
	}
	#left, #center {
		padding-top:12px;
	}
	#left {
		float:left;
		width:202px;
		overflow:hidden;
		margin:0 13px 0 5px;
		display:inline;
	}
	#center {
		float:left;
		width:550px;
		overflow:hidden;
		display:inline;
	}
	
	#right {
		float:right;
		width:210px;
		padding-bottom:10px;
	}
	#footer {
		border-top:1px solid #dfe2e3;
		clear:both;
		height:10px;
		padding:7px 0;
		color:#999;
		margin:0 5px 0 5px;
	}
	#tickbox {
		color:#CCC;
		text-align:right;
		padding-bottom:5px;
		margin:0 5px 0 5px;
	}
	#nav_top {
		float:right;
		color:#8e8c83;
		padding:20px 10px 0 0;
		font-size:12px;
		text-transform:uppercase;
		text-align:right;
		background:url(../images/layout/banbg1.gif) top repeat-x;

	}
/* Main navigation list */
	#main_nav ul, #main_nav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#main_nav ul {
		width:995px; /* Setting the width of the nav bar helps inconsistencies in safari mac and ie6 - do not remove! */
		float:left;
		overflow:hidden;
	}
	#main_nav li {
		display:inline;
		overflow:hidden;
	}
	#main_nav li a {
		color:#FFF;
		border-right:1px solid #FFF;
		float:left;
		font-size:13px;
		/*padding:3px 12px 4px 12px;*/
		padding:3px 15px 4px 16px;
		text-decoration:none;
	}
	#main_nav li a:hover {
		text-decoration:none;
		background: #4daff3 url(../images/layout/navbgsolid1.gif) top repeat-x;
	}
	#main_nav li.current a {
		background: #4daff3 url(../images/layout/navbgsolid1.gif) top repeat-x;
	}
	#main_nav li.current a:hover {
		text-decoration:none;
		background: #4daff3 url(../images/layout/navbgsolid1.gif) top repeat-x;
	}
	#nav_top a {
		color:#8e8c83;
		text-decoration:none;
		font-weight:bold;
	}

	#nav_top a:hover {
		color:#333;
		text-decoration:none;
	}
	#nav_top li a:hover {
		text-decoration:underline;
	}
	.donate_now {
		margin:13px 0 0 0;
	}
	.emergency {
		margin:13px 0 0 0;
		display:block;
		font-weight:normal;
	}
	.emergency:hover {
		text-decoration:none;
	}
	#footer_nav {
		float:right;
	}
	#footer a {
		color:#999;
		text-decoration:none;
	}
	#footer a:hover, #tickbox a:hover {
		color:#333;
		text-decoration:underline;
	}
	#tickbox a {
		color:#CCC;
		text-decoration:none;
	}

/* Sub navigation styles */

	.subnav, #subnav li {
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		width:200px;
	}
	.subnav {
		margin:0 0 10px 0;
		clear:both;
	}
	.subnav li {

	}
	.subnav li a {
		display:block;
		background-color:#f6f6f6;
		margin-bottom:3px;
		padding:4px 0 4px 8px;
		width:200px;
		color:#666;
		font-size:12px;
		text-decoration:none;
	}
	.subnav li a:hover {
		color:#000;
		text-decoration:none;
	}
	.subnav li.current a {
		background: #f6f6f6 url(../images/layout/arrow.jpg) right no-repeat;
		color:#357cad;
	}
	.subnav li.current a:hover {
		color:#357cad;
	}

/* Right Column boxes */
	#right div, #left div {
		width:194px;
		border:1px solid #dfe2e3;
		margin:10px 0 0 0;
		float:left;
		display:inline;
		padding:3px;
	}
	#left div {
	
		margin:0 0 10px 0;
	}
	#right div h2, #left div h2 {
		background:url(../images/sideh2bg.gif) repeat-x top;
		margin:0 0 10px 0;
		padding:0;
		font-size:14px;
		
	}
	#right div p, #left div p, #left div h4, #right div h4 {
		padding:0 7px;
	}
	p.click {
		margin-bottom:5px;
	}
	p.click a {
		text-decoration:none;
	}
	#right div h2 a, #left div h2 a {
		display:block;
		padding:4px 0 4px 5px;
		background-position:right;
		background-repeat:no-repeat;
	}
	.orange a { color:#eb800e; }
	.orange h2 a { background-image:url(../images/sidepaws/orange.gif); }
	.blue a { color:#1e8ed6; }
	.blue h2 a { background: #fafafa url(../images/sidepaws/blue.gif); }
	.pink a { color:#f60b5e; }
	.pink h2 a { background: #fafafa url(../images/sidepaws/pink.gif); }
	.downloads h2 { background:none; background-color:#F6F6F6; }
	.downloads a { color:#333; }
	.downloads h2 a { background: #DCDCDC url(../images/sidepaws/dl.jpg); }
	.downloads h2 a:hover {
		cursor:default;
	}
	.downloads ul, .downloads li {
		margin:0;
		padding:0;
	}
	.downloads li {
		margin:0 0 6px 0;
		list-style:none;
		padding:0 0 0 5px;
	}
	
	
/* Home page click throughs */
	#home_clicks {
		clear:both;
		padding-bottom:10px;
		padding-top:10px;
		overflow:hidden;
		float:left;
		width:990px;
	}
	#home_clicks div {
		width:295px;
		height:200px;
		float:left;
		margin:0 17px 0 17px;
		display:inline;
		background:url(../images/layout/click_top.gif) top left no-repeat;
	}
	.cell_name {
		color:#65aa33;
	}
	#home_clicks div div {
		width:100px;
		height:100px;
		overflow:hidden;
		margin:5px 10px 0 10px;
		display:inline;
		background:none;
	}
	#home_clicks div h2 {
		margin-bottom:5px;
		padding-top:7px;
	}
	#home_clicks div#green a { color:#65aa33;}
	#home_clicks div#green .head_right { background-image:url(../images/layout/paw_green.gif);}
	#home_clicks div#blue a { color:#1e8ed6;}
	#home_clicks div#blue .head_right { background-image:url(../images/layout/paw_blue.gif);}
	#home_clicks div#red a { color:#cf0f34;}
	#home_clicks div#red .head_right { background-image:url(../images/layout/paw_red.gif);}
	
	.head_right {
		float:right;
		background-position:right;
		background-repeat:no-repeat;
		margin:4px 7px 0 0;
		display:inline;
		font-size:11px;
	}
	.head_right a {
		display:block;
		padding:2px 25px 3px 0;
		float:left;
		text-decoration:none;
	}
	#home_clicks div h1 {
		font-size:15px;
		margin:0 0 15px 0;
		padding:6px 0 0 10px;
	
	}
	#home_clicks div h1 a {
		text-decoration:none;
	}
	.page_images {
		float:right;
		width:222px;
		margin:15px 0 35px 20px;
		display:inline;
	}
	.page_images img {
		float:right;
		margin:0 0 15px 0;
		display:inline;
		border:1px solid #CCC;
	}
/* Rehoming styles */

	.cat_box {
		float:left;
		width:102px;
		height:140px;
		padding:7px;
		margin:0 17px 17px 0;
		display:inline;
		overflow:hidden;
	}
	.animal_box {
		float:left;
		border:1px solid #FFF;
		width:102px;
		height:150px;
		padding:7px;
		margin:0 17px 17px 0;
		display:inline;
		overflow:hidden;
	}
	.animal_box h3 {
		margin:0;
		padding:0;
		font-size:12px;
		color:#000;
		
	}
	.cat_box h3 {
		font-size:15px;
	}
	.animal_box h3 span {
		font-size:11px;
		color:#666;
	}
	.animal_box div, .cat_box div {
		height:102px;
		width:102px;
		overflow:hidden;
		float:left;
		margin:0 0 5px 0;
		display:inline;
		
	}
	.cat_box div {
		overflow:hidden;
		width:100px;
		height:100px;
	}
	.cat_box div img {
		float:left;
		
	}
	.animal_box div img {
		float:left;
		border:1px solid #999;
	}
	h2.animal_name {
		font-size:20px;
		color:#666;
		padding:2px 0 4px 10px;
		margin-bottom:0;
		background-color:#DFE7F9;
	}

	.animal_details {
		width:300px;
		font-size:13px;
		
	}
	.label {
		width:140px;
		font-weight:bold;
	}
	#enquire {
		float:left;
	}
	#enquire h3 {
		padding:4px 0 4px 7px;
		margin:0 0 7px 0;
		background: #e61e64 url(../images/layout/paw_pink.jpg) right no-repeat;
		width:212px;
	}
	#enquire h3 a {
		color:#FFF;
		display:block;
		width:100%;
	}
	#enquire p {
		padding:0 7px 0 7px;
	}
/* Events Calendar */

	.calendar {
		width:99%;
	}
	.calendar td, .calendar th {
		border:1px solid #CCC;
		width:33%;
		margin:0 5px 5px 0;
		vertical-align:top;
		text-align:center;
	}
	.calendar td {
		font-size:12px;
	}
	.calendar th {
		background-color:#f6f6f6;
		padding:1px;
		font-size:15px;
	}
	.calendar h2 {
		margin:0;
		padding:2px 0;
		background-color:#f6f6f6;
		font-size:12px;
		border-bottom:1px solid #CCC;
	}
	.calendar ul, .calendar li {
		margin:0;
		padding:0;
		text-align:left;
		list-style:none;
	}
	.calendar ul {
		margin: 10px;
	}
	.calendar li {
		border-bottom:1px solid #CCC;
		padding:3px 0;
	}
	.min {
		float:left;
		height:140px;
		width:0px;
		overflow:hidden;
	}
	#event_table {
		width:48%;
		font-size:12px;
		margin-bottom:15px;
	}
	#event_table td {
		padding:5px;
		
	}
	td.field {
		width:20%;
		background-color:#f6f6f6;
		font-weight:bold;
	}

	.left_btn1, .left_btn2 {
		margin:0 0 5px 0;
		padding:0;
		font-size:12px;
		float:left;
		width:205px;
		text-transform:uppercase;
	}
	.left_btn1 a, .left_btn2 a {
		color:#FFF;
		padding: 4px 0 4px 10px;
		display:block;
		font-weight:bold;
		width:195px;
	}
	.left_btn1 a:hover, .left_btn2 a:hover {
		color:#FFF;
	}
	.left_btn1 {
		background:url(../images/btn_donate.gif) no-repeat left top;
	}
	.left_btn2 {
		background:url(../images/btn_support.gif) no-repeat left top;
	}
	/* ------ News Section ------ */

	.news_img {
		float:right;
		margin:0 0 10px 20px;
		display:inline;
		
	}
	#sub_news {
		width:576px;
		background:url(../images/layout/subnewsbg.gif) center repeat-y;
		overflow:hidden;
		margin-bottom:10px;
		clear:both;
	}
	#sub_news div {
		width:244px;
		float:left;
		margin:0 7px 0 0;
		display:inline;
		padding:0 15px;
	}
	h2.main_news {
		font-size:14px;
		color:#666;
		padding:3px 0 4px 10px;
		margin-bottom:10px;
		background-color:#DFE7F9;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width:100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}
	#wp-calendar #next a, #wp-calendar #prev a, #wp-calendar a, td a {
		text-decoration:none;
		color:#369;
	}
	
	#wp-calendar #next a:hover, #wp-calendar #prev a:hover, #wp-calendar a:hover, td a:hover {	
		color:#369;
		text-decoration:underline;
	}

#wp-calendar caption {
	width: 100%;
	background: #fafafa url(../images/sidepaws/pink.gif);
	background-position:right; 
	background-repeat:no-repeat;
	padding:4px 0 4px 5px;
	text-align:left;
	font-size:14px;
	color:#f60b5e;
	}
.widget {
	padding:0 0 10px 0;
}
.widget h1 {
	background-color:#C69; 
	background: #fafafa url(../images/sidepaws/blue.gif);
	background-position:right; 
	background-repeat:no-repeat;
	padding:4px 0 4px 5px;
	color:#1e8ed6;
	font-size:14px;
	margin:0 0 10px 0;
}
.widget li {
	font-size:12px;
	margin:0 0 7px 20px;
	list-style:circle;
}
#wp-calendar th {
	text-align:center;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
h2.widgettitle {
	display:none;
}
.widget li a {
	text-decoration:none;
	color:#369;
}

.widget li a:hover {
	
	color:#369;
	text-decoration:underline;
}
h3#respond {
	clear:both;
}
.post {


	margin-bottom:10px;
	
}
.post small {
	display:block;
	font-size:12px;
	margin-bottom:10px;
}
#commentform textarea {
	width:98%;
	border:1px solid #CCC;
}
#commentform input {
	border:1px solid #CCC;
}
#submit {
	text-align:center;
}
/* Contact form styles */

#contact_form {
padding: 15px 10px 15px 10px;
width: 95%;
font-size:12px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
#contact_form .box {

	padding:3px;
	font-size:11px;
	width:55%;
	overflow:auto;
	border:1px solid #CCC;
}
#contact_form p {
	font-size:12px;
}
.fieldset {

border: solid #CCC 1px;
padding: 10px;
}
legend span {
display: block;
font-weight: bold;
color: #666;
font-size: 11px;
padding-bottom: 10px;
}

label {
display: block;
}
label span {
width: 8em;
margin-left: 20px;
float: left;
}
label input, label textarea {
width: 120px;
font-family: inherit;
}
#submit {
font-family: inherit;
}
/* Slideshow styles */
.pics { float:right; margin-left:20px; display:inline;width: 478px; height: 265px; padding:0; overflow: hidden }
.pics img { width: 478px; height: 265px;  }
.pics a { display: block; width: 478px; height: 265px; }
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	#first_img {
		position:relative;
		overflow:hidden;
		width:222px;
	}
	#first_img div {
		position:absolute;
		bottom:16px;
		right:1px;
	}
	#first_img div a {
		display:block;
		background:url(../images/blue_trans.png) repeat;
	}
	#first_img div a img {
		margin:0;
		padding:0;
		border:none;
	}
	
	.video_box {
		margin-bottom:10px;
	}
	
	#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8 {
		clear:both;
		margin-bottom:15px;
	}