/* 
	DCAS - Print Stylesheet
	June 2009
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/

/* Sections flagged with =
	GENERIC
	CONTENT
	FOOTER
	SECTION-SPECIFIC
		Home
		Sitemap
		Seach
		What's New
		Our Animals
		Animals Listing
		Animal Detail
		404
		
*/

/* =GENERIC
----------------------------------------------------*/

* {
	background-color: #fff;
	background-image: none;
	color: #000;
}

body {
	font-size: 10pt;
	line-height: 1.6;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

/* hide these elements for printing */

#main-navigation, .skip, #section-navigation, #meta-navigation,  #search, #breadcrumbs, #top-link, #rss-feed, #related-links, #accessibility, #text-size,  #footer-links, #customize, #weather, #sub-navigation, #link-learn-more {
	display: none;
}


/* basic styling */

h1, h2, h3, h4, h5 {
	margin: 2em 0 0 0;
	page-break-after:avoid; 
	page-break-inside:avoid;
	line-height: 1.4;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3, h4 {
	font-size: 10pt;
}

p {
	margin: 0 0 1em 0;
}

#print-logo {
	float: right;
	margin: 0 1em 1em 1em;
	border: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

label, .label {
	display: block;
	margin-top: 1em;
}

.text, select, textarea {
	display: block;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}



/* =CONTENT
----------------------------------------------------*/

#content img.image-border, #content .image-shadow-wrapper img {
	border: solid 1px #d0d0d0;
	padding: .3em;
}


#content .image-shadow-wrapper div {
	display: inline;
}

#content img.image-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}


#content img.image-right-border, #content .image-shadow-float-right img {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border: solid 1px #d0d0d0;
	padding: .5em;
}

#content img.image-left-border, #content .image-shadow-float-left img {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border: solid 1px #d0d0d0;
	padding: .5em;
}



/* tables */

#content table {
	border-collapse: collapse;
	border-width: 0;
	margin: .5em 0
	padding-right: 10px;
	position: relative;
}

#content table td, #content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-width: 0;
	vertical-align: top;
}


#content table th, #content table td.header {
	text-transform: uppercase;
	font-weight: bold;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table.table-styled, #content table.table-striped {
	border-color: #d0d0d0;
	border-spacing: 1px;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px;
}

#content table.table-styled td, #content table.table-styled th, #content table.table-striped td, #content table.table-striped th {
	border-color: #d0d0d0;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
}


#content table.table-styled th, #content table.table-styled td.header, #content table.table-striped th, #content table.table-striped td.header {
	background-color: #d0d0d0;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}

/* striped rows */

#content table tr.even td {
	background-color: #eee;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table p {
	margin: 0;
	line-height: 1.4;
}

#content table a {
	background: transparent;
}

/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content form div {
	overflow: auto; /* clears floats */
	padding-bottom: 1.5em;
}

#content label, #content .label {
	display: block;
	font-weight: bold;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding: .2em;
}

#content select {
	background-image: none;
}

#content textarea {
}

#content .required {
	display: none;
}

/* =SIDEBAR
----------------------------------------------------*/

#sidebar {
	display: none;	
}


/* =FOOTER
----------------------------------------------------*/

#footer  {
	border-top: solid 1px #d0d0d0;
	padding-top: 1em;
	margin-top: 2em;
	position: static !important;
}

#footer p {
	margin: 0;
}

#footer #footer-inside .col {
	width: 190px;
	float: left;
	margin-right: 20px;
}

#footer #footer-inside #col-3 {
	margin-right: 0;
}

#footer #footer-links, #footer #footer-top-link {
	display: none;
}

/* =Home
----------------------------------------------------*/


.page-home #content #more-about-us-link {
	display: none;
}

.page-home #sidebar {
	display: block;
}

.page-home #sidebar #animals-links a.rss-link {
	display: none;
}

.page-home #sidebar #animals-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-home #sidebar #animals-links ul li {
	margin: 0;
	padding: 8px 5px 8px 80px;
	line-height: 1.2;
	list-style: none;
	position: relative;
	min-height: 54px;
}



.page-home #sidebar #animals-links ul li a {
	display: none;
}

