/* @override http://roasters.biz/css/style.css */

/* Global Reset */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* ClearFix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Page Style */

body {
	margin: 0;
	padding: 0;
	background: url(/img/main-bg.jpg) repeat-x;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #e01b25;
	cursor: pointer;
}

a:hover {
	color: #9d1421;
}

a img {
	border-style: none;
}

a.btn {
	background-color: #ee3124;
	-webkit-border-radius: 8px;
	-moz-border-radius: 7px;
	color: #fffeff;
	padding: 5px 9px 6px;
}

#clear {
	clear: both;
}

h1 {
	color: #d71b25;
	font-size: 1.8em;
}

h2 {
	color: #ee3124;
	line-height: 1.6em;
	font-size: 1.7em;
}

h3 {
	margin: 2px 0;
	padding: 0;
	color: #3d3d3d;
	font-size: 1.5em;
}

p {
	color: #4e4e4e;
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 1.4;
	padding-bottom: 15px;
}

/* Wrapper */

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* Header Section */

#header {
	background: url(/img/header-bg.jpg) no-repeat;
	height: 245px;
}

#header ul#nav {
	list-style-type: none;
	float: right;
	margin-top: 7em;
	margin-right: 2em;
}

#header ul#nav li {
	display: inline;
	float: left;
	margin-left: 18px;
	font-weight: bold;
	font-size: 1.4em;
}

#header ul#nav li a {
	background-color: #cfcfcf;
	-webkit-border-radius: 8px;
	-moz-border-radius: 7px;
	color: #fff;
	padding: 5px 9px 6px;
	-webkit-transition: background .2s linear;
}

#header ul#nav li.selected a {
	background-color: #ee3124;
}

#header ul#nav li a:hover {
	background-color: #ee3124;
	-webkit-transition: background .2s linear;
}

#logo a {
	background: url(/img/logo.png) no-repeat;
	float: left;
	margin-left: 2em;
	display: block;
	text-indent: -9999px;
	width: 143px;
	height: 143px;
	margin-top: 13px;
}

/* Premium Coffee */

#premium {
	margin-left: 795px;
}

#premium-inner {
	position: relative;
	float: right;
	left: 617px;
	top: 148px;
}

/* TOOL TIP AREA */

.menu {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	position: relative;
	text-align: center;
	height: 168px;
	float: left;
}
.menu a {
	display: block;
	color: #000000;
	width: 79px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button.gif) no-repeat center center;
	height: 88px;
	margin-top: 50px;
	top: 14px;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}
.menu li em {
	width: 219px;
	height: 102px;
	position: absolute;
	text-align: center;
	font-style: normal;
	z-index: 2;
	background: url(/img/img_premium_bg.png) no-repeat;
	left: -50px;
	padding-right: 12px;
	padding-top: 40px;
	font-size: .7em;
	line-height: 2.2em;
	top: -85px;
	margin-top: 1px;
	visibility: visible;
	display: none;
}

.menu li em strong {
	font-size: 1.5em;
	line-height: 1em;
}

/* Main Content Section */

#mainContent {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	margin-top: 1em;
}

/* Top Block */

#top {
	border-bottom: 1px solid #d7dada;
}

#top ul.welcome {
	float: left;
	width: 355px;
	border-right: 1px solid #d7dada;
	padding-right: 1.5em;
	padding-bottom: 10px;
	margin-top: 17px;
}

#top ul.meet-barista {
	float: left;
	width: 480px;
	padding-left: 2em;
	background: url(/img/meet-barista-bg.jpg) no-repeat right;
	padding-top: 24px;
}

#top ul.meet-barista li p {
	width: 282px;
}

/* Middle Block */

#middle {
	margin-top: 1.5em;
}

#middle ul li, #middle ul li p {
}

#middle ul.farm {
	width: 315px;
	border-right: 1px solid #d7dada;
	float: left;
	padding-bottom: 17px;
	padding-top: 10px;
	margin-right: 1.5em;
	padding-right: 1.5em;
}

/* #middle ul.farm li a {
	display: block;
	text-indent: -9999px;
	background: url(/img/btn-more.jpg) no-repeat;
	width: 118px;
	height: 26px;
} */



#middle ul.be-barista {
	width: 310px;
	background: url(/img/be-barista-bg.jpg) no-repeat;
	float: left;
	height: 143px;
	position: relative;
}

#middle ul.be-barista li p {
	margin-left: 25px;
	margin-top: 65px;
	width: 255px;
}

#middle ul.wifi {
	background: url(/img/free-wifi.jpg) no-repeat center;
	float: left;
	width: 201px;
	height: 145px;
	border-left: 1px solid #d7dada;
	margin-left: 12px;
	padding-left: 8px;
}

#middle ul.wifi li p {
	display: block;
	text-indent: -9999px;
}

/* Bottom Block */

#bottom ul {
	background-color: #eceeed;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 7px;
	border: 1px solid #d7dada;
	margin-top: 1.25em;
	margin-bottom: 1em;
}

#bottom ul li {
	float: left;
	width: 187px;
	margin-right: 22px;
	border-right: 1px solid #d5d8d8;
	padding-right: 22px;
	font-size: .9em;
}

#bottom ul li h3 {
	color: #555;
	font-size: 170%;
	margin-top: 8px;
	margin-bottom: 6px;
}

#bottom ul li.last {
	padding: 0;
	margin: 0;
	border-right-style: none;
	width: 155px;
}

