/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

html, body {
	background-image: url('/_images/bg-body.png');
	font: 12px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
}
* {
	font-family: helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited, a:hover {
	color: #740d00;
}
a:visited {
	color: #a45b15;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font: 22px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
	color: #740d00;
}
h2 {
	font: 18px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
	color: #740d00;
}
input, select, textarea, optgroup {
	font-size: 12px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

/*
Copyright
*/
	#copyright {
		font: 12px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
		color: #d8915f;
		padding: 0 0 15px 0;
		width: 980px;
		overflow: hidden;
	}
	#copyright a:link, #copyright a:visited {
		color: #d8915f;
		text-decoration: none;
	}
	#copyright a:hover {
		color: #925c37;
		text-decoration: underline;
	}
	#copyright .left {
		float: left;
	}
	#copyright p.taster {
		float: right;
		text-align: right;
	}
	#copyright p.taster a:link, #copyright p.taster a:visited {
		text-decoration: underline;
	}

/*
Header - logo, hours, navigation
*/
	#left-top {
		float: left;
		background: #f1d2b5 url('/_images/bg-left-top.jpg') no-repeat top left;
		width: 202px;
		height: 143px;
	}
	#cart {
		padding: 20px 0 0 12px;
		height: 50px;
	}
	#cart img {
		float: left;
		padding: 0 10px 0 0;
	}
	#free_shipping {
		padding: 10px 0 0 12px;
	}
	#free_shipping img {
		float: left;
		padding: 0 10px 0 0;
	}
	#header {
		height: 143px;
		background-color: white;
	}
	#header img {
		float: left;
	}
	#hours {
		padding: 20px 10px 0 10px;
		text-align: center;
		font: 14px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
		color: #a45b15;
	}
	#hours h2 {
		font-size: 14px;
		color: #740d00;
	}
	#hours p {
		padding-bottom: 15px;
		font-size: 12px;
	}
	#hours a:link, #hours a:visited, #hours a:hover {
		color: #a45b15;
		text-decoration: none;
	}
	#hours a:hover {
		border-bottom: 1px dotted #a45b15;
	}
	#navigation {
		background: url('/_images/bg-nav-right.jpg') repeat-x;
	}
	#navigation ul {
		background: url('/_images/bg-nav-left.jpg') no-repeat top left;
		list-style: none;
		height: 35px;
		padding: 30px 15px 0 65px;
	}
	#navigation li {
		float: left;
		margin-right: 75px;
		font: 18px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
	}
	#navigation li.first {
		margin-right: 100px;
	}
	#navigation li.last {
		margin-right: 0;
	}
	#navigation a:link, #navigation a:visited {
		text-decoration: none;
		color: #fff;
	}
	#navigation a:hover {
		color: #fff;
		border-bottom: 1px dotted white;
	}

/*
General container, big picture styles
*/
	.container {
		width: 1000px;
		margin: 0 auto;
	}
	#ds-top {
		background: url('/_images/bg-top.png') no-repeat bottom center;
	}
	#ds-bottom {
		background: url('/_images/bg-bottom.png') no-repeat top center;
	}
	#ds-main {
		background: url('/_images/bg-middle.png') repeat-y bottom center;
	}
	#content {
		background: url('/_images/bg-content-repeat.jpg') repeat-y top left;
		width: 100%;
		overflow: hidden;
	}
	#right {
		background: url('/_images/bg-right-plain.jpg') no-repeat top left;
		margin-left: 202px;
		width: 738px;
		padding: 25px 30px 30px 30px;
		min-height: 625px;
		overflow: hidden;
		font: 13px/20px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
	}
	#page-1 #right {
		/* #page-1 is the body of the Home page */
		background: url('/_images/bg-right-home.jpg') no-repeat top left;
		width: 798px;
		min-height: 680px;
		padding: 0;
	}
	#right p {
		padding: 0 0 1.3em 0;
	}
	#page-1 #right p {
		padding-left: 40px;
	}
	#home-right {
		float: right;
		width: 283px;
		height: 355px;
		margin: 12px 0 30px 30px;
		padding: 5px 0 5px 15px;
	}
	#tea_tasters {
		height: 120px;
	}
	#tea_tasters * {
		color: #f9e7d6;
	}
	#tea_tasters h2 {
		font-size: 24px;
		padding: 5px 0 0 0;
	}
	#home-right h2 a:link, #home-right h2 a:visited {
		text-decoration: none;
	}
	#home-right h2 a:hover {
		text-decoration: underline;
	}
	#upcoming_events {
		height: 160px;
	}
	#upcoming_events h2, #upcoming_events h2 * {
		font-size: 24px;
		padding: 5px 0 0 0;
		color: #740D00;
	}
	#right #home-right #upcoming_events p {
		margin: 0;
		padding: 5px 10px 5px 0;
		line-height: 1.2em;
	}
	#right #home-right #upcoming_events ul {
		margin: 0;
		padding: 5px 10px 5px 20px;
		line-height: 1.2em;
	}
	#right #home-right #tea_tasters p {
		margin: 0;
		padding: 0 0 5px 0;
	}
	img.taster {
		margin: 0 5px 0 0;
	}
	#kettle {
		padding-bottom: 25px;
	}

