/*
stearns coffee / stearnscoffee.com
Adam Campbell / adam@hotmeteor.com
November 2007

Typography
*/

* {
	outline:none;
}

body {
	font-family:"lucida grande", arial, helvetica, sans-serif;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6,
address, blockquote, ol, p, ul {
	margin:0 0 1em;
	padding:0;
}

button, input, select, textarea {
	font-family:"lucida grande", arial, helvetica, sans-serif;
}

/* Image Replacement */

.ir {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-999em;
}

	h2.ir { background-position:0 bottom; }
	
	#menu h2 { background-image:url(../images/h2-menu.gif); }
	#shop h2 { background-image:url(../images/h2-shop.gif); }
	#coffee h2 { background-image:url(../images/h2-coffee.gif); }
	#links h2 { background-image:url(../images/h2-links.gif); }
	#contact h2 { background-image:url(../images/h2-contact.gif); }

.ir a {
	display:block;
	height:100%;
	width:100%;
}

#sfe { 
	background-image:url(../images/h3-menu.gif); 
	height:17px; 
	margin:0 0 3px; 
	width:168px; 
}

#cc { 
	background:url(../images/h3-cc-02.gif) no-repeat 30px 0; 
	height:65px; 
	margin:0 0 3px; 
	width:100%; 
}

/* General Typography */

a:link,
a:visited {
	border-bottom: 1px solid #222;
	color: #83b9ce;
}

a:hover {
	border-bottom: 1px solid #999;
	color: #fff;
}

#footer a {
	text-decoration:none;
}

#footer a:link,
#footer a:visited {
	color:#666;
}

#footer a:hover {
	color:#ccc;
}

h1 a {
	border: 0 !important;
	display:block;
	height:55px;
	width:160px;
}

	h1 a img {
		border:0 !important;
	}
	
address {
	color:#ccc;
	font-size:1.2em;
	font-style:normal;
	line-height:1.7em;
}

dl {
	margin:0 0 3em;
}

dd {
	color:#999;
	font-size:1.1em;
	line-height:1.5em;
	margin:0 0 1em;
}

	dd a {
		color:#999;
	}

	dd strong {
		color:#bfdbe6;
	}

dt {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

h2 {
	color:#fff;
	font-size:2em;
	height:28px;
	margin:0;
}
	
h3 {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

	.popout h3 {
		font-size:1.2em;
		margin:0 0 5px;
	}

h4 {
	color:#83b9ce;
	font-size:1.4em;
	line-height:1.4em;
}

p {
	color:#ccc;
	font-size:1.2em;
	line-height:1.5em;
}

	#home p {
		color:#fff;
		font-size:1.2em;
	}

	#footer p {
		color:#444;
		font-size:1em;
	}
	
	#storeinfo p {
		color:#000;
		margin:0;
	}
	
	p.note {
		color:#777;
		font-size:1em;
		margin:0;
	}
	
	.popout p {
		color:#11323f;
		font-size:1.1em;
		line-height:1.6em;
	}
	
	.popout strong {
		color:#000;
	}

p strong {
	color:#fff;
}

#bottom ul li {
	color:#ccc;
	font-size:1.2em;
	line-height:1.8em;
	list-style-type:none;
}

	#bottom ul li a {
		border-bottom: 1px solid #444
		color:#fff;
		text-decoration:none;
	}
	
	#bottom ul.blist li {
		color:#83b9ce;
		list-style-type:disc;
		margin-left:20px;
	}
	
	#bottom ul.normal li {
		color: #fff;
		list-style-type: disc;
		margin-left: 20px;
	}

/* Home Page */

#currentsong p {
	color:#bbb;
	font-size:1.1em;
}

#currentsong span {
	font-weight:bold;
}

#currentsong .songtitle {
	color:#83b9ce;
}

#currentsong .songartist {
	color:#fff;
}

.hoverblock p {
	color:#fff;
	font-size:1.2em;
	line-height:1.5em;
	padding:9px 12px;
}

.hoverblock a {
	border: 0 !important;
	color:#ddd;
	text-decoration:none;
}

.hoverblock a strong {
	color:#fff;
	display:block;
}

