/*
Theme Name: Arcadia Teal
Theme URI: http://wakamedia.co.nz/
Description: Black & teal design for Arcadia's 2008 visual refresh.
Version: 1.0
Author: Waka Media
Author URI: http://wakamedia.co.nz/
*/

/* RESET v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LET THE STYLING BEGIN */
body {
	background: #0083a1;
	font: 12px/1.6 Verdana, sans-serif;
}
#wrapper {
	position: relative;
	width: 72em;
	margin: 0 auto;
	background: black;
	color: white;
}

#nav {
	position: absolute;
	top: 0;
	left: 3%;
	width: 24%;
}
#nav h1 {
	margin: 2em 0;
	text-align: center;
}
#nav li {
	display: block;
	border-bottom: 1px solid #0083a1;
	margin-bottom: 1em;
}
#nav li a {
	display: block;
	padding: .1em .1em .3em;
	font: 1.8em "Times New Roman", serif;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #012;
}
#nav li a small {
	display: block;
	color: #ccc;
	font: .45em "Verdana", sans-serif;
	text-transform: uppercase;
}

#content {
	min-height: 50em;
	margin-left: 30%;
	padding: 1em 2em 3em;
	background: white;
	color: #444;
}
#content h1 {
	margin: .3em 0;
	font: 2.4em "Times New Roman", serif;
	color: #058;
}
#content h2 {
	margin: 1.5em 0 .5em;
	font: 1.8em "Times New Roman", serif;
	color: #058;
}
#content p {
	margin: 1em 0;
}
#content a {
	color: #a00;
	text-decoration: none;
	border-bottom: 1px solid #fbb;
}
#content a:hover {
	color: #f00;
	border-color: #f88;
}
#content h1 a, #content h2 a {
	color: inherit;
	border: inherit;
}
/*#content big {
	font: 1.5em "Times New Roman", serif;
}*/
#content ul {
	margin: 1em 0;
	padding-left: 2em;
	list-style: circle;
}
#content li {
	margin-bottom: .2em;
}
#content img {
	border: 5px solid #ddd;
	padding: 1px;
}
#intro {
	font: 1.5em "Times New Roman", serif;
	font-style: italic;
	text-align: center;
}
#keyinfo {
	padding: 1% 2%;
	border: 5px solid #ddd;
	background: #0083a1;
	color: white;
	font-size: 1.2em;
}
#keyinfo p {
	margin: .5em 0;
}
#keyinfo p.button {
	float: right;
}
#keyinfo p.button a {
	display: block;
	width: 8em;
	padding: 0 .3em;
	border: 1px solid #1193b1;
	background: #007391;
	color: #ddd;
	font-size: .9em;
	text-transform: uppercase;
	text-align: right;
}
#keyinfo p.button a:hover {
	border-color: #1193b1;
	background: #006381;
	color: #fff;
}
#keyinfo .phone, #keyinfo .address, #keyinfo .open {
	padding-left: 36px;
	background: transparent none no-repeat 0 0;
}
#keyinfo .phone {
	background-image: url(images/phone.png);
}
#keyinfo .address {
	background-image: url(images/address.png);
}
#keyinfo .open {
	background-image: url(images/open.png);
}
#keyinfo small {
	font-size: .8em;
}
#content .post {
	margin-bottom: 4em;
}
#content .post em {
	font-size: 1.3em;
	font-style: normal;
}
#content .message {
	padding: .5em 1em;
	background: #f60;
	color: white;
	font-weight: bold;
}
#trademe {
	margin: 2em 0 1em;
	padding: .8em 0 1.2em 7em;
	background: transparent url(images/trade-me.png) no-repeat 0 0px;
/*	border: 1px solid #f00;*/
/*	background: #0083a1;*/
/*	color: white;*/
	font-size: 1.2em;
}
#trademe a {
}

#footer {
	margin: 1em 0 5em;
	color: #058;
	text-align: center;
	font-size: .9em;
	text-transform: uppercase;
}
#footer a {
	color: inherit;
}
