/*Colours:
#1C6983 dark
#95D0EE
#07ACCF link hover
#035165 darkest
*/

body {
	margin: 0px;
}
#container {
	margin: 0 auto;
	width: 900px;
}
#title-container {
	background-color: #035165;
}
#title {
	padding: 0.5em 1em;
}
#title h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 3em;
	text-align: right;
	margin: 0.3em 0;
}
#link-container {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#links {
	padding: 0;
}
#links ul {
	margin: 0px;
	padding: 0px;
}
#links li {
	list-style:none;
	display:inline;
	float:left;
	line-height:1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#links ul li a {
	display:block;
	color: #fff;
	text-decoration: none;
	padding: 0.2em 0 0.3em 0;
	text-align: center;
	background-color: #1C6983;
	width: 179px;
	border-left:1px solid #fff;
}
#links ul li a.first {
	border-left: none;
	width: 180px;
}
#links ul li a:hover {
	background-color: #07ACCF;
}
#banner {
	border-bottom:1px solid #fff;
}
#main, #footer {
	border-top:1px solid #fff;
	clear: both;
}
#main {
	background: url(images/main-bg.gif);
}
#footer {
	background-color: #1C6983;
	clear: both;
	padding: 0.3em 0;
}
#footer h5 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0.5em;
	text-align: right;
}
#introduction-title {
	background-color: #3E93BA;
	margin: 0px;
	float:left;
	width: 299px;
	height: 150px;
	border-right:1px solid #fff;
}
#introduction-title h2{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 1.5em 0.5em;
	border-bottom:1px solid #035165;
}
#introduction-banner, #photos-banner {
	float: left;
	background: #CCCCCC url(images/intro_banner.jpg) no-repeat;
	height: 150px;
	width: 600px;
}
#photos-banner {
	background: #CCCCCC url(images/photos_banner.jpg) no-repeat;
}
#main-text {
	margin: 0px;
	float: left;
	width: 650px;
}
#main-text p {
	color: #1C6983;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0.5em 1.5em;
	text-align: justify;
	line-height: 1.8em;
}
#main-text p a {
	color: #B5E1E9;
	text-decoration: underline;
}
#main-text td, #main-text th {
	color: #1C6983;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#main-text table.diary  {
	margin: 0 0.5em 0 2em;
	border-collapse: collapse;
}
#main-text table.diary td {
	font-weight: normal;
	padding: 5px;
}
#main-text table.diary th {
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	border-right: 1px dashed #1C6983;
	color: #fff;
}
tr.even {
	background-color:#ACD2E4;
}
tr.odd {
	background-color:#B5E1E9;
}
#main-text h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #035165;
	margin: 0.5em;
	border-bottom:1px solid #035165;
}
#main-text h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #035165;
	margin: 0.5em 1em;
}
#main-text .posted-date a {
	color: #B5E1E9;
	text-decoration: none;
}
#main-text .posted-date {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	padding: 0.3em 0;
	border-bottom:1px dashed #035165;
}
#main-stories {
	background: #035165;
	width: 250px;
	float: right;
}
#main-stories h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0.5em;
	text-align: right;
	border-bottom:1px solid #fff;
}
#main-stories ul {
	margin: 1em;
	padding: 0px;
}
#main-stories li {
	list-style: none;
	line-height:1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#main-stories p {
	line-height:1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: right;
	margin: 1em;
}
#main-stories ul li a {
	display:block;
	width:100%;
	color: #fff;
	text-decoration:none;
	height:100%;
	padding:.2em 0 .3em 0;
	text-align: right;
}
#main-stories ul li a:hover {
	background-color: #1C6983;
}
#main-stories ul li a.photo {
	display:block;
	width:100%;
	color: #fff;
	text-decoration:none;
	height:100%;
	padding:.2em 0 .3em 0;
	text-align: center;
}
#main-stories ul li a.photo:hover {
	background-color: #1C6983;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
div.clearer {
	clear: both;
}
input, textarea {
	width: 400px;
	color: #1C6983;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px dashed #1C6983;
	background-color: #B5E1E9;
	margin: 0.2em;
	padding: 0.1em;
}
textarea {
	height: 200px;
}
input.button {
	width: 150px;
	font-weight: bold;
	border: 2px solid #1C6983;
}
.photo-right {
	float: right;
	width: 170px;
	margin: 0 10px 10px 10px;
	padding: 10px 0;
	text-align: center;
	background: #3E93BA;
	border: 1px solid #1C6983;
}
.photo-large {
	width: 600px;
	margin: 1em auto;
	padding: 10px;
	text-align: center;
	background: #3E93BA;
	border: 1px solid #1C6983;
}
.photo-buttons {
	text-align: center;
	margin: 0.5em;
}
.photo-buttons .button {
	color: #1C6983;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #B5E1E9;
	line-height: 1.4em;
	width: 150px;
	border: 2px solid #1C6983;
	margin: 0.2em;
	padding: 0.2em 0.5em;
	text-decoration: none;
	font-weight: bold;
}
.error {
	border: 1px dashed #B970DD;
	padding: 0.5em;
	font-style: italic;
}
div.cd-cover {
	text-align: center;
}
p.cd-info a {
	color: #3E93BA;
	text-decoration: none;
}
p.cd-info a:hover {
	color: #07ACCF;
}