html {
	overflow-y: scroll;
	font-family: lucida grande, arial;
	font-size: 14px;
	line-height: 1.5em;
}

body {
	margin: 0px;
	color: #333;
}

h1 {
	font-family: lucida grande, arial;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	color: #764b29;
}

a {
	color: #764b29;
}

select {
	font-size: 16px;
}
button {
	font-size: 16px;
	color: #333;
}

.left {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: -10px 0 10px 10px #000;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 300px;
	background: #e3deda;
	padding-right: 30px;
}
.left img {
	float: right;
}
.container {
	position: absolute;
	left: 330px;
	top: 0px;
	padding-top: 50px;
	padding-left: 40px;
	width: 600px;
}
.container img.cap {
	margin-top: 20px;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 5px solid #e3deda;
	float: right;
}
.footer {
	text-align: center;
	margin-top: 3em;
	border-top: 5px solid #e3deda;
	padding: 1em 0;
	font-size: 10px;
	color: #bbb;
	line-height: 1.4em;
}
.footer a {
	color: #bbb;
}

.cart {
	margin-top: 2em;
	float: right;
	background: #fff;
	-moz-box-shadow: inset 0 1px 5px #000;
	-webkit-box-shadow: inset 0 1px 5px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	width: 150px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: center;
	margin-right: -15px;
}

.blurb {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 2em;
}
.blurb a {
	background: #e3deda;
	padding: .5em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.flashSuccess {
	background: #dfeadf;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: .5em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.flashError {
	background: #eacfcf;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: .5em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navigation {
	clear: both;
	float: right;
	width: 150px;
	border-top: 5px solid #764b29;
	margin-top: .5em;
	padding: .5em 0;
}
.navigation ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}
.navigation ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.navigation ul li a {
	display: block;
	text-decoration: none;
	padding: .1em .7em;
	text-align: right;
	color: #746255;
}
.navigation ul li a:hover {
	text-decoration: underline;
}
.navigation ul li.selected a {
	font-weight: bold;
	color: #764b29;
}


.checkout .product {
	width: 400px;
	margin-left: 50px;
	padding: 6px 12px;
	background: #f2efec;
	border-bottom: 5px solid #e3deda;
}
.checkout .product .name {
	font-weight: bold;
}
.checkout .product .roast {
	font-size: 10px;
	font-weight: bold;
	color: #764b29;
}
.checkout .product .quantity {
	font-size: 12px;
}
.checkout .product .cost {
	font-size: 16px;
	font-weight: bold;
	float: right;
}
.checkout .product .remove {
	float: right;
	font-size: 10px;
	margin-right: 1em;
	margin-bottom: 3px;
}
.checkout .total {
	padding: 6px 12px;
	text-align: right;
	margin-right: 1em;
	width: 400px;
	margin-left: 50px;
	font-size: 24px;
	font-weight: bold;
}
.checkout .discount {
	padding: 6px 12px;
	text-align: center;
	margin-right: 1em;
	width: 400px;
	margin-left: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.checkout .total .label {
	font-size: 16px;
	font-weight: normal;
}
.checkout .payment {
	width: 400px;
	margin-left: 50px;
	padding: 6px 12px;
}

.formTable {
	width: 100%;
}
.formTable .label {
	text-align: right;
	color: #999;
	padding-right: 1em;
}
.formTable input, .formTable textarea {
	font-size: 16px;
	width: 100%;
}
.formTable button {
	font-size: 16px;
}


.store .product .name {
	font-size: 18px;
	font-family: lucida grande, arial;
	font-weight: bold;
	color: #764b29;
	float: left;
}
.store .product .cost {
	color: #746255;
}
.store .product .description {
	margin: .5em 0;
}
.store .product .order {
}
.store .product .out-of-stock {
	color: #764b29;
}

.roast {
}
.roast .name {
	font-size: 18px;
	font-family: lucida grande, arial;
	font-weight: bold;
	color: #764b29;
}

hr {
	border: 0;
	border-top: 5px solid #e3deda;
	margin: 1.5em 0;
}


.sortable-list {
	padding: 0px;
	margin: 0px;
}
.sortable {
	padding: 4px 12px;
	position: relative;
	cursor: move;
	font-size: 10pt;
	line-height: 1.2em;
	list-style: none;
	margin: 6px 0;
	width: 300px;
	background: #f2f0ee url(/images/sidebar-bg.png) repeat-x bottom left;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
}
.sortable .name {
	font-weight: bold;
}

