﻿

/* (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #000;
	/* color: #5A5A50; */
	color: #554433;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #F6F6F2 url('Chiasso/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('Chiasso/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('Chiasso/grain_light.gif');
	border: 1px solid #DDC;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('Chiasso/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('Chiasso/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	/* color: #C40; */
	color: #b12b1b;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
/*	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;*/
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	font: normal 1.3em Georgia,sans-serif;	
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	padding: 4px;

	
}

select
{
  font-size: 1.0em;
  margin: 0px;
  padding: 0px;
}


input.button {
	background: #E9E8E8 url('Chiasso/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: url('Chiasso/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('Chiasso/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* top right bottom left
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}



img.left {margin: 0 15px 12px 0; }
          
img.left2 {margin: 0 10px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

#header {
	/* background: #35322B url('Chiasso/backgrounds.gif') repeat-x 0 0; 
  border-bottom: solid 2px #aaaaaa;
*/
	background-color: #000;
	padding: 0px;
	height: 250px;
}


#imageheader {
	background: #35322B url('Chiasso/backgrounds.gif') repeat-x 0 0;
	background-color: #000;
	padding-top: 8px;
}



/* Toplinks */
#toplinks {
	background: #353530 url('Chiasso/toplinks.gif') no-repeat left top;
	color: #554;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}

/* Site title */
#site_title {
	color: #998;
	padding: 0 0 16px;
}
#site_title a {
	color: #FFF;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
#site_title h1 span {color: #CCB;}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
/* #navigation, #navigation a {background: #958573 url('Chiasso/backgrounds.gif') repeat-x 0 -222px;} */
#navigation {background: #958573 url('Chiasso/nav_bg.png') repeat-x;}
#navigation a {background: #958573 url('Chiasso/backgrounds.gif') repeat-x 0 -222px;}


#navigation a {
	border-right: 1px solid #AFA69C;
	color: #654;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
	color: #543;
}


/* Main */

/*
#main_wrapper_outer {
	background: url('Chiasso/grain.gif');
}
*/


#main_wrapper_inner {
/* 
	background: url('Chiasso/main_wrapper_inner.gif') repeat-x left top;
  background: url('fadedbg2.png') repeat-y center;  
*/

 
  
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
/*	font: normal 0.9em Verdana,sans-serif; */
  font: normal 0.9em;
	width: 540px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#main p.darker { color: #665; }

#main .darker { color: #665; }



/* Sidebar */
#sidebar {
	color: #665;
	width: 286px;
	border-left: 1px solid #CCB;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {color: #554433;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #DDD url('Chiasso/grain_dark.gif');
	border-top: 1px dashed #C0C0B0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}



#dashboard .col4 {width: 180px;}

#dashboard .col4midleft {width: 220px;}
#dashboard .col4midright {width: 220px;}

#dashboard .col4midleft .col4_content {
  border-left: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard .col4midright .col4_content {
	border-left: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard .col4right .col4_content {
	border-left: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}





#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #606050;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}




/* Footer links */
#footer {
	color: #AA9;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}

#footer .center_wrapper 
{
    width: 400px;
}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}


post_title_center
{
  text-align: center;
  width: 100%;
}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}