/*
Categories list -- left bar
*/
	#left {
		background: url('/_images/bg-sidebar.jpg') no-repeat top left;
		float: left;
		width: 202px;
		height: 670px;
	}
	#left ul {
		margin: 25px 0 0 10px;
		list-style: none;
		font: 18px helvetica neue;
	}
	#left li a {
		display: block;
		padding: 7px 10px 7px 50px;
		font: 18px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
		font-weight: light;
		text-decoration: none;
		color: #740d00;
		text-transform: lowercase;
	}
	#left li a:hover, #left li.current a {
		background: url('/_images/bg-teas-active.png') no-repeat center left;
		color: #000;
	}
	* html #left li a:hover, * html #left li.current a {
		/* IE6 - no 24 bit support */
		background: url('/_images/bg-teas-active.8bit.png') no-repeat center left;
	}

/*
Categories / Products list -- right
*/
	dl.category, dl.product {
		float: left;
		margin: 0 30px 35px 0;
		width: 152px;
	}
	dl.category dt a:hover img, dl.product dt a:hover img {
		border: 1px solid #740d00;
	}
	dl.category dt img, dl.product dt img {
		background-color: #e5e9e0;
		border: 1px solid #a45b15;
		width: 152px;
		height: 152px;
	}
	dl.category dd, dl.product dd {
		text-align: center;
		height: 2em;
	}

/*
Product Page
*/
	#page-product .left {
		float: left;
		width: 400px;
	}
	#page-product .right {
		float: right;
		width: 302px;
	}
	div.product {
		width: 100%;
		overflow: hidden;
	}
	div.product img {
		border: 1px solid #a45b15;
		float: right;
	}
	#right p.teamaster_pick {
		background: #fff url('/_images/icon-teamaster_pick.jpg') center left no-repeat;
		padding: 5px 0 5px 30px;
		margin: 0;
		font-style: italic;
		color: #740d00;
	}
	input#qty {
		width: 50px;
	}
	#recommendations {
		clear: both;
		width: 100%;
		overflow: hidden;
	}
	dl.recommendations {
		float: left;
		margin: 0 0 20px 20px;
		width: 215px;
	}
	dl.recommendations dt {
		float: left;
	}
	dl.recommendations dt a:hover img {
		border: 1px solid #740d00;
	}
	dl.recommendations dt img {
		background-color: #e5e9e0;
		border: 1px solid #a45b15;
		width: 50px;
		height: 50px;
	}
	dl.recommendations dd {
		margin: 0 0 0 60px;
		text-align: left;
		height: 50px;
	}
	
	#reviews {
		clear: both;
	}
	#reviews ol {
		padding: 10px 0 5px 30px;
	}
	#reviews ol li {
		font: 16px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
		color: #f3d1b5;
		padding: 0 0 15px 0;
	}
	#reviews ol li p {
		font: 12px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
		color: #740d00;
		padding-bottom: 5px;
	}
	#reviews ol li p.rating {
		float: left;
		padding: 0 20px 0 0;
	}
	img.rating {
		background: transparent url('/_images/icons-stars.png') top left no-repeat;
	}
	img.rating.on {
		background-position: bottom left;
	}
	img.rating.off {
		background-position: top left;
	}
	#reviews ol li p.meta {
		font: 11px helvetica neue, myriad pro, helvetica, arial, sans, sans-serif;
		color: #a45b15;
	}
	form#review h3 {
		float: left;
		width: 100px;
		color: #740d00;
	}
	form#review p {
		margin-left: 100px;
		width: 500px;
		overflow: auto;
	}
	#comments {
		width: 350px;
		height: 50px;
	}
		


