/*Style Sheet for CARE
By: Melissa Story
*/

/*----Color Guide------
#3D381C: Dark Brown
#5AAD4A: Green
#154015: Dark Green
#244161: Dark Blue

*/

/*------------------------------------------------------------------

1.	BASIC ELEMENTS

------------------------------------------------------------------*/


html, body {
	height: 100%;
	margin: 0 auto;
}
body {
	line-height: 1.6;
	font-family:  Tahoma, Helvetica, Arial, sans-serif;
	color: #333;
	width:100%;
	text-align:center;
	border-top: 7px solid #3d381c;
	overflow-x: hidden;
	overflow-y: scroll;
		font-size:100%;
	background: #f3f9fd url(../images/bgslice.png) repeat-x;
}
h4, h5, h6 {
	font-size: .9em;
	margin-bottom: 11px;
	color:#3D381C;
	font-family: 'Tenor Sans', sans-serif;
}
h1 {
	font-size:1.2em;
	margin-bottom: 22px;
	font-family: 'Tenor Sans', sans-serif;

}
h2 {
	font-size: 1em;
	margin-bottom: 15px;
	font-family: 'Tenor Sans', sans-serif;
	
}
h3 {
	
	font-size: 1em;
	/*letter-spacing: .1em;*/
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: 'Tenor Sans', sans-serif;
}
a {
	text-decoration: none;
	color: #244161;
}
a:hover {
	text-decoration: underline;
	
}
a img {
	border: 0;
	background: none;
}
/*img {
	vertical-align: middle;
}*/
img.thumb-left, img.thumb-right {
	padding: 6px;
	background: #565741;
}
img.thumb-left {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.thumb-right {
	margin-top: 5px;
	margin-right: 15px;
}
p, pre {
	margin-bottom: 10px;
}
strong {
	font-style:italic;
	color: #3d381c;
}
ol li, ul li {
	line-height: 1.8;
}
address, caption, cite, code, var {
	font-style:normal;
	font-weight:normal;
}
address {
	margin: 10px 0;
	font-size: 0.867em;
}
p.author {
	color: #000;
	font-weight: bold;
	font-style:italic;
}
p.author em {
	font-weight: normal;
	color: #616161;
}
q:before {
	content:'\2018';
}
q:after {
	content:'\2019';
}
::selection {
	background: #33748e;
	color: #fff;
}
::-moz-selection {
background: #33748e;
color: #fff;
}
/*------Utility-----*/
.clear {
	clear: both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.cleanser {
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}
.alignCenter {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.green {
	color:#5aad4a;
}
.darkGreen {
	color:#154015;	
	
}
.darkBlue{
	color:#244161;	
}
.extraMar {
	margin-top:100px;
}
.pawHeading {
	background-image:url(../images/pawh3.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding-left: 40px;
	padding-top: 5px;
}
/*------------------------------------------------------------------

2.	GENERAL LAYOUT

--------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
/*-------------------------------
Header
-------------------------------*/
#header {
	width:960px;
	margin:0;
	padding:0;
}
#logo {
	margin:5px 0 10px 0;
	padding:0;
	float:left;
}
#dogLogo {
	position: absolute;
	top: 59px;
	right: 35px;
}

/* Top Menu */
#menu {
	margin: 0;
	padding: 5px 10px 8px;
	list-style: none;
	color: #fff;
	line-height: 35px;
	display: inline-block;
	float: right;
	z-index: 1000;
	background: #3d381c;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#menu li {
	background: #3d381c none repeat scroll 0 0;
	float: left;
	position: relative;
	padding: 0 10px;
}
#menu li a:hover {
	color: #5aad4a;
}
/* sub-menus*/
#menu ul {
	padding:0;
	margin:0;
	display:block;
	display:inline;
}
#menu li ul {
	position:absolute;
	left:-10px;
	top:0;
	margin-top:22px;
	width:150px;
	line-height:16px;
	background-color:#3d381c;
	color:#c8e5c5; /* for IE */
	display:none;
}
#menu li:hover ul {
	display:block;
}
#menu li ul li {
	display:block;
	margin:5px 20px;
	padding: 5px 0;
	border-top: dotted 1px #606060;
	list-style-type:none;
}
#menu li ul li:first-child {
	border-top: none;
}
#menu li ul li a {
	display:block;
	color:#fff;
}
#menu li ul li a:hover {
	color:#5aad4a;
}
/* Navigation */
#nav {
	width:960px;
	height:3em;
	margin: 30px 0 10px;
	background: url(../images/nav-bg.png) repeat-x;
	float:left;
	
}
/*-------------------------------
Content
-------------------------------*/

