/* HTML Standards */

body	{ 
		width:100%; 
		height:100%; 
		margin:0; 
		padding: 0px; 
		background-color: #e0b846; 
		font:12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
		color:#6d6d6d; 
		text-align:center; 
		}

.left 	{ float:left; }
.right 	{ float: right; }	

p		{ margin: 5px 0px 10px 0px; }
b		{ font-weight:bold; }
strong	{ font-weight:bold; }
i		{ font-style:italic; }
em		{ font-style:italic; }

li		{ }
ul, ol 	{ margin-top: 5px; margin-bottom: 5px; margin-left: 0px; padding-left: 20px;}

blockquote { }

img		{ border:0px; border-style:none; }

h1 { margin: 0px; padding: 0px 0px 10px 0px; font-size: 22px; color: #f77710; line-height:26px; }
h1 a:link, h1 a:visited { color: #f77710; text-decoration:none; }
h1 a:hover { color: #f77710; text-decoration:underline;}

h2 { margin: 0px; padding: 0px 0px 10px 0px; font-size: 20px; color: #0373ba; margin-bottom: 5px; padding-bottom: 5px; }
h2 a:link, h2 a:visited { color: #0373ba;  text-decoration:none; }
h2 a:hover { color: #0373ba; text-decoration:underline; }

h3 { margin: 0px; padding: 0px 0px 10px 0px; font-size: 18px; color: #00436e; }
h3 a:link, h3 a:visited { color: #00436e; text-decoration:none;  }
h3 a:hover { color: #00436e; text-decoration:underline; }

/* Link Colors */
a:link, a:visited			{ color: #f77710; }
a:hover, a:visited:hover	{ color: #f77710; }

/* Forms */
form { margin: 0px;	padding: 0px; }

INPUT[TYPE="submit"], INPUT[TYPE="button"] {
	padding: 0px 3px 0px 3px;
	border: none;
	background-color:#2f8cbb;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

INPUT[TYPE="text"], INPUT[TYPE="password"]{
	color: #6d6d6d;
	background-color:#ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TEXTAREA{
	color: #6d6d6d;
	background-color:#ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SELECT{
	color: #6d6d6d;
	background-color:#ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* PG STRUCTURE */

#MainBkg {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image:url(/images/bkg-pg.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

#Wrap { position: relative; width: 1000px; margin: 0px auto; padding: 0px; }

/* HEADER */

#Header {
	position: relative;
	width: 1000px;	
	margin: 0px;
	padding: 0px;
	text-align: left;
	white-space: nowrap;
}

#TopPhoto {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	white-space:nowrap;
}

/* NAVIGATION */
#Nav {
	position: relative;
	width: 972px;
	height: 38px;
	margin: 0px;
	padding: 0px 0px 0px 28px;
	white-space: nowrap;
	z-index: 100;
}

#Nav ul, #Nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#Nav a, #Nav a:link, #Nav a:visited, #Nav a:active { 
	margin: 0px 0px;
	padding: 10px 12px 10px 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none; 
	display: block;
}

#Nav a:hover {	margin: 0px; background-color: #c58513; color: #FFFFFF; }

#Nav div ul{
	width: 100%;
	}

#Nav li div{
	width: 200px;
	color: #0373BA;
	background-color: #FFFFFF; 	
	z-index:100;
	position:absolute;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #C2C2C2;
	}

#Nav div li{
	color: #0373BA;
	float: none;
	display: block;
	width: 100% auto;
	padding: 0px 0px;
	list-style-image: none;
	}

#Nav li div a, #Nav li div a:link, #Nav li div a:visited, #Nav li div a:active { 
	border:0px;
	color: #0373BA;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	font-size: 12px;
}

#Nav li div a:hover { 
	 color: #c58513; background-color: #FFFFFF;
}

/* MAIN BODY */
#Main {
	position: relative;	
	width: 1000px;
	margin: 0px;
	padding: 28px 0px 0px 0px;
	background-image: url(/images/footer-pets-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Content Styles */

#Content {
	float: left;
	width: 686px;
	margin: 0px 0px 0px 28px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	line-height:20px; 
}

#Content ul li {
	padding: 0px 0px 5px 20px;
	list-style-type:none;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
}

#Content .indent { padding-left: 40px; padding-right: 40px; }

/* SideBar Styles */
#SideBar{
	float: left; 
	width: 230px;
	margin: 0px 0px 135px 28px; 
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height:16px; 
	color: #c58513;
}

#SideBar H1 { font-size:16px; font-weight:bold;}

#SideBar H2 { font-size: 16px; font-weight:bold;}

#SideBar .indent { padding-left: 10px; padding-right: 10px; }

#SideBoxB {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #084165;
	background-image:url(/images/bkg-blue-box-sm.jpg);
	background-repeat: no-repeat;
	background-color: #b2d7ef;
	color: #4e4e4e;
}

#SideBoxB a { color: #0373ba; }



#SideNav a { font-size: 14px; color: #888989; }

#AppLink a { font-size: 14px; color: #f77710; }

#SponsorLink a { font-size: 14px; color: #0373ba; }

/* Footer Styles */
#FooterBkg {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #e0b846; 
	text-align: center;
	}
