/* Revolution 2004 - Print CSS */

/* SHARED */

body {
	background: #fff url(/resources/css/none);
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}
#main-content:after {
	content: 'Revolution! - www.revolution.co.nz';
	font-size: x-small;	
	display: block;	
	border-top: 1px solid #000;
	text-align: center;	
	padding: 10px 0;
	margin: 20px 0;	
}

body, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	color: #000;
}
#shell {
	background: #fff;
	position: relative;	
	text-align: left;
	width: 100%;
}
.access, hr {
	display: none;
}
ul.nav, ul.nav li {
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-left: 0;
	list-style: none;
}

/* HEADER */

#header {
	background: transparent url(/resources/css/none);	
	position: relative;	
	width: 100%;	
	height: 100px; /* extra height for display of current nav item */
}
h1, h2, h3, h4, h5, h6, p, ul li, ol li {
	margin: 0;
	padding: 0 0 10px 0;
}
#home #quote .access, #contact #quote .access, #our-coffee #quote .access {
	padding: 0 0 20px 0;
}
p.logo {
	margin-top: 20px;
}
h1 img {
	width: 125px;
	height: 30px;
}
#main-content img {
	display: none;
}
a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
a:after {
	content: ' (' attr(href) ')';
	font-style: italic;
}
h1 a:after, a img:after, .anchor a:after, a.email:after {
	content: '';
}
a img {
	border: 0;
}

/* site nav */

#primary-nav {
	margin: 0;
	width: 100%;
	height: 20px;	
}
#primary-nav #beans, #primary-nav ul li a, #primary-nav ul li#b a {
	display: none;
}
#primary-nav ul {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;	
	margin: 0;
	padding: 0;
	border: 0;
}
#primary-nav ul li .current .access, #primary-nav ul li#a .current .access, #primary-nav ul li#b .current .access {
	position: absolute;
	display: block;	
	top: 0;
	left: 0;
	font-weight: bold;
	width: 100%;
	height: 20px;	
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000;
	background: transparent url(/resources/css/none);	
}

/* content */

#content-wrap {
	background: transparent url(/resources/css/none);	
	width: 100%;
}
#quote {
	position: relative;
}
#home #quote, #contact #quote, #our-coffee #quote {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: transparent url(/resources/css/none);	
}
#home #quote .access, #contact #quote .access, #our-coffee #quote .access {
	display: block;
}
#main-content {
	position: relative;	
	width: 100%;
	margin: 0;
}
h2 {
	border-bottom: 1px solid #000;
}
.logo {
	display: inline;
	padding: 0 0 0 40px;
	height: 89px;	
	vertical-align: middle;	
}
.logo img {
	vertical-align: middle;	
}

/* fonts */

body, .address h3, p strong, p a {
	font-family: Arial, Helvetica, sans-serif;
}

/* small */

h2, #primary-nav ul li .current, #primary-nav ul li#1 .current, #primary-nav ul li#b .current {
	font-size: medium;
}

/* x-small */

h3, h4, p, .address h3 {
	font-size: small;
}

ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}