/* @override http://mvh/css/screen.css */

@import url(reset.css);

/* @group Generic */

/* @group Font Sizes and Margins */

body {
	background: #ffffff url('/images/layout/bg.png') repeat-x 0 35px;
	color: #333;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

li li,
li p,
td li {
	font-size: 1.0em;
}

p {
	margin: 0.7em 0;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #492848;
	font-family: Georgia;
	margin: 0.5em 0;
	line-height: 1.5em;
	font-weight: normal;
	clear: both;
}

h1 {
	font-size: 3.6em;
	margin: 53px 0 6px 44px;
	line-height: 1em;
}

h2 {
	background: transparent url('/images/layout/paw-purple.png') no-repeat 0 10px;
	border-bottom: 1px solid #ccc;
	font-size: 2.4em;
	padding-left: 22px;
	margin-bottom: 0;
}

h3 {
	border-bottom: 1px solid #ccc;
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: 0;
}

h4 {
	font-size: 1.8em;
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 1em;
}

h5 {
	color: #6b5e58;
	font-size: 1.5em;
	margin-bottom: 0;
	line-height: 1em;
}

h6 {
	color: #6b5e58;
	font-size: 1.2em;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	margin: 1em 0;
}

blockquote p {
	margin: 1em;
}

blockquote p cite {
	display: block;
	text-align: right;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 1.5em 0;
}

li {
	margin: 0.25em 0;
}

ul li {
	background: transparent url('/images/layout/bullet.png') no-repeat 0 7px;
	list-style: none;
	margin-left: 1.6em;
	padding-left: .8em;
}

ul.square li {
	list-style-type: square;
}

ol li {
	list-style: decimal;
/*	color: #c2bdba; */
	margin-left: 2.4em;
}

ol li span {
	color: #333;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

/* @end */

/* @group Tables */

table {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #ccc;
}

table td,
table th {
	padding: 7px 11px;
	text-align: left;
}

th {
	background-color: #1081b4;
	border-right: 1px solid #fff;
	color: #fff;
}

table td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 11px;
	font-size: 1.1em;
}

/* @end */

/* @group Links */

a:link {
	color: #0079b1;
	text-decoration: none;
}

a:visited{ 
	color: #0079b1;
	text-decoration: none;
}

a:hover {
	color: #0079b1;
	text-decoration: underline;
}

a:active {
	color: #0079b1;
	text-decoration: none;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

a img {
	border-width: 0;
}

img {
	margin: 0;
	padding: 0px;
}

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

div.image-left,
div.image-right {
 	width: 100px;
}

img.image-left,
img.image-right,
img.image-center,
.image-left img,
.image-right img,
.image-center img {
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

img.no-border {
	border: none;
}

.image-left p,
.image-right p,
.image-center p {
	color: #492848;
	font-size: 1.1em;
	line-height: 1.3em;
	text-decoration: none;
}

.image-left strong,
.image-right strong,
.image-center strong {
	display: block;
	font-size: 1.1em;
	line-height: 1.2em;
}

.image-center {
	margin: 0 auto 10px;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Grid */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* @end */

/* @group Header */

#container,
.container {
	width: 988px;
	margin: 0 auto;
}

.container {
	position: relative;
}

#header {
	background: transparent url('/images/layout/header-bg.png') no-repeat 704px 0;
	position: relative;
	height: 140px;
}

a#logo {
	background: transparent url('/images/layout/logo.png') no-repeat left top;
	display: block;
	height: 113px;
	text-indent: -9999px;
	width: 272px;
	position: absolute;
	top: 12px;
	left: 16px;
}

p.tagline {
	color: #0079b1;
	font-family: Georgia;
	font-style: italic;
	font-size: 2.4em;
	position: absolute;
	bottom: -6px;
	right: 22px;
}

/* @group Navigation */

#nav {
	background: transparent url('/images/layout/nav-bg.png') repeat-x left top;
	position: absolute;
	bottom: -49px;
	right: 9px;
	height: 49px;
}

#nav div {
	background: transparent url('/images/layout/nav-bg-right.png') no-repeat right top;
	height: 49px;
	padding-right: 11px;
}

#nav ul {
	background: transparent url('/images/layout/nav-bg-left.png') no-repeat left top;
	margin: 0;
	height: 38px;
	padding-left: 17px;
	padding-top: 11px;
}

#nav li {
	background: transparent url('/images/layout/nav-bullet.png') no-repeat 100% 50%;
	padding-right: 14px;
	display: inline;
	font-family: Georgia;
	font-style: italic;
	font-size: 1.6em;
	margin: 0;
	padding-left: 6px;
}

#nav li.donate,
#nav li.no-bullet {
	background: none;
	padding-right: 5px;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active,
#nav li a:hover {
	color: #492848;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav a.button:link,
#nav a.button:visited,
#nav a.button:active,
#nav a.button:hover,
a.button:link,
a.button:visited,
a.button:active,
a.button:hover {
	background: transparent url('/images/layout/button-left.png') no-repeat left center;
	padding: 5px;
	color: #fff;
	font-family: Georgia;
	font-style: italic;
}

#nav a.button:hover,
a.button:hover {
	text-decoration: underline;
}

a.button span {
	background: transparent url('/images/layout/button-right.png') no-repeat right center;
	padding: 5px 19px 5px 5px;
}

/* @end */

/* @end */

/* @group Secondary Pages */

/* @group Layout and Header */


