/*
Theme Name: Your-theme-name
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: thematic
Version: a-number--optional
.
General comments/License Statement if any.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
/*@import url('../thematic/library/styles/typography.css');*/

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	padding-bottom: 32px;
	font-size: 62.5%;
	text-align: center;
	background: transparent;
}

/* Reset Thematic
--------------------------------------------- */


#access {
    border: none;
}
#branding {
    padding: 0;
}

.aside,
#content .aside {
    margin: 0;
    padding: 0;
    border: none;
}

#primary,
#secondary {
    border: none;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 940px;
}
#main {
    width: 860px;
    padding: 20px 40px 0 40px;
}
#footer {
    border: none;
}

#content {
	padding-top: 12px !important;
}

#container,
#content,
.entry-content {
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}

body.page-template-default #container,
body.category #container,
body.tag #container {
   width: 550px;
}
body.page-template-default #content {
	width: 530px;
}

/*
.entry-content p:first-child {
    font-family: Papyrus, "Times New Roman", serif;
    font-size: 1.4em;
	letter-spacing: 1px;
}
*/

p {
    margin: 1em 0 1em;
    line-height: 1.3em;
    font-size: 1.1em;
}

/*
brown lower bg 	#857362
brown header	#a59078
brown content	#bda589

Drk brown text  #362c24
#5f5046
 
khaki			#b78b5c
 
yellow			#ffff00
orange			#ff9900
green 			#009900
*/



#footer {
    width: 940px;
    padding-bottom: 80px;
}

#siteinfo {
    margin: 0 0 0 520px;
    width: auto;
    color: #362c24;
}


body.page-template-tpl-page-single-col-php #container,
body.page-template-tpl-page-single-col-php #content {
    width: 860px;
}

.entry-title {
	display: block;
    font-family: Papyrus, "Times New Roman", serif;
    font-style: italic;
    font-size: 1.6em;
}
body.page .entry-title,
.page-title {
    /*display: none;*/
}

h1.page-title,
body.page .entry-title {
	font-family: Papyrus, "Times New Roman", serif;
    font-style: italic;
    font-size: 2em;
}

/* Typography
--------------------------------------------- */
body, input, textarea {
	font-family: "Times New Roman" , serif;
}
sup {
	font-size: 8px;
	position: relative;
	bottom: .5em
}

#content h3 {
    margin: 1em 0 1em 0;
    padding: 0;
}

.aside h3 {
	color: #362c24;
	font-size: 1.6em;;
}

.entry-content ul li {
	list-style: circle;
	margin-left: 24px;
	font-size: 1.1em;
}


html {
	background: url(images/bg-html.png) repeat-x top fixed #857362;
}
#wrapper {
	position: relative;
	background: url(images/bg-body.png) no-repeat bottom left #bda589;
	margin: 0 auto;
	width: 940px;
	text-align: left;
}
#header {
	background: url(images/branding-bg.png) bottom left no-repeat #a59078;
	height: 220px;
}
#branding #blog-title,
#branding #blog-description {
	text-indent: -9999px;
}

.wrap-video-inline {
	background: url(images/ajax-loader.gif) center center no-repeat;
}

/* Forms
--------------------------------------------- */

fieldset  div.form-row {
	margin: .8em 0 .8em 0;
}
fieldset div.form-row label {
	font-weight: bold;
	display: block;
}
fieldset div.form-row input {
	font-size: .9em;
	width: 260px
}
fieldset div.form-row input.large {
	width: 420px;
}
fieldset div.form-row textarea {
	width: 260px;
	height: 4em;
	font-size: .9em;
}
fieldset div.form-list label {
	font-size: .9em;
	display: inline;
}
input.checkbox {
	width: auto !important;
}
.req {
	color: #cc0000;
}
h3#form-errors {
	background: #cc0000;
	color: #fff;
	padding: .5em 1em .5em 1em;
	margin: 0;
}
.list-errors {
	margin-left: 1em;
}
.list-errors strong {
	color: #cc0000;
}


/* Navigation
--------------------------------------------- */

/* nav-main */

#nav-main {
	margin: 123px 0 0 40px;
	list-style: none;
	overflow: auto;
}
 
#nav-main li, {
	float: left;
	margin: 0;
	padding: 0;
}
 
#nav-main li {
	padding: 0;
}
#nav-main li a {
	background: left bottom no-repeat;
}

 
#nav-main a {
	float: left;
	display: block;
	height: 34px;
	padding: 0;
	text-decoration: none;
	margin-left: 4px;
	text-indent: -9999px;
}

#nav-main li a {
	background-image: url(images/nav-main-sprite.png);
	background-position: 0 0;
	padding-right: 4px;
}


#nav-main li.slug-home a {
	width: 70px;
}
#nav-main li.slug-products a {
	background-position: -74px 0;
	width: 103px;
}
#nav-main li.slug-shop-online a {
	background-position: -181px 0;
	width: 129px;
}
#nav-main li.slug-press a {
	background-position: -313px 0;
	width: 70px;
}
#nav-main li.slug-testimonials a {
	background-position: -387px 0;
	width: 131px;
}
#nav-main li.slug-style-tidbits a {
	background-position: -522px 0;
	width: 136px;
}
#nav-main li.slug-contact a {
	background-position: -662px 0;
	width: 94px;
}

