@charset "UTF-8";
/* CSS Document */

/*
----------------------------------------------
Style Sheet

Site: Dragonfly Coffee
Author: Matthew Duffin, okayrad.com
Version: v1.0
Date:5.6.09
----------------------------------------------*/

/*
GENERAL STYLES--------------------------*/

* {
	margin:0;
	padding:0;
}

html, body, div, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

body {
	background-color:#7DFF5F;
}

p {
	margin:0 0 15px 0;
	line-height:150%;
}

h1 {
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#7DFF5F;
}

h2 {
	margin: 0 0 10px 0;
	color:#7DFF5F;
}

h3 {
	margin: 0 0 10px 0;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	font-size:12px;
	color:#666;
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

/*
PAGE LAYOUT--------------------------*/

#shop-details {
	width:360px;
	height:50px;
	position:absolute;
	left:50%;
	top:250px;
	margin-left: -160px;
	text-align:center;
}

#shop-details p {
	color:#499537;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
}

#top-nav {
	width:800px;
	height:30px;
	background-color:#FFF;
	background-image:url(/structure/top-nav.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


#top-nav p {
	padding:5px 0 0 0;
	font-size:1.2em;
	text-align:center;
	color:#FFF;
}

#top-nav a:link, #top-nav a:active, #top-nav a:visited, #top-nav a:hover, #top-nav a:visited:hover {
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-decoration:none;
	color:#FFF;
}

#top-nav a:hover, #top-nav a:visited:hover {
	text-decoration:none;
	color:#FFFF66;
	
}

#content {
	margin:50px 0 0 50px;
}

#live-area {
	margin:0 45px 0 2px !important;
	margin:0 10px 0 2px;
	width:350px;
	float:right;
	
}

#live-area p {
	margin-left:3px;
}

#left-column {
	float:left;
}

#map {
	padding:2px;
	border:1px solid #ccc;
}

#container {
	position:relative;
	margin:0 auto;
	width:800px !important;
	width:755px;
	background-color:#fff;
	background-image:url(/structure/bg-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#header {
	margin:0 0 30px 20px;
	padding:15px 0 0 0;
	height:279px;
}

#footer {
	width:800px;
	height:71px;
	background-image:url(/structure/bg-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#footer p{
	margin:50px 0 0 0;
	padding:30px 0 0 0;
	font-size:9px;
	color:#333;
	text-align:center;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	font-size:9px;
	color:#333;
	text-decoration:none;
}

#footer a:hover, #footer a:visited:hover {
	color:#666;
}

#home #top-nav .home a,
#menu #top-nav .menu a,
#findus #top-nav .findus a,
#bio #top-nav .bio a,
#contact #top-nav .contact a {
	color:#FFFF66;
	cursor:default;
}
/*
CLASSES--------------------------*/

.hr {
	margin:;
	border:none;
	border-top:1px solid #333;
	height:.01em;
}

.clear {
	clear:both;
	height:0.1em;
}
