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

/* Created: 20 May 2009 (Last updated - 15 March 2010)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 10pt; }
q:before,q:after { content:''; }
a { text-decoration: none; }
a, a:link, a:visited, a:active, a:hover { outline: none; }
* {	margin: 0; padding: 0; }

/* Basic typography styles
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	color: #7a9697;
	font: normal 26px/27px Baskerville, Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
	padding: 0 18px;
}
cite {
	font: normal 12px/19px Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	color: #7a9697;
	font: normal 24px/27px Baskerville, Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
}
h2 {
	color: #7a9697;
	font: normal 20px/19px Baskerville, Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
}
h3 {
	color: #96a8b7;
	font: normal 18px/19px Baskerville, Georgia, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
}
h4 {
  	font: normal 13px/19px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
}
h5 {
	font: normal 11px/19px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 19px;
}
p {
	margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 18px;
	border: 0;
	border-bottom: 1px solid #e3e6e5;
	clear: both;
}
hr.padded {
	border-bottom: 1px dashed #e3e6e5;
	padding: 0 18px;
}
hr.dashed {
	border-bottom: 1px dashed #e3e6e5;
}
hr.thin {
	border-bottom: 1px solid #e3e6e5;
}
acronym {
	border-bottom: 1px dotted #e3e6e5;
	cursor: help;
}

/* Setup */
html {
	height: auto; /* Removed for validation - overflow: -moz-scrollbars-vertical; */
	min-height: 100%;
}
body {
	background: #fff url(../images/bg.png) top center no-repeat scroll;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #8a8b8b;
	font: normal 12px/19px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 860px; /* Minimum width of layout - this property does not work in old versions of IE - Puke */
	padding: 0;
	width: 100%;
}
#wrapper {
	background-color: transparent;
	clear: both;
	margin: 50px auto 0 auto;
	overflow: auto;
	padding: 0;
	width: 860px;
}

/* Header */
#header {
	background: transparent url(../images/bg_header.png) top center no-repeat;
	clear: both;
	height: 155px;
	padding: 0 10px;
	margin: 0;
	width: 840px;
}
#logo {
	display: block;	
}
#logo a {
	background: #fff url(../images/logo_jade.png) top center no-repeat;
	display: block;
	height: 155px;
	margin: 0 auto;
	width: 260px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}

/* Navigation */
#navigation {
	clear: both;
	background: transparent url(../images/bg_navigation.png) top center no-repeat;
	height: 30px;
	padding: 0 46px;
	font-size: 13px;
	width: 768px;
}
#navigation ul {
	color: #7a9697;
	display: block;
	height: 18px;
	padding: 4px 0 8px 0;
	width: 768px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li.first a {
	padding: 0 25px;
}
#navigation ul li a {
	background-color: #fff;
	color: #afb0b0;
	float: left;
	display: inline;
	padding: 0 26px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
#navigation ul li a:hover {
	color: #7a9697;
	text-decoration: none;
}
#navigation ul li.selected a:hover {
	color: #7a9697;
	font-weight: bold;
	text-decoration: underline;
}
#navigation ul li.selected a {
	color: #7a9697;
	font-weight: bold;
	text-decoration: none;
}

/* Container - for page content */
#container {
	background: transparent url(../images/bg_container.png) top center repeat-y;
	margin: 0;
	overflow: auto;
	padding: 27px 46px 7px 46px;
	width: 768px;
}

#showcase {
	background-color: #e3e6e5;
	border: 3px solid #e3e6e5;
	clear: both;
	height: 344px;
	margin: 0 0 18px 0;
	overflow: hidden;
	padding: 0;
	width: 762px;
}
a:hover #showcase {
	border: 3px solid #7a9697;
}
#showcase.gallery {
	height: 344px;
	margin: 0;
	padding: 3px;
	width: 762px;	
}

/* Content */
#content {
	clear: left;
	float: left;
	margin: 0;
	padding: 0 36px 0 0;
	width: 500px; /* 536px; */
}
#content.homepage {
	width: 375px;
	padding: 0 18px 0 0;	
}
#content.wide {
	width: 768px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}

#subscribe {
	border: 3px solid #e3e6e5;
	font-size: 11px;
	padding: 15px;
	width: 339px;
	height: 85px;
}
#subscribe p {
	margin-bottom: 12px;
}
#subscribe input {
	float: left;
	margin-right: 12px;	
	width: 200px;
}
#subscribe input.btn {
	float: left;	
	width: 90px;
}
#subscribe form {
	clear: both;
}
#featured {
	background-color: #e3e6e5;
	border: 3px solid #e3e6e5;
	font-size: 11px;
	padding: 0 15px 0 0;
}
#featured h3 {
	padding-top: 15px;
}
#featured h3 a, subscribe h3 a {
	text-decoration: none;
}
#featured h3 a:hover, subscribe h3 a:hover {
	text-decoration: underline;
}
#subscribe h3, #featured h3 {
	margin-bottom: 6px;
}
#subscribe p {
	margin-bottom: 6px;
}

/* Galleries for client list */
.gallery-thumbnail {
	width: 144px;
	height: 163px;
	padding: 0 12px 27px 0;
	margin-bottom: 18px;
	float: left;
}
.gallery-thumbnail img {
	border: 3px solid #e3e6e5;
}
.gallery-thumbnail a:hover img {
	border: 3px solid #7a9697;
}
.gallery-thumbnail a {
	color: #8a8b8b;
	text-decoration: none;
}
.gallery-thumbnail a:hover {
	color: #7a9697;
	text-decoration: none;
}
.gallery-thumbnail.end {
	padding: 0 0 12px 0;
}
.gallery-thumbnail p {
	clear: both;
	margin-bottom: 18px;
}

