/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E7EfF3 url(/images/a5-5.gif) repeat-x ;
	font: normal small Verdana, "Times New Roman", Times, serif;
	color: #004778;
}

h1, h2, h3 {
	color: #004778;
}

h2 {
	margin-top: .8em;
	margin-bottom: .4em;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: small;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em 1em 0 1em;
	background: #E7EfF3;
	border: 1px dotted #005082;
	font-style: italic;
	color: #005082;
}

ul {
	margin-left: 3em;
}

.pawPrint {list-style-image: url(/images/pawPrintBullet.gif);}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #A4896D;
}

a:hover {
}

img {
  border: 0;
}

textarea {
  width: 98%;
}

.hr hr {
	display: none;
}

.hr {
	clear: left;
	height: 60px;
	background: url(/images/img04.gif) no-repeat center;
}

/* Boxed Style */

.boxed, .boxed-end {
	clear: left;
}

.boxed {
	margin-bottom: 0px;
	padding-bottom: 14px;
	background: url(/images/catSilhouette.gif) no-repeat center bottom;
}

.boxed .title, .boxed-end .title {
	background: url(/images/DogPrintSmall.gif) no-repeat left;
	margin-top:0;
	padding-top:0;
	padding-left:40px;
	font-size: 1.6em;
}

.boxed .content {
	border-bottom: 1px dotted #005082;
	padding-bottom: 26px;
}

.boxed-end .content {
	padding-bottom: 6px;

}

/* Logo */

#logo {
	height: 40px;
	padding: 20px 40px;
}

#logo h1 {
	float: left;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	padding: .75em 0 0 .4em;
	font-size: 1.4em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #F4F7DB;
}

#logo a:hover {
	text-decoration: underline;
}

#logo a#logout {
    display: block;
    text-align: right;
    float:right;
}

/* Main Event */
#main_event {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 210px;
	margin: 10px;
	padding: 0;
	background: #FFFFFF;
	border: 4px outset #005082;
  text-align:center;
  font-size:12px;
}

#main_event {
  padding-bottom: 4px;
}
#main_event h1, #main_event h1 a, #main_event h1 a:hover {
  text-decoration:none;
  text-align:center;
  font: normal small-caps bold 14px Verdana, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #005082;
	padding: 4px;
	margin-bottom: 4px;
}

#main_event a
{
  font-size: 12px;
  font-weight:bold;
}

#main_event a#when 
{
  font-style: italic;
  font-size: 10px;
}

/* Content */
#content {
}

.lastUpdated {
  padding-top: 15px;
  font-style: italic;
}

/* Content > Main */

#main {
	margin: 0 0 0 20px;
	padding: 15px;
	background: #FFFFFF;
	border: 5px solid #005082;
	overflow: hidden;
}

#main a {
  text-decoration: none;
}

#main a:hover {
  text-decoration: underline;
	color: #005082;
}

#extra {
	height: 31px;
	margin: 0 260px 0 20px;
	background: url(/images/SmallGradient.gif) repeat-x;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#story {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 30px 20px 0 20px;
}

#sidebar a {
	text-decoration: none;
}

/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 10px;
	border-bottom: 4px solid #005082;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	position: relative;
}

#menu a {
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #005082;
}

#menu a:hover, #menu .active a {
	background: #005082;
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	margin-top: 0;
	padding-top: 0;
	background: #E7EfF3;
	border-top: 1px solid #005082;
	border-left: 1px solid #005082;
	border-right: 1px solid #005082;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Footer */

#footer {
	clear: both;
	position: relative;
	z-index: 1;
	border-top: dashed 1px #afafaf;
	padding: 0em 0em 0em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

#footer table, #footer tr {
	padding: 0;
	margin: 0;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #005082;
	padding: 5px 0 0px 0;
}

#footer a {
	text-decoration: underline;
	color: #005082;
}

#footer td {
	font-size: x-small;
	padding-right: 15px;
}

#footer a:hover {
	text-decoration: none;
}

/* Form Input */
.form_input_group {
  display: block;
  padding: 5px 0 15px 0;
  margin: 0;
  width: 100%;
}

.form_input, .form_input .fieldWithErrors {
  display: inline;
  padding-right: 30px;
}

/* Filters */
.filterSet
{
  display: block;
  padding: 5px 0px 5px 0px;
  margin: 5px 5px 10px 5px;
  border: 1px solid;
  background: #E7EfF3;
  text-align: center;
}

.filterSet .filterDesc
{
  display: inline;
  font-weight: bold;
  margin-right: 20px;
}

.filterSet .filter
{
  display: inline;
  margin: 0 10px 0 10px
}

.filterSet .filterButton
{
  margin-left: 20px;
  width: 60px;
}

/* START:notice */
#notice {
  border: 2px solid green;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
  display: table;
}
/* END:notice */

/* The error box */


#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  background-color: #E7EfF3;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.paragraph_style {
  line-height: 12pt;
  padding-bottom: 10px;
}

/* Animal Listings */
.brief_listing {
  float:left;
  display: block;
  width:100%;
}

.brief {
  float: left;
  padding: 12px 12px 0 0;
  width: 190px;
  height: 160px; 
  text-align: center;
}
.brief_aom {
  text-align: center;
}

.animal_even, .animal_odd {
	display: block;
	padding: 10px;
	border-top: 1px solid #005082;
}

.animal_odd {
  background-color: #E7EfF3;
}

.animal_name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

.animal_property {
  display: inline;
}

.animal_of_month {
  margin-bottom: 10px;
  padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

/* Event Listing */
.event_listing {
  display: block;
  margin-top: 5px;
}

.event, .event_main {
  margin-bottom: 20px;
  border: 2px solid #005082;
}

.event_heading {
  padding: 5px;
  background-color: #E7EfF3;
  border-bottom: 2px solid #005082;
}

.what {
	color: #004778;
	font-size: 1.5em;
	font-weight: bold;
  margin-bottom: 5px;
}

.when {
	font-weight: bold;
	padding-left: 20px;
}

.where {
	font-weight: bold;
  display: inline;
	padding-left: 20px;
}

.description {
  margin: 5px;
}

/* Images */
.thumb {
  float: left;
  padding: 2px 20px 10px 0;
}

.img_large {
  float: left;
  padding: 10px 20px 10px 0;
}

/* Happy Endings */
.happy_ending {
  text-align: center;
}

.clearLeft {
  clear: left;
}

.clearBoth {
  clear: both;
}

.page_content {
  background-color: #E7EfF3;
  border: 2px solid;
  margin: 5px 0px 20px 0px;
  padding: 0px 10px 10px 10px;
}

.section_content {
  display: block;
  padding: 5px 0 0 0;
  margin: 0;
  width: 100%;
}
.page_name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-decoration: underline;
}
