@charset "UTF-8";
/** CSS Document **/


/** social media **/
.icon {
  background: left 5px no-repeat;
}
div.icon {
  vertical-align: middle;
}
div.icon a {
  display: block;
  padding: 5px 0px 0px 20px;
}
.facebook {
	background-image:url(http://facebook.com/favicon.ico);
}
.twitter {
	background-image:url(http://twitter.com/favicon.ico);
}




html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 3px;
	color: #FFFFFF;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:link {
	color: #FCB94D;
	text-decoration: none;
}
a:hover {
	color: #FCB94D;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
list {
	list-style-type: disc;
}
.insetphoto {
	float: left;
	margin: 5px 10px 10px 0;
	border: #FFF solid 3px;
}
.more {
	text-align: right;
}
.quote {
	font-style: italic;
	text-color: #666;
}
.testimonial {
	font-style: italic;
	text-color: #666;
}
.donate {
	text-align: center;
}

.clear {
	clear: both;
}
.larger {
	font-size: medium;
}

body {
	background: #FCB94D url(images/page_bg.jpg) repeat-x;
	font: small arial, sans-serif;
	color: #000;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 420px;
	min-height: 750px;
	_height: 750px;
	background: url(images/header.jpg) no-repeat;
  	position: relative;
}

h1 {
	font: bold 4.5em arial, sans-serif;
	color: #FFF;
	position: absolute;
	top: 21px;
	left: 24px;
	width: 194px;
	height: 86px;
}

h1 em {
  color: #FFF;
  font-style: normal;
  font: bold .4em arial, sans-serif;
  line-height: 160px;
  }

h1 a {
	color: #FFF;
	}

/** nav **/

#nav {
	position: absolute;
	top: 0px;
	left: 375px;
	width: 574px;
}
#nav li {
  float: left;
  list-style: none;
  padding-left: 7px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
  border-left: #FFF solid 1px;
  letter-spacing: .05em;
}
#nav span {
  display: block;
  padding: 3px;
  font-size: 1.5em;
  background: url(images/nav_cat.jpg) no-repeat;
  width: 27px;
  height: 22px;
}
#nav a {
  color: #FFF;
  font-size: 1.5em;
  text-decoration: none;
}
#nav a:hover {
  color: #000;
}
#active a {
  color: #000;
}

/** topcontent **/

#topcon {
	width: 420px;
	position: absolute;
	top: 117px;
	left: 465px;
	color: #000;
}
#hopeful {
	background: #FCB94D url(images/2cats.jpg) no-repeat;
	width: 260px;
	height: 180px;
	position: absolute;
	top: 217px;
	left: 550px;
	}
#topcon h2 {
  font-size: 1.25em;
  text-transform:capitalize;
} 
#intro {
  width: 420px;
}
#intro .ybox-tl {
	padding-bottom: 22px;
	color: #000;
}
#intro ul {
  margin: 1em 0;
}
#intro li {
  list-style: none;
  margin: 0.9em 0;
}
#intro ul a {
  text-decoration: none;
}
#intro ul a:hover {
  text-decoration: none;
}
.ybox {
  float: left;
  width: 420px;
  background: #FDD594;
}
.ybox-t { background: top url(images/ybox_t.jpg) repeat-x; }
.ybox-r { background: right url(images/ybox_r.jpg) repeat-y; }
.ybox-b { background: bottom url(images/ybox_b.jpg) repeat-x; }
.ybox-l { background: left url(images/ybox_l.jpg) repeat-y; }
.ybox-tr { background: top right url(images/ybox_tr.jpg) no-repeat; }
.ybox-br { background: bottom right url(images/ybox_br.jpg) no-repeat; }
.ybox-bl { background: bottom left url(images/ybox_bl.jpg) no-repeat; }
.ybox-tl { background: top left url(images/ybox_tl.jpg) no-repeat; }

.ybox-tl {
  padding: 13px 18px;
}

.ybox p {
	margin: 0.5em 0;
	line-height: 1.25em;
	color: #000;
}

p.donate {
  font-weight: bold;
}
#topcon .donate {
  border: 3px solid white; 
  background: #FCB94D;
  padding: 7px;
  width: 80px;
  align: right;
  margin: 0 0 0 280px;
}
#topcon .donate a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#topcon .donate a:hover {
  text-decoration: none;
  color: #E34125;
}

/** body **/

#content {
	width: 875px;
	position: absolute;
	color: #FFF;
	top: 396px;
	left: 33px;
}
#content a {
  color: #FDD594;
}
#content a:hover {
	color: #E34125;
}
#body {
  border: 3px solid white;
  background: #E34125;
  padding: 18px;
}
.box {
  float: left;
  width: 277px;
  background: #000;
  margin-right: 18px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
	margin: 0.5em 0;
	line-height: 1.25em;
	color: #DDD;
}