/* Blog */
.post {
	width: 500px;
	overflow: auto;
}
.post h1 {
	text-transform: none;
	margin-bottom: 0;
}
.post h1 a {
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: underline;
}
.post-date {
	background-color: #7a9697;
	color: #fff;
	display: block;
	float: left;
	font: normal 16px/22px Helvetica, Arial, sans-serif, serif;
	padding: 15px 0 3px 0;	
	text-align: center;
	text-transform: uppercase;
	height: 56px;
	width: 71px;
}
.post-date span {
	color: #fff;
	font: normal 36px/22px Baskerville, Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.post-content {
	float: left;
	overflow: hidden;
	padding: 0 0 0 18px;	
	width: 411px;
}
.post-content img {
	margin: 0;
	max-width: 440px;
}
.post-meta {
	font: normal 12px/19px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	font-style: italic;
	color: #8a8b8b;
}
.post-meta p {
	margin-bottom: 0;
}
.comments {
	float: left;
	width: 100%;	
}
.comment {
	border-top: 1px dashed #e3e6e5;
	padding: 12px;
}
.comment span {
	font: normal 18px/18px Baskerville, Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.comment h3, .comment p d0d7d9
.comment em {
	color: #7e7e81;
	font-size: 100%;
	font-style: italic;
}
.alt {
	background-color: #e3e6e5;
	padding: 12px;
}
.comment.last {
	margin-bottom: 18px;
}
.comment-meta {
	margin-top: 10px;
	text-align: right;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 232px;
	margin: 0;
	padding: 6px 0 0 0;
	clear: right;
	overflow: hidden;
}
#sidebar.homepage {
	padding: 0;
	width: 375px;
}
#sidebar img {
	max-width: 232px;
}
#sidebar h3 a {
	color: #96a8b7;
}
#sidebar h3 a:hover {
	text-decoration: underline;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;
}
#sidebar li {
	padding-bottom: 9px;
}
#healing-stones {
	margin: 0 auto;
	width: 175px;
}
#healing-stones.gallery {
	background-position: top center;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	width: 175px;
}
.click-on {
	border: 3px solid #e3e6e5;
	margin-bottom: 19px;
}
#social-media {
	clear: both;
	padding: 9px 0 0 0;
	text-align: center;
}

/* Footer */
#footer {
	background: transparent url(../images/bg_footer.png) bottom center no-repeat;
	clear: both;
	font-size: 11px;
	height: 32px;
	overflow: auto;
	margin: 0 auto;
	padding: 27px 46px 6px 46px;
	width: 768px;
}
#footer a {
	color: #8a8b8b;
	font-weight: normal;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
#footer-meta {
	float: left;
	padding: 0 0 0 18px;
	width: 482px;
}
#by-cuie{
	float: right;
	padding: 0 18px 0 0;
	text-align: right;
	width: 250px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
	margin: 0 12px 6px 0;	
}
.float-right {
	float: right;
	margin: 0 0 6px 12px;	
}
.clear {
	clear: both;
}
.pic-no-float {
	border: 3px solid #e3e6e5;
	text-align: center;
	margin: 0 auto;
}
.pic-left {
	border: 3px solid #e3e6e5;
	float: left;
	margin: 0 12px 6px 0;
}
.pic-right {
	border: 3px solid #e3e6e5;
	float: right;
	margin: 0 0 6px 12px;
}
div.post img.thumbnail {
	border: 3px solid #e3e6e5;
	float: left;
	margin: 0 12px 12px 0;
	width: 96px;	
}
img.thumbnail {
	border: 3px solid #e3e6e5;
	padding: 3px; 
	float: left;
	margin: 0 12px 5px 0;
	width: 72px;	
}
.no-border {
	border: none;
	margin: 0;
}
.no-border-left {
	float: right;
	border: none;
}
.no-border-right {
	float: right;
	border: none;
}

/* Links */
a {
	color: #7a9697;
	text-decoration: underline;
}
a:hover {
	color: #7a9697;
	text-decoration: none;
}

/* Forms */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #d9dfe4;
	color: #8a8b8b;
	font-size: 11px;
	margin: 0;
	padding: 8px;
	width: 250px;	
}
fieldset {
	margin: 0 0 18px 0;
}
input.btn {
	background-color: #2b8056;
	border: none;
	display: block;
	color: #fff;
	font: normal 11px/18px Baskerville, Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
	height: 32px;
	color: #fff;
	margin: 0 0 9px 0;
	text-transform: uppercase;
	width: 90px;
}
input.btn:hover {
	background-color: #7a9697;
}
.error {
	color: #2b8056;
	font-style: italic;
}
#contact-form {
	border: 1px solid #e3e6e5;
	margin: 0;
	padding: 9px 18px;
	width: 464px;
}
#contact-form input {
	width: 250px;
}
#contact-form input.btn {
	width: 90px;
}
#comment-form {
	background-color: #e3e6e5;
	margin: 0 0 9px 0;
	padding: 18px 18px 6px 18px;
	width: 464px;
}
#comment-form input {
	width: 250px;
}
#comment-form input.btn {
	width: 90px;
}
#comment-form p {
	margin-bottom: 12px;	
}
.form-label {
	text-align: right;
	float: left;
	padding: 4px 18px 0 0;
	width: 132px;
}
.form-field {
	float: left;
	width: 244px;
}
#recaptcha_image img {
	width: 200px;
}
#recaptcha_area {
	width: 200px;
}

/* Tables */
table {
	margin-bottom: 18px;
}
td.title {
	padding: 0 18px 0 0;
	width: 102px;
	text-align: right;
	vertical-align: top;
}
