/* Homepage Styles */


p+p { margin: 0; }

/* =homepage content
-----------------------------------------*/
#row1, #row2, #row3 { width: 818px; float: left; }

#row1, #row2 { border-bottom: 1px solid #ddd; }

#row1 .col1, #row1 .col2, #row1 .col3,
#row2 .col1, #row2 .col2, #row2 .col3,
#row3 .col1, #row3 .col2, #row3 .col3 { 
	float: left; 
}

#row1 h1, #row2 h1 { 
	font-size: 165%; 
	color: #000; 
	margin: 0 0 20px 0;
}

#row1 { padding: 0 0 20px 0; }
#row3 { padding: 20px 0; }

/* row 1*
-------------------------------*/
#row1 .col1 { width: 234px; }
#row1 .col2 { width: 259px; padding-right: 60px; }
#row1 .col3 { width: 265px; }

#row1 .col2 h1 { 
	background: url(../../_images/hp/bkg_title_water.gif) 0 28px no-repeat; 
	height: 30px;
	padding: 25px 0 3px 0;
	margin: 0 0 13px 0;
}

#row1 .col3 h1 { 
	background: url(../../_images/hp/bkg_title_fish.jpg) 0 0 no-repeat; 
	height: 41px;
	padding: 20px 0 0 0;
	margin: 0 0 8px 0;
}


/* Pet News */
#row1 .col3 a {	display: block; line-height: 1.4;}
#row1 .col3 li { margin: 0 0 15px 0; }
#row1 .col3 small { font-size: 90%; }

/* Quote */
#quote_top {
	background: url(../../_images/quote/bkg_quote_top.gif) 0 0 no-repeat;
	width: 564px;
	height: 16px;
	padding: 16px 0 0 0;
	margin: 0 0 20px 234px;
}

#quote_content {
	background: url(../../_images/quote/bkg_quote.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0 0 0px 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 562px;
}

#quote_content p {
	margin: 0 25px 0px 25px;
	font-size: 100%;
	font-style: italic;
	text-align: center;
}

#quote_bottom {
	background: url(../../_images/quote/bkg_quote_bottom.gif) 0 0 no-repeat;
	width: 564px;
	height: 15px;
	float: left;
	margin: 0 0 10px 0;
}


/* row 2
-------------------------------*/
#row2 .col1 { width: 234px; }
#row2 .col2 { width: 292px; }
#row2 .col3 { 
	width: 242px; 
	color: #fff; 
	padding: 25px; 
	background: #2b87c8 no-repeat left bottom;
}

#row2 {	background: no-repeat 391px bottom; }

/* Calendar */
#calendarBASE {
	border: 1px solid #ddd;
	width: 180px;
	margin: 20px 0 0 0;
	padding: 5px;
}

#calendarMonth { background: #eee;	padding: 5px; }

#calendarMonth a { color: #024b7c; }

.calendar-weekday {
	font-weight: normal;
	color: #246399;
	padding: 5px 0;
}

.dayclass, .today {
	padding: 3px;
	font-size: 85%;
	margin: 3px;
	float: left;
}

.dayclass {
	background: #f0f0f0;
	border: 1px solid #d8d8d8;
	color: #575757; 
}

.today, .dayclass:hover {
	background: #f8fffd;
	border: 1px solid #d2a969;
	color: #9b6f28;
}

#addevent {
	background: url(../../_images/ico_plus_white.gif) 0 1px no-repeat;
	padding: 0 0 0 15px;
	font-weight: bold;
	color: #024b7c;
	margin: 10px 0 0 50px;
	display: block;
}

#parrot { margin: 10px 0 0 15px; }

#row2 .col2 h1 { margin: 15px 0 0 0; }
#row2 .col2 ul { margin: 5px 0; }
#row2 .col2 li { margin: 0 0 5px 0; }

/* Featured Article */
#row2 .col3 h1 { color: #fff; margin: 0 0 5px 0;}
#row2 .col3 h2 {
	color: #c6ff16;
	font-size: 120%;
	margin: 0 0 10px 0;
}

#row2 .col3 img { border: 4px solid #fff; margin: 5px 0 0 5px; }

#row2 .col3 h4 {
	display: inline;
	font-size: 100%;
	font-weight: bold;
	color: #a0d9ff;
}

#row2 .col3 a { color: #fff; }
#row2 .col3 a:hover { color: #a0d9ff; }

#row2 .col3 .lightlink { margin-bottom: 10px; }

.b_cats { background: url(../../_images/animal_icons/ico_blue_cats.gif) 0 0 no-repeat; padding: 0 0 0 24px; }

/* row 3*
-------------------------------*/
#row3 .col1, #row3 .col2, #row3 .col3 { width: 265px; }
#row3 .col2 { margin-left: 12px; }
#row3 .col3 { margin-left: 11px; }

.inset { padding: 5px; }

/* Latest Poll */

#row3 h1 {
	background: #aad91d;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #72a81b;
	color: #fff;
	font-size: 130%;
}

.poll_question {
	font-weight: bold;
	font-size: 110%; 
	color: #ff6600;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

#row3 .col1 li {
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}

#row3 .col1 li span {
	margin: 0 0 0 20px;
	line-height: 1.2;
	display: block;
}

#row3 .col1 input {
	float: left;
	margin-top: 3px;
}

.vote { padding: 10px 0 0 75px; width: 77px; }


/* Fun Stuff */

#row3 .col2 img { border: 1px solid #dadada; margin-bottom: 10px; }

/* Sidebar 
-----------------------------------*/
/* weather */
#weather_top {
	background: url(../../_images/weather/bkg_weather_top.gif) 0 0 no-repeat;
	width: 162px;
	height: 8px;
	padding: 8px 0 0 0;
	height: 100%;
}

#weather_content {
	width: 160px;
	background: url(../../_images/weather/bkg_weather.gif) 0 0 repeat-x;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 0;
	text-align: center;
}

#weather_bottom { 
	background: url(../../_images/sidebar_bottom.gif) 0 0 no-repeat;
	width: 162px;
	height: 5px;
	margin: 0 0 20px 0;	
}

#weather_content h4 {
	color: #fff;
	font-size: 110%;
	margin: 0 0 5px 0;
}

#weather_content h5 { font-size: 100%; color: #000; }

#weather_content .temp {
	font-size:120%;
	font-weight:bold;
	margin-bottom:0px;
}
#weather_content .condition {
	margin-bottom:0px;
	font-size:80%;
}
#weather_content .weather_credit{
	margin-top:5px;
	margin-bottom:0px;
}
#weather_content .weather_credit a{
	font-size:70%;
	color:#999999;
}
h2 {
	font-weight: bold;
	font-size: 110%;
	color: #ff6600;
	line-height: 1.2;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #024b7c;
	font-size: 100%;
	line-height: 1.2;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 125%;
	font-style: italic;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}