#content-outer {
	background: transparent url('/images/layout/content-bg-top.png') no-repeat left top;
}

#content {
	background: transparent url('/images/layout/content-bg-bottom.png') no-repeat left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300px;
}

#content-inner {
	padding: 6px 45px 20px;
}

.callout #content-inner {
	background: transparent url('/images/layout/content-section-bg.png') repeat-y 664px 0;
}

.callout #content-main {
	float: left;
	width: 579px;
}

/* @end */

/* @group Content Section */

#content-section {
	float: right;
	width: 252px;
	padding-top: 9px;
}

#content-section .callout {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

#content-section .callout p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#content-section .callout.last {
	border: none;
}

#content-section .image-right {
	float: none;
}

#content-section .image-right p {
	margin: 0;
}

/* @end */

/* @end */

/* @group Homepage */

/* @group Header */

body.home {
	background-position: 0 35px;
}

.home #nav {
	background: transparent url('/images/layout/fp-nav-bg-left.png') no-repeat left top;
	padding-left: 19px;
}

.home #nav div {
	background: transparent url('/images/layout/fp-nav-bg-right.png') no-repeat right top;
	padding-right: 17px;
}

.home #nav ul {
	background: transparent url('/images/layout/fp-nav-bg.png') repeat-x left top;
	padding-left: 0;
}

.home #header {
	background-image: none;
	height: 119px;
	z-index: 20;
	width: 100%;
}

.home #header .container {
	background: transparent url('/images/layout/header-bg.png') no-repeat 704px 0;
	height: 140px;
}

.home #nav li.donate {
	padding-right: 0;
}

/* @end */

/* @group Big Image */

#big-image {
	background-color: #221e1c;
	background-position: center top;
	background-repeat: no-repeat;
	height: 480px;
	position: relative;
	z-index: 10;
	top: 26px;
}

#big-image-inner {
	background: transparent url('/images/layout/fp-header-shadow.png') repeat-x center top;
	height: 480px;
}

#big-image .caption {
	background: transparent url('/images/layout/fp-big-image-overlay.png') no-repeat bottom left;
	width: 319px;
	position: absolute;
	bottom: -435px;
	left: 19px;
	padding: 0 17px;
}

#big-image .caption p {
	font-size: 3em;
	color: #fff;
	font-family: Georgia;
	line-height: 1.2em;
	margin: 0 0 49px;
	text-shadow: #333 0px 0px 7px;
}

.caption a.button {
	font-size: 0.5em;
	display: block;
	position: absolute;
	bottom: -2px;
	right: 0;
}

.caption a.button span {
	padding-bottom: 7px;
	padding-top: 6px;
}

/* @end */

/* @group Callouts */

.callout-box-z-index {
	z-index: 20;
}

#callout-box-outer {
	background: transparent url('/images/layout/fp-callout-box-bg.png') no-repeat left top;
	margin-top: -18px;
	padding: 8px 17px 0;
	position: relative;
	margin-left: 9px;
}

#callout-box {
	background: transparent url('/images/layout/fp-callout-box-bottom.png') no-repeat center bottom;
	padding-bottom: 12px;
}

#callout-box-inner {
	background: transparent url('/images/layout/fp-callout-photos.jpg') no-repeat right bottom;
}

#callout-box h2 {
	background: none;
	padding: 0;
	border: 0;
	line-height: 1em;
}

#callout-box h2 a {
	background: transparent url('/images/layout/fp-callout-arrow.gif') no-repeat 100% 65%;
	color: #411f40;
	padding-right: 17px;
}

#callout-box p {
	font-size: 1.1em;
	line-height: 1.4em;
}

.callout-1,
.callout-2,
.callout-3 {
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-left: 9px;
}

.callout-1 {
	width: 197px;
	margin-right: 134px;
}

.callout-2 {
	width: 222px;
	margin-right: 112px;
}

.callout-3 {
	width: 130px;
}

/* @end */

/* @group Extra Info */

#extra {
	width: 922px;
	margin: 0 auto;
}

#extra .col1,
#extra .col2 {
	float: left;
}

#extra .col1 {
	width: 666px;
	margin-right: 16px;
}

#extra .col2 {
	width: 240px;
	padding-top: 1px;
}

#extra h3 {
	background: transparent url('/images/layout/paw-gray.png') no-repeat 0 33%;
	color: #6b5e58;
	font-size: 1.6em;
	padding-left: 21px;
}

#extra h3 a {
	font-size: 0.75em;
}

#extra .col2 p,
#extra li {
	font-size: 1.1em;
	line-height: 1.3em;
}

#extra .col2 a:link,
#extra .col2 a:visited,
#extra .col2 a:active,
#extra .col2 a:hover,
#extra li a:link,
#extra li a:visited,
#extra li a:active,
#extra li a:hover {
	color: #411f40;
}

#extra .col1 img {
	padding: 15px 25px 0 0;
	float: left;
}

#extra ul {
	float: left;
	margin-top: 15px;
	width: 199px;
}

#extra li {
	background-position: 0 5px;
	margin: 0 0 9px 0;
	line-height: 1.3em;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: transparent url('/images/layout/footer-bg.png') repeat-x left top;
	height: 75px;
	margin-top: 6px;
	padding-top: 36px;
}

.home #footer {
	margin-top: -4px;
}

#footer p {
	color: #918783;
	font-size: 1em;
	width: 946px;
	margin: 0 auto;
}

/* @end */