#newsfeed h3 {
	background:#1a1a1a url(../images/img_news.png) no-repeat 0 -1px;
	color:#fff;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	height:35px;
	margin:0 5px 0 0;
	overflow:hidden;
	text-align:left;
	text-indent:-999em;
	width:145px;
}

#newsfeedlist {
	display:block;
	float:left;
	height:36px;
	margin:0;
	padding:0;
	width:80%;
}

#newsfeedlist li {
	color:#fff;
	display:block;
	font-size:1.1em;
	line-height:36px !important;
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}

#bottom #newsfeedlist li a {
	color:#83b9ce;
}

/* Coffee Pages */

.coffeecol img {
	margin:0 0 10px;
}

.coffeecol dd span {
	color:#b3e2ad;
	display:block;
	font-weight:bold;
}

/* Links Page */

/* Spans and Classes -----------*/

img.fright {
	border:2px solid #222;
	display:block;
	padding:4px;
	float:right;
	margin:0 0 15px 15px;
}

img.fleft {
	border:2px solid #222;
	display:block;
	padding:4px;
	float:left;
	margin:0 15px 15px 0;
}

/*
---------------------------------------
Tweet List
---------------------------------------
*/

#tweet {
	background: url(../images/bg-tweet.png) no-repeat 0 0;
}

#tweet p {
	display: block;
	float: left;
	font-size: 1em;
	height: 43px;
	margin: 0 0 0;
	overflow: hidden;
	text-indent: -999em;
	width: 198px;
}

	#tweet p a {
		display: block;
		height: 100%;
		width: 100%;
	}

	#tweet p a:link,
	#tweet p a:visited { background: url(../images/img-tweet-off.png) no-repeat 0 0; }
	
	#tweet p a:hover{ background: url(../images/img-tweet-on.png) no-repeat 0 0; }

.tweet_list {
	display: block;
	margin: 0;
	padding: 25px 15px 15px 210px;
}

.tweet_list li {
	font-size: 1em !important;
	margin: 0;
	padding: 7px 0;
}

.tweet_list li a:link,
.tweet_list li a:visited {
	color: #00bbf3;
}

.tweet_list li a:hover {
	color: #fff;	
}

.tweet_list li.tweet_first {
	padding-top: 0;
}

.tweet_list li.tweet_last {
	border: 0;
	padding-bottom: 0;
}

.tweet_list li .tweet_join {
	color: #666;
	font-weight: bold;
}

.tweet_list li .tweet_text {
	font-size: 1.2em;
}

/* Navigation -------------------*/

#header ul {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:32px;
}

#header li {
	float:left;
	font-size:1.3em;
	list-style-type:none;
	margin:0 0 0 20px;
	padding:0;
}

#header li a {
	background-repeat:no-repeat;
	border: 0 !important;
	display:block;
	height:16px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-999em;
}

	#header li a:link,
	#header li a:visited {
		background-position:0 0;
	}
	
	#header li a:hover,
	#header li.current a {
		background-position:0 -18px;
	}

#nav-menu a {
	background-image:url(../images/nav_menu.png);
	width:44px;
}

#nav-shop a {
	background-image:url(../images/nav_shop.png);
	width:63px;
}

#nav-coffee a {
	background-image:url(../images/nav_coffee.png);
	width:73px;
}

#nav-education a {
	background-image:url(../images/nav_education.png);
	width:74px;
}

#nav-news a {
	background-image:url(../images/nav_news.png);
	width:38px;
}

#nav-links a {
	background-image:url(../images/nav_links.png);
	width:37px;
}

#nav-contact a {
	background-image:url(../images/nav_contact.png);
	width:53px;
}

/* Sub-Navs */

#submenu {
	background-color:#1a1a1a;
	margin:10px 0 0;
	width:100%;
}

#submenu ul {
	height:15px;
	margin:0;
	padding:10px;
}

#submenu li {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	list-style-type:none;
	margin-right:20px;
	padding:0;
}

#submenu a {
	text-decoration:none;
}

	#submenu a:link,
	#submenu a:visited {
		color:#fff;
	}
	
	#submenu a:hover,
	#submenu li.current {
		color:#83b9ce;
	}