﻿/* This is the style sheet for Paw Perspective Website */

#header {
	width: 1024px;
	height: 200px;
	margin: 0px auto 0px auto;
	background-color: #1a2791;
}
#banner {
	width: 1024px;
	height: 201px;
	margin: 0px auto 0px auto;
	position: static;
	background-image: url('images/banner.png');
	background-repeat:repeat-x;
	background-position: center top;
	margin-top: -100px;
	z-index: 0;

}
body {
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #c6c9e3;
}
#content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	margin-top: -5px;
	background-color: #c6c9e3;
	position: static;
}
#leftcolumn {
	width: 175px;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
	z-index: 0;
	padding-top: 5px;
}
#rightcolumn {
	width: 833px;
	margin-left: 190px;
	padding-top: 5px;
	z-index: 0;
}
#footer {
	width: 1024px;
	height: 115px;
	margin: -75px auto 0px auto;
	background: url('images/footer.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	z-index: 0;
}
#socialmedia {
	height: 34px;
	margin: 0px 0px 0 30px;
	padding: 30px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fdd105;
	text-align: left;
}

#copyright {
	width: 984px;
	margin: 0px 0px 0 0px;
	padding: 10px 10px 10px 30px;
	position: static;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
 /*Copy Formatting Section */
 
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #338D55;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F37412;
}
blockquote.paw{
	border-radius: 8px;
	padding: 4px;
	background-image: url('images/paw-watermark.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 2px solid #22924C;
	float: none;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
p.quote {
	border: 2px solid #FFFFFF;
	padding: 4px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #22924c;
	font-style: italic;
	text-align: center;
	border-radius: 8px;
	background-color: #fdd105;
	width: 85%;
}
.credits {
	font-size: 10px;
	text-align: right;
	margin: -15px 0px 0px 0px;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	width: 90%;
	color: #000000;
	font-weight: normal;
}
.heading1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #22924c;
}
.heading2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f78e1d;
}
.heading3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004ebc;
}
.heading4 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E2BF1C;
}
hr {
	border: 4px dotted #FDD105;
}
a {
	color: #1A2791;
}
a:active {
	color: #1A2791;
}
a:link {
	color: #1A2791;
}
a:visited {
	color: #1A2791;
}
a:hover {
	color: #8D93C8;
}
#bio {
	border: 4px groove #fdd105;
	overflow: auto;
	padding: 8px;
	border-radius: 10px;
	width: 700px;
	color: #FFFFFF;
	height: auto;
	background-color: #004ebc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.footnote {
	font-size: 9px;
	vertical-align: text-top;
}
.heading5 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E2BF1C;
}
.heading6 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading4-v2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	-webkit-text-stroke: 1px black;
	color: #E2BF1C;
	text-shadow:
	 1px  1px 0 #000,
	-1px -1px 0 #000,
 	 1px -1px 0 #000,
	-1px  1px 0 #000,
	 1px  1px 0 #000;
}


blockquote.paw2 {
	border-radius: 8px;
	padding: 4px;
	background-image: url('images/paw-watermark.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 2px solid #22924C;
	float: none;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}


