/* --------------------------------------------
	moorfield.co.nz styles
-------------------------------------------- */
body {
	font: normal 0.70em/1.5em "Trebuchet MS", "Myriad Web", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0;
	background-color: #ccc;
	color: #003;
	text-align: center;
}

/* --------------------------------------------
	layout styles
-------------------------------------------- */
#container {
	width: 720px;
	background-color: #fff;
	border-top: 10px solid #003;
	border-right: 1px solid #003;
	border-bottom: 10px solid #003;
	border-left: 1px solid #003;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}
#contentcontainer {
	width: 680px;
	margin: 20px 20px 0 20px;
	padding: 0;
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	background: #fff url(/images/contentbg.gif) repeat-y;
}
#content {
	float: right;
	width: 460px;
	padding: 20px 0 0 0;
	background-color: #fff;
}
#columns {
	margin: 0;
	padding: 0;
}
#welcome {
	float: left;
	width: 210px;
	padding: 0 20px 0 0;
}
#latestsites {
	background-color: #fff;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}
#portfolio {
	position: relative;
	margin: 0 0 20px 0;
	height: 190px;
}
#error {
	padding: 10px;
	background-color: #f63;
	color: #fff;
	font-weight: bold;
}

/* --------------------------------------------
	nav styles
-------------------------------------------- */
#nav {
	position: relative;
  	line-height: 1.6em;
	min-height: 360px;
	margin-left: 30px;
	padding: 0px;
	background-color: #003;
	width: 149px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a {
	background: #003 url(../images/arrow_nav.gif) no-repeat -30px -25px;  
	display: block;
  	width: 149px;
	margin: 0px;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	/* fixes an ie5 bug */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 130px;
}
#nav a:hover {
	color: #fff;
	background: #f63 url(../images/arrow_nav.gif) no-repeat 7px 8px;
}

/* --------------------------------------------
	footer styles
-------------------------------------------- */
#footer {
	position: relative;
	width: 680px;
	margin: 5px 20px;
	color: #999;
}
#footer a { color: #999; }
#footer a:hover { color: #f63; }
#footer span { font-size: 0.90em; }

/* --------------------------------------------
	html styles
-------------------------------------------- */
a, a:link, a:active {
	color: #f63;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	color: #003;
}
h1 { font-size: 115%; }
h2 { font-size: 100%; }
acronym  { cursor: help; border-style: none; }
li {
	list-style-image: url(../images/bullet.gif);
	margin: 0;
	padding: 0;
}
table, td {
	font-size: 1em;
	margin: 0;
}

/* --------------------------------------------
	form styles
-------------------------------------------- */
form {
	margin: 0;
}
.formelement {
	background-color: #eee;
	border: 1px solid #999;
	padding: 2px;
}
.button {
	background-color: #f63;
	border: 1px solid #003;
	cursor: pointer;
	font-weight: bold;
	color: #003;
}

/* --------------------------------------------
	misc styles
-------------------------------------------- */
.date {
	font-weight: bold;
}
.clearing {
  clear: both;
  height: 0;
}
.screenshot {
	margin: 0 5px;
	border: 0px solid #999;
}