/* CSS Document */

/*-----------------------------------------------------------------------------
Morgan Cohen Home Inspection

version:   1.0
author:    t.j. hellmann
email:     tjhellmann@gmail.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/*
@import url("cssreset-min.css");
@import url("cssbase-min.css");
@import url("cssfonts-min.css");
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width-value: 0px;
	border-bottom-width: 0px;
	border-left-width-value: 0px;
}

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}

/* Clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background: #888638;
	}


/* =Typography
-----------------------------------------------------------------------------*/



body {
  font-size: 63%;
  font-family: Georgia, serif, "Times New Roman", Times;
	-moz-osx-font-smoothing: grayscale;
}

p {
	color: #191800;
	font-size: 1.3em;
	padding-bottom: .5em;
	}
	
ul {
	color:#191800;
	padding-left:35px;
	font-size:1.2em;
}
	
ol {
	color:#191800;
	list-style: decimal outside;
}

#agreement ol {
	font-size: 1.2em;
}

ul li {
	line-height:1.1em;
	padding-bottom:.3em;
}

ol li {
	line-height:1.5em;
	padding-bottom:.4em;
	margin-left: 30px;	
}
	
.first {
	padding-top:90px;
	padding-bottom:.8em;
	color: #FEF79B;
	}
/* for whole blocks of a quote*/	
.quote {
	font: 1.3em/1.6em Georgia, serif;
	font-style:italic;
	color: #fcfbd2;
	padding-left: 15px;
	padding-right: 15px;
}

.quote span {
	font-size: .8em;
	font-style:normal;
	text-transform: uppercase;
	color: #f2edac;
	letter-spacing: .05em;
	padding-left: 5px;
}



/* to put the quote marks */
#testimonials p {
	padding: 5px 25px;
}

.ltquote {
	background:url(../images/ltquote.gif) no-repeat top left;
	margin-top: 15px;

}

.rtquote {
	background:url(../images/rtquote.gif) no-repeat top right;
	padding-right:25px;
	width: 30px;
	height: 40px;
	}


.pdf {
	background:url(../images/pdf9.gif) no-repeat right top;
	padding-right: 13px;
}

.doc {
	background: url(../images/icon_doc_small.gif) no-repeat right top;
	padding-right: 13px;
}

.footnote {
	font-size: 9px;
}

.question {font-size:1.5em;}
.question p {color: #fcfbd2; font-size:.9em;}
.question ul {color: #fcfbd2; font-size:.9em; margin: 0; padding: 0; list-style-type: circle; }
.question h4 {font-size:1em;}
.question p a {color: #323101;}


#faq h3 {margin-left: 0px;}


/* =Headings
-----------------------------------------------------------------------------*/

h2 {
	color: #FEF79B;
	font: 2.7em/2em Georgia, serif;
	letter-spacing:-0.02em;
	word-spacing: -0.02em;
}

#home h2 {letter-spacing:-0.04em;
	word-spacing: -0.04em;
}

h3 {
	color: #FEF79B; /*e1da80*/
	font: 1.8em Georgia, serif;
	padding: .6em 0 .3em 0;
	line-height:1.2em;
}

div.contract {
	padding: 1.5em 0;
    border-top: 1px solid;	
}

h4 {
	color: #191800;
	font-weight:bold;
	font: 1.5em/1.5em Georgia, serif;
	padding: .3em 0;
	
}


.clickable {
	cursor: pointer;
}

.clickable:hover {
	cursor: pointer;
	text-decoration: underline;
}

#tagline h2 {
	font: .8em/.6em Georgia, serif;
}
#tagline span {
	font: .8em/1em Georgia, serif;
	color: #FEF79B;
	font-style:italic;
}

/* =Links
-----------------------------------------------------------------------------*/

p a {
	color: #f2edac;
}


a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #FEF79B;
	}
	
a:hover, a:active {
	border-bottom-style:solid;
	color: black;
	background-color: #f2edac;
}

#content li a {color: #191800;}


