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

@import "common/screen.reset.css";
@import "common/screen.type.css";
@import "common/screen.layout.css";
@import "common/screen.forms.css";

/**
 * Put common colors here
 * ------------------------
 * Black        :   #000000
 * 
 * Beige colors
 * ------------------------
 * BG Light     :   #F3E7BD
 *
 * Browns
 * ------------------------
 * Main brown   :   #392E24
 *
 */

 
/*** Layout Styling ***/

html, body {

    background: #F3E7BD url(../images/layout/background.png) repeat-y 0 0;
    
    color: #392E24;

}
 
#container {
    
    width: 1000px;
    
}

#logo {
    
    padding: 0;   
    
}

#logo a {
    
    display: block;
    
    float: left;
    
    width: 174px;
    
    height: 115px;
    
    background: url(../images/layout/logo-with-background.png) no-repeat left top;
    
}

#logo a span {
    
    display: none;   
    
}

#rail ul {
    margin: .5em;
}

#rail ul li {
    padding: .25em;
}

#rail a {
    
   font-weight: bold;
   
   color: #392E24;
       
}

#rail h2 {
    
    padding-left: .75em;
    
    text-decoration: underline;
    
    line-height: 1;
    
}

#container {

    font-size: .8em;
    
}

#content {
    
    background: url(../images/layout/frame-bg.jpg) repeat-y;

    /*margin-top: -45px;*/
    
    margin-right: 16px;
    
    clear: both;
    
    color: #000;
    
    width: 730px;
    
}
/* I REALLY HATE IE */
html > body #content {
    
    padding-right: 45px !important;
}

#content .top {
    
    height: 40px;
    
    background: url(../images/layout/frame-top.jpg) no-repeat left top;
    
}

#content .bottom {
    
    height: 40px;
    
    background: url(../images/layout/frame-bottom.jpg) no-repeat left top;
    
    clear: both;
    
}

#content .middle {
    
    padding: 0 40px 0 40px;
    
}

#content .middle .spacer {

    padding: 1em;

}

#store-elements,

#navigation {
    
    width: 750px;
    
    padding-right: 50px;
    
    float: right;
    
    height: 35px;

}

#navigation {
    
    text-align: right;
    
    
}

#store-elements {

    /*padding-bottom: 45px;*/

}

#search-form {

    float: right;
    
    padding-right: 1em;
    
    line-height: 35px;

}

#search-form label span {
    
}

.breadcrumbs {
    
    line-height: 35px;
    
    padding-left: 1em;
    
    float: left;

}

#navbar ul {

    text-align: right;
    
    margin: 0;
    
    padding: .25em 1em .25em .25em;

}

#footer {

    padding: .1em 50px 1em 200px;
    
    line-height: 1.2em;
    
    font-size: .95em;

}

#credits {

    font-size: .9em;

}

/*** Typography ***/

body {    
    font-size: 15px;
    line-height: 18px;
    font-family: "lucida grande", verdana, helvetica, sans-serif;
}

#content h1, #content h2 {
    font-family: "Lucida Bright", georgia, serif;
    font-weight: normal !important;
    border-bottom: 2px solid #A69E81;
    padding-bottom: 0;
    margin-bottom: .75em;
}

#content h3 {
    font-size: 1.22em;
    font-weight: normal;
}

#content p {

    margin: 1em 0;    
    
}

a:link,
a {
    
    color: #472500;
    
}

a:visited {

    color: #673500;

}

a:active,

a:hover {

    color: #472500;

}

#content a {
    text-decoration: underline;
}

h1 { font-size: 1.5em }
h2 { font-size: 1.4em }
h3 { font-size: 1.3em }
h4 { font-size: 1.2em }
h5 { font-size: 1.1em }

/*#content .middle .spacer a:link,
#content .middle .spacer a:active,
#content .middle .spacer a:hover {

    color: #006699;

}

#content .middle .spacer a:visited {

    color: #0099CC;

}*/

/*** Forms ***/

form input[type="text"],

form input[type="password"],

form textarea,

form input.text,

textarea.text {

    border: 1px solid #666;
    
    padding: 2px;

}

form input[type="text"]:focus,

form input[type="password"]:focus,

form textarea:focus,

form .text:focus {

    border-color: #000;
    
    color: #472500;

}

.required {
    
    font-weight: bold;
    color: #6B491C;
    
}

form .error {
    
    color: #c00;
    
    font-weight: bold;
    
}

fieldset {
    
    padding: 1em;
    
    margin: .5em 0 .5em 0;
    
    border-top: 1px solid #333;
    
}

legend {
    
    font-weight: bold;
    
    padding: .5em;
    
    color: #392E24;
    
    font-size: 1.25em;
    
}

/*


/*** Page-specific Styling ***/

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


/** Category page **/

.pagedescription{

	display: none;

}



.pagination{

	margin: .5em 1em .5em .5em;

}



.sortbox{

	float: right;
	
	text-align: right;

}



a.category_list_product {

	display: block;
	
	height: 165px;
	
	width: 170px;
	
	float: left;
	
	margin: 18px;
	
	padding: 0;
	
	font-size: 85%;
	
	text-align: center;
    
    text-decoration: none !important;
	
}



a.category_list_product:hover {

	color: #000 !important;
	
	text-decoration: none;
	
}



a.category_list_product .paragraph{
	
	display: block;

	padding: 0;
	
	margin: .05em;

}



a.category_list_product img{

	margin: auto;

}

/** view cart page **/

table.cart th,

table.customer th {

    background-color: #472500;
    
    color: #fff;
    
    font-weight: bold;
    
    padding: .25em;    
    
}

table.cart td {

    padding: .35em;
    
}

table.cart p {
 
    margin: 0 !important;
       
    
}

table.cart td.total {
 
    background-color: #eee;
    
}

/** 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;

}

#product-photos {

	width: 300px;
	
	padding: 15px;
	
	float: left;

}

.product-tidbit,

#add-to-cart,

#product-colors,

#product-description {

	margin-left: 310px;
	
	margin-top: .5em;

}

#product-description {
    padding: 2em 0;
}

#product-colors {


}

#product-colors .loading {

	height: 1.5em;
	
	width: 100px;
	
	color: #c00;

}

#product-colors legend {
    font-size: 1em;
}

.product-attributes {
    
}

td.main_photo {

	width: 300px;

} 

.label{

	font-weight: bold;

}

/* Contact Us Page */

table.contact {
    border-collapse: collapse;
}

table.contact td {
    padding: .5em;
    vertical-align: top;
}

table.contact td p {
    margin: 0 !important;
}

#special-instruction {
    display: none;
}

/** Begin Michael CSS **/