p.more {
  margin: 0;
}

/** adopt **/
#adopt {
  width: 265px;
  float: left;
}
#adopt .box-tl {
  padding-bottom: 22px;
}
#adopt ul {
  margin: 1em 0;
}
#adopt li {
  list-style: none;
  margin: 0.9em 0;
}
#adopt ul a {
  text-decoration: none;
}
#adopt ul a:hover {
  text-decoration: none;
}

/** resources **/
/** note: for adopt + resources use margin-top: 20px **/
#resources {
  width: 264px;
  float: left;
  margin-top:0px;
}
#resources .box-tl {
  padding-bottom: 22px;
}
#resources ul {
  margin: 1em 0;
}
#resources li {
  list-style: none;
  margin: 0.9em 0;
}
#resources ul a {
  text-decoration: none;
}
#resources ul a:hover {
  text-decoration: none;
}

/** help **/
#help {
  width: 265px;
}
#help .box-tl {
  padding-bottom: 22px;
}
#help ul {
  margin: 1em 0;
}
#help li {
  list-style: none;
  margin: 0.9em 0;
}
#help ul a {
  text-decoration: none;
}
#help ul a:hover {
  text-decoration: none;
}

/** news **/
#news {
  margin-right: 0;
  width: 265px;
}
#news .box-tl {
  padding-bottom: 18px;
}
#news p {
  margin-bottom: 0.65em;
}

#lgcontent {
  width: 532px;
  float: right;
}
#lgcontent .box-tl {
  padding-bottom: 22px;
}
#lgcontent ul {
  margin: 1em 0;
}
#lgcontent li {
  list-style: none;
  margin: 0.9em 0;
}
#lgcontent ul a {
  text-decoration: none;
}
#lgcontent ul a:hover {
  text-decoration: none;
}

#body h2 {
  font-size: 1.75em;
  font: arial, sans-serif;
  font-weight: normal;
  text-align: left;
  margin-bottom: .15em;
  color: #FFF;
  letter-spacing: .05em;
}

#body h2 a {
   color: #FFF;
}

#body h2 a:hover {
   color: #FCB94D;
}
#body h3 {
  font-size: 1.17em;
  color: #FCB94D;
  margin-bottom: -0.5em;
  text-transform:capitalize;
  word-spacing: .05em;
}

#body h3:before {
  content: url(images/line.gif) no-repeat;
  }

#body h4 {
  font-size: 1em;
  color: #FFF;
  margin-top: .5em;
  margin-bottom: -0.5em;
  text-transform: uppercase;
  word-spacing: .05em;
  font-weight: normal;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: none;
  color: #E34125
}
#body .hr-white {
  border-top: 1px solid #000;
  padding-bottom: 1em;
  margin-top: 1em;
}
#body .donate {
  border: 3px solid white; 
  background: #FCB94D;
  padding: 7px;
  width: 80px;
  align: right;
  margin: 0 0 0 395px;
}
#body .donate a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#body .donate a:hover {
  text-decoration: none;
  color: #E34125;
}

#body .donate2 {
  border: 3px solid white; 
  background: #FCB94D;
  padding: 7px;
  width: 140px;
  align: left;
  margin: 0 200px 0 0;
  font: small arial, sans-serif;
}
#body .donate2 a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#body .donate2 a:hover {
  text-decoration: none;
  color: #E34125;
}

#policy {
  font-size: .75em;
  line-height: 1.75em;
}

/** editable region **/


#entry {
  margin: 0;
  padding: 0;
}

#headline {
  font-size: 1em;
  color: #FDD594;
  text-transform: capitalize;
  word-spacing:.05em;
  padding: 0;
}

#subhead {
  font-size: 1em;
  color: #FFF;
  text-transform: uppercase;
  word-spacing: .05em;
  font-weight: normal;
  padding: 0;
}

#bodycopy {
	line-height: 1.25em;
	font: small arial, sans-serif;
	color: #DDD;
	padding: 0;
}

#divide {
	border-top: #888 solid 1px;
	margin: 30px 0;
}


/** footer **/
#footer {
  text-align: center;
  color: #000;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
	margin-top: 1.2em;
	color: #FFF;
}
#footer li {
	display: inline;
	list-style: none;
	color: #000;
}
#footer li a {
  color: #000;
}
#footer li a:hover {
  text-decoration: none;
  color: #E34125
}
#wrapper #topcon #intro .ybox-t .ybox-r .ybox-b .ybox-l .ybox-tr .ybox-br .ybox-bl .ybox-tl p .more .more {
	color: #C30;
	font-weight: bold;
}
#wrapper #topcon #intro .ybox-t .ybox-r .ybox-b .ybox-l .ybox-tr .ybox-br .ybox-bl .ybox-tl p strong a {
	color: #E34125;
	font-family: arial, sans-serif;
}
