/* 
Title:     harmoniousliving.net master styles
Author:    chartpacs@mac.com
Updated:   21 March 2006
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.4em;
	color: #333;
	background: #ADD0E8;
	}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #79AEE0;  /* #A7A677 */
	}
a:hover {
	color: #606060;
	text-decoration: underline;
	}


/* page structure
---------------------------------------------------------- */

#wrap {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	background: #FFF;
	}
#header {
	margin: 0;
	padding: 0;
	background: #FFF url(/images/logo.jpg) no-repeat top left;
	}
#content {
	float: left;
	width: 500px;
	margin: 0;
	padding: 15px 20px 25px 25px;
	color: #101010;
	}
#content-nosidebar {
	float: left;
	width: 720px;
	margin: 0;
	padding: 15px 25px 25px 25px;
	color: #101010;
	background: #FFF;
	}
#content-home {
	float: left;
	width: 394px;
	margin: 0;
	padding: 0 6px 10px 10px;
	background: #FFF;
	}
#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 15px 25px 25px 0;
	background: #FFF;
	}
#sidebar-home {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0 10px 5px 0;
	background: #FFF;
	}
#footer {
	clear: both;
	margin: 0 25px;
	padding: 5px 0 10px 0;
	color: #606060;
	font-size: 85%;
	border-top: 1px solid #4A89BF;
	}
	
/* home page
---------------------------------------------------------- */

/* there are three "cells" in the sidebar: about, news, and portfolio
   -- 'about' and 'news' have an equal height
   -- the heights are specified to match up with the photo height,
      at least under "normal' font size (592px) */

#home div#about {
	min-height: 170px;
	height: auto !important;
	height: 170px;
	}
#home div#news {
	min-height: 337px;
	height: auto !important;
	height: 337px;
	}	
#home div#portfolio {
	min-height: 140px;
	height: auto !important;
	height: 140px;
	}
#home div.cell {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #E5EFF8; /* #ECEDE1 */
	}
#home div.cell-content {
	margin: 0;
	padding: 15px 30px;
	color: #151515; /* #717161 */
	border: 1px solid #ADD0E8; /* #ECEDE1 */
	}	
#home div#about div.cell-content {
	min-height: 168px;
	height: auto !important;
	height: 168px;
	}
#home div#news div.cell-content {
	min-height: 335px;
	height: auto !important;
	height: 335px;
	}	
#home div#portfolio div.cell-content {
	min-height: 108px;
	height: auto !important;
	height: 108px;
	}
#home h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 125%;
	font-weight: bold;
	}	
#home h2 span {
	margin: 0 6px 0 0;
	}
#home p {
	margin: 0 0 0.6em 0;
	padding: 0;
	}	
#home p.more {
	margin: 0;
	text-align: right;
	font-size: 85%;
	}	

/* navigation
---------------------------------------------------------- */

#nav {
	margin: 0;
	padding: 10px 20px 62px 0;
	background: url(/images/divider_bar.gif) no-repeat bottom left;
	}
	
/* don't want to show the divider bar on the home page */
#home #nav {
	padding: 10px 20px 45px 0;
	background: none;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav li a {
	margin: 0;
	padding: 0 6px;
	font-family: "Lucida Grande", "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	}

/* content styles
---------------------------------------------------------- */

#content h1,
#content-nosidebar h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #4A89BE;
	font-size: 150%;
	font-weight: bold;
	}
#content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #3C81BB;
	font-size: 125%;
	font-weight: bold;
	}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 105%;
	}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 40px;
	}
#content li {
	line-height: 1.4em;
	padding: 0 0 4px 0;
	}
div#about-links {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	}
div#about-links span {
	margin: 0 6px;
	padding: 0;
	color: #ccc;
	}
div#about-links a {
	font-weight: normal;
	}
#content img.float-right {
	float: right;
	margin: 0 0 10px 10px;
	}
#content img.float-left {
	float: left;
	margin: 0 10px 10px 0;
	}
#content div.staff-name {
	margin: 0;
	padding: 0;
	font-size: 105%;
	font-weight: bold;
	}
#content div.staff-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
	color: #606060;
	}
div.callout {
	margin: 0 0 15px 0;
	padding: 10px;
	background: #E5EFF8;
	border: 1px solid #ADD0E8;
	}
div.thumbnail-wrap {
	clear: both;
	float: left;
	width: 688px;
	margin: 0 0 15px 0;
	padding: 15px;
	background: #E5EFF8;
	border: 1px solid #ADD0E8;
	}
div.thumbnail {
	float: left;
	margin: 0 15px 0 0;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	}	
div.thumbnail img {
	display: block;
	margin: 0;
	padding: 0;
	}
div.testimonial {
	width: 587px; /* width of bg graphic. */
	margin: 0 auto; /* it turns out there is enough whitespace around the bg graphic, so no need to add a bottom margin */
	padding: 0;
	background: url(/images/testimonial_top.gif) no-repeat top left;
	}
div.testimonial p {
	margin: 0;
	padding: 20px 30px 30px 30px;
	text-indent: 30px;
	line-height: 1.5em;
	background: url(/images/testimonial_bottom.gif) no-repeat bottom left;
	}
div.testimonial span {
	margin: 0;
	padding: 0;
	color: #4A89BE;
	}
/* sidebar styles
---------------------------------------------------------- */

#sidebar img {
	display: block;
	margin: 0 auto;
	padding: 0;
	}
#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #3C81BB;
	font-size: 105%;
	}
	
/* footer styles
---------------------------------------------------------- */

#footer p {
	margin: 0 0 1.1em 0;
	line-height: 1.4em;
	text-align: center;
	}
	
#footer span {
	margin: 0 6px;
	padding: 0;
	}
	
/* forms
---------------------------------------------------------- */

#contactform {
	margin: 0 0 25px 0;
	padding: 0;
	}
#content form p, #content form dl dd {
	margin: 0 0 8px 0;
	padding: 0;
	}
#contactform p.note {
	margin-top: 20px;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#contactform dt {
	color: #303030;
	font-weight: normal !important;
	}
#contactform dt em, #contactform .note em {
	color: #c00;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	}
#contactform #realname, #contactform #email {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
	
/* lightbox styles
---------------------------------------------------------- */

#lightbox{
	background-color:#eee;
	padding: 0 10px;
	}
#lightboxCaption, #lightboxClose{
	font-size: 0.8em;
	padding-bottom: 10px;
	color: #666666;
	text-align: center;
	}
#lightboxClose {
	padding: 10px 0 0 0;
	text-align: right;
	}
#lightboxPhoto {
	display: block;
	padding: 10px 0;
	}
#lightboxClose a {
	color: #666666;
	}
#lightboxClose a:hover {
	color: #333333;
	}
#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background-color: #333; }
	
/* basic element styles
---------------------------------------------------------- */

abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
a abbr {
	border: none;
	}
address {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-style: normal;
	color: #303030;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
	padding-left: 23px;
	background: url(../img/0306/icon-quotes.gif) no-repeat 0 3px;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eaeaea;
	}
code {
	color: #679B34;
	font-family: Monaco, monospace;
	font-size: 120%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #537531;
	}
del {
	text-decoration: line-through;
	color: #777;
	}
em {
	font-style: italic;
	}
img {
	border: 0;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
strong {
	font-weight: bold;
	}