/* Start of CMSMS style sheet 'wireframe2colwnews : wireframe2colLayout' */
/*  
Theme Name: CMS Made Simple Framework
Author: Ross Marshall
Author URI: http://www.aftershock.com.au


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  Post Styles
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/





/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#cdbf9c url(../img/body-bg.jpg) no-repeat scroll 50% 46px;
	color: #3f3126;
	}

body, select, input, textarea {
	font: 100% Georgia, "Times New Roman", Times, serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #d33b04;
	}

a:hover, a:active {
	color:#681d02;
	}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	width:960px;
	margin:0 auto;
	}
	
#wrapper {
	font-size:0.85em;
	padding:0 30px 15px 30px;
	}

#masthead {
	padding:127px 0 30px;
	position:relative;
	}

#content {
	width:900px;
	float:left;
        background-color:#eeeeee;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

.column {
width:350px;
float:left;
margin-right:20px;
}
.last {margin-right:0!important;}

#sidebar {
	width: 270px;
	float:right;
        background-color:#eeeeee;
	}
	
	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	background:none repeat scroll 0 0 #3F3126;
        color:#EEEEEE;
        font:2em Georgia,"Times New Roman",Times,serif;
        margin:25px 0 20px;
        padding:5px 8px 7px;
	}
				
h3 {
	margin:22px 0 15px 0;
	font-size:1.6em;
	}

.entry h3 {
	border:none;
	font:bold 1.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0;
	}

h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	}
	
h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}


/*Sidebar*/

.sidebar-entry {
	padding:0 30px 30px 30px;
	}


/* ---------- @ Post Styles -----------*/

.entry {
	padding:0 150px 30px 30px;
	}

.entry p, .entry ul li, .entry ol li {
         
         }
	
.entry ul {
	list-style: disc;
        margin-left:15px;
	}
			
.entry ul li {
	margin: 0 0 5px 15px;
	line-height:115%;
	}

.entry ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	margin:15px 0;
        border:4px solid #F3C91F;
	}

/*.children img {
display: inline;
margin-right:10px;
}*/

.children td {
text-align: center;
}

.children td img {
text-align: center;
margin: 0;
padding: 0;
display: inline-block;
float: none;
}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}
	
/* ---------- @ Form Elements -----------*/

	
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 1em;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	font-size:0.75em;
	}

#footer a, #footer a:visited {
	color:#2b8d18;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}

.formbuilderform input {
width: 15em;
}

.formbuilderform label {
display: inline-block;
width: 75px;
}

.formbuilderform {
background-color: #FFFFFF;
width: 315px;
padding: 10px;
}

.formbuilderform .submit {
margin: 0 0 1em 1em;
}

.formbuilderform .submit input {
margin-left: 60px;
}

.fb_invalid {
color: #FF0000;
}

.fb_invalid input {
border-color: #FF0000;
}

a.book-here-button {
display: inline-block;
background-image: url('../img/button.png');
width: 192px;
height: 32px;
color: #3e3127;
margin-bottom: 5px;
text-decoration: none;
padding-left: 18px;
padding-top: 8px;
font-size: 17px;
font-weight: bold;
text-shadow: 1px 1px #f2eeca;
}

a.book-here-button:hover {
background-image: url('../img/button_hover.png');
}

a.donate-now-button {
display: inline-block;
background-image: url('../img/donate.png');
width: 210px;
height: 40px;
color: #FFFFFF;
text-indent:-9999px;
margin-bottom: 5px;
}

a.donate-now-button:hover {
background-image: url('../img/donate_hover.png');
width: 210px;
height: 40px;
text-indent:-9999px;
}

a.adopt-a-friend-button {
display: inline-block;
background-image: url('../img/adopt.png');
width: 210px;
height: 40px;
color: #000000;
text-indent:-9999px;
margin-bottom: 5px;
}

a.adopt-a-friend-button:hover {
background-image: url('../img/adopt_over.png');
width: 210px;
height: 40px;
color: #000000;
text-indent:-9999px;
}

.formbuilderform textarea {
width: 265px;
}


/* End of 'wireframe2colwnews : wireframe2colLayout' */


/*
     FILE ARCHIVED ON 22:40:46 Oct 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:29:54 Mar 08, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 195.392
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.069
  cdx.remote: 0.059
  esindex: 0.009
  LoadShardBlock: 164.652 (3)
  PetaboxLoader3.resolve: 67.545 (2)
  PetaboxLoader3.datanode: 197.981 (4)
  load_resource: 107.501
*/