.page-home #sidebar #animals-links ul li .photo {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 0px;
	border: solid 3px #ccc;
}

.page-home #sidebar #animals-links p#more-adoptables-link {
	display: none;
}


.page-home #extra #whats-new a.rss-link {
	display: none;
}

.page-home #extra #whats-new ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-home #extra #whats-new ul li {
	margin: 0 0 1em 0;
	line-height: 1.4;
	list-style: none;
	position: relative;
}


.page-home #extra #whats-new ul li br {
	display: none;
}

.page-home #extra #whats-new ul li .title {
	display: block;
	margin-bottom: .3em;
}
               
.page-home #extra #whats-new ul li .blurb {
	display: block;
	margin: .3em 0;
}

.page-home #extra #whats-new ul li a {
	display: none;
}


.page-home #extra #whats-new p#more-whats-new-link {
	display: none;
}


/* =Sitemap
----------------------------------------------------*/

#content #sitemap-intro {
	display: none;
}

#content #sitemap {
	clear: both;
}

#content #sitemap .slider ul li ul.sitemap-1 {
	display:block !important;
}

/* =Search
----------------------------------------------------*/

#content #search-instructions, #content .searchform, #content #did-you, #content .paging {
	display: none;
}

.page-search #content .searchresult a.title {
	font-weight: bold;
}

/* =What's New
----------------------------------------------------*/

#content #latest-news p.rss-link {
	display: none;
}

#content #latest-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #latest-news ul li {
	margin: 0 0 2em 0;
	list-style: none;
	clear: both;
}

#content #latest-news ul li h3 {
	margin: 0 0 .2em 0;
}

#content #latest-news ul li p.date {
	display: block;
	margin: 0 0 .5em 0;
}

#content #latest-news ul li .thumbnail img {
	display: block;
	float: left;
	margin: .4em 1.5em 0.5em 0;
	padding: 4px;
	border: solid 1px #e5e5e5;
}

#content #latest-news ul li .blurb {
	display: inline;
	line-height: 1.6;
}

#content #latest-news ul li .blurb p {
	display: inline;
}

#content #latest-news ul li p.read-more {
	display: none;
}


/* =Our Animals
----------------------------------------------------*/

#content #our-animals ul {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

#content #our-animals ul li {
	margin: 0 15px 10px 0;
	line-height: 1.4;
	list-style: none;
	float: left;
	text-align: center;
}

#content #our-animals ul li .photo img {
	display: block;
}

/* =Animals Listing
----------------------------------------------------*/

#content #animals-listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #animals-listing ul li {
	margin: 0 0 1em 0;
	line-height: 1.4;
	list-style: none;
	border-top: solid 1px #ccc;
}

#content #animals-listing ul li .inside {
	padding: 8px 5px 8px 120px;
	min-height: 73px;
	position: relative;
}


#content #animals-listing ul li a {
	display: none;
}

#content #animals-listing ul li .photo {
	display: block;
	width: 102px;
	height: 79px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#content #animals-listing ul li .photo img {
	width: 89px;    
	height: 66px;
	overflow: hidden;
}


#content #animals-listing .paging {
	margin-top: 2.5em;
	padding-top: 10px;
	text-align: center;
}

#content #animals-listing .paging a:link, #content #animals-listing .paging a:visited {
	margin-left: .2em;
	padding: .1em .4em;
}

#content #animals-listing .paging a:focus, #content #animals-listing .paging a:hover, #content #animals-listing .paging a:active, #content #animals-listing .paging a.selected {
	color: #fff;
	background-color: #4676ab;
	text-decoration: none;
}

#content #animals-listing .paging a.previous-link {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#content #animals-listing .paging a.next-link {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}


/* =Animal Detail
----------------------------------------------------*/

#content #animal-detail #details {
	font-weight: bold;
}

#content #animal-detail .photo {
	display: block;
	float: left;
	margin: 0 2em 1em 0;
}

#content #animal-detail .photo img {
	display: block;
	width: 186px;
}

#content #animal-detail #right {
	
}

#content #animal-detail #right #back-link a {
	display: none;
}

#content #animal-detail #right .share {
	display: none;
}