#content {
	width:960px;
	padding:0;
	margin:0;
}
#content-left p {
	font-size:.867em;
	color: #3d381c;
	padding-right: 10px;
	text-align:left;
	display: block;
}
#content-left {
	width:640px;
	padding:0;
	float:left;
}
#content li {
	font-size: .867em;
}
#content-left h3 {
	padding-top: 5px;
	margin-top: 10px;
	color: #244161;
}
#content-right {
	width: 310px;
	padding: 0;
	margin: 0 0 10px 10px;
	float: right;
	
}
#content-right h3 {
	color: #244161;
}
#header-img {
	margin-bottom: 10px;
}
#upper_left {
	width: 53px; height: 54px;
	position: absolute;
	top: 0; left: 0;
	background-image: url(../images/topleftbrown.png);
	background-repeat: no-repeat;
	
}

#upper_right {
	width: 53px; height: 54px;
	position: absolute;
	top: 0;
	right: 0%;
	background-image: url(../images/toprightbrown.png);
	background-repeat: no-repeat;
	
}

#lower_left {
	width: 54px; height: 52px;
	position: absolute;
	bottom: 0%; left: 0;
	background-image: url(../images/bottomleftbrown.png);
	background-repeat: no-repeat;
	
}

#lower_right {
	width: 54px; height: 52px;
	bottom: 0%;
	right: 0%;
	position: absolute;
	background-image: url(../images/bottomrightbrown.png);
	background-repeat: no-repeat;
	
}
.line {
	padding-bottom: 5px;
	display: block;
	background: url(../images/content-divider.png) repeat-x left bottom;
}
/* Social */

	.social {
	margin-bottom: 10px;
	
		background: url(../images/facebook.png) no-repeat left;
	margin-left: 20px;
	padding: 5px;
	
	
	list-style:none;
	text-align:center;
	color: #3D381C;
}

#facebook{
	margin-left: 15px;
	font-size: 0.9em;	 
}
/*-------------------------------
Footer
-------------------------------*/
#footer-wrapper {
	width: 100%;
	margin-top: 15px;
	
	
}
#footer-wrapper h1 {
	color:#5aad4a;
	font-weight:bold;
	font-variant:small-caps;
	font-size: 1.3em;
	
}
#footer-wrapper p {
	color:#3d381c;
	text-align:center;
	font-size:.8em;
}
#footer-menu ul {
	list-style:none; /*text-align:center;*/
	margin:0;
	padding: 0;
}
#footer-menu ul li {
	display:inline;
}
#footer-menu ul a {
	font-size: .9em;
	background:url(../images/dividerpaw.png) no-repeat;
	background-position: right;
	padding-right: 25px;
	text-decoration: none;
}

#footer-menu a:hover{
	color:#5aad4a;	
}
#footer {
	width:100%;
	margin:0 auto;
 
	
	
}
/*------------------------------------------------------------------

3.	HOME PAGE

--------------------------------------------------------------------*/

