/***** Base CSS Style ******/
/* Inspired by A List Apart*/

@import "common/screen.reset.css";
@import "common/screen.type.css";
@import "common/screen.form.css";

/*
 * Put common colors here
 * ------------------------
 * Black        :   #000000
 */


 html, body {

    height; 100%;

    margin: 0;
    
    padding: 0;
    
    background-color: #595A54;

    background: url(../images/layout/595A54-corners-back-angle.png);
    
    color: #000;

}

/*** Typography ***/

body { font-family: verdana, helvetica, arial, sans-serif }

a {

	text-decoration: none;

}

a:link {

	color: #474843;
	
	border-bottom: 1px dotted #aaa;
	
}

a:visited {

	color: #474843;
	
	border-bottom: 1px dotted #aaa;

}

a:hover,

a:active {

	color: #000000;
	
	border-bottom: 1px dotted #000;
	
	text-decoration: none !important;

}

a.active {

	border: 0;
	
	color: #333;

}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
    color: #2F5063;
}

#outer-container {

    font-size: .8em;

}

p, .paragraph {

    margin: .75em 0;

}

p strong {
    color: #3C6880;
}

#main-menu {

    padding-top: 15px;

    text-transform: uppercase;
    
    font-weight: normal;
    
    font-size: 15px;
    
    line-height: 35px;

}

#main-menu li {
    display: inline;
}

#main-menu li a {

    color: #555555;
    
    text-decoration: none;
    
}

#main-menu li a:hover {

    text-decoration: underline;
    
}

/** see below for submenu headers **/

#footer {

    font-size: .9em;
    clear: both;

}

/*** Main site layout ***/

#outer-container {

    border-top: 7px solid #252525;

    background: url(../images/layout/595A54-organic-back.gif) center repeat-y;

}

#inner-container {

    width: 950px;

    height; 100%;

    background: #FFFFFF;
    
    padding: 5px 20px 5px 20px;

    margin: 0px auto 0px auto;

   border-left: 0px solid #c2c2c2;

   border-right: 0px solid #898989;

    border-bottom: 7px solid #252525;

}

#header {
    
	width:850px;
    height: 120px;

    padding: 0px 20px 0px 20px;

}

#logo {

    float: left;

    margin: 0;
    
    padding: 15px 10px 10px 15px;

}

#logo a {

    display: block;

    height: 80px;
    
    width: 279px;
	
	border: 0;
    
    background: #fff url(../images/layout/indigenous-designs.png) no-repeat;

}

#logo span {

    display: none;

}

#menu {
  
    float: right;

}

#menu ul,

#menu ul li,

#sub-menu ul,

#sub-menu ul li,

#footer ul,

#footer ul li {

    margin: 0px;
    
    padding: 0px;

    list-style-type: none;

}

#sub-menu li {
}

#cart-menu {
    
    width: 410px;
    
    height: 45px;
    
    line-height: 35px;

}

#cart-menu ul li {

    display: inline;

}

#cart-menu ul li a {

    border: none;

    color: #382327;

}

#main-menu {

    height: 25px;
    
    width: 530px;

    border-top: 2px solid #898989;
     
}

#main-menu li {

}



#main-menu li a.first {

    margin-left: 0px;

}

#main-menu li a {

    display: block;
    
    height: 28px;

    margin-left: 11px;
    
    float: left;
	
	border: 0;

}



#search-box {

    width: 225px;

    height: 35px;
    
    float: right;
    
    text-align: right;

}

#content-wrapper {
    margin-top: 20px;

    height: 100%;
}

#sub-menu {

    width: 140px;
    
    float: right;
	
}

#sub-menu ul.sub-menu li {

	padding: .75em .25em .75em .5em;
	
}

#sub-menu ul.shop li {
	padding: .25em .25em .25em .5em;
    background: none;
}

#sub-menu ul li.string-top {
    border-top: 1px solid #382327;
}