.post_meta {
	background: url('Chiasso/grain_light.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('Chiasso/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('Chiasso/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('Chiasso/grain_dark.gif');
	color: #665;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */
.legend, blockquote, #sidebar {min-height: 0.01%;}






/* overides 
------------------------------------------------------------------- */


/* improve colors on navigation bar */
#navigation a {	color: #222; }
#navigation a:hover,#navigation li.current_page_item a { color: #b12b1b; }


/* remove background images from main content area */
#main_wrapper_outer { background: url(''); }

/* make main content pretty */
#main h1 { color: #DDD; }
/* #main h2, #main h2 a { color: #999;  padding-top: 0.5em;} */

#main h2, #main h2 a { color: #999;}
#main h2, #main h2 a { color: #b12b1b;} /* override to test red headings */



#main p { color: #BBB; }
#post_title h2 { color: #BBB; }
.post_meta {
	background: #111;
	border: 1px solid #E5E5D5;
	border: 0;
	color: #BBB;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #b12b1b;}
/* make image borders much less bulky and subtly tie them into the text color */
img.bordered {
	border: 1px solid #666;
	padding: 0;
}


/* make sidebar pretty */
.box_title, .box_title_top {
	background: url('');
	/* color: #999; */
	color: #b12b1b;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 8px 5px 0;
	border-top: 1px solid #DDC;
}
.box_title_top {
	border-top: none;
	padding: 0 8px 5px 0;
}

.box_content {
	padding: 8px 0 8px 0;
	color: #AAA;
}
#sidebar a {color: #554433;}
#sidebar a:hover {color: #b12b1b;}


.sidelist {
  	color: #b12b1b;
}
  
.sidelist ul {
  list-style: disc;
  color: #999;
  margin: 0 0 1.2em 1.6em;
}
  

.box li {
	border: 0;
	padding: 6px 16px;
}

/* this targets the address and makes it match the unordered lists */
.box_content p {
	padding: 6px 16px;
}

/* make image borders much less bulky and subtly tie them into the text color */
.thumbnails a.thumb {	
	background: url('');
	margin: 0 0 11px 11px;
	padding: 0;
	border: 1px solid #666;
}


.thumbnails a.thumb:hover {	
	border: 1px solid #b12b1b;
}

/* dashboard */
#dashboard_content li a:hover {	color: #b12b1b; }

/* used to fix the height of the cycling images */
.cyclecontainer
{
  height: 250px;
  vertical-align: top;
}

.cycletable td
{
   height: 200px;
}


#contactform
{
    border: none;
}

/* Form Styling */
fieldset p
{
    border: none;
	text-align: left;
	line-height: 100%;
	padding: 0px;
	padding-bottom: 5px;
}

label
{
    width: 85px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    text-decoration: none;
}

input
{
    font-size: 11px;
}

textarea
{
    font-size: 11px;
}


#machines 
{
}






/* SHOP 

#5A5A50;
#E0E0D4;
#353530
#606050;
#999
*/

/* ShoppingCartContentsLite.css */
.ShoppingCartLite {
	width: 100%;
	background-color: #353530;
	color: #bbbbbb;
	border: dotted 1px #111111;
}

.ShoppingCartLite-Header {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #CCCCCC;
	color: #b12b1b;
	font-weight: bold;
}

.ShoppingCartLite-Header h2 {
	font-size: 1em;
	display: inline;
	
}

.ShoppingCartLite-Header .ShoppingCartLite-Expander {
	float: right;
}

.ShoppingCartLite-Expander {
	cursor: pointer;
}

.ShoppingCartLite-Cart {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.ShoppingCartLite-Items {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.ShoppingCartLite-Content {
	margin-bottom: 10px;
}

.ShoppingCartLite-Content table {
	width: 100%;
}

.ShoppingCartLite-Product td {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}

ShoppingCartLite-Title {
  color: #fff;
}



.productlink {
  color: #fff;
}


.ShoppingCartLite-Qty {
	text-align: center;
}

.ShoppingCartLite-Action {
	text-align: center;
	width: 55px;
}

.ShoppingCartLite-Cost {
	font-weight: bold;
	margin-bottom: 10px;
}

.ShoppingCartLite-Footer {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}




/* ProductListing.css */
.ProductsListing {
	color: black;
	padding-bottom: 10px;
}

.ProductsListing table {
	width: 100%;
}

.ProductsListing td, .ProductsListing .ProductsListing-Column {
	padding: 2px;
	padding-left: 20px;
}

.ProductsListing .ProductsListing-Column {
	border-bottom: 2px solid #CCCCCC;
	color: Black;
	font-weight: bold;
}

.ProductsListing td {
	color: #555555;
}

.ProductsListing #itemColumn {
	width: auto;
	text-align: left;
}

.ProductsListing #stockColumn {
	width: 5%;
}

.ProductsListing #priceColumn {
	width: 17%;
}

.ProductsListing #actionColumn {
	width: 5%;
}

.ProductsListing .ProductsListing-Row {
  background-color: #111111;
	text-align: center;
}

.ProductsListing .firstColumn {
	text-align: left;
}

.ProductsListing .thirdColumn {
	text-align: right;
}

.ProductsListing .fourthColumn {
	text-align: right;
	padding-right: 10px;
}

#sideproducts a .category, #sideproducts .category, #sideproducts {
  color: #554433;
}

.category {
  color: #554433;
}

/* lighter color for text links in the sidecart */
#ShoppingCartLite-Content a {
  color: #CCCCCC;
}

/* Checkout */
.Checkout-Header  {
  background: #DDD url('Chiasso/grain_dark.gif');
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #CCCCCC;
	color: Black;
	font-weight: bold;
}

.Checkout-Header h2 {
	font-size: 1.5em;
	display: inline;
}

.Checkout-Header .ShoppingCartLite-Expander {
	float: right;
}

.checkoutcontainer {
  border: solid 1px #aaaaaa;
  background-color: #353530 ;
  border-top: none;
  padding: 15px;
  color: #bbbbbb;
}

.checkoutcontainer a {
  color: #bbbbbb;
}


.hoverprod a:hover
{
    color: #b12b1b;
    text-decoration: underline;
}

img.product {margin: 0px;}

/* this allows the img to be positioned relative to the div */
/*
div.productHover {
   width:100%;
   position:relative; 
}

div.productHover img.productimage {
   position:absolute;
   top:0px;
   right:0px;
   display: block;
}

*/

.ShippingDropDown
{
  font-size: 1.0em;
  margin: 0px;
  padding: 0px;
}

.accountback {
  text-decoration: none;
}


#CopyBillingAddress {
float: right;
padding: 2px;
padding-right: 15px;
}






.insert-body
{
	margin-top: 20px;
	background-color: White;
	border: 1px solid gray;
}

.insert-title
{
	padding: 10px;
	background-color: #EFEFEF;
	font-weight: bold;
	color: #555555;
}

#insert-expander
{
	cursor: pointer;
	float: right;
	margin-right: 10px;
}
#insert-content
{
	border-top: 1px solid gray;
	display: none;

}

#addressContent
{ 
	padding-left: 5px;
}

#addressContent p {
  	
}


#CopyBillingAddress a {
  color: #353530;
}

.newAddressHeader {
    	color: #353530;
    	padding-left: 5px;
}






/*  Custom positioning / colour styles, referenced by TinyMCE  */


img.rightbordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	margin: 0 0 15px 12px;
	float: right;
}

img.leftbordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	margin: 0 15px 12px 0;
}


/* TinyMCE Styles End */

