/***************************************
Site: downthewaterfall v2
Description: Reset/main stylesheet
Author: Laurie Ainley
Date: 31/12/09
***************************************/

/* ----- RESET AND BASIC TAG STYLING ----- */

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 62.5%; /* 16px × 62.5% = 10px */
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  color: #FFF;
  padding: 0;
  margin: 0;
}

a {
  outline: none; /* remove dotted borders around active image links */
  color: #FF0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 1em;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

.section-header {
  font-size: 1em;
}

h1, h2, h3, .section-header, h5, h6, p {
  padding: 0.5em 0;
  margin: 0;
}

img, fieldset {
  border: 0;
}

input, select, th, td, textarea {
  font-size: 1em;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

textarea {
  padding: 0.1em;
}

hr {
  border: none 0;
  border-top: 1px dotted #b6b6b5;
  width: 75%;
  height: 1px;
}

/* ----- GENERIC STYLES ----- */

.cleaner, .cb {
  clear: both;
  height: 1px;
  font-size: 1pt;
  line-height: 0;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}

.hide {
  display: none;
}

.error, #login_error {
  color: #d03131;
}

.right {
  float: right;
}

.left {
  float: left;
}

body {
	background-color: #02406C;
	background-image: url(images/repeat_bg.gif);
	background-repeat: repeat-y;
}

#container {
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
}

#header {
	height: 135px;
	width: 600px;
}

#logo {
	margin-left: 62px;
	padding: 0;
}

#logo a {
	background-image: url(images/dtw_logo.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 512px;
	text-indent: -9999px;
	display: block;
}

#strap {
	margin-left: 62px;
	width: 502px;
	text-align: right;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.2em;
	padding: 0;
}

#roll {
	background-image: url(images/arrow_text.gif);
	background-repeat: no-repeat;
	margin-left: 560px;
	width: 191px;
	height: 29px;
	text-indent: -9999px;
	display: none;
}

#nav {
	float: left;
	list-style-type: none;
	font-size: 2em;
	font-family: Georgia, Times New Roman, serif;
	margin: 10px 0 15px 15px;
	display: inline;
	width: 99px;
}

#nav li {
  margin: 0;
	margin-bottom: 8px;
}

#nav li a {
	display: block;
	width: 95px;
	padding: 2px 0 2px 8px;
	border-left: 3px solid transparent;
	color: #FFF;
}

#nav li a:hover {
	border-left-color: #FFF;
	background-color: #045A8E;
	text-decoration: none;
}

#home #nav #nav-home, #about #nav #nav-about, #portfolio #nav #nav-portfolio, #contact #nav #nav-contact, #nav li a:active {
	border-left-color: #FFF;
}

#content {
	margin-left: 122px;
	padding: 10px 20px;
	width: 660px;
	font-size: 1.5em;
	line-height: 1.8em;
}

#content ul {
	margin-left: 2.5em;
}

#content h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 0;
}

#content #portfolio-items {
	font-size: 0.85em;
	line-height: 1.6em;
	margin-top: 15px;
}

#content #portfolio-items dt {
	float: left;
}

#content #portfolio-items dd {
	margin-left: 220px;
	margin-bottom: 15px;
	text-align: right;
}

#content #portfolio-items dd h2 {
	padding: 0;
	font-size: 1.2em;
}