#sub-menu ul.sub-menu li ul {
	margin: 0;
	padding: 0;
    font-size: 11px;
}

#sub-menu ul.sub-menu li ul li {
	padding: .5em .25em 0 .75em;
	background: none;
}

#sub-menu ul.sub-menu li.last {

    background-image: none;

}

#sub-menu ul.sub-menu li a {

	color: #382327;
	
	border: 0;
	
}

#sub-menu ul.sub-menu li a.active {

	font-weight: bold;
	
}

#sub-menu ul.sub-menu li a:hover {

	text-decoration: underline !important;
	
}

#sub-menu ul {

    margin-top: -1px;

}

#sub-menu ul.sub-menu {

    padding: 0;
	
	margin: .5em 0 .5em 0;

}


#sub-menu h2 {
    /*font-size: 1em;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;*/
}

#sub-menu h2 {
/*
    margin: 0 !important;
	width: 100px;
	height: 21px;
	background: url(../images/layout/sub-menu-header-bg.gif) no-repeat right top;
	text-align: right;
	padding-right: 10px;
	font-size: .85em;
    */
}



#sub-menu h2.header span {
    display: none;
}

#sub-menu .top {
    display: block;
    height: 19px;
    width: 137px;
}

#section-shop {
   }

#section-company {

}

#section-garment {

}

#sub-menu .bottom {

    display: block;
	
	font-size: 0;

	height: 2px; 
	
	width: 100%; 
	
}

#sub-menu h2.header {
    display: none;
}

#content {

    width: 810px;
    
    float: right;

}

#content .content-header {
    line-height: 1;
    font-size: 1.5em;
    font-weight: normal;
}


#inner-content {

    margin: 0px 0px 0px 0px;

    height: 100%;

    float: right;
    
    width: 790px;
    
    position: relative;

}

.category-page #inner-content {
}

#footer {
    clear: both;
    text-align: right;
	padding: 10px 10px 10px 10px;
    font-size: 1em;
}

#footer ul li {
    
    display: inline;
    
    padding: 0 0 0 1em;

}

#footer .separator {
    
    border-top: 1px solid #000000;

}

/*** Page headings ***/

#company-info {

    background-image: url(../images/layout/Hcompany.png);

}

#invest {

    background-image: url(../images/layout/Hinvest.png);

}

#philosophy {



    background-image: url(../images/layout/Hphilosophy.png);

}

#contact {

    background-image: url(../images/layout/Hcontact.png);

}

#sitemap {

    background-image: url(../images/layout/Hsitemap.png);

}

#shipping {

    background-image: url(../images/layout/Hshipping.png);

}

#privacy {

    background-image: url(../images/layout/Hprivacy.png);

}

#guarantee {

    background-image: url(../images/layout/Hguarantee.png);

}

#fibers {

    background-image: url(../images/layout/Hfibers.png);

}

#handmade {

    background-image: url(../images/layout/Hhandmade.png);

}

#artisans {

    background-image: url(../images/layout/Hartisans.png);

}

#news {

    background-image: url(../images/layout/Hnews.png);

}

#fairtrade {

    background-image: url(../images/layout/Hfairtrade.png);

}

#our-story {

    background-image: url(../images/layout/Hour-story.png);

}

#find-a-store {

    background-image: url(../images/layout/Hfind-a-store.png);
	
}

#wholesale {

    background-image: url(../images/layout/Hwholesale.png);
	
}

#view-cart {
    
    background-image: url(../images/layout/Hview-cart.png);
    
}

#checkout {
    
    background-image: url(../images/layout/Hcheckout.png);

}

#thank-you {
    
    background-image: url(../images/layout/Hthank-you.png);

}

#sizing-chart {
    
    background-image: url(../images/layout/Hsizing-chart.png);

}

/*** General layout styles ***/

.bordered-padding-clear {
    padding: .5em;
    clear: right;
}

a img {

    border: 0 !important;

}

