/* Screen styles for all screens */

body {
	background-color: #b3a353;
	margin: 0;
	padding: 0;
}
dt {
  clear: both;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}
dd {
	margin-bottom: 0.5em;
	margin-top: 0;
	margin-left: 0;
}
dd p {
	margin-bottom: 0.5em;
	margin-top: 0;  
}
h3 a, dt a {
	color: #330;
}
h3 a:hover, dt a:hover {
  color: #a00417;
	text-decoration: underline;
}

#wrapper{
	background-color: #fdf6d1;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	height: 100%;
	margin: 0 auto;
	width: 719px;
}
#header
{
	background-color: #A00417;
	background-image: url(../images/header_bk.gif);
	background-repeat: no-repeat;
	height: 81px;
	overflow: visible;
}
#header h1, #header h2 {
	color: #fff;
	height: 19pt;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#header h2 {
	height: 19.5pt;
}
#logolink {
	position: relative;
	top: -51px;
	left: 0;
	width: 206px;
}
#logolink a {
	display: block;
	height: 128px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.clearer {
	clear: left;
	height: 0;
	line-height: 0.0;
}
.more {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1em;
}
.quote_source {
	font-style: italic;
	margin-bottom: 0;
	text-align: right;
}
	
/* Forms */
.button {
	text-align: right;
}
form {
	margin: 0;
	padding: 0;
}

/* Navigation Tabs */

ul#global_nav
{
	background: url(../images/1px-333.gif) repeat-x bottom;
	float: right;
	margin: 0;
	padding: 0 1px 0 0;
}
#global_nav li {
	background-color: #b3a353;
	border: 1px solid #333;
	border-bottom: none;
	float: left;
	height: 28px;
	list-style-type: none;
	margin:0 1px;
	padding: 0;
	text-align: center;
	width: 60px;
}
#global_nav li a {
	color: #000;
	display: block;
	font-size: 85%;
	font-weight: bold;
	height: 25px;
	line-height: 1.0;
	padding: 3px 0 0 0;
	text-decoration: none;
}
#global_nav li a:hover {
	background: #fdf6d1;
}
li#current {
	background-color: #fdf6d1;
	border-bottom-color: #fdf6d1;
	height: 29px;
}
li#current a {
	color: #a00417;
}


.blog_post {
	margin-bottom: 40px;
}
.blog_post h3 {
	clear: both;
	margin-bottom: 0;
}
.blog_post p {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}
p.posted {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 1px 0;
}
#rss {
	padding: 0 0 10px 15px;
}
#rss img {
	border: none;
	vertical-align: middle;
}

#upcoming_events, #coffee_of_the_week, #cart {
	float: left;
	padding: 5px 15px 10px 15px;
	width: 150px;
}
#content #cart {
  width:  95%;
}
#content #cart h2 {
  height: 55px;
  background: transparent url(../images/cart_bk.gif) no-repeat;
}
#content #cart table {
  width:  100%;
  font-size: 100%;
}
#upcoming_events h2, #coffee_of_the_week h2, #cart h2 {
	height: 45px;
	margin: 0 -5px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#upcoming_events h2 a, #coffee_of_the_week h2 a {
  display: block;
	height: 45px;
  margin: 0;
}
#upcoming_events {
	background: url(../images/upcoming_events_bk.gif) no-repeat;    	
}
#coffee_of_the_week {
	background: url(../images/coffee_of_the_week_bk.gif) no-repeat;
}
#cart {
	background: url(../images/shopping_cart_bk.gif) no-repeat;  
}
#content #cart {
  background:  none;
}

#upcoming_events ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: -1em;
}
#upcoming_events ul li {
	margin: 0 0 0.5em 1em;
}
#coffee_of_the_week h3 {
	color: #a00417;
	margin-top: 0;
	margin-bottom: 0;
}
#coffee_of_the_week p, #cart p {
	margin-top: 0.5em;
}
#cart table {
  border-collapse:collapse;
  font-size: 90%;
}
#cart td {
  padding:  2px;;
  vertical-align: top;
}
#cart .c_item input, #cart select, #cart table .button input {
  font-size: 90%;
}
#cart .c_price, #cart #c_total, #cart #c_tax, #cart #c_state {
  text-align:  right;
}
#cart #c_total {
  font-weight:bold;
}

dl.locallinks dt {
	font-family: "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
  font-size: 125%;
  text-shadow: #666 2px 2px 2px;
}
dl.locallinks dt, dl.events dt {
  margin-top: 1em;
}
dl.locallinks dt:first-child, dl.events dt:first-child {
  margin-top: 1em;
}
dl.events dd {
  margin-top: 0;
  margin-bottom: 0;
}
dl.events dd strong {
	font-family: "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
  font-size: 125%;
  text-shadow: #666 2px 2px 2px;
}
dl.events dd strong a {
  color: #330;
}
dl.events dd strong a:hover {
  color: #a00417;
}
#content table {
  border-collapse: collapse;
  font-size: 99%;
}
.row-odd {
  background-color: #D8CD92;
}
.row-even {
  background-color: #fdf6d1;
}
#content table th, #content table td {
  margin: 0;
  padding: 5px;
}
#content table th {
  text-align: left;
  vertical-align: bottom;
}
#content table th a {
  color: #333;
  text-decoration: none;
}
#content table th a:hover, #content table tr:hover a {
  color: #a00417;
  text-decoration: underline;
}
#content table td {
  vertical-align: top;
}
#content table td h3, #content table td p {
  margin-top: 0;
  margin-bottom: 0;
}


/* footer */
#footer {
	clear: both;
	font-size: 90%;
	padding: 20px 10px;
}
#footer p {
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #00a;
}
