/* CELL FIRST */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, 	ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/*! Correct overflow displayed oddly in IE 9 */
svg:not(:root) {
  overflow: hidden; }

ul, ul li {
  list-style: none; }

#text ul { margin-bottom: 1.5em; }
#text ul li {
margin: 0 0 .5em 1.5em;
}
ul.xld li { margin-bottom: .5em; }
img {
	max-width: 100%;
	height: auto;
	display: block;
	float: none;
	margin: .5em auto;
}
iframe {
	max-width: 100%;
	display: block;
	float: none;
	margin: .5em auto;
}
/*
a img:hover{
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
-ms-transform: rotate(1deg);
transform: rotate(1deg);
}
 */

a img:hover {
-webkit-transform: scale(1.04) translate(3px, -3px);
-moz-transform: scale(1.04) translate(3px, -3px);
transform: scale(1.04) translate(3px, -3px);
}

a {
	text-decoration: none;
	color: #900;
}
.contact a {
font-weight: 700;
background: #fffdb1;
padding: 2px .5em 3px;
-webkit-border-radius : .6em;
-moz-border-radius : .6em;
-ms-border-radius : .6em;
border-radius : .6em;
}
p.contact a:hover {
background: #900;
color: #fffdb1;
}
p.contact a:active {
background: #fffdb1;
color: #900;
}

a:visited {
	color: #900;
}
a:hover {
	color: #000;
}

a:active {
	color: #900;
}
:active, :focus {outline:0;}
.rt {
	text-align: right;
}
.ctr {
	text-align: center;
}

.flt {
float: none;
}
.flrt {
float: none;
}
.noborder { border: none !important; }
.clearfix {
  content: "";
  display: table;
  clear: both; }
