/*
Company:	Fur Crazy
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background: url(../images/page-bkg.jpg) repeat-x 0 0 #fdf1b5;
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#number {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	color: #815A81;
}
div#hd {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 20px;
	height: 100px;
	overflow: hidden;
}
div#hd-right {
	width: 570px;
	float: right;
	display: inline;
}
div#hd-right p {
	text-align: right;
	font-size: 108%;
	color: #7dba00;
	margin-bottom: 45px;
	padding-right: 5px;
}

/* Body */
div#map{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

div#bd {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bkg-mid.gif) repeat-y 0 0;
}
div#bd1 {
	width: 790px;
	background: url(../images/bkg-btm.gif) no-repeat 0 100%;
}
div#bd2 {
	background: url(../images/bkg-top.gif) no-repeat 0 0;
	padding: 35px 35px 20px 35px;
}
/* End hide from IE-mac */
/* @end */div#bd3 {
	background: url(../images/bkg-top.gif) no-repeat 0 0;
	padding: 0px 0px 0px 0px;
}
div#bdgal {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-position: 0 0;
	background-image: none;
	height: 610px;
}
div#bdgal1 {
	width: 790px;
	height: 610px;
}

/* Footer */
div#ft {
	text-align: center;
	color: #7dba00;
	font-size: 85%;
	padding: 20px 0;
}
/* @end */

/* @group Modules */
div.sidebar {
	width: 310px;
	float: left;
	display: inline;
}
div.main {
	width: 380px;
	padding-top: 8px;
	float: right;
	display: inline;
}
div.main-wide {
	width: 100%;
}

/* Content Images */
img.content-pic-left {
	margin: 0 25px 10px 0;
	float: left;
	display: inline;
}
img.content-pic-right {
	margin: 0 0 10px 25px;
	float: right;
	display: inline;
}

body#p-contact div.main {
	padding-top: 34px;
}

/* Logo */
h1#logo {
	width: 220px;
	height: 101px;
	background: url(../images/furcrazy-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
h1#logo a {
	display: block;
	height: 100%;
}

/* Memory Pics */
div.memory-pics {
	margin-bottom: 20px;
}
div.memory-pics img {
	margin: 0 20px;
}

/* HR */
div.hr-spacer {
	height: 1px;
	overflow: hidden;
	margin: 20px 0;
	clear: both;
}
/* @end */

/* @group Nav */
div#nav ul {
	float: right;
	display: inline;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	font-size: 93%;
	padding: 0 6px;
	display: block;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #888889;
	text-decoration: none;
}


/* Nav rollover */
div#nav ul li:hover a:link, div#nav ul li:hover a:visited, div#nav ul li.sfhover a:link, div#nav ul li.sfhover a:visited {
	color: #e0ad12;
}
div#nav ul li:hover ul li a:link, div#nav ul li:hover ul li a:visited, div#nav ul li.sfhover ul li a:link, div#nav ul li.sfhover ul li a:visited {
	color: #888889;
}
div#nav ul li:hover ul li:hover a:link, div#nav ul li:hover ul li:hover a:visited, div#nav ul li.sfhover ul li.sfhover a:link, div#nav ul li.sfhover ul li.sfhover a:visited {
	color: #e0ad12;
}


/* Nav Active States */
body#p-home div#nav ul li#n-home a:link, body#p-home div#nav ul li#n-home a:visited {
	color: #7dba00;
}

/* about */
body#p-about div#nav ul li#n-about a:link, body#p-about div#nav ul li#n-about a:visited {
	color: #7dba00;
}
body#p-about div#nav ul li#n-about ul li a:link, body#p-about div#nav ul li#n-about ul li a:visited {
	color: #888889;
}
body#p-about div#nav ul li#n-about ul li a:hover {
	color: #e0ad12;
}
body.p-about-story div#nav ul li ul li#n-about-story a:link, body.p-about-story div#nav ul li ul li#n-about-story a:visited {
	color: #7dba00!important;
}
body.p-about-philosophy div#nav ul li ul li#n-about-philosophy a:link, body.p-about-philosophy div#nav ul li ul li#n-about-philosophy a:visited {
	color: #7dba00!important;
}
body.p-about-staff div#nav ul li ul li#n-about-staff a:link, body.p-about-staff div#nav ul li ul li#n-about-staff a:visited {
	color: #7dba00!important;
}
body.p-about-memory div#nav ul li ul li#n-about-memory a:link, body.p-about-memory div#nav ul li ul li#n-about-memory a:visited {
	color: #7dba00!important;
}
body.p-about-affiliations div#nav ul li ul li#n-about-affiliations a:link, body.p-about-affiliations div#nav ul li ul li#n-about-affiliations a:visited {
	color: #7dba00!important;
}
body.p-about-charities div#nav ul li ul li#n-about-charities a:link, body.p-about-charities div#nav ul li ul li#n-about-charities a:visited {
	color: #7dba00!important;
}

