
body {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
	color: #333;
	margin: 0;
	padding: 0;
}

#header {
	overflow: hidden;
	padding: 0 20px;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
	margin: 0 7px 0 0;
	padding-top: 10px;
	float: left;
	display: inline;
}

.infolink {
	float: left;
	display: inline;
	width: 16px;
	height: 3.4em;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/info.png) left bottom no-repeat;
	margin-right: 20px;
}

.infolink:hover {
	background-position: -16px bottom;
	cursor: pointer;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 -110px;
	padding-left: 10px;
	float: left;
	width: 100px;
	line-height: 70px;
	background: url(../img/divider.png) top repeat-x;
}

ul, li li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#info {
	background: #eee;
	display: none;
	border-bottom: 1px solid #ccc;
}

#info p {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 20px 20px 30px 20px;
	margin: 0;
	width: 700px;
}

#info a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#info a:hover { border-bottom: 1px solid #000; }

#meta {
	float: left;
	display: inline;
}

#meta li {
	font-size: 1.6em;
	line-height: 2em;
	color: #333;
	float: left;
	display: inline;
	margin-right: 20px;
	border-left: 1px solid #ddd;
	padding-left: 5px;
	padding-top: 10px;
}

#meta strong {
	font-weight: normal;
	margin-right: 5px;
	color: #ccc;
}

#meta em {
	font-style: normal;
	color: #ccc;
	font-size: 0.8em;
	margin-left: 3px;
}

#content {
	padding: 30px 20px;
	overflow: hidden;
}

img { display: block; }

#nav {
	font-size: 1.3em;
	overflow: hidden;
	margin-left: 110px;
	margin-bottom: 10px;
}

#nav li {
	float: left;
	display: inline;
	margin-right: 3px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: 3px 7px;
	text-decoration: none;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: background-color 0.2s linear;
	color: #666;
	margin-bottom: 1px;
	outline: none;
}

#nav li a:hover {
	background: #eee;
	color: #333;
}

#nav li a:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #ccc;
}

#nav li a:link.selected,
#nav li a:visited.selected,
#nav li a:hover.selected {
	background: #ff0;
	color: #000;
}

#coffees, #coffees li {
	overflow: hidden;
}

#coffees li {
	padding-left: 110px;
}

#coffees li.last {
	background: url(../img/divider.png) top repeat-x;
	width: 110px;
	height: 1px;
	margin-top: -1px;
	padding-left: 0;
}

#coffees em {
	float: left;
	display: inline;
	line-height: 70px;
	color: #ccc;
	padding-left: 10px;
	font-size: 1.6em;
	font-style: normal;
}

#grid {
	overflow: hidden;
}

#grid li {
	float: left;
	display: inline;
}

#coffees img {
	float: left;
	display: inline;
	width: 70px;
	height: 70px;
	background: #eee url(../img/loader.gif) center center no-repeat;
}

#footer p {
	font-size: 1.4em;
	margin-left: 30px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#footer a:hover {
	border-bottom: 1px solid #333;
}

#footer img {
	float: left;
	display: inline;
	cursor: pointer;
}

#footer em {
	font-style: normal;
	display: none;
	padding-left: 5px;
}