.gold { color: #9e9173 }
.blue { color: #161270 }
hr {
border-style: inherit;
border-bottom: 3px dotted #cfd5ed;
border-width: 0 0 3px;
margin-top: 1em;
}
.memorials td {
padding: .4em 0;
line-height: 1.45;
font-size: .85em;
}
th { text-align: left; height: 2em; font-weight: 700; }

/*! ====  FORMS ====== */

.appform form {margin-top: 2em }

legend {
display: none
}
.contactform form { padding: 0; }
.zemContactForm label, .zemTextarea label, .message, .appform label {
/* float:none; */
/* text-align: center; */
font: .925rem/1.5  "helvetica neue", arial, sans-serif;
}
.zemContactForm label, .zemTextarea label, /* .message, */ .appform label {
width: 100%;
}
form.zemContactForm p {
clear: both;
font-size: 1rem;
margin: 12px 0;
}
.red { color: #900; }
.appform input {
padding: .2em 0;
}
 input.zemText {
height: 1.4em;
font: .875em/1.5 courier, 'courier new', monospace;
width: 100%;
background: #fff;
margin: 0 0 2em;
border: 1px solid #938F80;
}
.appform h2 {
clear: both;
font-size: 1.18em;
font-weight: 700;
line-height: 1.2;
margin: 2em 0 .333em 0;
background: #eeeac7;
padding: .25em 1em;
}
.appform .zemContactForm input.zemText,
.zemTextarea {
width: 100%;
margin-bottom: 2em;
}
.appform form p {
font-size: .875em;
font-family: "helvetica neue", arial, sans-serif;
}
.appform p label {
width: 100%;
font-size: inherit;
line-height: 1.3;
margin-bottom: 2.5em;
padding-right: 1em;
}
.appform p.check {
margin: 2em 0;
}
.appform .zemContactForm p.check label.zemCheckbox,
.appform .zemContactForm p.check label.zemRadio {
padding: 4px 1em 0 .5em;
text-align: left;
}
p.check input {
padding-left: 2em;
}
.appform .zemContactForm input.zemCheckbox {
margin: 0;
padding: 0;
}
input.auto, .zemSubmit {
width: auto;
height: auto;
}
.req {
color: #c00;
}
.appform p.sig {
margin-top: 4em;
font-size: 14px;
padding-bottom: 3px;
border-bottom: 1px solid #666
}
.zemThanks {
font-size: 1.25em;
font-style: italic;
font-weight: bold;
color: #a00;
}
.zemSelect {
padding: .5em 0;
}
label.zip {
padding-right: .65em
}
select {
margin: 1em 0 0;
}
span {
white-space: nowrap;
}

/* submit button */

input.zemSubmit, input.zemSubmit:focus {
font: .65em/.75 arial, helvetica, sans-serif;
height: 28px;
background: #fffce6;
margin: 3em 0 1em 40%;
padding: .6em 3em;
letter-spacing: 1px; word-spacing: 1px;
cursor: pointer;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf9d6+0,fffde8+41,c9c080+100 */
background: #fcf9d6; /* Old browsers */
background: -moz-linear-gradient(top,  #fcf9d6 0%, #fffde8 41%, #c9c080 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf9d6), color-stop(41%,#fffde8), color-stop(100%,#c9c080)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcf9d6 0%,#fffde8 41%,#c9c080 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcf9d6 0%,#fffde8 41%,#c9c080 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcf9d6 0%,#fffde8 41%,#c9c080 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcf9d6 0%,#fffde8 41%,#c9c080 100%); /* W3C */
border: 1px solid #dcd6a5;
-webkit-border-radius : 1em;
-moz-border-radius : 1em;
border-radius : 1em;
box-shadow: 0 1px 0 #5e5c47;
}
input.zemSubmit:focus {
background: #93886b;
}
input.zemSubmit:active {
background: #d7d8dd;
color: #000;
background: -moz-linear-gradient(top,  #c9c080 0%, #fffde8 61%, #fcf9d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c080), color-stop(61%,#fffde8), color-stop(100%,#fcf9d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c9c080 0%,#fffde8 61%, #fcf9d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c9c080 0%,#fffde8 61%,#fcf9d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c9c080 0%,#fffde8 61%,#fcf9d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c9c080 0%,#fffde8 61%,#fcf9d6 100%); /* W3C */
}

.appform p.short input.zemText  {
 width: 20% }

/* ========== */

body {
font:  100%/1.5 'Roboto', arial, sans-serif;
background: #fff;
}
#wrap, #banner, #main, .main, #text, #new-arrivals, #animalList, #needhome, #news,  #sidebar, .cell, .colflt, .thirds {
	width: 100%;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* #main changed to .main in one-col page templates */
#wrap {
	margin: 1em 0;
}

/*! banner */

#banner {
margin: 0;
background: url(art/marblehead-animal-shelter-stacked.png) no-repeat center 0;
height: 450px;
}

#donate {
position: absolute;
z-index: 1000;
top: 16px;
left: 65%;
margin: 0;
text-align: center;
font: bold 15px  arial, sans-serif;
color: #000;
letter-spacing: .0185em;
cursor: pointer;
text-shadow: 1px 1px #eddaad;
padding: .6em 3em;
border: 1px solid #dcd6a5;
-webkit-border-radius : 1em;
-moz-border-radius : 1em;
border-radius : 1em;

background-color: #2af263;
}
#donate a:hover {
color: #000;
}
#donate:active {
color: #c00;
background: #d7d8dd;
color: #000;
background: -moz-linear-gradient(top,  #c9c080 0%, #fffde8 61%, #fcf9d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c080), color-stop(61%,#fffde8), color-stop(100%,#fcf9d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c9c080 0%,#fffde8 61%, #fcf9d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c9c080 0%,#fffde8 61%,#fcf9d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c9c080 0%,#fffde8 61%,#fcf9d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c9c080 0%,#fffde8 61%,#fcf9d6 100%); /* W3C */
}
p.hours, p.contact  {
	font-size: .925em;
	text-align: center;
	padding-top: 278px;
}
p.contact {
	padding-top: 1em;
}
		.one-col .main, .two-col .main, .ind-animal #text {
		width: 100%;
		margin: 2em auto;
		}

.two-col .rtcol, .ind-animal #pic {
display: block;
min-width: 350px; /* so pics dont get squeezed */
margin: 2em auto;
}

/* =========== */

#update {
font-size: .875em;
text-align: center;
border: 1px solid #FC0; padding: 2px 4px 3px;
background: #FFFFE0;
margin: 2.5em 0 0;
}

#appeal {
  content: "";
  display: table;
  clear: both;
  margin: 2em 0;
  padding: 0 1em .5em 1.25em;
border: 1px solid #968973;
}
#appeal h5 {
font-size: 1.1em;
line-height: 1.2;
font-weight: 700;
text-align: center;
letter-spacing: .066em;
word-spacing: .05em;
color: #968973;
margin: .7em 0 .5em;
}
#appeal p {
font-size: .935em;
margin: 0 0 .6em;
}
.directions p { text-align: center; }
.main p {
	font-size: 1.04em;
	margin-bottom: 1em;
}

