@import url("lightbox.css");

/* =MAIN LAYOUT
---------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    }
body {
    color: #333;
    text-align: center;
    font: normal 12px/18px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    background: #cfd7d6;
	}
#wrap {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    border-top: #0d4621 solid 5px;  /*8d8981*/
    }
#header {
    background: #cfd7d6 url(../images/header12.jpg) top left no-repeat;
    display: block;
    width: 960px;
    height: 117px;    
    color: #fff;
    font-size: 11px;
    position: relative;    
    }

#header p {
    margin: 0;
    }
#header a {
    color: #FFF;
    font-weight: bold;
    }
#header a:hover {
    color: #fff;
    }


#loginbox {
    float: left;
    margin: 0 0 0 245px;
    display: inline;
    background: url(../images/bg_login-l45G.gif) bottom left no-repeat;
    padding: 0 0 0 24px;
    }
#loginbox-inner {
    background: url(../images/bg_login-r45G.gif) bottom right no-repeat;
    padding: 0 24px 6px 0;
    }
#main {
    background: #cfd7d6 url(../images/mainbg.jpg) top left repeat-x;
    padding-top: 10px;
    }
#full {
    padding: 0 10px 0px 10px;
    }
#sidebar {
    float: right;
    width: 300px;
    margin: 5px;
    font-size: 11px;
    line-height: 17px;
    }
#sidebar-pic 
{
	border: #346270 solid 1px;
	text-align: center;
}
#sidebar h3 a 
{	
	color: #782724;
}
#maincol {
    float: left;
    width: 590px;
    padding: 0;
    }
#content {
    padding: 0 10px;
    }
#extra {
    position: relative;
    margin: 15px 0 0 0 ;
    height: 150px;
    background: url(../images/SuperFooterWithText.jpg) no-repeat;
    }
#footer {
    text-align: center;
    font-size: 10px;
    color: #666;
    margin: 0 0 20px 0;
    }
.faq 
{
	background: #fff;
	border: #aab4a4 solid 1px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
div.entry {
    margin: 0 0 20px 0;
    }
#category-body {
    border-bottom: #fff solid 1px;
    margin: 0 0 20px 0;
    }

/* tentsfooter */
#tentsfooter {
    margin: 20px;
    padding: 20px 15px 10px 15px;
    /*background: url(/images/bg_tentsfooter.gif) top left repeat-y;*/
    border-top: #aab4a4 solid 1px;
    font-size: 11px;
    line-height: 15px;
    color: #555;
    }
#tent-pic {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    }
/* Fixes the margin in IE 6 */
* html #tent-pic {
    margin: 0 0 0 -20px;
    }
#tents-posts {
    width: 220px;
    float: right;
    
    }
#tent-desc {
    width: 305px;
    float: left;
    margin: 0 0 0 300px;
    display: inline;
    }
#tentsfooter h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #80141c;
    }
#tentsfooter h3 {
    padding: 0;
    margin: 0 0 5px 0;
    }

/* Video */
#video {
    padding: 0;
    margin: 0 0 20px 0;
    }

/* Photos */

div.photos {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
    border: #aab4a4 solid 1px;
    }
div.main-photo {
    width: 240px;
    float: left;
    }
div.photo-thumbs {
    float: right;
    width: 205px;
    }
div.photo {
    float: left;
    display: inline;
    margin: 0 0 10px 5px;
    }
div.photo a {
    width: 60px;
    height: 60px;
    float: left;
    border: #aab4a4 solid 1px;
    }
div.photo a:hover {
    border: #000 solid 1px;
    }

div.profile-avatar {
    float: left;
    width: 100px;
    }

div.profile-bio {
    float: left;
    width: 470px;
    padding: 10px 0;
    }

div.block-img {
    width: 500px;
    float: left;
    clear: left;
    }
div.block-desc {
    padding:0;
    }
  
/* =HEADERS
---------------------------------------------------- */

h2 {
    font-size: 22px;
    color: #0d4621;
    margin: 5px 0 10px 0;
    }
h2.update {
    margin: 0;
    padding: 7px 0 0 0;
    }
h2.graphic {
    text-indent: -9999px;
    display: block;
    height: 35px;
    margin: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    }
h2.what-adopt {background-image: url(/images/h2_what-adopt.gif);}
h2.recent-updates {background-image: url(/images/h2_recent-updates.gif);}

h2 a {
    text-decoration: none;
    color: #80141c;
    }

h3 {
    color: #782724;
    font-size: 16px;
    padding:0;
    margin: 0 0 5px 0;
    }
h4 {
    font-size: 14px;
    margin: 0 0 5px 0;
    }

/* =LISTS
---------------------------------------------------- */

ul {
    list-style: none;
    }
ul li {
    background: url(../images/bulletred.gif) 0 .4em no-repeat;
    padding: 0 0 5px 15px;
    }
#tentsfooter ul li {
    background: url(/images/bulletred.gif) 0 .4em no-repeat;
    }
ul li.none {
    background: none !important;
    }
ul.archive {
    margin: 0 0 0 20px;
    }    
ul.archive a {    
    text-decoration: none;
    }
dl.posts {
    margin: 0 0 10px 0;
    }
dl.posts dd {
    padding: 0 0 10px 52px;
    }    
dl.posts dd h4 {    
    margin: 0;
    }
p.category {
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
    color: #666;
    }
dl.posts.sidebar dt {
    font-size: 12px;
    padding: 10px 0 0 0;
    font-weight: bold;
    }
