@charset "utf-8";
/* CSS Document - Charley's Navajo Rugs; copyright 2008 Off Media, Mark Stamas, www.OffMedia.net */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
	min-width:858px;
}
body {
	font:76%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	color: #663300;
	background: #E2C897 url(../images/background.jpg) repeat fixed;
}
#wrapper {
	/*wraps the whole shooting match setting the center justified content area, contains any footer outside the layout*/
	margin:0 auto;
	padding:0;
	width:858px;
	border:0;
	background:#EDDDC0;
}
#container {
	position:relative;/*for absolute positioned interior elements, if you use wrapper, block hovers freak out in ie6 and 7*/
	background: url(../images/content-background.gif) repeat-y top;	/*The background image here, and in the body, sets the vertical tile with columns and etc*/
}
#container2 {/*this is the header background sitting over the container background tile, this div is nested directly within the container*/
	background: transparent url(../images/content-header.gif) no-repeat scroll center top;
}
#header {
	height:130px;
}
div#header h1#sitetitle span {
	display: block;
	text-indent: -4000px;/*this allows an h1 tag in the code, but not visible to users*/
}
#content {
	margin:20px 75px 0px 236px;
	padding-bottom:25px;
	min-height:1200px;
	height:auto !important;
	height:1200px;
}
/*#content h1 {
	margin:0 0 0 15px;
}*/
#content h2 {
	border-bottom: 1px solid #8C572B;
	/*font-family:"Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;*/
	/*font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;*/
	margin:0 0 0 15px;
	color: #663300;
}
#content ol {
	margin-left:45px;
	padding:0;
}
#leftsidebar {
	position:absolute;
	left:58px;
	top:128px;
	width:175px;
	height:367px;
	z-index:1;
	/*font-family: "Arial Narrow", Arial, Helvetica, "Sans Serif";*/
}
#leftsidebar ul {
	margin:0;
	padding:0;
}
#leftsidebar li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#leftsidebar h3, #leftsidebar p {
	padding:0 10px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists, border color matches background */
#leftsidebar li {
	border-top: 1px solid #EDDDC0;
}
/* fix for browsers that don't need the hack */
html>body #leftsidebar li {
	border-top: none;
}
#leftsidebar li a:link, #leftsidebar li a:visited, #leftsidebar li a:hover {
	display: block;
	width:160px;
	/*ie6 workaround for the block level hover, set the width and ie6 will hover anywhere within that width*/
	padding:3px 2px 3px 8px;
	font-size:11px;
	color:#CD2324;
	text-decoration:none;
	font-weight: bold;
	border-bottom:1px solid #CD2324;
}
#leftsidebar li a:hover {
	text-decoration: underline;
	color: #333333;
}
#leftsidebar h2 {
	margin:15px 0 0px 0;
	padding:0;
	font-size:15px;
	border:none;
}
#leftsidebar p {
	margin:0;
	padding:0;
	font-size:12px;
	color:black;
}
#leftsidebar p a {
	text-decoration:none;
}
#leftsidebar p a:hover{
	text-decoration:underline;
}
.sidebarbox {
	margin:15px 15px 0 2px;
	padding:7px;
	width:125px;
	/*border:2px solid #8D592F;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	color: #000000;*/
}
.sidebarbox p {
	margin:0;
	padding:0;
	font-size:10em;
}
#footer {
	margin:0;
	padding:55px;
	font-size:80%;
	text-align:left;
	padding-bottom:25px;
}
#footer ul {
	margin:15px 0px 0px 10px;
	padding:0px;
	list-style:square;
}
#footer li {
	margin:0;
	padding:0;
}
#footer a {
	margin:0;
	padding:5px;
	color:#CD2324;
	text-decoration:none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
	color: #333333;
}
#footer a:active {
	color:white;
}
#footer p {
	text-align:left;
}
/*lists*/
#content ul {
	list-style:none;
	margin:15px 0;
	padding-left:15px;
}
#content ul li {
	margin:3px 3px;
	padding:0px;
	/*color:brown;*/
}
#content ul li p {
	margin-left:0;
	padding-left:0;
}
/*gallery*/

.gallery ul {
	list-style:none;
	margin:15px 0;
	padding:0;
}
.gallery li {
	display:block;
	float:left;
	width:125px;
	/*min-height:350px;
	height:auto !important;*/
	height:350px;
	margin:0;
	padding:0 10px 10px 0;
}
.gallery p {
	font-size:80%;
	margin:0;
	padding:0;
}
.gallery img {
	display:block;
}
ul.gallery li.wide {
	display:block;
	float:left;
	width:250px;
	/*min-height:350px;
	height:auto !important;*/
	height:350px;
	margin:0;
	padding:0 10px 10px 0;
	
}
/*detail list*/
.detail {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
.detail li {
	display:block;
	margin:0;
	padding:0;
}
.detail p {
	font-size:100%;
	margin:0;
	padding:0;
}
.clflt {
	clear:both;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bigred {
	font-size:200%;
	color:red;
}
img {
	border:none;
}
.boxfltlft {
	float:left;
	margin:0 0 0 55px;
	padding:5px;
}
.caption {
	font-size: 10px;
	text-align:center;
	line-height: 17px;
}
.yellowbox {
	margin:15px;
	padding:0px;
	width:400px;
	border:4px solid orange;
}
.bold {
	font-weight:bold;
}
small {
	margin:0 0 0 15px;
}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin:45px;
	padding:0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin:7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	padding-left:45px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
.post {
	margin-bottom:50px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.large {
	font: 30px Arial, Helvetica, sans-serif;
}
.medium {
	font: 20px Arial, Helvetica, sans-serif;
}
.small {
	font: 10px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family:"Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;*/
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 15px;
}
h1 {
	margin-bottom: 1em;
	font: 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin-top:15px;
	border-bottom: 1px solid #663300;
	font-size: 22px;
}
h3 {
	margin-top:15px;
	padding:0;
	font-size: 20px;
}
h4 {
	margin-top:15px;
	font-size:16px;
}
p {
	line-height: 1.4;
	margin: 15px;
}
.center {
	text-align:center;
}
.new {
	color:red;
	font-size:16px;
}
.sold {
	color:red;
	font-size:13px;
}
.onsale {
	color:red;
}
div.display {
	margin:25px;
	border:3px solid #8D5B2A;
}

