/*
THEME NAME: TeaHaus
DESCRIPTION: Custom theme for Lisa McDonald, built on Sandbox.
AUTHOR: Julie Hathaway
AUTHOR URI: http://pilcrow.biz
*/

/* Palette:
Dark brown background: #231401
Dark grey header background: #655A4D
Light grey sidebar background: #DEDCD9
Light beige (menu links color): #E7D7C1
Orange (text links): #BD6216
*/

/* ------- Eric Meyer Reset Reloaded (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) ------- */

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, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul {
	list-style: none;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}
	
sub {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	bottom: -0.4em;
	}
	
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}
	
/* ------- End Reset ------- */


/* ------- Global Styles ------- */

body {
	background: #231401 url('img/tile.jpg');
	margin:0;
	padding:0;
	font: 85%/1.5em Verdana, helvetica neue, helvetica, arial, sans-serif;
	}
	
.hidden {
	position:absolute;
	top:0;
	left:-999px;
	}
	
.hide {
	display:none;
	}
	
a {
	text-decoration:none;
	color: #c3702a;
	}
	
a:hover, a:focus {
	text-decoration:underline;
	}

#wrapper {
	width: 1000px;
	background: #fff;
	margin:0 auto;
	}
	
h1 {
	font-size: 2em;
	}
	
h2 {
	font-size: 1.5em;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	}
	
#content h3 {
	font-size: 1.1em;
	margin-top:1em;
	}
	
p, ul, ol {
	margin: 1em 0;
	}
	
li {
	margin: 0.5em 0;
	}
	
em {
	font-style:italic;
	}
	
strong {
	font-weight:bold;
	}

	
ul.twocol li {
	float:left;
	width:200px;
	}
	
/* images */

img.alignleft {
	float:left;
	margin-right: 1em;
	}
	
img.alignright {
	float:right;
	margin-left: 1em;
	}
	
/* ------- Header ------- */
	
#header {
	background: #655A4D;
	position:relative;
	color: #E7D7C1;
	}
	
h1#blog-title {
	background: #655A4D url('img/banner.jpg') no-repeat 20px 0;
	height: 239px;
	overflow:hidden;
	}
	
.menu a {
	color: #E7D7C1;
	}
	
.menu ul {
	margin:0;
	padding:8px 0;
	line-height:1em;
	}
	
.menu ul li {
	list-style:none;
	display:inline;
	padding-left: 16px;
	}
	
.menu li:hover, .menu li.sfhover {
	position:relative;
	}
	
.menu li ul {
	display:none;
	}
	
.menu li:hover ul, .menu li.sfhover ul {
	display:block;
	margin:0;
	padding:0 0 4px;
	position:absolute;
	top:1.2em;
	left:16px;
	width: 12em;
	background: #655A4D;
	}
	
.menu li:hover ul li, .menu li.sfhover ul li {
	display:block;
	margin:0;
	padding:4px 4px 0;
	}
	
#searchbox {
	position:absolute;
	top:4px;
	right:20px;
	}
	
#searchbox form {
	display:inline;
	}
	
#searchbox input {
	border:0;
	padding: 2px;
	margin-right: 8px;
	background: #e7d7c1;
	width:120px;
	}
	
#searchbox a {
	color: #E7D7C1;
	}
	
	
	
/* ------- Page Structure ------- */
	
#content {
	width: 660px;
	margin-top: 40px;
	margin-left: 40px;
	float:left;
	}
	
.sidebar {
	width: 240px;
	background: #DEDCD9;
	margin-left: 740px;
	margin-top: 20px;
	font-size: 0.9em;
	}
	
#footer {
	clear:both;
	text-align:center;
	padding: 20px 0;
	font-size:0.9em;
	}
	
/* ------- Sidebar ------- */

.sidebar a {
	color: #B35200;
	}

.sidebar li {
	padding: 8px;
	}
	
.sidebar li ul,
.sidebar li li {
	padding:0;
	margin:0;
	}
	
.sidebar li {
	line-height: 1.4em;
	}
	
.sidebar li li {
	text-indent:-0.5em;
	margin-left:0.5em;
	}
	
.sidebar #seals {
	background:#fff;
	}
	
.sidebar #seals img#hacker {
	display:block;
	float:left;
	margin-top:40px;
	margin-left:16px;
	}
	
.sidebar #seals img#verification {
	display:block;
	margin-left:124px;
	padding-top:8px;
	}
	
/* ---- Newsletter Signup Form ---- */

.cform {
	padding: 8px;
	margin:0;
	background:#BEBAB4;
	}
	
.cform fieldset {
	margin:0;
	padding:0;
	}
	
.cform fieldset.cf_hidden {
	display:none;
	}
	
.cform legend {
	margin:0;
	padding:0;
	font-weight:bold;
	}
	
ol.cf-ol {
	margin:0;
	padding:0;
	}
	
ol.cf-ol li {
	margin:0;
	padding:0;
	}
	
.cform label {
	display:none;
	}
	
.emailreqtxt {
	display:none;
	}
	
