/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 13px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #c9c9c9; background: #000;
}


a:link, a:visited {
	text-decoration: none; 
	cursor: pointer;
	color: #468792;
}

a:hover, a:active, a:focus {
	text-decoration: none;	
	outline: none; 
	cursor:pointer;
	background: #468792;
	color: #c9c9c9;
}


.learn {
	padding: 5px;
	margin-top: -5px;
	display: block;
	width: 210px;
	text-align: right;
}

a.learn:link, a.learn:visited {
	color: #468792;
	text-decoration: none;
}

a.learn:hover, a.learn:active {
	color: #c9c9c9;
	background: #468792;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	line-height: 1.3;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: "AmericanTypewriter Cn";
  src: url(../fonts/atc___.pfm);
}

h1, h2, h3 {
	color: #fff; font-family: "Courier New", Courier, monospace;
}

h1 { 
	 font-family: "AmericanTypewriter Cn", "Courier New", Courier, monospace;
	 font-size: 48px;
	 font-weight: normal;
}

h2 {
	font-size: 20px;
	letter-spacing: -1px;
	font-family: "AmericanTypewriter Cn", "Courier New", Courier, monospace;
	 font-weight: bold;
}

h3 {
	font-size: 26px;
	letter-spacing: -1px;
	font-family: "AmericanTypewriter Cn", "Courier New", Courier, monospace;
	 font-weight: normal;
	 position:relative;
	 bottom: -6px;
}


h4 {
	font-family: "AmericanTypewriter Cn", "Courier New", Courier, monospace;
	 font-size: 58px;
	 font-weight: normal;
	 line-height: .7;
	 padding-top: 3px;
	 color: #468792;
}

h5 {
	font-size: 13px;
	color: #fffeea;
	text-align: center;
	text-transform: uppercase;
}

.puppy{
	letter-spacing: -1px;
	font-family: "AmericanTypewriter Cn", "Courier New", Courier, monospace;
	font-weight: normal;
	line-height: 1.3;
	 }
	 
.red {
	color:#900;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	padding: 5px 0;
}

.lister ul {
	list-style: none;
}

.lister li {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px dotted #c9c9c9;
	line-height: 1.4em;
}


.yapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
}

.yapper li {
	background-image: url(../img/paw.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 25px;
	padding-bottom: 8px;
	line-height: 1.3em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}


#menu {
	position: absolute;
	top: 120px;
	right: 0px;
	font-family: Helvetica ,Arial, sans-serif;
}

#menu ul {
	list-style: none;
	margin: 0 auto;
}

#menu li {
	display: inline;
	margin: 0 auto;
	margin-left: -5px;
	margin-right:0;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	color: #c9c9c9;
	text-transform: uppercase;
	background: #323232;
	padding: 5px 20px;
}


#menu a:hover {
	text-decoration: none;
	background: #468792;
	color: #c9c9c9;
}

#menu a.blue {
	text-decoration: none;
	font-size: 14px;
	color: #c9c9c9;
	text-transform: uppercase;
	background: #468792;
	padding: 5px 20px;
}


#menu a.blue:hover {
	text-decoration: none;
	background: #84c8d4;
	color: #323232;
}


img {
	border: 0;
}

.bord {
	border: 5px solid #323232;
}

.right {
	float: right;	
}

.left {
	float: left;	
}

.borders {
	border-top: 2px solid #323232;
	border-bottom: 6px solid #323232;
	height: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
}

.borders1 {
	border-bottom: 6px solid #323232;
	height: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
}

.borders2 {
	border-top: 2px solid #323232;
	border-bottom: 6px solid #323232;
	height: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
	background: url(../img/bg-trans.png) no-repeat #000;
}


#headers {
	position: relative;
}


.post {
	border-top: 2px solid #323232;
	height: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
}

.block {
	background: #3b3c3f;
	height: 100%;
	padding: 5px 0;
	margin-bottom: 5px;
}

.block p {
	color: #fffeea;
	font-size: 11px;
}

.quote {
	color: #468792;	
	width: 250px;
	float: left;
	border-top: 1px solid #323232;
	border-bottom: 2px solid #323232;
	padding: 10px;
	margin: 10px 20px 10px 0;
}


.quote h4 {
	font-family: "AmericanTypewriter Cn", "Courier New", Courier, monospace;
	 font-size: 28px;
	 font-weight: normal;
	 line-height: 1.0em;
	 padding-top: 3px;
	 color: #468792;
	 font-style: italic;
}

.spacer200 {
	clear: both;
	height: 200px;
}

.spacer100 {
	clear: both;
	height: 100px;
}

.spacer50 {
	clear: both;
	height: 50px;
}

.spacer30 {
	clear: both;
	height: 30px;
}

.spacer20 {
	clear: both;
	height: 20px;
}

/*  buttons  */

.prne a {
    display:block;
    width: 60px;
	height: 60px;
    background: url(../img/prne-logo.png) 0 0 no-repeat;
    text-decoration: none;
}

.prne a:hover {
    background-position: 0 -60px;
}

.cgl a {
    display:block;
    width: 60px;
	height: 60px;
    background: url(../img/cgl-logo.png) 0 0 no-repeat;
    text-decoration: none;
}

.cgl a:hover {
    background-position: 0 -60px;
}

.petfinder a {
    display:block;
    width: 120px;
	height: 60px;
    background: url(../img/petfinder-logo.png) 0 0 no-repeat;
    text-decoration: none;
}

.petfinder a:hover {
    background-position: 0 -60px;
}

.aspca a {
    display:block;
    width: 60px;
	height: 60px;
    background: url(../img/aspca-logo.png) 0 0 no-repeat;
    text-decoration: none;
}

.aspca a:hover {
    background-position: 0 -60px;
}

.bestfriends a {
    display:block;
    width: 60px;
	height: 60px;
    background: url(../img/bestfriends-logo.png) 0 0 no-repeat;
    text-decoration: none;
}

.bestfriends a:hover {
    background-position: 0 -60px;
}

.mspca a {
    display:block;
    width: 60px;
	height: 60px;
    background: url(../img/mspca-logo.png) 0 0 no-repeat;
    text-decoration: none;
}

.mspca a:hover {
    background-position: 0 -60px;
}

#footernav {
	float: right;
	width: 100%;
}