.no-pad {

    padding: 0 5px 0 0 !important;

}

.hide {

    display: none;

}

.small {
	
    font-size: .75em;
	
}

img.right {
    
    padding: 1em 0 1em 1em;
    
}

img.left {

    padding: 1em 1em 1em 0;

}

.right {

	float: right;

}

.left {

	float: left;

}

a.plain {
	
	border: 0;
	
}

img.nopadding {
	
    padding: 0 !important;	
	
}

.indigenous {

	font-style: italic;	
	
}

blockquote {

	margin: 1em 2em 1em 0;
	
	padding: .5em 0 .5em 2em;
	
	border-left: .25em solid #ccc;
	
	color: #666;

}

p.note {

	margin: .4em 0 .15em 0 !important;

}

.note {

	font-size: 0.75em;

}

/*** Page-specific ***/

#handmade h3 {

    font-weight: bold;
    
    display: inline;
    
    color: #984525;
    
    text-transform: uppercase;
    
    font-size: 1em;
    
    padding-right: .25em;

}

.news-post {

	border-bottom: 1px dashed #984525;
	
	margin: .5em 0 1em 0;

}

.news-post h3 {
    font-weight: normal;
}

.fabric-heading {

    width: 175px;
	
	height: 22px;
	
	float: left;
	
	padding-right: 1em;
	
	margin: 0 !important;

}

.fabric-heading span {

    display: none;

}

.heading-left {

     width: 643px;

     min-height: 350px;

     padding-left: 55px;
	
     background-position: 0 0;
	
    background-repeat: no-repeat;
	
}

.heading-left .wrapper {
	
	clear: both;
	
	padding-top: 1.5em;

}

.bordered {

    border-right: 1px solid #777;

    border-left: 1px solid #777;
    
    background-position: 0 1em !important; /* to pad the background title on fancy pages */

}

.bordered .spacer {
	
	padding: 1em;

}

#alpaca-heading {

    background: url(../images/layout/fabric-header-alpaca.png) no-repeat left top;

}

#organic-cotton-heading {

    background: url(../images/layout/fabric-header-organic-cotton.png) no-repeat left top;

}

#silk-heading {

    background: url(../images/layout/fabric-header-silk.png) no-repeat left top;

}

#merino-wool-heading {

    background: url(../images/layout/fabric-header-merino-wool.png) no-repeat left top;

}

#tencel-heading {

    background: url(../images/layout/fabric-header-tencel.png) no-repeat left top;

}

.blurb {

    height: 220px;
	
	padding: 15px 20px 15px 233px;
	
}

.blurb p {

    /*margin: 0 !important;
	
	font-size: 1.35em;
	
	line-height: 1.25em;*/
	
	display: none;

}
/*
.blurb p:first-letter {

    font-size: 2em;

}

.blurb p:first-line {

    font-weight: bold;

}*/

#philosophy-blurb {



	background: url(../images/layout/blurb-philosophy.jpg) no-repeat left top;

}

#story-blurb {
	
	background: url(../images/layout/blurb-story.jpg) no-repeat left top;

}

#fibers-blurb {
	
	background: url(../images/layout/blurb-fibers.jpg) no-repeat left top;

}

#care-blurb {
	
	background: url(../images/layout/blurb-care.jpg) no-repeat left top;
	
	margin-bottom: 1em;

}

#artisans-blurb {
	
	background: url(../images/layout/blurb-artisans.jpg) no-repeat left top;

}

#handmade-blurb {
	
	background: url(../images/layout/blurb-handmade.jpg) no-repeat left top;

}

/* product care */
#product-care-table {

	border-top: 2px solid #CAD79F;

	border-left: 2px solid #CAD79F;

	margin-bottom: 1em;

}

#product-care-table td {

	text-align: center;

}

#product-care-table td,