body.slug-home #nav-main li.slug-home a,
body.slug-products #nav-main li.slug-products a,
body.slug-shop-online #nav-main li.slug-shop-online a,
body.category-press #nav-main li.slug-press a,
body.slug-testimonials #nav-main li.slug-testimonials a,
body.category-style-tidbits #nav-main li.slug-style-tidbits a,
body.slug-contact #nav-main li.slug-contact a
 {
	background-position-y: -40px;
}

/*
#nav-main li.current_page_item a {
	background: url(images/nav-main-sprite.png);
	background-position-y: 0;
}

#nav-main li.page-item-4.current_page_item a {
	width: 70px;
}
#nav-main li.page-item-7.current_page_item a {
	width: 103px;
}
#nav-main li.page-item-9.current_page_item a {
	width: 129px;
}
#nav-main li.page-item-11.current_page_item a {
	width: 142px;
}
#nav-main li.page-item-13.current_page_item a {
	width: 211px;
}
#nav-main li.page-item-16.current_page_item a {
	width: 90px;
}
*/

#nav-main li.slug-products div {
	display: none;
}

#nav-main li.slug-products:hover div {
	display: block;
	padding-top: 30px;
}
#nav-products-hover {
	position: absolute; top: 0; left: 122px;
	background: url(images/nav-products-hover.png) no-repeat;
	width: 141px;
	height: 54px;
}
#nav-products-hover ul li a {
	display: block;
	background-image: none !important;
	width: 138px !important;
	height: auto  !important;
	text-indent: -9999px;
}
/*
#nav-main li.current_page_item a {
	background: none;
}*/

/* widgets */

#text-370811141 {
    /*background: url(images/badge-new.png) no-repeat left center;
    margin-left: 40px;*/
    height: 80px;
    overflow: visible;
    width: 800px;
}
#text-370811141 img {
	display: none;
}

body.home #text-370811141 img {
	display: inherit;
	border: none;
	margin-left: 50px;
}

body.page-template-default #text-370811141 {
    margin-left: 80px;
}
#text-370811141 h3 {
    display: none;
}
#text-370811141 li {
    padding: 10px 0 0 80px;
    font-size: 1.6em;
    color: #000;
    font-family: Papyrus, "Times New Roman", serif;
    list-style: none;
}

#content-shop {
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    top: 1em;
    right: 2em;
    width: 260px;
    z-index: 20;
}

/*newsletter*/
#shop-newsletter {
}
#shop-newsletter legend {
    display: none;
}
#shop-newsletter input {
    line-height: 1.2em;
    margin: 0;
}
#shop-newsletter p {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #000;
}

#shop-customer-links li {
    display: inline;
    padding-right: .5em;
}
#shop-customer-links li a {
    color: #362c24;
}
#shop-customer-links li a:hover {
    color: #000;
}
#shop-customer-links li.last {
    padding-right: 0;
}

/* widget_pages */
#nav-sub {
    text-align: center;
    clear: both;
    padding-top: 24px;
}
#nav-sub ul {
    margin: 0 auto;
    width: 60em;
}
#nav-sub ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
    border-top: solid 1px #362c24;
    /*border-top: solid 1px rgb(0, 153, 0);*/
}
#nav-sub ul li a {
    padding: .8em;
    font-weight: bold;
}

#nav-sub ul li.page-item-20 {
    border-left: none;
}
#footer a {
    color: #362c24;
    /*color: rgb(0, 153, 0);*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}
#siteinfo {
	font-family: Helvetica, Arial, sans-serif !important;
    font-size: 1em;
}
#external {
	text-align: center;
	clear: both;
}
#external p,
#external ul {
	margin: 0 auto;
}
#external ul {
	width: 20em;
	text-align: left;
}
ul#social-external li {
	float: left;
}
.social-external {
	padding: 6px 8px 10px 38px;
}
#facebook {
	background: url(images/icon-facebook.png) no-repeat;
}
#vimeo {
	background: url(images/icon-vimeo.png) no-repeat;
}
#youtube {
	background: url(images/icon-youtube.png) no-repeat;
}

/* sidebar images */
.aside img {
	border: solid 2px #5f5046;
	margin-bottom: 20px;
}

.aside img.photo-narrow {
	display: inline;
	border: none;
}



#video-full {
	background-image: url(images/button-video-sleevvaa.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin-left: 200px;
	width: 450px;
	height: 51px;
}

a.close {
	background: url(images/icon-close.gif) no-repeat right;
	padding-right: 22px;
}

a,
a:link,
a:visited {
    color: #362c24;
}
a:hover {
    color: #000 !important;
}

div.cols {
	margin: 1em;
	float: left;
	width: 28%;
}
.clear {
    clear: both;
}



.entry-content h2 {
	font-family: Papyrus, "Times New Roman", serif;
	font-size: 2.3em;
}
blockquote {
	clear: both;
	color: #000;
	/*xbackground: url(images/bg-quote.png) top left no-repeat;*/
	min-height: 236px;
}
blockquote p {
	margin:  60px 140px 0 140px;
	
}
blockquote.alt {
	text-align: right;
	/*background-image: url(images/bg-quote-alt.png);*/
}
blockquote.alt p {
	text-align: right;
	margin:  60px 170px 0 90px;
}

blockquote img {
	border: solid 2px rgb(95, 80, 70);
}


