/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for House of Holistic Health website.
Author: Cuie&Co - Andy Walton
Author URI: http://cuieandco.com */

/* Created: 7 June 2009 (Last updated - 19 September 2009)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* TYPOGRAPHY
---------------------------------------------------------- */

blockquote {
	color: #008bcb;
	font: normal 26px/27px Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
	padding: 0 18px;
}
cite {
	font: normal 12px/19px Georgia, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 22px/27px Verdana, Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 19px;
	color: #af2024;	
}
h2 {
	font: normal 15px/19px Verdana, Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 19px;
}
h3 {
	font: normal 14px/19px Verdana, Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 19px;
}
h4 {
  	font: normal 13px/19px Verdana, Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 19px;
}
h5 {
	font: normal 11px/19px Verdana, Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 19px;
}
p {
	margin-bottom: 19px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #e3e6e5;
	cursor: help;
}

/* LINKS
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #af2024;
	text-decoration: none;
}
a:hover {
	color: #af2024;
	text-decoration: underline;
}

/* RULES
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px dotted #b0b0b0;
	clear: both;
	height: 1px;
	margin-bottom: 19px;
	width: 100%;
}
hr.solid {
	border-bottom: 1px solid #595959;
}
hr.dotted {
	border-bottom: 1px dotted #595959;
}
hr.thick {
	border-bottom: 3px solid #595959;
}

/* SITE
---------------------------------------------------------- */

/* GENERAL LAYOUT */
html {
	height: auto;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical; /* Remove if you're worried about validation */
}
body {
	background-color: #535252;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #6e6e6e;
	font: normal 12px/19px Verdana, Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	min-width: 960px;
	padding: 0;
	width: 100%;
}
#wrapper {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 884px;
}

/* ADDRESS BAR */
#address-bar {
	background-color: #434242;
	clear: both;
	color: #bbbaba;
	height: 19px;
	margin-bottom: 19px;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}

/* HEADER */
#header {
	background: #af2024 url(../images/bg_header.png) top left no-repeat;
	clear: both;
	height: 237px;
	margin: 0;
	padding: 0;
	width: 884px;
}
#logo {
	display: block;	
}
#logo a {
	background: #af2024 url(../images/logo_hhh.png) top left no-repeat;
	display: block;
	height: 218px;
	margin: 0 auto;
	padding: 0;
	width: 300px;
}
#logo a:hover {
	background: #af2024 url(../images/logo_hhh.png) top left no-repeat;
}
#logo h1 {
	color: #fff;
	display: block;
	font-size: 26px;
	margin-left: -3000px;
}

/* PAGE CONTAINER */
#container {
	background-color: #fff;
	margin: 0;
	overflow: auto;
	padding: 24px 36px;
	width: 888px;
}
#showcase {
	background-color: #e6e6e6;
	clear: left;
	float: left;
	height: 294px;
	margin: 0 24px 0 0;
	padding: 5px;
	width: 570px;
}
#showcase.gallery {
	height: 294px;
	width: 570px;
}
#intro {
	background-color: #fff;
	clear: right;
	float: right;
	height: 304px;
	margin: 0;
	padding: 14px 0 0 0;
	overflow: hidden;
	width: 284px;
}

/* CONTENT */
#content {
	background-color: #fff;
	margin: 0;
	overflow: auto;
	padding: 24px 24px 0 24px;
	width: 836px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 19px;
}
#content li {
	padding-bottom: 9px;
}
.row {
	clear: both;
}
.column {
	float: left;
	margin: 0;
	padding: 0 19px 12px 0;
	width: 152px;
}
.column img {
	margin-bottom: 12px;
}
.column h2 {
	border-bottom: 1px dotted #b0b0b0;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.column h2.no-rule {
	border-bottom: none;
}
.column p {
	margin-bottom: 6px;
}
.last {
	float: right;
	padding: 0;	
}

/* SUBSCRIBE */
#subscribe {
	background-color: #434242;
	clear: both;
	color: #bbbaba;
	font-size: 14px;
	margin-bottom: 0;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}
form {
	padding: 20px;
}
input {
	background-color: #fff;
	border: none;
	color: #6e6e6e;
	font: normal 16px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0 20px 0 0;
	padding: 8px;
	width: 300px;
}
button {
	background-color: #af2024;
	border: none;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 8px 0;
	width: 100px;
}
button:hover {
	background-color: #000;
	color: #fff;
}

/* FOOTER */
#footer {
	color: #868585;
	margin: 0 auto;
	padding: 6px 38px 18px 38px;
	text-align: left;
	width: 884px;
}
#footer a {
	color: #868585;
	text-decoration: none;
}
#footer a:hover {
	color: #868585;
	text-decoration: underline;
}
#meta {
	float: left;
	padding: 0;
	width: 416px;
}
#by-cuie {
	float: right;
	padding: 0;
	text-align: right;
	width: 416px;
}

/* STYLING CLASSES */
.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
	margin: 0 12px 0 0;	
}
.float-right {
	float: right;
	margin: 0 0 0 12px;	
}
.pic-no-float {
	text-align: center;
	margin: 0 auto;
}
.pic-left {
	border: 5px solid #e6e6e6;
	float: left;
	margin: 0 12px 6px 0;
}
.pic-right {
	border: 5px solid #e6e6e6;
	float: right;
	margin: 0 0 6px 12px;
}
.no-border {
	border: none;
	margin: 0;
}
.no-border-left {
	float: right;
	border: none;
}
.no-border-right {
	float: right;
	border: none;
}