/*-------------------------------
Slide
-------------------------------*/
.slide-container {
	background:#212121;
	width:640px;
	margin: 0 0 20px; /* CSS3 tweaks for modern browsers */
	-moz-box-shadow:0 0 10px #635b4e;
	-webkit-box-shadow:0 0 10px #635b4e;
}
#slider {
	margin:0;
	padding:0;
}
#slider img {
	width:640px;
	height:279px;
	display:none;
	overflow:hidden;
}
#slider img.active {
	display:block;
}
/*-------------------------------
TWO BROWN COLUMN SECTION
-------------------------------*/

#tab-section {
	width: 640px;
	height: auto;
	float:left;
	padding:0;
}
.tab-left {
	width: 297px;
	height:440px;
	margin-right:15px;
	margin-top: 10px;
	 position:relative;
	float: left;
	background:#3d381c;
	
	background-repeat:repeat-y;
	color: #D6D6D6;
}
.tab-bottom{
	width: 297px;
	height: 72px;
	background-image:url(../images/tab-bottom3.png);
	position:absolute;
	bottom: 0;
	left: 0;
	/*background-position:center bottom;*/
	background-repeat: no-repeat;
	
}
#tab-section .tab-left p {
	color: #fff;
	display: block;
	font-size: 0.867em;
	padding:  5px 10px 5px 25px;
	line-height:1.4;
}
.tab-left #eventBone, .tab-left #helpBone {
	padding-left:35px;
	margin: 10px 0 5px 30px;
}
#tab-section a {
	color: #fff;
	font-size: 0.867em;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-right:10px;
}
#tab-section a:hover {
	color: #5aad4a;
}

#tab-section #pdf{
margin-left: 15px;	
}

.frontImg {
	border:#fff ridge 2px;
	margin: 5px 0 10px 25px;
}
.eventDate {
	float:left;
	text-align:center;
	font-size:.9em;
	display:block;
	text-transform:uppercase;
	margin: 0 12px 0 10px;
	color: #fff;
	background-color:#5aad4a;
	border:#fff solid 1px;
	padding-top: 5px;
	width: 51px;
	height: 43px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.eventDay {
	font-size:1.1em;
	display: block;
	margin: -0.5em;
}
/*-------------------------------
Headline Box
-------------------------------*/
.headline_box {
	width: 280px;
	height: 355px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 2px ridge #3D381C;
	position:relative;
	
}
.headline_box p {
	color: #26211a;
	font-size: .867em;
	line-height:1.6;
	display:block;
	padding: 0 15px 5px 15px;
}
.headline_box a {
	margin-right: 10px;
}

.headline_box h3 {
	margin: 5px 0 5px 0;
	text-align:center;
}
.headline_box img {
	margin: 5px 0 5px 25px;
}
/* Sidebar */
#sidebar {
	width: 275px;
	height: 640px;
	padding: 20px 10px 10px 15px;
	margin:10px 0 15px 0;
	position: relative;
	border: 2px ridge #5aad4a;
	
}
#adoption #sidebar, #foster #sidebar, #home #sidebar{
	
	height: auto;
	
}

#sidebar h3 {
	padding-top: 10px;
	
	color:#244161;
}
#sidebar p, #sidebar a, #sidebar address, #sidebar li {
	font-size: .867em;
	color:#3d381c;
	text-align:left;
	padding-left:5px;
}

#sidebar a:hover {
	color: #154015;
}
#sidebar .divider {
	background: url(../images/sidebar-line.gif) no-repeat;
	height: 3px;
	width: 256px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.upper_left_g {
	width: 54px; height: 55px;
	position: absolute;
	top: 0; left: 0;
	background-image: url(../images/topleftgreen.png);
	background-repeat: no-repeat;
	
}

.upper_right_g {
	width: 54px; height: 55px;
	position: absolute;
	top: 0;
	right: 0%;
	background-image: url(../images/toprightgreen.png);
	background-repeat: no-repeat;
	
}

.lower_left_g {
	width: 54px; height: 55px;
	position: absolute;
	bottom: 0%; left: 0;
	background-image: url(../images/bottomleftgreen.png);
	background-repeat: no-repeat;
	
}

