/* The Copper Kettle - main stylesheet */
/* Generated by Adobe Dreamweaver CS5 - do not edit by hand */

body {
	background: #5a2f17 url(/images/spacer.gif.svg);
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;            /* INTENTIONALLY: small base font (<14px) - hard to read on phones */
	color: #3a2a18;
}

/* INTENTIONALLY: container hard-coded to 960px with no max-width / no media queries.
   Combined with the missing viewport meta this forces horizontal scroll on phones. */
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fbf3e2;
	border-left: 4px solid #7a3b1d;
	border-right: 4px solid #7a3b1d;
}

#header {
	background: #7a3b1d;
	color: #f5e6c8;
	padding: 12px 18px;
	height: 80px;
}

#header img {
	float: left;
}

#tagline {
	float: right;
	text-align: right;
	font-style: italic;
	color: #e8c98f;
	font-size: 12px;
	padding-top: 22px;
}

/* INTENTIONALLY: nav links are tiny and packed tightly together - tap targets well under 44x44px */
#nav {
	background: #9c5a2e;
	border-top: 2px solid #caa15e;
	border-bottom: 2px solid #caa15e;
	text-align: center;
	padding: 4px 0;
}

#nav a {
	color: #fbf3e2;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 4px;
	border-right: 1px solid #caa15e;
}

#nav a:last-child {
	border-right: none;
}

#nav a:hover {
	text-decoration: underline;
	color: #fff;
}

#content {
	padding: 18px 24px;
	min-height: 320px;
}

#content h1 {
	color: #7a3b1d;
	font-size: 24px;
	border-bottom: 2px solid #caa15e;
	padding-bottom: 6px;
	margin-top: 0;
}

#content h2 {
	color: #9c5a2e;
	font-size: 17px;
}

#content p {
	line-height: 1.5;
}

#content a {
	color: #9c5a2e;
}

.sidebar {
	background: #f3e7cf;
	border: 1px solid #caa15e;
	padding: 10px;
	font-size: 12px;
}

table.layout {
	width: 100%;
	border-collapse: collapse;
}

table.layout td {
	vertical-align: top;
}

.banner {
	background: #e8c98f;
	border: 2px dashed #9c5a2e;
	color: #7a3b1d;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	margin: 12px 0;
}

#footer {
	clear: both;
	background: #7a3b1d;
	color: #e8c98f;
	text-align: center;
	font-size: 11px;
	padding: 12px;
	border-top: 2px solid #caa15e;
}

#footer a {
	color: #f5e6c8;
}
