/*
	Theme Name: Pet Dex
	Theme URL: http://www.petdex.com
	Description: Petdex custom WP theme
	Author: Pet Dex
	Author URI: http://www.petdex.com
	Version: 1.0
*/

a.linkmenu:hover {
	color: #4286AE;
	text-decoration: none;
	}
td.linktxt
{
	/*background: #FFFFFF url(images/site-background.png) top center;
	width: 100%;*/
	color: #4286AE;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
}

td.searchtxtpopup
{
	/*background: #FFFFFF url(images/site-background.png) top center;
	width: 100%;*/
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 4px auto 0px;
}


td.searchtxt
{
	/*background: #FFFFFF url(images/site-background.png) top center;
	width: 100%;*/
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
}
body {
	background: #FFFFFF url(images/site-background.png) top center;
	width: 100%;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
	}

h1, h3 {
	color: #FFFFFF;
	/*height:23px;*/
	margin: 0px;
	padding: 8px 0 7px 15px;
	font-weight: bold;
	font-size: 14px;
	background: #4286AE url(images/navbar.gif);
}

h1 a, h1 a:visited, h3 a, h3 a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

h1 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #1C5D84;
	text-decoration: none;
	}

a:hover {
	color: #4286AE;
	text-decoration: underline;
	}

/************************************************
*	Header  									*
************************************************/

#headerwrap {
	background: #FFFFFF  url(images/header.png) top center;
	width: 100%;
	height: 90px;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	border-bottom: 1px solid #003366;
	}

#header {
	width: 970px;
	height: 90px;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
	}

.headerleft {
	width: 200px;
	height: 90px;
	float: left;
	text-align: center;
	white-space: nowrap;
	display: inline;
	}

.headerright {
	width: 728px;
	height: 90px;
	float: right;
	padding: 0px;
	margin: 0px;
	}

.tagline {
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.headerlog {
	color: #336699;
	font-size: 12px;
	font-weight: bolder;
	}

#linkunit {
	background: #C3D9FF url(images/linkunit.png) top center;
	width: 100%;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
	}

/************************************************
*	Chrome Style Drop Down Menu					*
************************************************/

.chromewrap {
	width: 100%;
	height: 33px;
	font-weight: bold;
	background: #4286AE url(images/navbar.gif);
}

.chromestyle {
	width: 970px;
	height: 33px;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
	font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

.chromestyle ul {
	font: bold 14px Arial, Helvetica, Sans Serif;
	color: #ffffff;
	height: 33px;
	line-height: 33px;
	background: #4286AE url(images/navbar.gif) repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 33px;
}

.chromestyle ul li a {
	color: #ffffff;
	padding: 0 15px 0 15px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	height: 33px;
	line-height: 33px;
	display: inline;
}

.chromestyle ul li a:hover {
	background: url(../resources/chrometheme/navbar-hover.gif) repeat-x; /*THEME CHANGE HERE*/
	height: 33px;
	line-height: 33px;
	color: #99CCFF;
}

.chromestyle ul li a:visited {
COLOR: #fff; LINE-HEIGHT: 33px; HEIGHT: 33px
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #4286AE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, Sans Serif;
	line-height: 18px;
	z-index: 100;
	background-color: #99CCFF;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #4286AE; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #4286AE;
}

/************************************************
*	Pagenav 					     		    *
************************************************/

.pagenav {
	margin: 10px;
	padding: 0px;
	border: 1px dashed #ccc;
}

#breadcrumb {
	padding: 0 0 10px 0;
}

.excerpt {
	width: 575px;
}

/************************************************
*	Content 					     		    *
************************************************/

#page {
	width: 970px;
    margin-left: auto;
    margin-right: auto;
	}

#content {
	background: #FFFFFF;
	float: left;
	width: 100%;
	border-left: 1px solid #4286AE;
	border-right: 1px solid #4286AE;
	border-bottom: 1px solid #4286AE;
	}

#contentmain {
	background: #FFFFFF;
	height: 100%;
	width: 575px;
	float: left;
	padding: 0px;
	margin: 0px;
	}



#content h2 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#content h4 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}



#pagecontent {
	padding: 10px;
}







#contentleft {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

#contentleft p img {
	border: none;
    float: left;
	margin: 0px 10px 10px 0px;
	}

#contentleft ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}

#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}

#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

blockquote {
	font-style: italic;
	margin: 0px 20px 15px 20px;
	padding: 5px 0px 5px 15px;
	border-left: 5px solid #4286AE;
	}

#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb {
	float: left;
	width: 600px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 3px 0px;
	border-bottom: solid #4286AE;
	}

.date {
	float: left;
	width: 600px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.postmeta {
	width: 600px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	border-top: solid #4286AE;
	}

.archive {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

/************************************************
*	Sidebar-left	    	        	        *
************************************************/

#sidebar-left {
	float: left;
	height: 100%;
	width: 200px;
	margin: 0px;
	padding: 10px 0 0 10px;
	}

#sidebar-left h2 {
	color: #FFFFFF;
	height: 23px;
	margin-left: -5px;
	padding: 10px 0 0 15px;
	font-weight: bold;
	font-size: 14px;
	background: #4286AE url(images/sb_header.gif);
	list-style: none;
}

