/* @override http://naturemaidhousecleaning.com/wordpress/wp-content/themes/naturemaid/css/main.css */

/*
Company:	Nature Maid
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 */
html, body {
	background: url(../images/top-bkg.gif) repeat-x 0 0 #f4f1e9;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #4c362a;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	/* background: url(../images/nm-logo.gif) no-repeat 50% 0; */
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 148px;
	overflow: visible;
}

/* Body */
div#bd {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

/* Footer */
div#ft {
	/* background: url(../images/ft-bkg.gif) repeat-x 0 0 #f1eee5; */
	/* overflow: hidden; */
}
div#ft-inner {
	/* background-color: #eeebe1; */
	background: url(../images/ft-bkg.gif) repeat-x 0 0 #f1eee5;		padding: 15px 0;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
div#ft p.ft-nav {
	width: 212px;
	margin-left: 18px;
	margin-bottom: 0;
	font-size: 85%;
	float: left;
	display: inline;
}
div#ft p.ft-nav a {
	padding: 0 15px 0 0;
	white-space:nowrap;
}
div#ft p.ft-nav a:link, div#ft p.ft-nav a:visited {
	color: #6a5f4e;
	text-decoration: none;
	border-bottom: none;
}
div#ft p.ft-nav a:hover {
	text-decoration: none;
	color: #2c6599;
}
div#ft p.copyright {
	margin-left: 24px;
	font-size: 85%;
	color: #bcafa8;
	margin-bottom: 0;
	float: left;
	display: inline;
}
div#ft p.copyright a:link, div#ft p.copyright a:visited{
	color: #bcafa8;
}
div#ft p.copyright a:hover {
	color: #2c6599;
}

/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 250px;
	height: 70px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 58px 0 0 -46px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
	border-bottom: none;
}

/* Tagline */
div#hd p.tagline {
	margin: 103px 10px 0 0;
	color: #d3bd9f;
	font-family: Georgia, Times, serif;
	font-size: 117.1%;
	float: right;
	display: inline;
	text-shadow:0 -1px 1px #000;
}
div#hd p.tagline span.ampersand {
	font-family: "Adobe Caslon Pro", "Adobe Garamond Pro", Garamond, Georgia, Times, serif;
	font-style:italic;
	font-size:105%;
	padding-right:2px;
}

div#hd p.tagline a:link, div#hd p.tagline a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #817169;
}
div#hd p.tagline a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
div#hd p.tagline span.phone {
	color: #fff;
}

/* Side */
div.side {
	width: 212px;
	/* margin-left: 60px; */
	padding: 40px 0 100px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 675px;
	padding-top: 40px;
	/* margin-right: 110px; */
	float: right;
	display: inline;
}

div.main img.content-pic {
	margin: 1.25em 0 10px 15px;
	border: 4px solid #e3ded4;
	float: right;
	display: inline;
}

/* Intro */
div.intro-wrap {
	background: url(../images/dotted-div.gif) repeat-x 0 0;
	padding-top: 5px;
	margin: 0 0 0 0;
}
div.intro {
	overflow: hidden;
	background: url(../images/dotted-div.gif) repeat-x 0 100%;
}
div.intro-inner {
	/* height: 136px; */
	/* overflow: hidden; */
	background: url(../images/intro-bkg.gif) repeat-x 0 0;
	margin: 0px 0;
}
div.intro h1 {
	color: #2c6599;
	font-family: Georgia, Times, serif;
	font-size: 182%;
	line-height: 140%;
	font-weight: normal;
	text-shadow:0 1px 1px #fff;
	margin: 0 0 5px 0;
	padding: 20px 20px 20px 160px;
	background: #eae6dd url(../images/cleaning-sun.gif) no-repeat 0 0;
}
div.intro h1 span {
	color: #8c7f73;
}