.lower_right_g {
	width: 54px; height: 54px;
	bottom: 0%;
	right: 0%;
	position: absolute;
	background-image: url(../images/bottomrightgreen.png);
	background-repeat: no-repeat;
	
}
/* Newsletter */
#newsletter {
	background:#5aad4a;
	width: 230px;
	text-align: center;
	line-height:normal;
	color:#e4ddc6;
	padding: 12px 0px 12px 0px;
	margin-left: 20px;
	margin-top:10px;
	margin-bottom: 15px;
}
#newsletter h3 {
	text-transform:capitalize;
	font-weight: bold;
	margin-bottom: 0;
}
#newsletter h3 a {
	color: #fff;
}
#newsletter p {
	margin: 0;
	color: #fff;
	text-align:center;
}
#newsletter h2 {
	color:#fff;
	text-transform:uppercase;
	padding:0;
	margin:0;
	font-size:1.2em;
}
#newsletter h2 a {
	color:#fff;
	text-decoration:none;
}
/*------------------------------------------------------------------

4.	ABOUT US PAGE

--------------------------------------------------------------------*/	
.profile {
	background: #FFF;
	padding: 12px;
	border: 4px solid #d9ceb2;
	margin-bottom: 12px;
	overflow: auto;
}
.profile img {
	margin-right: 15px;
}
/*------------------------------------------------------------------
/*
5.	URGENT and ADOPTION PAGE

--------------------------------------------------------------------*/	
.post {
	margin-bottom: 10px;
	width: 600px;
	font-style:italic;
}
.postSmall {
	margin-bottom: 10px;
	width: 600px;
	height: 275px;
	font-style:italic;
}
.postxSmall {
	margin-bottom: 10px;
	height: 200px;
	width: 600px;
}
.post ul li, .postSmall ul li, .postxSmall ul li {
	font-style:italic;
	margin-left:20px;
	list-style: square;
}
.post-success{
	margin-bottom: 10px;
	width: 630px;
	font-style:italic;
	
}
.post-success-small {
	margin-bottom: 10px;
	width: 630px;
	height: 275px;
	font-style:italic;
}

p.meta {
	color: #666;
	text-transform:uppercase;
	font-weight:bold;
}

#cressie{
	margin-bottom: 10px;
	margin-top: 10px;
	width: 930px;
	font-style:normal;
	font-size: .9em;
	float:left;
	
}
/*------------------------------------------------------------------

6.	GALLERY

--------------------------------------------------------------------*/	
#gallery h3{
	padding-top: 5px;
	margin-top: 10px;
	color: #244161;
	
}
#gallery h5{
	margin-left: 15px;	
}

ul.gallery {
	list-style:none;
	margin: 5px 20px;
	padding: 0;
	overflow:hidden;
}
ul.gallery li {
	display: inline;
	float: left;
	margin: 20px 20px 20px 0;
	position: relative;
}
ul.gallery li.alt {
	margin-right:0;
}
ul.gallery li img {
	padding: 8px;
	background: #565741;
	width: 262px;
}
/*------------------------------------------------------------------

7.	DONATE

--------------------------------------------------------------------*/
#donate h5{
	
	text-align:left;
	margin-top: 5px;
	margin-left: 10px;
	font-variant: small-caps;
	font-size: .978em;
}

.paypal{
	
	padding-bottom: 5px;
}


/*------------------------------------------------------------------

8.	MISC

--------------------------------------------------------------------*/

.request {
	background: #5aad4a url(../images/btn-bg.png) repeat-x left top !important;
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px !important;
	border: 1px #fff solid !important;
	padding: 4px 10px 4px 10px;
	text-transform: capitalize;
	margin-left: 0;
}
.request:hover {
	background: #2e2e2e !important;
	cursor: pointer;
	text-decoration: none;
}