/*
Registration, Edit Taster Profile
*/
	#right #taster-register p, #right #taster-login p, #right #taster-edit p {
		padding: 7px 0 0 0;
		margin-left: 125px;
	}
	#taster-register label, #taster-login label, #taster-edit label {
		float: left;
		width: 125px;
		margin-left: -125px;
	}
	#taster-register input, #taster-login input, #taster-edit input, #taster-edit textarea {
		margin-bottom: 5px;
	}
	#email, #city, #password, #password-confirm {
		width: 200px;
		margin-right: 20px;
	}
	.name {
		width: 125px;
		margin-right: 10px;
	}
	#bio {
		width: 300px;
		height: 100px;
	}
	
	#errors {
		padding: 10px 0;
		color: #f00;
	}
	.note {
		float: right;
		font-size: 12px;
		font-style: italic;
		width: 200px;
	}


/*
Taster index page
*/
	#page-taster-index dl.taster {
		float: left;
/*		clear: right;
*/		width: 45%;
		margin: 10px 0 0 0;
		padding: 0 5% 5px 0;
		overflow: auto;
		border-bottom: 1px solid #e5e9e0;
	}
	#page-taster-index dl.taster dt {
		float: left;
		margin: 0 10px 0 0;
	}
	#page-taster-index dl.taster dd {
	
	}
	dl.taster span.city {
		color: #740d00;
	}
	dl.taster span.count {
		color: #b8905e;
	}
	.pages {
		float: right;
		color: #740d00;
	}
	#search {
		float: left;
		width: 400px;
		margin: 10px 0;
	}
/*
Taster Profile
*/
	#page-taster .top {
		width: 100%;
		overflow: auto;
		text-align: right;
		padding-bottom: 10px;
	}
	#page-taster .left {
		float: left;
		width: 400px;
	}
	#page-taster .right {
		float: right;
		width: 302px;
	}
	#page-taster h3 {
		float: left;
		width: 100px;
		color: #740d00;
	}
	#page-taster .current_city, #page-taster .favorite_product {
		margin-left: 110px;
	}
	#page-taster .teas_tasted, #page-taster .wish_list {
		margin-left: 110px;
		list-style: none;
		padding: 0 0 1.3em 0;
	}
/*	#page-taster a.button {
		display: block;
		float: left;
		width: 115px;
		background: #898547 url('/_images/bg-profile_button.jpg') no-repeat top left;
		color: #fff;
		text-align: center;
		line-height: 13px;
		padding: 9px 0 10px 0;
		margin: 0 10px 0 0;
		text-decoration: none;
	}*/
	#page-taster a.button {
		display: block;
		float: left;
		width: 115px;
		background-color: #a45b15;
		color: #fff;
		text-align: center;
		line-height: 13px;
		padding: 5px 0 7px 0;
		margin: 10px 10px 5px 0;
		text-decoration: none;
	}
	#page-taster h1 {
		padding-bottom: 10px;
	}
	#the_wall ul {
		list-style: none;
	}
	#the_wall li {
		color: #740d00;
		padding: 5px 0;
		width: 100%;
		overflow: hidden;
	}
	#the_wall img {
		float: left;
		margin: 5px 10px 10px 0;
	}
	#the_wall li p {
		margin-left: 60px;
		padding: 0;
	}
	#the_wall .meta {
		float: right;
		font-size: 11px;
	}
	#the_wall .meta a:link, #the_wall .meta a:visited {
		text-decoration: none;
	}
	#the_wall .meta a:hover {
		text-decoration: underline;
	}
	#the_wall .date {
		color: #a45b15;
		font-size: 11px;
		margin-left: 60px;
	}
	
	#wall_post {
		width: 100%;
		overflow: hidden;
		padding-bottom: 5px;
	}
	#wall_post #post {
		width: 388px;
		height: 4em;
		padding: 5px;
		border: 1px solid #a45b15;
	}
	#wall_post #post.label {
		color: #a45b15;
	}
	#wall_post input {
		margin-top: 5px;
		float: right;
	}