#new-arrivals, #needhome, #animalList {  /* clear internal floats */
  content: "";
  display: table;
  clear: both;
  margin-bottom: 1em;
}
#new-arrivals { margin-top: 2.5em; }


#new-arrivals p, #animalList p { /* these contain animal info */
float: left;
width: 48.5%;
margin: 1em 0;
padding: 0 .25em 0 0;
font-size: .825em;
line-height: 1.33;
text-align: left;
}

/* GET RID OF THIS AND FIND ANOTHER FIX
		#new-arrivals p:nth-of-type(odd), #animalList p:nth-of-type(odd) {				clear: left;
		} */

#new-arrivals p:last-child, #animalList p:last-child { border: 0; }

	#new-arrivals img, #animalList img  {
 	display: block;
 	margin: 0 0 .7em;
	}

#new-arrivals p a, #animalList p a {
font-weight: 700;
font-size: 1.24em;
}
#needhome {
clear: both;
/* text-align: center; */
margin-top: -4em;
}
#needhome a {
font-weight: 700; }
#needhome h3 {
text-align: center;
font-style: italic;
margin-bottom: 1em;
}
#news {
padding: 0;
max-height: 40em;
padding-right: 1.3em;
margin-bottom: 2em;
overflow-y: scroll;
}
#news p.tip {
margin-top: 1em;
background: #fff4da;
padding: .25em .25em .25em .5em;
font-size: .75em;
font-style: italic;
}
#news h2 {
font-size: 1.6em;
color: #fff;
background: #161270;
padding: .1em .1em .2em .4em;
margin: 0;
}
#news h3 {
font-size: 1.25em;
margin: .75em 0 .5em;
}
#news p {
font-size: .95em;
margin-bottom: .6em;
}
#news strong { font-size: 1.02em }
#aside {
	margin: 2em auto;
	min-height: 24em;
	padding: 0 1em 3em;
}
.cell, .colflt {
padding: 1em 1.5em;
}
.thirds {
clear: both;
height: auto;
min-height: 130px;
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 3px dotted #cfd5ed;
}
.thirds img {
display: inline-block;
float: left;
margin-right: 1em;
padding-bottom: 3em;
}
.colflt li { margin-bottom: .7em; }
.cc {
background: #b3a482;
-webkit-border-radius : .6em;
-moz-border-radius : .6em;
-ms-border-radius : .6em;
border-radius : .6em;
}
.stats {
clear: both;
width: 50%;
position: relative;
margin: 2em auto;
padding: 1em;
background: #161270;
color: #fff;
text-align: center;
-webkit-border-radius : .6em;
-moz-border-radius : .6em;
border-radius : .6em;
}

a#homehack {
display: block;
position: absolute;
top: 0; left: 0;
width:  360px;
height: 84px;
}
hr.top, hr.bottom {
	clear: both;
	position: relative;
	margin: 0 0 0 -22px;
	width: 33.333%;
	height: 96px;
	border-top-left-radius: 1em;	/* COMPLETE THESE */
	border: 2px solid #9e9173;
	border-width: 2px 0 0 2px;
}
hr.bottom {
	clear: both;
	position: relative;
	top: -4.5em;
	left: 83%;
	border-bottom-right-radius: 1em;
	border-width: 0 2px 2px 0;
}
p.tagline {
font-size: 1.08rem;
color: #9e9173;
font-style: italic;
margin: 1.2em 0 4em;
}
#animalList .rndBorder-bottomright {
	top: -5em;
}
a.hilite {
display: inline-block;
text-align: center;
margin-top: 1.5em;
padding: 2.3em .5em 1em;
width: 6em;
height: 4em;
border: 6px solid #ffe966;
border-radius: 50%;
}
a.hilite:hover {
background: #ffe966;
color: #800;
}
a.hilite:active {
background: #fff;
color: #800;
}
.hiliteNewsItem {
background: #ffe6a6;
padding: 1em 1em .5em;
}
.indent2em { margin-left: 2em;}
.gotop {
clear: both;
text-align: center;
padding: 0;
margin: .5em auto 1.5em;
}


/*! TYPE */