/* services */
body#p-services div#nav ul li#n-services a:link, body#p-services div#nav ul li#n-services a:visited {
	color: #7dba00;
}
body#p-services div#nav ul li#n-services ul li a:link, body#p-services div#nav ul li#n-services ul li a:visited {
	color: #888889;
}
body#p-services div#nav ul li#n-services ul li a:hover {
	color: #e0ad12;
}
body.p-services-bathing div#nav ul li ul li#n-services-bathing a:link, body.p-services-bathing div#nav ul li ul li#n-services-bathing a:visited {
	color: #7dba00!important;
}
body.p-services-grooming div#nav ul li ul li#n-services-grooming a:link, body.p-services-grooming div#nav ul li ul li#n-services-grooming a:visited {
	color: #7dba00!important;
}
body.p-services-additional div#nav ul li ul li#n-services-additional a:link, body.p-services-additional div#nav ul li ul li#n-services-additional a:visited {
	color: #7dba00!important;
}
body.p-services-daycare div#nav ul li ul li#n-services-daycare a:link, body.p-services-daycare div#nav ul li ul li#n-services-daycare a:visited {
	color: #7dba00!important;
}
body.p-services-training div#nav ul li ul li#n-services-training a:link, body.p-services-training div#nav ul li ul li#n-services-training a:visited {
	color: #7dba00!important;
}
body.p-services-health div#nav ul li ul li#n-services-health a:link, body.p-services-health div#nav ul li ul li#n-services-health a:visited {
	color: #7dba00!important;
}
body.p-services-know div#nav ul li ul li#n-services-know a:link, body.p-services-know div#nav ul li ul li#n-services-know a:visited {
	color: #7dba00!important;
}
body.p-services-specials div#nav ul li ul li#n-services-specials a:link, body.p-services-specials div#nav ul li ul li#n-services-specials a:visited {
	color: #7dba00!important;
}

/* Family */
body#p-family div#nav ul li#n-family a:link, body#p-family div#nav ul li#n-family a:visited {
	color: #7dba00;
}
body#p-family div#nav ul li#n-family ul li a:link, body#p-family div#nav ul li#n-family ul li a:visited {
	color: #888889;
}
body#p-family div#nav ul li#n-family ul li a:hover {
	color: #e0ad12;
}
body.p-family-testimonials div#nav ul li ul li#n-family-testimonials a:link, body.p-family-testimonials div#nav ul li ul li#n-family-testimonials a:visited {
	color: #7dba00!important;
}
body.p-family-gallery div#nav ul li ul li#n-family-gallery a:link, body.p-family-gallery div#nav ul li ul li#n-family-gallery a:visited {
	color: #7dba00!important;
}

/* Boutique */
body#p-boutique div#nav ul li#n-boutique a:link, body#p-boutique div#nav ul li#n-boutique a:visited {
	color: #7dba00;
}
body#p-boutique div#nav ul li#n-boutique ul li a:link, body#p-boutique div#nav ul li#n-boutique ul li a:visited {
	color: #888889;
}
body#p-boutique div#nav ul li#n-boutique ul li a:hover {
	color: #e0ad12;
}
body.p-boutique-nutrition div#nav ul li ul li#n-boutique-nutrition a:link, body.p-boutique-nutrition div#nav ul li ul li#n-boutique-nutrition a:visited {
	color: #7dba00!important;
}
body.p-boutique-accessories div#nav ul li ul li#n-boutique-accessories a:link, body.p-boutique-accessories div#nav ul li ul li#n-boutique-accessories a:visited {
	color: #7dba00!important;
}


