	/***
	 * Stone House Plus CSS
	 * Author: HektorParis.com
	 * Created: 2/24/2010
	 * Last Modified: 
	 */
	 
	 body {
		 margin:15px 0 0 0;
		 padding:0;
		 background:#000 url(/assets/images/background.gif) repeat;
		 color:#FFF;
		 font-size:11px;
		 font-family:Verdana, Geneva, sans-serif;
	 }
	 
	 a {
		 color:#FFF;
		 text-decoration:none;
	 }
	 
	 a:hover {
		 text-decoration:underline;
	 }
	 
	 img {
		 border:none;
	 }
	 
	 form {
		 margin:0;
		 padding:0;
	 }
	 
	 div#wrapper {
		 width:950px;
		 margin:0 auto;
		 padding:0;
	 }
	 
	 div#header {
		 float:left;
		 width:950px;
		 height:130px;
		 background:#000 url(/assets/images/header_bg.jpg);
	 }
	 
	 div#header a {
		 color:#c6c8ca;
	 }
	 
	 div#header #header-rt-col {
		 float:right;
		 width:367px;
		 margin:10px 10px 0 0;
	 }
	 
	 div#header #header-lt-col {
		 float:left;
		 width:500px;
		 margin:8px 0 0 15px;
	 }
	 
	 div#header #header-lt-col #logo {
		 float:left;
		 width:190px;
	 }
	 
	 div#header #header-lt-col #contact-info {
	 	float:right; 
		width:200px; 
		text-align:right; 
		color:#c6c8ca;
	 }
	 
	 /*div#container {
		 clear:left;
		 float:left;
		 margin-bottom:30px;
		 padding-left:10px;
		 width:940px;
		 min-height:400px;
		 background:#000;
	 }
	 
	 div#container #left-col {
		 float:left;
		 width:450px;
	 }
	 
	 div#container #right-col {
		 float:right;
		 width:465px;
	 }*/
	 /* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 30px 0;
	width: 100%;
	padding-left:10px;
	padding-bottom:30px;
	width:940px;
	min-height:400px;
	background:#000;
}
#content {
	margin: 40px 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	margin-top: 40px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


	 
	 div#footer {
		 clear:left;
		 width:950px;
		 height:15px;
		 margin-bottom:20px;
	 }
	 
	 div#footer #footer-links {
		 width:790px;
		 margin:0 auto;
		 font-size:10px;
	 }
	 
	 div#footer #footer-links ul {
		 margin:0;
		 padding:0;
		 list-style-type:none;
	 }
	 
	 div#footer #footer-links li {
		 float:left;
		 margin:0;
		 padding:0 7px 1px 7px;
		 text-align:center;
		 border-right:1px #FFF solid;
		 line-height:7px;
	 }
	 
	 .error {
		 padding:2px;
		 margin-right:10px;
		 background:#ffcccc;
		 border:1px #F00 solid;
		 text-align:center;
		 color:#000;
	 }
	 
	 div#contact-lt-col {
		 float:left; 
		 width:220px; 
		 margin:10px 0 0 10px;
	 }
	 
	 div#contact-ctr-col {
		 float:left; 
		 width:240px; 
		 margin-top:20px;
	 }
	 
	 div#contact-rt-col {
		 float:right; 
		 width:465px;
	 }
	 
	 .dbl-space {
		 clear:both;
		 padding:10px;
	 }
	 
	 .spacer {
		 clear:both;
		 padding:5px;
	 }
	 
	 .br {
		 clear:both;
		 padding:2px;
	 }
	 
	 div.select-stone {
		 float:left; 
		 width:460px; 
		 min-height:110px; 
		 background:#000; 
		 margin:0 0 20px 0;
	 }
	 
	 div.select-stone .stone-img
	 {
		 float:left; 
		 width:150px; 
		 height:110px;
	 }
	 
	 div.select-stone .stone-desc
	 {
		 float:right; 
		 width:295px; 
		 margin:5px 0 0 10px; 
		 padding-right:5px;
		 text-align:justify;
	 }
	 
	 div#stones-info {
		 float:left;
		 width:950px;
		 padding:10px 0;
		 background:#000;
	 }
	 
	 div#stones-lt-col {
		 float:left; 
		 width:470px;
		 text-align:center;
	 }
	 
	 div#stones-rt-col {
		 float:right;
		 margin-right:10px;
		 width:450px;
	 }
	 
	 div#stones-pricing {
		 clear:both;
		 float:left;
		 border-top:1px #6b6c6e solid;
		 border-left:1px #6b6c6e solid;
	 }
	 
	 div#stones-we-stock {
		 width:820px; 
		 margin:0 auto; 
		 padding:20px; 
		 color:#000; 
		 background:#1f1f1f;
	 }
	 
	 div#stones-we-stock table td {
		 width:170px;
		 text-align:center;
		 font-weight:bold;
	 }
	 
	 div#stones-we-stock a {
		 color:#000;
	 }
	 
	 
	 
	 
	 /* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

	 
	 /* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #ffffff;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}