h1,h2,h3,h4,h5,h6 {
	font-family:  'Roboto', 'helvetica neue', arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.2;
	margin: 1em 0 .5em;
}
h1, .ind-animal #text h1 {
font-size: 1.75em;
font-weight: 700;
color: #9e9173;
line-height: 1.2;
margin: 1em 0 .75em;
}
#text h1 { margin-bottom: 0; }
#adopt h1 { font-style: italic; }

#text p.details {
margin: -1em 0 2em; }

h2 {
font-size: 1.35em;
margin-top: 1.5em;
}
h3 {
font-size: 1.6em;
font-weight: 700;
margin: -2.3em 0 0;   /* bring up into rounded border rules */
}
#animalList h3 {
font-size: 1.45em;
text-align: center;
margin: -2.5em 0 0;
color: #161270;
}

p > h4 { margin-top: 1em }
.cell > h4, .cell > h5 { margin-top: 0 }
.cell h3 {
font-size: 1.25em;
margin: .35em 0;
}
h5 { margin-bottom: 1em; }
h6 {
font-size: .875em;
margin: .5em 0 1em;
}
ul.bullets { margin: 1em 0; }
ul.bullets li { list-style: disc;
font-size: 1.04em;
margin: 0 2em .3em;
}
.top2em,  .spaceitems p {
margin-top: 2em;
}
.appform form p.top3em {
clear: both;
margin-top: 3em }

input[type="text"] { width: 14em; }

/* individual animal page */

p.details {
	margin: -.75em 0 2em;
}
#text p, .main p {
	margin-bottom: 1em;
}
#pic p {
	font-size: .875em;
	text-align: center;
	margin-top: 1.6em;
}
/* ============== */


/*! NAV */

/*! *********  ACCORDION for popdown nav **********/
.accordion {
  width: 18em;
  height: auto;
  color: #fff;
  font-weight: 700;
  margin: 1em auto;
  padding: 3px 0;
  overflow: auto;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em; }

.accordion-control {
  width: 18em;
  color: #fff;
  display: block;
  font-weight: 700; }

.accordion-panel {
  display: none;
  width: 18em;
  position: absolute;
  z-index: 1000;
  padding-bottom: .25em;
  background: #fffcea;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }


button {
  	font: 400 1em/1.44 'helvetica neue', arial, sans-serif;
background: #900;
  	text-shadow: 1px 1px .15em #2b2837;
	letter-spacing: .105em;
	-webkit-border-radius : .5em;
	-moz-border-radius : .5em;
	border-radius : .5em;
	border: none;
	padding: .225em 0;
	-webkit-box-shadow: 1px 1px .25em #686080;
	-moz-box-shadow: 1px 1px .25em #686080;
	box-shadow: 1px 1px .25em #686080;
 }
button:hover {
	border: none;
background: #c00;
}
button:active {
	border: none;
background: #900;
}
button:focus {
	border: none;
	outline: none;
}


/* accordion panel code */

.accordion-panel ul {
margin: 0;
padding: 0;
}
.accordion-panel ul  li:first-child  {
	padding: 0;
}
.accordion-panel ul li:last-child {
	border: 0;
}
.accordion li {
  margin-left: 0;
  	font: .875em/2 'helvetica neue', arial, sans-serif;
  	text-align: center;
  list-style-type: none;
  border-bottom: 1px solid #6d5745;
  }
.accordion li a {
padding: .35em 0;
font-weight: normal;
color: #000;
display: block;
}
.accordion li a:hover {
font-weight: bold;
  color: #c00;
  background: #fff; }
.accordion li a:active {
color: #000;
background: #ede8ca;
}

ul.menu {
display: none;
}

.alumni .main img {
margin: 0;
}
.alumni h2 {
padding-top: 19px;
border-top: 2px dotted #a89779;
text-align: center;
margin-bottom: 12px;
}
.alumni .main p {
margin-top: 2em;}

/*! START MEDIA QUERIES */

/*! TABLET */
@media screen and (min-width: 46em) 	{
/* 736px wide */

a#homehack {
width:  450px;
height: 120px;
}
hr.bottom {
left: 70%;
}
img {
	display: inline;
}
#pic > img {
max-width: 110%;
}
.merch .main p {max-width: 900px;}
.flt {
float: left;
margin-right: 1em;
}
.flrt {
float:right;
margin-left: 1em;
}
.noborder { border: none; }
.colflt {	/* wish list page */
width: 32%;
min-height: 38.5em;
float: left;
margin: 1.5em 0 2em;
padding: 0 1.4em;
border: 3px dotted #cfd5ed;
border-width: 0 3px 0 0;
font-size: .96em;
}
.firstcol { padding-left: 0; }
.colflt:nth-of-type(3n) { border-right: 0; }
.wish .main p {
width: 60%;
margin: 1em auto;
}
.memorials table {width: 90%; }
.memorials td {
font-size: 1em;
}
.memorials table { margin-bottom: 4em; }

#wrap {
	width: 95%;
	margin: 1em auto;
/* 	padding-bottom: 2em; */
	  content: "";
  display: table;
  clear: both;
}