#sidebar-left h3 {
	color: #FFFFFF;
	height: 23px;
	margin: 0px;
	padding: 10px 0 0 15px;
	font-weight: bold;
	font-size: 14px;
	background: #4286AE url(images/sb_header.gif);
	list-style: none;
}

#sidebar-left ul {
	background: #C3D9FF;
	padding: 0 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar-left ul li {
	padding: 0 0 2px 0;
	margin: 0 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

.subgroup ul {
	margin: 0px;
	padding: 0 0 5px 10px;
}

.subgroup ul li {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
}

.sbfoot {
	background: #1C5D84 url(images/sb_footer.gif);
	height: 15px;
	margin: 0 0 15px 0;
	padding: 0px;
}

/************************************************
*	Sidebar-right	    	        	        *
************************************************/

#sidebar-right {
	float: right;
	height: 100%;
	width: 170px;
	margin: 0px;
	padding-top: 50px;
	text-align: center;
	}

#sidebar-right h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background: #CD8500 url(images/navbar.gif);
	height: 33px;
	}

#sidebar-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar-right ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

/************************************************
*	Footer      								*
************************************************/

#footwrap {
	width: 970px;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
	}

#footer {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	margin: 0px;
	text-align: center;
	}

#footer a, #footer a:visited {
	margin: 0px 15px 0px 15px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}

#footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

#footerright {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

#newsform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

#s {
	background: #FFFFFF url(images/search.gif);
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #4286AE;
	border-right: 1px solid #4286AE;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #4286AE;
	display: inline;
	}

#s2 {
	background: #FFFFFF;
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #4286AE;
	border-right: 1px solid #4286AE;
	border-left: 1px solid #4286AE;
	border-bottom: 1px solid #4286AE;
	display: inline;
	}

#sbutt {
	background: #4286AE;
	color: #FFFFFF;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #336699;
	font-weight: bold;
	}

#sbutt2 {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	border: 1px solid #4286AE;
	font-weight: bold;
	}

#name, #email, #url {
	background: #FFFFF2;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #4286AE;
	border-right: 1px solid #4286AE;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #4286AE;
	}

#submit {
	background: #4286AE url(images/navbar.gif);
	height: 33px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #4286AE;
	border-right: 1px solid #4286AE;
	border-left: 1px solid #4286AE;
	border-bottom: 1px solid #4286AE;
	}

#words {
	background: #FFFFF2;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #4286AE;
	border-right: 1px solid #4286AE;
	border-left: 1px solid #4286AE;
	border-bottom: 1px solid #4286AE;
	}

/************************************************
*	Comments									*
************************************************/

#commentblock {
	width: 540px;
	color: #000000;
	float: left;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}

#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

.commentdate {
	font-weight: bold;
	font-size: 12px;
	}

.commentname {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

.commentinfo {
	clear: both;
	}

.commenttext {
	width: 540px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #4286AE;
	}

.commenttext-admin {
	width: 540px;

	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dotted #4286AE;
	}

#sidebar-right-home {
	float: right;
	height: 100%;
	width: 170px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
	}


#contentpod {
	background: #FFFFFF;
	height: 100%;
	width: 575px;
	float: left;
	padding: 0px;
	margin: 0px;
	}

#contentmainpet {
	background: #FFFFFF;
	height: 100%;
	width: 758px;
	float: left;
	padding: 0px;
	margin: 0px;
	}

#header_browse_pet_profile {
	width: 721px;
	height: 1px;
	margin: 0px auto 0px;
	padding: 0px auto 0px;
	}

.headerleft_browse_pet_profile {
	width: 1px;
	height: 1px;
	float: left;
	text-align: center;
	white-space: nowrap;
	display: inline;
	}

.headerright_browse_pet_profile {
	width: 50px;
	height: 1px;
	float: right;
	padding: 0px;
	margin: 0px;
	}

.top_rig {background-image: url(images/top_rig.gif); background-repeat: no-repeat;}
.top_mid {background-image: url(images/top_mid.gif);}
.top_lef {background-image: url(images/top_lef.gif); background-repeat: no-repeat;}
.cen_rig {background-image: url(images/cen_rig.gif); }
.cen_lef {background-image: url(images/cen_lef.gif); }
.bot_rig {background-image: url(images/bot_rig.gif); background-repeat: no-repeat;}
.bot_mid {background-image: url(images/bot_mid.gif); }
.bot_lef {background-image: url(images/bot_lef.gif); background-repeat: no-repeat;}

#headerwrap_popup {
	/*background: #FFFFFF  url(images/header.png) top center;*/
	width: 100%;
	height: 60px;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	border-bottom: 1px solid #003366;
	}
form{margin:0;padding:0}

.headerleft_popup {
	width: 200px;
	height: 60px;
	float: left;
	text-align: center;
	white-space: nowrap;
	display: inline;
	}

.headerright_popup {
	height: 60px;
	float: right;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	}