.cform input {
	width:216px;
	margin-top: 8px;
	margin-bottom: 0;
	}
	
.cform input#sendbutton {
	width:auto;
	margin:0;
	padding:0;
	}
	
p.cf-sb {
	text-align:right;
	margin:8px 0 0;
	padding:0;
	}
	
p.linklove {
	display:none;
	}
	

/* ------- Footer ------- */

#footer ul li {
	list-style:none;
	display:inline;
	}
	
/* ------- Blog (div#container.blog) ------- */

.blog .entry-meta {
	font-size: 0.85em;
	color: #555;
	padding-top: 4px;
	line-height:1em;
	}
	
.blog h2.entry-title {
	color: #c3702a;
	margin-top: 2em;
	}
	
.blog h2.entry-title a {
	display:block;
	border-bottom: 1px solid #c3702a;
	padding-bottom:2px;
	}
	
.blog h2.entry-title a:hover, h2.entry-title a:focus {
	text-decoration:none;
	color: #000;
	border-bottom: 1px solid #000;
	}
	
.blog .comment-meta {
	font-size: 0.85em;
	margin-bottom: 30px;
	}


/* ------- Products (div#container.shop) ------- */


.shop h2.teacat {
	margin-top:1.5em;
	margin-bottom: 0.5em;
	}
	
.shop p.top {
	}

.shop .post {
	background: #E7D7C1;
	position:relative;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-bottom:10px;
	}
	
.shop .post.alt {
	background: #F5EFE6;
	}

.shop h2.entry-title {
	font-weight:bold;
	font-size: 1.25em;
	}
	
.shop h2.entry-title {
	padding-top: 10px;
	}
	
.shop h2.entry-title a {
	color: #000;
	}
	
.shop .post img.alignleft {
	float:none;
	position:absolute;
	top:10px;
	left:10px;
	}
	
.shop .post h2.entry-title,
.shop .post p {
	margin-left: 120px;
	}
	
.shop .post h3 {
	display:inline;
	}
	
.shop .post form {
	margin-left:10px;
	}
	
.shop .more-link {
	font-weight:bold;
	}
	
.post form input.addtocart {
	/* background: url('img/add.jpg') no-repeat;
	height: 52px;
	width: 97px;
	border:0; 
	position:absolute;
	top: 120px;
	left:10px; */
	}
	
.post.alt form input.addtocart {
	/* background: url('img/add-alt.jpg') no-repeat; */
	}
	
/* shopping cart */

li.fc_cart_item_weight {display:none !important;}

div#fc_checkout_cart {
	float:right;
	width: 340px;
	background: #dedcd9;
	margin-top:-20px;
	font-size: 0.9em;
	line-height:1.4;
	}
	
table#fc_cart_table caption {
	padding: 2px 4px;
	font-weight:bold;
	font-size: 1.2em;
	text-align:center;
	}
	
tr#fc_cart_head span {
	padding-left: 4px;
	padding-right: 12px;
	}
	
div#fc_checkout_cart td {
	padding:2px 4px;
	}
	
tr#fc_cart_foot_total {
	background: #bebab4;
	}
	
/* checkout */
	
div#fc_cancel_continue_shopping {
	font-weight:bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	}
	
div#fc_continue {
	text-align:right;
	margin-top:-1em;
	/*display:none !important;*/
	}
	
fieldset#fc_login_register legend {
	display:none;
	}
	
ol#fc_login_register_list + p {
	clear:left;
	padding-top: 1em;
	}
	
form#fc_form_checkout li#li_customer_new_password label {
	width:auto;
	float:none;
	text-align:right;
	font-size:0.85em;
	}
	
form#fc_form_checkout {
	width: 300px;
	}
	
form#fc_form_checkout legend {
	display:none;
	}
	
form#fc_form_checkout label {
	display:block;float:left;width:145px;
	}
	
form#fc_form_checkout label.fc_label_checkbox {
	width:auto;
	float:none;
	}
	
form#fc_form_checkout label.fc_shipping_methods {
	width:auto;
	float:none;
	margin:1em 0;
	}

form#fc_form_checkout label.fc_shipping_methods span {
	font-weight:bold;
	}

form#fc_form_checkout div#fc_shipping_methods_inner label.fc_label_radio {
	display:block;
	float:none;
	width:auto;
	padding-bottom:0.5em;
	}
	
form#fc_form_checkout li#li_cc_new {
	padding-bottom: 1em;
	}
	
form#fc_form_checkout li#li_cc_new label {
	width:auto;
	display:inline;
	float:none;
	}
	
form#fc_form_checkout li#li_cc_exp_month label {
	display:inline;
	width:auto;
	padding-right:10px;
	}

form#fc_form_checkout li#li_cc_exp_month select {
	display:inline;
	width:auto;
	}

/* receipt */

div#fc_receipt_container legend {
	display:none;
	}
	
h1#fc_receipt_heading {
	margin-bottom:1em;
	}

#fc_receipt_links_inner a {
	display:block;
	margin-bottom:1em;
	}






















	
	
	
	
	
	
	
	
	
	
	
	
	