/*
THEME NAME: Pet Concierge Plus
THEME URI: http://www.threestonestudios.com
DESCRIPTION: Based on Sandbox, with mods to adjust for my preferences
VERSION: 1.6.1
AUTHOR: <a href="http://www.threestonestudios.com/">Threestone Studios</a> 
AUTHOR URI:
*/

/*
Overall Site Structure - Threestone Studios Custom
*/

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #5e5148;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #514540;
	text-decoration: none;
    height:auto;
}
hr {
    border:0px;
    top:10px;
    border-top:1px dashed #c9bfa5;
}


p {
    padding-bottom: 10px;
}
a{
	color: #5e5148;
    font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
div#wrapper {
	width: 1000px;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/PCP_Web_Structure_Flat_wrapper.gif) repeat-y;
	padding: 0px;
}


div#header {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 260px;
	background: url(images/PCP_Web_Structure_Flat2.gif) 0px 0px;
}
div#headerbanner {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	text-align: right;
}

div#access{ /* host for the menu. */
	width: 920px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: -44px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 44px;
    z-index:100;
    clear:both;
}
div#subaccess{ /* host for the menu. */
	width: 928px;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 33px;
}

div#sectiontitle {
    width:280px;
    float:left;
	height: 38px;
	line-height: 40px;
    margin-left:10px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: bold;
	text-decoration: none;
	line-height: 40px;
    padding: 0;
    margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight: bold;
	text-decoration: none;
	line-height: 40px;
    padding: 0;
    margin: 0;
}
div#menu {
	width: 920px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

    position: relative;
    z-index:100;
}
div#menu ul{
    float:right;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
div#menu li{
	margin: 0px;
	padding: 0px;
	float: left;
    position: relative;
}
div#menu ul li a{
	color: #5e5148;
	text-decoration: none;
	background-image: url(images/nav_button_green.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#menu ul li a:hover{
	background-image: url(images/nav_button_brown.gif);
    color:#ffffff;
}
div#menu ul li ul li a {
	font-size: 10px;
	background-image:none;
}
div#menu li.current_page_item ul li a {
	background-image:none;
    color: #5e5148;
}
div#menu li.current_page_parent ul li a {
	background-image:none;
    color: #5e5148;
}
div#menu li.current_page_parent ul li.current_page_item a {
    font-weight: bold;
	background-image:none;
	background: #5e5148;
    color:#ffffff;
}
div#menu li.current_page_item a,
div#menu li.current_page_parent a{
	background-image: url(images/nav_button_brown.gif);
    color:#ffffff;
}
div#menu ul li ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	width: 100px;
	left: 5px; top: 36px;
	background: #c9bfa5;
    border: #5e5148 solid 1px;
	color: #343a3e;
	margin: 0; padding: 0;
	display: none;
	float: right;
    font-weight: normal;
    z-index:100;
}
div#menu ul li ul li{
	height: 24px;
	line-height: 24px;
	text-align: left;
	margin: 0; padding: 0;
	clear: both;
}
div#menu ul li ul li a{
	height: 24px;
	line-height: 24px;
	width: 94px;
    padding-left: 6px;
	color: #5e5148;
}
div#menu ul li ul li a:hover{
    color: #ffffff;
	height: 24px;
	line-height: 24px;
	width: 94px;
    padding-left: 6px;
	background: #5e5148;
	clear: both;
}

div#submenu {
	width: 928px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/submenu_bg.gif) repeat-x;
}
div#submenu ul{
    float:left;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-align: left;
}
div#submenu li{
	margin: 0px;
	padding: 0px;
	float: left;
    position: relative;
}
div#submenu ul li a{
	color: #5e5148;
	text-decoration: none;
	background: url(images/submenu_bg-tab_bg.gif) no-repeat;
	line-height: 32px;
	height: 30px;
	width: 156px;
	_width: 186px; /* stinky IE6 hack */
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
}
div#submenu ul li a:hover{
    color:#8a7e6a;
}

div#submenu ul li ul li a {
	font-size: 10px;
	background-image:none;
}
div#submenu li.current_page_item ul li a {
	background-image:none;
    color: #5e5148;
}
div#submenu li.current_page_parent ul li a {
	background-image:none;
    color: #5e5148;
}
div#submenu li.current_page_parent ul li.current_page_item a {
    font-weight: bold;
	background-image:none;
	background: #5e5148;
    color:#8a7e6a;
}
div#submenu li.current_page_item a,
div#submenu li.current_page_parent a{
	background: url(images/submenu_tab_bg.gif) -1px 0 no-repeat;
}



div#main {
	width: 1000px;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#container{
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

div#content{
	width: 900px;
	text-align: left;
        margin: 0px;
}
div.sidebar {
    float:left;
    overflow:hidden;
    padding:10px 1.9%;
    width:46%;
}

div#primary {
    clear:both;
}

div#footer {
    clear:left;
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
	background: #5e5148 url(images/PCP_Web_Structure_Flat2.gif)  0px -260px no-repeat;
	background-repeat: no-repeat;
    height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #807154;
}


div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

div#searchbox {
   padding-top: 23px;
_padding-top: 3px; /* this did the trick. Only IE6 should process */ 
   padding-right: 27px;
   margin:0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #c9bfa5;
}
.textfield {
   border: 1px solid #c9bfa5;
}
.swfobj_0 {
 z-index=200;
}