.contentwrap {
width: 100%;
margin: auto;
}
.wishlist .main, .memorials .main, .contactform .main {
width: 96%;
margin: auto;
}
.alumni .main {
max-width: 54em;
float: left;
}
.alumni .main img {
margin: 0 0 14px; }

.alumni h2 {
clear: both;
text-align: left;
}
.alumni .main p {
margin-top: 0;}

.alumni h1+h2 {
margin-top: -20px;}
#fourofour .contentwrap {
width: 60%;
margin-bottom: 3em;}
.two-col .contentwrap {
width: 85%;
}
.two-col .main {
width: 50%;
}

.ind-animal .contentwrap {
	width: 90%;
}
.one-col #wrap,  .two-col #wrap,   .ind-animal #wrap {
	width: 98%;
}
.two-col .rtcol, .ind-animal #pic, .alumni #pic {
float: right;
width: 35%;
min-width: 250px;
max-width: 420px;
margin: 5em 0 2em;
}
 .alumni #pic {
 margin: 0 0 3em;
 }
.ind-animal #pic {
margin-top: 2em;
max-width: 420px;
}
.two-col .rtcol p {
	font-size: .875em;
	padding-left: 4em;
}
.rtcol p img {
text-align: right;
min-width: 100%;
max-width: 110%;
}
.nofloat { float: none; }

.accordion-control {
display: none !important;
}
#banner {
height: 184px;
background: url(art/marblehead-animal-shelter-long.png) no-repeat 0 0;
}
p.hours, p.contact  {
	font-size: .875em;
	text-align: left;
	padding: 0 0 0 220px;
	float: left;
}
p.hours {
padding-top: 0;
margin-top: 0;
}
p.contact {
font-weight: 700;
clear: left;
margin-top: 2.35em;
padding-left: 463px;
}
#donate {
position: absolute;
z-index: 2000;
top: 154px;
left: 356px;
margin: .95em 0 0;
}
#home .main {
width: 62%;
float: left;
}
.two-col .main, .ind-animal #text {
float: left;
width: 58%;
margin: 0 0 1em;
padding: 0;
}
#adopt #main {
width: 85%;
float: none;
margin: 0 auto;
}
#adopt #main p {
	font-size: 1.04em;
	line-height: 1.5;
}
#needhome {
margin-top: -7em;
}
#new-arrivals p, #animalList p {
width: 40%;
font-size: .9em;
line-height: 1.375;
padding: 0 1.25em;
text-align: left;
}
#adopt #animalList {
width: 95%;
margin: 0 auto;
}
#animalList p {
width: 40%;
font-size: 1em;
text-align: left;
}
#animalList p img {
float: none;
display: block;
margin: 1em 0 .75em;
padding-bottom: 0;
}

#news {
padding: 0 1em 0 0;
max-height: 66em;
}
#new-arrivals hr.bottom { top: -5em; }
#aside {
width: 30%;
float: right;
margin-top: 6.6em;
padding: 0 1em;
border: 3px dotted #cfd5ed;
border-width: 0 3px;
}
#needhome {
clear: both;
margin-top: -3em;
}
#needhome img {
margin: 1em auto;
display: block;
}
#new-arrivals h3 {
margin-bottom: .75em;
}
.cell {
padding: 1em;
}

p.shorten {
padding-right: 25%;
margin: auto;
}

/* adopt page */

a.highlight {
font-weight: bold;
background: #fffdb1;
padding: 1px 2px 2px 1px;
}
#appeal {
   padding: 0 .5em .5em 1.3em;
}
#appeal p {
font-size: .8em;
line-height: 1.5;
margin: 0 0 .9em 1.25em;
}
#appeal div.flt {
float: left;
width: 46%;
}