#product-care-table th {

	border-bottom: 2px solid #CAD79F;

	border-right: 2px solid #CAD79F;

	font-size: 115%;

	text-transform: uppercase;

	padding: 2em 1em 2em 1em;

	font-weight: bold;

	color: #738F89;

}

#product-care-table th#product-care {

	background-color: #6F8B88;

	color: #D7ECF3;

}

#product-care-table th {

	background-color: #EAF1A7;

}

#product-care-table td {

	background-color: #fff;

}

#product-care-table td.tdh {

	background-color: #F6FADE;

}

/*** Sub-menu flyouts ***/

/*.flyout {

    display: none;
	
	position: absolute;
	
	top: 73px;
	
	height: 30px;
	
	width: 650px;
	
	left: 350px;

    list-style-type: none;

}*/

.flyout {

    display: none;
	
	position: absolute;
	
	top: 73px;

      right: 140px;

       width: 240px;

	height: 30px;

    list-style-type: none;

}

.flyout li {

    display: inline !important;
	
	padding: 0 !important;

}

#header .flyout li a {

    padding-right: 1.15em;
	
	width: auto;

	font-size: 65%;

    color: #000 !important;
	
	font-weight: normal;

}

#header .flyout li a:hover {
    text-decoration: underline !important;
}

.flyout h2 {

    display: none;

}

/*** Splash screens ***/

#splash img.left {
	
   padding: 0;	
	
}

#splash {

	margin: 0 auto 1em 85px;
	
	padding-top: 50px;
		
	width: 830px;

}

#splash #artisan-made {

	width: 200px;
	
	height: 275px;
	
	background: #85984D url(../images/layout/artisan-made.png) no-repeat 50% 50%;
	
	margin: 0;

}

#splash #shop-splash-text {

	width: 200px;
	
	height: 275px;
	
	background: #85984D url(../images/layout/store-splash.png) no-repeat 50% 50%;
	
	margin: 0;

}

#splash #shop-splash-text span {

	display: none;

}

#splash #artisan-made span {

	display: none;

}

#splash .left {

	float:left;

}

#splash .separator.first {

	display: none;

}

#splash .separator.first,

#splash #artisan {

	margin-top: 50px;

}

#splash .separator.second {

	width: 15px;
	
	height: 200px;
	
	background-color: #CFBE50;
	
	margin-top: 50px;

}

#splash #buy-it-now {

	margin-top: -25px;

}

#splash .separator.third {

	width: 15px;
	
	height: 200px;
	
	background-color: #D88121;
	
	margin-top: 50px;

}

#splash #on-the-road {

	margin-top: 50px;

}


/*** Form styling ***/

/* This will only work in non-broken browsers such as Mozilla Firefox
   Internet Explorer doesn't understand it because Internet Explorer is broken */
input[type="text"] {

    border: 1px solid #333;
    
    padding: 2px;
    
    color: #315561;

}

input[type="text"]:focus {

    background-color: #ffe;

}

form .error {
 
    color: #c00;
       
}

form .buttons {text-align: right; padding: .25em;}

form div.text {border:0 !important; color: inherit !important;}

/*** Scalable Inman Flash Replacement ***/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  display: none;
}

.sIFR-root {
    display: none !important;
}


/***** MIVA *****/

.breadcrumbs {
    text-align: right;
    width: 100%;
    line-height: 2.85em;
    height: 2.85em;
    position: absolute;
    top: -2.85em;
    right: 20px;
}

/** Category page **/

.pagedescription{
	display: none;
}

.real-price {
    font-weight: bold;
    font-size: 1.15em;
}

#category-wrapper {
    clear: both;
}

#cat-pagination-wrapper .pagination {
    position: absolute;
    width: 150px;
    left: -160px;
    top: -1.5em;
    text-align: right;
    height: 1.5em;
    padding-right: 10px;
    font-weight: bold;
    font-size: 1.15em;
}

#cat-pagination-wrapper .pagination a {
    color: #474843;
}