body#p-news div#nav ul li#n-news a:link, body#p-news div#nav ul li#n-news a:visited {
	color: #7dba00;
}
body#p-blog div#nav ul li#n-blog a:link, body#p-blog div#nav ul li#n-blog a:visited {
	color: #7dba00;
}
body#p-contact div#nav ul li#n-contact a:link, body#p-contact div#nav ul li#n-contact a:visited {
	color: #7dba00;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: left;
	display: inline;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 5px;
	margin: 0;
	font-size: 85%;
	display: block;
	float: left;
	display: inline;
}
div#nav ul li:hover ul,
div#nav ul li.sfhover ul {
    left: auto !important; 
/*  don't normally like to use !important, but don't see a way to 
    use specificity here. 
*/
}
body#p-services div#nav.sfhover ul li#n-services ul,
body#p-services div#nav:hover ul li#n-services ul, body#p-about div#nav.sfhover ul li#n-about ul,
body#p-about div#nav:hover ul li#n-about ul, body#p-family div#nav.sfhover ul li#n-family ul,
body#p-family div#nav:hover ul li#n-family ul, body#p-boutique div#nav.sfhover ul li#n-boutique ul,
body#p-boutique div#nav:hover ul li#n-boutique ul {
/*  this declaration hides the sub-menu when the mouse is hovering
    over the menu. it will have to be applied to each page, in similar
    fashion to the declaration that shows the sub-menus on the 
    appropriate page
*/
    left:-999em;
}
body#p-services div#nav ul li#n-services ul, body#p-about div#nav ul li#n-about ul, body#p-family div#nav ul li#n-family ul, body#p-boutique div#nav ul li#n-boutique ul {
	left: auto;
}
div#nav ul li ul a:hover {
	
}

div#nav ul li#n-about ul {
	margin-left: -60px;
}
div#nav ul li#n-services ul {
	margin-left: -139px;
}

/* @end */

/* @group Default Headings */
div#bd h1 {
	font-size: 116%;
	color: #7dba00;
	margin-bottom: 15px;
}
div#bd h2 {
	font-size: 100%;
	color: #7dba00;
	margin-bottom: 15px;
	font-weight: bold;
}
div#bd h3 {
	font-size: 93%;
	color: #888889;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
div#bd p, div#bd ul, div#bd ol {
	color: #888889;
	line-height: 180%;
	margin-bottom: 15px;
	font-size: 93%;
}
body#p-home div#bd p {
	line-height: 160%;
	font-size: 85%;
}
div#bd blockquote {
	color: #7dba00;
	line-height: 150%;
	margin-bottom: 15px;
	font-size: 93%;
	font-weight: bold;
	font-style: italic;
}
div#bd blockquote span.left {
	display: block;
	text-align: left;
	font-weight: normal;
	padding-left: 80px;
	padding-top: 10px;
}
div#bd blockquote span.right {
	display: block;
	text-align: right;
	font-weight: normal;
	padding-right: 40px;
}
div#bd blockquote span.right-short {
	display: block;
	text-align: right;
	font-weight: normal;
	padding-right: 200px;
}
strong {
	font-weight: bold;
}
em {
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
div#bd ul {
	margin-left: 20px;
}
div#bd ul.default-list li {
	list-style-type: disc;
}
div#bd ul li ul li {
	list-style-type: disc;
}
/* @end */

/* @group Forms */
form.contact-form {
	margin: 0 0 20px 0;
}
div.row, div.submit-row {
	clear: left;
	margin: 0;
	padding: 10px 0 0 0;
}
div.submit-row {
	width: 306px;
	text-align: right;
}
div.submit-row input {

}
div.row label {
	float: left;
	width: 100px;
	color: #888889;
	font-size: 93%;
	padding-top: 3px;
	display: inline;
}
div.row input, div.row textarea {
	font-size: 93%;
	font-family: Verdana, sans-serif;
	color: #888889;
}
.txt {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}
div.row textarea {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}
div#bd div.row p.error {
	font-size: 85%!important;
	color: red!important;
	margin: 0!important;
	line-height: 130%!important;
	padding-left: 100px;
}
/* @end */

/* @group Default Links - link visited hover active */
div#bd a:link, div#bd a:visited {
	color: #7dba00;
}
div#bd a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