/*====== FORMS =======*/

.zemContactForm label, .zemTextarea label, .message, .appform label {
/* float: left; */
text-align: right;
padding-right: 1em;
}
.zemContactForm label, .zemTextarea label {
width: 18%;
}
.zemContactForm input.zemText {
float: left;
width: 75%;
}
.appform .zemContactForm input.zemText,
.zemTextarea {
float: left;
width: 75%;
}
.appform p label {
width: 18%;
float: left;
}
p.check label {
float: none;
}
input.zemRadio, input.zemCheckbox {
float: none;
padding-left: 2em;
}

.time-animal-runs { width: 49% !important } /* the class is auto generated for each label; and you need !impt */

.appform p.info {
width: 60%;
margin: auto;
/* border: 1px solid #666;
padding: .8em;
 */
margin-top: 2em;
font-size: 1em;
}

/*=============*/

/* NAV large */

ul.menu {
clear: both;
display: block;
min-width: 47em;
/* max-width: 768px; */
height: 2em;
position: relative;
bottom: 2em;
padding: 0;
margin: 2em auto 0;
text-align: center;
border: 1px solid #664e3a;
-webkit-border-radius : .65em;
-moz-border-radius : .65em;
border-radius : .65em;
/* background: #dfd8c0; */
background: #fff5ce;
}

ul.menu li, ul.section_list li {
float: left;
display: inline-block;
width: auto;
padding: .3em .85em;
font: .8em/1.9 'helvetica neue', arial, verdana, sans-serif;
border-right: 1px solid #a59c5a;
}
ul.menu li a { color: #000; }
ul.menu li a:hover { color: #c00; }
ul.menu li a:active { color: #000; }

ul.menu li:last-child {
	border: 0;
}
ul.menu li:first-child {
	margin-left: 1%;
}

/*nav w code for highlighting current page - grabs currentPage cust field */

#home li a.t-fomaa-home,
#adopt li a.t-adopt,
#ind  li a.t-adopt,
#about li a.t-about,
#volunteering li a.t-volunteering,
.memorials li a.t-memorials,
#wishlist li a.t-wishlist,
#directions li a.t-directions,
.alumni li a.t-alumni,
#contact li a.t-contact
{
color: #c00;
font-weight: 700;
cursor: default;
text-transform: uppercase;
}

}	/* end tablet size */

@media screen and (min-width: 52.5em) 	{

/*
#new-arrivals p {
min-height: 11em;
}
 */

.stats {
clear: both;
position: absolute;
margin-top: 0;
top: 0;
left: 83.3%;
width: 14%;
background: #161270;
font-size: .875em;
text-align: left;
-webkit-border-radius : .6em;
-moz-border-radius : .6em;
border-radius : 0 0 0 .6em;
}
.thirds { /* cols at bottom of homepage wide */
clear: none;
height: auto;
width: 29.5%;
float: left;
padding-left: 1em;
border-left: 3px dotted #cfd5ed;
border-bottom: 0;
margin-right: 1em;
margin-bottom: 2em;
}
.thirds p {
font-size: 1em;
margin-bottom: 0;
}
.thirds h4 {
margin-top: 0;
}
.thirds img {
float: none;
display: block;
padding: .65em;
}
	.thirds:nth-of-type(3) { border: none; }
}


/*! DESKTOP */
@media screen and (min-width: 62.5em) 	{
/* 1000px wide */

body {
	font-size: 104%;
}
ul.menu {
width: 48em;
}
#wrap {
	width: 90%;
}
#banner {
margin: 0;
}
.two-col .rtcol {
float: right;
width: 35%;
}
#animalList p {
width: 40%;
padding: 0 1.25em;
}

#animalList p {
line-height: 1.5;
}
#appeal p {
font-size: .9em;
margin: 0 0 .6em;
}
#aside { width: 25%;
}
.main .wish p {
width: 75%; }
}  /* /desktop */

@media screen and (min-width: 59em) {
#donate {
left: 45%;
top: 161px; }
}

/*
@media screen and (min-width: 46em) and (max-width: 56.25em) {

#donate {
top: 158px;
}
}

@media screen and (min-width: 66.5em) {
#donate {
left: 498px;
top: 178px; }
}
*/

@media screen and (min-width: 76.5em) 	{

.main .wish {
width: 92%;
}
.main .wish p {
width: 55%; }
}