dl.posts.sidebar dd {
    padding: 0 0 10px 0 !important;
    border-bottom: #fff solid 1px;
    }

dl.form {
    margin: 0 0 10px 0;
    }
dl.form dt {
    color: #782724;
    font-size: 12px;
    font-weight: bold;
    }
dl.form dd {
    margin: 0 0 15px 0;
    }

dl.comments {
    margin: 0 0 15px 0;
    }
dl.comments dt {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: #fff solid 1px;
    }
dl.comments dt img.avatar {
    margin: 0 20px 0 0;
    }
dl.comments dd {
    padding: 10px;
    margin: 0 0 10px 60px;
    }

ol.signup-list li {
    list-style: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 10px 35px;
    }
ol.signup-list li.one {background-image: url(/images/num_1.gif)}
ol.signup-list li.two {background-image: url(/images/num_2.gif)}

/* =LINKS
---------------------------------------------------- */

a {
    color: #346270;
    outline: none;
    }
a:hover {
    color: #000;
    }
a.more {
    color: #000;
    white-space: nowrap;
    background: url(/images/bg_link-more.gif) right no-repeat;
    padding: 0 8px 0 0;
    }
a.more:hover {
    color: #782724;
    }
a.comment {
    background: url(/images/icon_comment.gif) left no-repeat;
    padding: 0 0 0 15px;
    }

/* =TEXT
---------------------------------------------------- */

p {
    margin: 0 0 10px 0;
    }
p.submit {
    border-top: #fff solid 1px;
    padding: 10px 0 0 0;
    }
p.submit .second {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: #ccc solid 1px;
    }
small {
    font-size: 11px;
    color: #999;
    }
.date-stamp {
    color: #782724;
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 5px;
    float: left;
    width: 42px;
    margin: 0 10px 0 0;
    background: url(../images/bg_stamp-top.gif) top no-repeat;
    }
.date-stamp .day {
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    background: url(../images/bg_stamp-bottom.gif) bottom no-repeat;
    }
hr {
    clear: both;
    margin: 3px;
    padding: 0;
    border: #782724 solid;
    border-width: 1px 0 0 0;
    }

div.pagination {
    padding: 5px;
    margin: 10px 0 0 0;
    background: #e9eee6;
    }
div.pagination ul li {
    list-style: none;
    display: inline;
    background: none;
    margin: 0;
    padding: 0 5px;
    }
div.pagination ul li.disablepage {
    color: #999;
    }
div.empty {
    font-size: 16px;
    font-weight: bold;
    color: #97a091;
    }

/* =IMAGES
---------------------------------------------------- */

img {behavior: url(/stylesheets/iepngfix.htc);}

img.left {
    float: left;
    margin: 0 5px 0 0;
    }
img.right {
    float: right;
    margin: 0 0 0 5px;
    }
img.avatar, img.thumb {
    border: #fff solid 1px;
    }

a img {
    text-decoration: none;
    border: 0;
    }

/* =TABLES
---------------------------------------------------- */

table {
    font: normal 12px/16px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    margin: 0 0 15px 0;
    }

table.list tr th {
    text-align: left;
    padding: 2px 5px;
    background: #464469;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    }
table.list tr td {
    padding: 7px 5px;
    border-bottom: #fff solid 1px;
    }
table.list tr td.date {
    width: 5%;
    white-space: nowrap;
    color: #48583e;
    }
table.details tr th {
    text-align: left;
    text-transform: uppercase;
    color: #464469;
    width: 10%;
    white-space: nowrap;
    font-weight: normal;
    font-size: 10px;
    padding: 5px 10px 5px 0;
    vertical-align: baseline;
    }
table.details tr td {
    padding: 5px;
    vertical-align: baseline;
    }
    
/* =FORMS
---------------------------------------------------- */
div.form-wrap {
    background: #e9eee6;
    padding: 15px;
    border: #aab4a4 solid 1px;
    margin: 0 0 10px 0;
    }
input {
    font: normal 14px/16px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 2px;
    border: #97a091 solid;
    border-width: 1px 1px 3px 1px;
    }
input[type=submit] {
    background: #cfd7d6 url(../images/nav_off.jpg) no-repeat;    
    color: #80141c;     
    cursor: pointer;
    }
input[type=submit]:hover {
    background: #cfd7d6 url(../images/nav_on.jpg) no-repeat;
    color: #fff;
    }
input[type=reset] {
    background: #cfd7d6 url(../images/nav_off.jpg) no-repeat;    
    color: #80141c;     
    cursor: pointer;
    }
input[type=reset]:hover {
    background: #cfd7d6 url(../images/nav_on.jpg) no-repeat;
    color: #fff;
    }
input[type=file] {
    border: 0;
    font-size: 12px;
    }
input[type=checkbox], input[type=radio] {
    border: 0;
    }
input.title {
    font-size: 18px;
    }
select {
    font: normal 16px/16px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    }
textarea {
    font: normal 14px/16px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    }

/* SELF-CLEARING FLOATS
---------------------------------------------------- */
#header:after,
#main:after,
#tentsfooter:after,
#video:after,
div.photos:after,
div.form-wrap:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */
* html #header,
* html #main,
* html #tentsfooter,
* html #video,
* html div.photos,
* html div.form-wrap {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #header,
*:first-child+html #main,
*:first-child+html #tentsfooter,
*:first-child+html #video,
*:first-child+html div.photos,
*:first-child+html div.form-wrap {
	min-height: 1px;
	}