#cat-pagination-wrapper {
    position: relative;
    clear: both;
}

.sortbox{
	float: right;
	text-align: right;
}

#category-wrapper a .product-info {
    display: block;
    height: 4.75em;
    padding: .5em;
}

#category-wrapper a:hover {
    color: black !important;
}

#category-wrapper a .header {
    display: block;
    height: 1em;
}

#category-wrapper a.even .product-info,
#category-wrapper a.even .header {
    background-color: #ffffff;
}

#category-wrapper a.odd .product-info,
#category-wrapper a.odd .header {
    background-color: #ffffff;
}

#category-header {
    position: absolute;
    height: 1.75em;
    line-height: 1.75em;
    font-size: 1.5em;
    top: -1.75em;
    left: 5px;
}

.checkout-header {
    position: absolute;
    height: 2.25em;
    line-height: 2.25em;
    font-size: 1.5em;
    top: -2.25em;
}

a.category_list_product .product-image img {
    padding: 10px;
    height: 150px;
}

a.category_list_product {
    color: #6F7329 !important;
	display: block;
	width: 174px;
	float: left;
    padding-left: 1px;
	font-size: 85%;
	text-align: center;
    background-color: transparent;
    border: 0 !important;
}

a.category_list_product:hover {
	text-decoration: none;
    border: 0 !important;
}

a.category_list_product .paragraph{
	display: block;
	padding: 0;
	margin: .5em;
}



a.category_list_product img{
	margin: auto;
}

table.spacing td { padding: .15em; }

#sizing-chart td {
    padding: 1em;
    color: #6F7329;
    border: 1px solid #D2DD9E;
}

#sizing-chart tr.even td {
    background-color: #EAF1A6;
}

#sizing-chart tr.odd td {
    background-color: #E3EC8A;
}

#sizing-chart table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
}

#sizing-chart th {
    padding: 1em;
    font-weight: bold;
    background-color: #D0D77E;
    color: #fff;
    border: 1px solid #D2DD9E;
    color: #000;
}

.fitting-diagrams .diagram {
    width: 160px;
    float: left;
    text-align: center;
}

.fitting-diagrams .diagram p {
    padding: 0 5px;
}

/*** View Cart Page ***/

.view-cart th,
.customer th,
#checkout th {
    background-color: #3C6880;
    color: #fff;
    font-weight: Bold;
    padding: .35em;
    text-align: center;
}

.view-cart td.quantity {
    width: 120px;
}

.view-cart td,
#checkout td {
    padding: .5em;
}

.view-cart .total,
#checkout .total {
    background-color: #eee;
    color: #000;
    font-weight: bold;
    font-size: 1.15em;
}

/*** Checkout Pages ***/

#checkout table.login td {
    text-align: right;
}

#checkout table.right,
#checkout table.right table {
    float: right;
}

#checkout table .halfwidth {width:50%;}

/** Product Search **/
.search-form {
	margin: .5em;
}

#search-more-options {
	margin: .5em;
}

.search_product_list_item {
	width: 95%;
	float: left;
	margin: 10px 10px 0px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.search_product_list_item .image {
	float: left;
	margin: 5px 10px 0 0;
}

.search_product_list_item img {
	border: 0;
}

.search_product_list_item .no_photo {
	width: 50px;
	float: left;
	margin: 5px 10px 0 0;
}

.search_product_list_item .description {
	margin-left: 85px;
}

.search_product_list_item .product_price {
	font-weight: bold;	
	margin-top: 5px;
}

/* Product page */

#top-navbar {
	float: right;
}

/*.detailed-description ul {
    list-style-type: none;
}

.detailed-description ul li {
    display: inline;
}

.detailed-description ul li:after {
    content: ', ';
}*/

.zoom-in a {
    display: block;
    padding: .5em 20px .5em;
    margin: 1em 0;
    background: url(../images/icons/zoom_in.png) no-repeat 100% 50%;
    border: 0;
}