/* =Container
-----------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 720px;
	background: #888638 url(../images/content_bg.jpg) repeat-y top center;
	}
	

/* =Masthead
-----------------------------------------------------------------------------*/
#masthead {
	height: 170px;
	background: #888638 url(../images/banner.jpg) no-repeat;
	}

#masthead h1 {
	text-indent: -9000px;
	}
	
#masthead p {
	position: absolute;
	top: 127px;
	width:720px;
	margin: 0 0 0 20px;
	padding: 0;
	font-size:12px;
	letter-spacing:.05em;
	color: white;
	}
	
#masthead p a {
	text-decoration:none;
	border:0;
	color: white;
	}

#masthead p a:hover {
	color: white;
	background: black;
	text-decoration:underline;
}


/* =Main Nav
-----------------------------------------------------------------------------*/
ul#mainNav  {
	position:absolute;
	top:147px;
	margin: 0;
	padding: 0;
	width: 718px;
	height: 22px;
	float:left;
	background: #B9B671;
	list-style: none;
	font-size: .990em;
	text-transform:uppercase;
	border: 1px solid #B9B671;
}

ul#mainNav li {
	float: left;
	color: white;
	font-size: 1em;
	}
	
ul#mainNav a {
	display: block;
	float: left;
	padding: 0 0.35em;
	line-height: 22px;
	text-decoration: none;
	color: #FFF;
	font-size: 1em;
	border-right: #888638 1px solid;
}

ul#mainNav a:link, a:visited {
	border-bottom: #888638 1px solid;
}


ul#mainNav a:hover, a:active {
	background: #a8a44a;
	border-bottom: #a8a44a 1px solid;
}


#home #mainNav .home a,
#testimonials #mainNav .testimonials a,
#links #mainNav .links a,
#inspect #mainNav .inspect a,
#agreement #mainNav .agreement a,
#testimonials #mainNav .testimonials a,
#areas #mainNav .areas a,
#contact #mainNav .contact a,
#faq #mainNav .faq a {
	background: #a8a44a;
	border-bottom: #a8a44a 1px solid;
	cursor: default;
}


span.email {
	font-size: .95em;
}

/* =Main Content
-----------------------------------------------------------------------------*/

#content {
	position:relative;
	background: #a8a44a;
	padding: 0px 100px 30px 20px;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#B9B671;
}

.title {
	position: absolute;
	z-index:10;
	left: 20px;
	top: 20px;
	text-indent:-9000px;
	margin-bottom:20px;
}

.mainImg {
	position:relative;
	float: right;
	margin-right:-100px;
	margin-top:0px;
	padding: 0 0 20px 20px;
		}

#homeImg {
	height: 66px;
	width: 435px;
	background: url(../images/welcome.png) no-repeat !important;
	background: url(../images/welcome.gif) no-repeat;
}

#content ul li {
	font-size: 1.1em;
	line-height:1.3em;
}

.returntotop {
	font-size: .8em;
	text-transform: uppercase;
	color: #FEF79B;
}

/* =Profiles
-----------------------------------------------------------------------------*/

.profile {
	margin-bottom: 1em;
}

.profile h4 {
	font-style: italic;
}

.profile img {
	float: left;
	margin: .5em 1em .5em 0;
	background: #000;
	padding: 2px;
}
button::-moz-focus-inner {
	border:0;
	padding:0;
}

.sampleReportButton {
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-khtml-border-radius: 1.5em;
	border-radius: 1.5em;
	background-color: #FEF79B;
}


span.skype_pnh_container {
	display:none !important;
}

span.skype_pnh_print_container {
	display:inline !important;
}

/* =Facebook
-----------------------------------------------------------------------------*/
/*
.fb-like {
	margin: 2.5em 0 .5em;
	height: 100px;
	width: 100px;
}
*/

.fb-like span, .fb-like iframe {
	min-width: 100px !important;
	min-height: 20px !important;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: black;
	width:720px;
	}

#footer p {
	line-height:2em;
	padding-left: 20px;
	color: white;
	}

#footer a {
	border: 0;
	color: white;
	}
	
#footer a:hover {
	color: white;
	background: black;
	text-decoration:underline;
	}