/*
Report inappropriate content
*/
	.inappropriate, #right p.inappropriate {
		border-top: 1px solid #f0caa6;
		font-size: 10px;
		line-height: 10px;
		padding: 7px 0 0 0;
		text-align: right;
	}
	.inappropriate img {
		vertical-align: top;
	}
	.inappropriate a {
		
	}
	
	#report label {
		float: left;
		width: 100px;
	}
	#report #url, #report #name {
		width: 300px;
	}
	#report #comments {
		width: 300px;
		height: 100px;
	}
/*
Form Validation
*/
	input.invalid, select.invalid, textarea.invalid {
		background-image: url('../_images/icon-invalid.png');
		background-position: 99% 50%;
		background-repeat: no-repeat;
	}
	input.valid, select.valid, textarea.valid {
		background-image: url('../_images/icon-valid.png');
		background-position: 99% 50%;
		background-repeat: no-repeat;
	}

/*
Cart, checkout
*/
	#right #free_shipping_teaser {
		height: 40px;
	}
	#right #free_shipping_teaser img {
		float: left;
		margin: 5px 10px 0 0;
	}
	#viewcart {
		width: 100%;
	}
	#viewcart th.top {
		padding: 5px;
		border-bottom: 1px solid #afbfaf;
	}
	#viewcart th.total {
		text-align: right;
		padding: 5px;
	}
	#viewcart .product td {
		padding: 10px 5px 10px 5px;
		margin: 0;
		border-bottom: 1px solid #e5e9e0;
	}
	#viewcart .prodname {
		font-weight: bold;
	}
	#viewcart .prodphoto {
		float: left;
		margin: 0 15px 0 0;
		width: 50px;
		height: 50px;
	}
	#viewcart .price, #viewcart .qty {
		border-left: 1px solid #e5e9e0;
	}
	#viewcart .qty {
	}
	#viewcart .removeItem {
		float: right;
		padding: 3px 5px 5px 6px;
		margin: -10px -5px 0 0;
		background-color: #e5e9e0;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomleft: 5px;
	}
	#viewcart .total, #viewcart .grandtotal {
		padding: 5px;
	}
	#viewcart .grandtotal {
		font-weight: bold;
	}
	
	#right #apply_discount {
		vertical-align: top;
	}
	#right #apply_discount img {
		float: left;
		margin: 5px 10px 0 0;
	}
	#discount_code {
		width: 50px;
		margin: 5px 0 0 10px;
	}
	#right #apply_discount input {
		margin: 5px 0 0 10px;
	}

	#checkout .left {
		float: left;
		width: 350px;
	}
	#checkout .right {
		float: right;
		width: 350px;
	}
	#checkout label {
		float: left;
		width: 100px;
	}
	#checkout label.inline {
		float: none;
		width: auto;
	}
	#checkout p {
		line-height: 20px;
		padding: 10px 0;
	}
	#checkout input {
		margin-bottom: 10px;
	}
	#checkout .name {
		width: 100px;
	}
	#checkout .phone, #checkout .email, #checkout .address, #checkout .card {
		width: 200px;
	}
	#checkout .city {
		width: 125px;
	}
	#checkout .state {
		width: 30px;
	}
	#checkout .zip {
		width: 50px;
	}
	#checkout .expiration {
		width: 30px;
	}
	#checkout .cvv {
		width: 50px;
	}
	#content .error {
		color: #600;
	}
	
	#cart-login label {
		float: left;
		width: 125px;
	}
	#cart-login label.inline {
		float: none;
		margin-right: 20px;
	}