#Footer {
	position: relative; 
	width: 686px; 
	margin: 0px auto; 
	padding: 10px 286px 10px 28px; 
	background-image: url(/images/footer-pets-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
	color: #FFFFFF;
}

#Footer a { color: #FFFFFF; }
#Footer p { padding-top: 0px; margin-top: 0px; }

#FooterNav { color: #9d6809; } 
#FooterNav a { color: #9d6809; text-decoration: none; }
#FooterNav a:hover { color: #FFFFFF; }

/* Text Styles */

.ulineO { margin-bottom: 5px; padding-bottom: 10px; background-image:url(../images/uline-o.gif); background-position: left bottom; background-repeat: no-repeat; }

.ulineOSM { margin-bottom: 5px; padding-bottom: 10px; background-image:url(../images/uline-o-sm.gif); background-position: left bottom; background-repeat: no-repeat; }

.LargeText { font-size: 16px; }
.MedText { font-size: 14px; }
.SmallText { font-size: 10px; }

.Color1 {  color: #f77710; }
.Color2 {  color: #0373ba; }
.Color3 { color: #00436e; }
.Color4 { color: #ba9017; }
.Color5 { color: #888989; }
.Color6 { color: #f4e0a6; }
.Color7 { color: #7f3286; }
.Color8 { color: #0d7014; }

/**************************
POST SPECIFICS
***************************/

.post-date {
	float: left;
	width: 57px;
	height: 52px;
	padding-top: 10px;
	margin-right: 10px;
	background-image:url(images/bkg-date.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	line-height:17px;
}
.post-date-num { font-size: 18px; }
.post-text { 
	width: 600px;
	padding-top: 9px;
	float: left;	
}
.post-footer-top {
	padding: 0px 0px 0px 0px; margin: 0px; font-size: 12px;
}
.post-footer-top a { text-decoration: none;  }
.post-footer-top a:hover { text-decoration: underline;  }
.post-footer-bottom {
	margin: 0px; padding: 0px 0px 0px 0px;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
}
.post-footer-bottom a {  }
.post-footer-bottom a:hover {  }

/**************************
MENU (SideBar) SPECIFICS
***************************/

#menu {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #084165;
	background-image:url(/images/bkg-blue-box-sm.jpg);
	background-repeat: no-repeat;
	background-color: #b2d7ef;
	color: #4e4e4e;
}

#menu h2 {
	background-image: none;
}
#menu a:link, #menu a:visited, #menu a:active { color: #0373ba; }
#menu a:hover {  }

#menu ul {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#menu ul li ul {
	margin-left: 15px;
	padding-bottom: 10px;
}
#menu ul li {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}

#menu ul li ul li {
	list-style-type: disc;
	/*padding: 0px 0px 2px 15px;
	list-style-type:none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;*/
	
}
#menu ul li a {
	text-decoration: none;
}

#menu ul li a:hover {
		
}

#menu form input[type=submit] {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/********************
PHOTO STYLES
********************/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft { float: left; }

.alignright { float: right; }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}