/* About */
div.about {
	background: url(../images/about-fade.gif) repeat-x 0 0 #f0ede4;
	overflow: hidden;
	padding: 16px 20px 20px;
	margin: 10px 0px -20px 0px;
}
div.about-wrap {
	/* background: url(../images/dotted-div.gif) repeat-x 0 100%;
	overflow: hidden;
	margin: 0 0 20px 0; */
}
div.about h4 {
	font-size: 93%;
	margin: 0 0 5px 0;
	color: #4c362a;
}
div.main div.about p {
	font-size: 93%;
	line-height: 160%;
	margin: 0;
}

/* What We Clean */
div.main p.lateral-nav {
	border-top: 1px solid #e2ded0;
	padding-top: 10px;
	font-size: 93%;
	margin:30px 0 30px;
}
div.main p.lateral-nav a.lat-prev {
	float:left;
	background: url(../images/leaf-arrow-prev.gif) no-repeat 0% 65%;
	padding-left: 30px;
}
div.main p.lateral-nav a.lat-next {
	float:right;
	background: url(../images/leaf-arrow-next.gif) no-repeat 100% 65%;
	padding-right: 30px;
}
div.main p.lateral-nav a:link, div.main p.lateral-nav a:visited {
	color: #992800;
	text-decoration: none;
	border-bottom:none;
}
div.main p.lateral-nav a:hover {
	color: #2c6599;
	text-decoration: underline;
}
/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px solid #e2ded0;
}
ul#nav li {
	list-style: none;
}
ul#nav li#estimate {
	font-weight: bold;
}
ul#nav li a {
	display: block;
	width: 196px;
	line-height: 18px;
	padding: 8px 8px 9px;
	border-bottom: 1px solid #e2ded0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #2c6599;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #992800;
	background-color: #eeebe1;
}
ul#nav li a.active {
	/* background: #e2ded0 url(../images/nav-hover.gif) repeat-x bottom left; */
	background-color: #e2ded0;
}
ul#nav li a.active:link, ul#nav li a.active:visited {
	color: #4c362a;
	text-decoration: none;
}
/* @end */

/* @group Default Headings */
h1 { }
h2 {font:220% Georgia, Times New Roman, serif; margin:4px 0 20px; color: #992800; text-shadow:0px 1px 1px #fff;}
h3 {font:150% Georgia, Times New Roman, serif; margin:24px 0 8px; color: #2c6599; text-shadow:0px 1px 1px #fff;}
h4 { }
h5 { }
h6 { }
/* @end */

div.main ul {
	font-size:108%;
	line-height: 180%;
	margin-top:8px;
}
div.main ul li {
	list-style-type:square;
}


/* @group Common Text Styles */
div.main p {
	font-size: 108%;
	line-height: 160%;
	color: #4c362a;
	margin-bottom: 1.25em;
}
div.main p.content-intro {
	/*
	font-family: Georgia, Times, serif;
	font-size: 135%;
	*/
	font-weight:bold;
	margin-top: 20px;
}
blockquote {
	font-family: Georgia, Times New Roman;
	font-style: italic;
	font-size: 108%;
	padding:0;
	margin:20px 0 0 0;
	text-indent: 0;
	margin-bottom: -1.25em;
}
blockquote strong {
	font-style: italic;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
form div.row, form div.submit-row {
	border-top: 1px solid #e2ded0;
	padding:0.75em 0 1em;
	font-size: 108%;
}
form label {
	display:block;
	width: 150px;
	float: left;
	padding-top: 3px;
}
form input.txt {
	font-size: 108%;
	width: 300px;
	padding: 2px 3px 3px 3px;
}
form textarea.txt {
	width: 500px;
	padding: 5px 3px 7px;
}
form div.submit-row {
	padding-left: 150px;
}
form input.btn {
	font-size: 115%;
	width: 100px;
}
p.error {
	border-top:1px solid #fc6;
	border-bottom:1px solid #fc6;
	background: #fffce6 url(../images/error.gif) 10px 13px no-repeat;
	padding:10px 10px 10px 35px;
	font-weight:bold;
	margin: 15px 0 15px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #81840c;
	text-decoration: none;
	border-bottom: 1px dotted;	
}
a:visited {
	color: #87499b;
}
a:hover {
	color: #2c6599;
}
/* @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;}
/* End hide from IE-mac */
/* @end */

a.fixme {color:red !important;}