/* Left Bar Styles */

div#leftBar {
	width: 685px;
	float: left;
}

div#leftBar-spots {
	float: left;
}

div#leftBar p {
	margin-bottom: 13px;
}

div#col1 {
	width: 320px;
	float: left;
	margin-right: 25px;
	margin-left: 8px;
}

div#col2 {
	float: right;
	width: 320px;
}

div#leftBar p.important {
	font-style: italic;
	font-size: .9em;
}

div#leftBar ul {
	margin-bottom: 19px;
}

div#leftBar ul li {
	padding-bottom: 8px;
}

div#leftBar ul li h2 {
	color: #444;
}

div#leftBar ul li p {
	color: #616161;
	margin-bottom: 0;
}

div#leftBar ul li img.product {
	float: right;
	width: 100px;
}

div#leftBar ul.mugs li {
	margin-bottom: 16px;
}

div#address, div#hours {
	float: left;
	margin-right: 51px;
}

/* Sidebar */

div#sidebar {
	margin-bottom: 1em;
	float: right;
	width: 190px;
}

div#sidebar-spot {
	margin-bottom: 1em;
	float: right;
	width: 146px;
}

div#sidebar-spot a {
	float: left;
	margin-bottom: 11px;
}

div#sidebar ul {
	background-color: #ebeaeb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 185px;
	border: 1px solid #d0d0d0;
}

div#sidebar ul li.title {
	padding: 0;
}

div#sidebar ul li.title h3 {
	color: #fffeff;
	background-color: #a4a6a6;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 6px;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-size: 1.2em;
}

div#sidebar ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 1.4em;
}

div#sidebar ul li.last {
	border-bottom-style: none;
}

div#sidebar ul li a {
	color: #787878;
}

div#sidebar ul li a:hover {
	color: #bebebe;
}

div#sidebar ul li.selected a {
	color: #ee3124;
}

/* Barista Page Styles */

ul.barista {
	float: left;
	text-align: justify;
}

ul.barista li {
	display: inline;
}

ul.barista li img {
	border-bottom: 1px solid #d9d9d9;
	height: 120px;
	padding-right: 8px;
	padding-left: 8px;
}

div.qtip-content span {
	font-style: italic;
	color: #ad635d;
}

/* Meet the Farm Section */

#block1 img.chart {
	float: right;
}

div.intro {
	float: left;
	width: 490px;
}

div.stats {
	float: left;
	padding: 10px;
	background-color: #e5e7e6;
	border: 1px solid #c9c9c9;
	margin-top: 1em;
}

div.stats ul {
	width: 217px;
	float: left;
	margin-right: 15px;
}

div.stats ul li {
}

div.stats ul li h3 {
	color: #474747;
	font-size: .8em;
}

div.stats ul li p {
	font-size: .7em;
	color: #7e7e7e;
	margin: 0;
	padding-bottom: 2px;
}

#block2 {
	margin-top: 2em;
}

#block2 img {
	float: left;
	margin-right: 52px;
}

#block2 h2 {
	padding-top: 15px;
}

#block3, #block4 {
	margin-top: 3em;
}

#block4 img.chart {
	float: right;
	position: relative;
}

#block4 img.vournas {
	float: right;
	margin-bottom: 2px;
}

#block4 p {
	float: left;
	width: 476px;
}

/* Footer */

#footer {
	border-top: 1px solid #d7dada;
	padding-top: .5em;
	margin-bottom: 2em;
}

#footer p.subnav {
	float: left;
}

#footer p.subnav a {
	color: #5e5f5f;
	margin-right: 7px;
	margin-left: 8px;
}

#footer p.subnav a:hover {
	color: #9c9d9d;
}

#footer p.copyright {
	float: right;
	font-size: .9em;
}

/* Slide Viewer */

#sliderBg {
	width: 628px;
	height: 345px;
	background: url(/img/location_bg.png) no-repeat;
	padding-top: 18px;
	margin-bottom: 2em;
	float: left;
}

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;
} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;
	margin-bottom: 1px;
	margin-left: 18px;
	margin-right: 0;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%;
	margin-top: 22px;
	margin-left: 18px;
	float: left;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none;
	float: right;
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #dadddd; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #8e060b; 
color: #fff; 
}

/* Contact Form */

/* Request Appointment Section */

form.contact {
	float: right;
}

fieldset {
	border: 1px solid #cdcdcd;
	background-color: #f9f9f9;
	padding: 16px;
}

fieldset p {
	float: left;
}

fieldset p.right {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

fieldset p.custom {
}

fieldset p.btn {
	float: right;
}

label {
	display: block;
}

label em.required {
	font-size: .9em;
	color: #e01b25;
}

form input {
	padding: 5px;
	color: #969696;
	border: 1px solid #d7d7d7;
	width: 188px;
	font-size: 1.2em;
}

textarea {
	padding: 5px;
	color: #969696;
	border: 1px solid #d7d7d7;
	width: 628px;
	height: 105px;
	font-size: 1.2em;
}

input.button {
	width: 107px;
	background-color: #a8a8a8;
	border: 1px solid #8b8b8b;
	font-size: 1.3em;
	padding: 5px;
	font-weight: bold;
	color: #f4f4f4;
	float: right;
	margin-right: 11px;
}

input.button:hover {
	color: #808080;
	cursor: pointer;
}

