body {
	margin: 0;
	padding: 0;
	background: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
	}
	
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
#wrapSm {
	position: relative;
	width: 225px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* general styles */

a:link, a:visited, a:hover {	text-decoration: none; color: #fff; }
	
a:hover { text-decoration: underline; color: #f00; }
	
.bold, em, strong { font-weight: bold; }
.black { color: #000; }
.white { color : #fff; }
.note { text-align: center; font-size: 10px; }
.linkDate { color: #ccc; font-size: 10px; font-style: italic; }

h2, h3, h4, h5, h6 { color: #f00; }

/* header */

#header, #headerHome, #headerCoffee, #headerTea, #headerEvents, #headerStaff, #headerAbout, #headerContact {
	height: 340px;
	width: 900px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #000 url(images/header_home.jpg) top left no-repeat;
	}

#headerHome { background: #000 url(images/header_home.jpg) top left no-repeat; }
#headerCoffee { background: #000 url(images/header_coffee.jpg) top left no-repeat; }
#headerTea { background: #000 url(images/header_tea.jpg) top left no-repeat; }
#headerEvents { background: #000 url(images/header_events.jpg) top left no-repeat; }
#headerStaff { background: #000 url(images/header_staff.jpg) top left no-repeat; }
#headerAbout { background: #000 url(images/header_about.jpg) top left no-repeat; }
#headerContact { background: #000 url(images/header_contact.jpg) top left no-repeat; }
	
#header h1, #headerHome h1, #headerCoffee h1, #headerTea h1, #headerEvents h1, #headerStaff h1, #headerAbout h1, #headerContact h1 {
	display: block;
	position: absolute;
	width: 400px;
	top: 265px;
	left: 80px;
	font-size: 25px;
	}
#headerWhatsnew {
	width:225px
	margin:0;
	padding:0;
}
/* navigation */

#nav {
	width: 902px;
	position: absolute;
	top: 320px;
	left: 0;
	font-size: 18px;
	background-color: #000;
	border-bottom: 1px solid #f00;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav li {
	list-style-type: none;
	display; block;
	width: 108px;
	float: left;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	}
	
#nav a:link, #nav a:visited, #nav a:hover {	
	text-decoration: none;
	color: #fff;
	}
	
#nav a:hover {
	text-decoration: underline;
	color: #f00;
	}
	
#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color:#f00; }
	
/* content */

#content, #contentBlog {
	margin: 30px 120px 10px 120px;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	}
	
#contentBlogSm {
	padding:0;
	margin:0;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	}
	
#whats_new {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
	background-color: #aaa;
	border: 1px solid #f00;
	border-bottom: 5px solid #f00;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.2em;
	color: #000;
	}

#whats_new h3 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: #f00;
	font-weight: bold;
	color: #000;
	}
	
#whats_new ul { margin: 0; padding: 0; }
#whats_new li { 
	list-style-type: none; 
	margin: 0;
	padding: 3px 3px 10px 9px;
	}
#whats_new .date {
	display: block;
	margin: 0 5px 3px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	}
#whats_new_blog {
	width: 225px;
	float: right;
	margin: 0 0 10px 20px;
	padding:5px;
	background-color: #111;
	border: 1px solid #f00;
	border-bottom: 5px solid #f00;
	letter-spacing: 1px;
	font-size: 11px;
	color: #000;
	}

#whats_new_blog h3 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: #f00;
	font-weight: bold;
	color: #000;
	}
	
#whats_new_blog ul { margin: 0; padding: 0; }
#whats_new_blog li { 
	list-style-type: none; 
	margin: 0;
	padding: 3px 3px 10px 9px;
	}
#whats_new_blog .date {
	display: block;
	margin: 0 5px 3px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	}
.coffeeTitle, .teaTitle { margin-top: 15px; font-size: 14px; }
	
ul.coffee, ul.tea {  }

ul.coffee li, ul.tea li {
	list-style-type: none;
	}
	
/* staff bios */

.bio { 
	border-bottom: 1px dotted #ccc;
	}
img.bioImage {
	width: 175px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 1px solid #f00;
	}
img.bioImageWide {
	width: 233;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	border: 1px solid #f00;
	}
.bioText h4 {
	text-align: center;
	}
	
/* footer */

#footer {
	clear: both;
	margin: 10px 0;
	padding: 15px 5px 10px 5px;
	border-top: 1px solid #f00;
	background-color: #000;
	text-align: center;
	font-size: 10px;
	}
	
/* blogger styles */

ul.archive-list, ul#recently {
	margin: 0 0 0 10px;
	padding: 0 0 0 8px;
	}

ul.archive-list li, ul#recently li {
	margin: 0 0 0 10px;
	padding: 4px 0 0 8px;
	}
	
p#powered-by, p#blogfeeds {
	text-align: center;
	}
	
#prev_archives {
	position: absolute;
	top: 365px;
	right: 10px;
	width: 200px;
	background-color: #aaa;
	border: 1px solid #f00;
	border-bottom: 5px solid #f00;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 1.2em;
	color: #000;
	}
	
#prev_archives h3 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: #f00;
	font-weight: bold;
	color: #000;
	}