#product-photos {
	width: 300px;
	padding: 5px;	
	float: left;
}

#product-attributes font b {
    /*display: none; had to disable this because miva doesn't catch that the attrib is blank */

    font-weight: normal;
    line-height: 35px;
    vertical-align: middle;
}

#product-attributes table td {
    padding: 0 !important;
}

#product-attributes select {
    width: 190px;
    line-height: 35px;
    vertical-align: middle;
    margin: 0.5em;
    border: 1px solid #999;
}

product-colors ul {
    padding: 2px;
}

.product-tidbit,
#add-to-cart,
#product-colors {
	margin: 1em;
}

#product-colors a {
    border-style: none !important;
}

#product-colors ul {
    list-style-type: none;
}

#product-information fieldset {
    border-top: 1px solid #E8EDEC;
    border-bottom: 1px solid #E8EDEC;
}

#add-to-cart label {
    padding: .5em;
}

.product-tidbit .price {
    font-weight: bold;
    font-size: 1.25em;
    padding: .5em;
    line-height: 2;
}

.product-tidbit .markdown {
    text-decoration: line-through;
    color: #c00;
}

.product-tidbit .markdown .price {
    font-size: 1em;
    color: #000;
}

.original-price {
    padding: .5em;
}

#product-details td {
    padding: .5em;
}

/*
td.main_photo {

	width: 300px;

} 
*/

/*** Product Display Page (new) ***/

#TB_ImageOff { /* lose the underline in the thickbox (IE6) */
    border: 0;
}



#product-display-layout {
    background: #fff url(../images/layout/product-description-bg-mid.png) repeat-y left top;
    color: #000;
    border: 1px solid #DDE3E3;
    clear: right;
}

#product-description {
    width: 103px;
    float: left;
    color: white;
    text-align: right;
}

#product-description {
    padding: 10px 25px;
}

#product-description ul {
    margin: 0;
    padding-right: 1em;
    list-style-type: disc;
    direction: rtl;
    margin: .75em .25em .75em 0;
}

#product-description ul li {
    padding: .35em 0;
}

a.see-larger-photo {color: white !important;}

#product-display-layout .title {font-weight: bold}

#product-display-layout .description-bottom {
    clear:left;
    height: 4px;
    background: url(../images/layout/product-description-bg-bot.png) no-repeat left bottom;
}

#product-display-layout .description-top {
    height: 4px;
    background: url(../images/layout/product-description-bg-top.png) no-repeat left top;
}

#product-display-layout .background-wrapper {
    background: url(../images/layout/product-background-border.png) repeat-y 454px top;
}

#product-image {
    float:left;
    text-align: center;
    color: #474843;
}

.product-buttons {
    margin: .5em;
}

.swatch-color {
    font-size: .75em;
    clear: left;
}

.swatch-color .radio {
    height: 45px;
    width: 25px;
    line-height: 60px;
    float: left;
}

.swatch-color img {
    
} 

#product-information {
    float:right;
    width: 244px;
    padding-top: 1em;
}

/*** Invoice Page ***/

img.logo {
    display: none;
}

#invoice .basket_total {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FFE;
}

/*** Policy page ***/

h3.policy {
    color: #3C6880;
}

/*** Sitemap ***/

#sitemap-list,
#sitemap ul {
    margin-left: 4em;
}

ul.bullets {
    list-style-type: disc;
    padding-left: 2em;
}


table.standard a {
    color: #3C6880 !important;
    text-decoration: none !important;
}
/* Image Thumbnails */
#images { padding: 0; border: 0; float: left; text-align: left; width: 100%; }
#images a { float: left; padding: 10px; margin: 5px; border: 1px solid #D7D7D7; display: block; background: #ECECEC; -moz-border-radius: 5px; }
#images a:hover { border-bottom: 1px solid #292927; background: #FFFFFF; }
#images img{ border: 1px solid #292927; }
