﻿/* Zero margin and padding */
html, body, p, h1, h2, h3, h4, h5, h6, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
}


/* Remove border from images */
img {
	border: 0;
}


/* Clear floats */
.clear {
	clear: both;
}


/* Colour palette */
/* White	#FFFFFF	*/
/* Grey		#606060	*/
/* Pale grey	#CCCCCC	*/
/* Pale green	#E3ECA9	*/
/* Green	#A5BD39	*/
/* Dark green	#669900 */
/* Orange	#F79636	*/
/* Pale orange	#FFECDB */


/* Body */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #606060;
}


/* Wrapper (contains all page elements) */
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}


/* Header (contains Logo and Navigation) */
#header {
	margin-top: 2em;
}


/* Logo (contained within Header) */
#logo {
	float: left;
}


/* Navigation (contained within Header) */
#navigation {
	float: right;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
}

#navigation li a {
	display: block;
	padding: 0.5em;
	border-right: 18px solid #E3ECA9;
	background-color: #FFFFFF;
	font-size: 1em;
	color: #606060;
	text-align: right;
	text-decoration: none;
}

#navigation li a:hover {
	border-right: 18px solid #F79636;
}

body#section0 li.section0 a:link, body#section0 li.section0 a:visited,
body#section1 li.section1 a:link, body#section1 li.section1 a:visited,
body#section2 li.section2 a:link, body#section2 li.section2 a:visited,
body#section3 li.section3 a:link, body#section3 li.section3 a:visited,
body#section4 li.section4 a:link, body#section4 li.section4 a:visited,
body#section5 li.section5 a:link, body#section5 li.section5 a:visited,
body#section6 li.section6 a:link, body#section6 li.section6 a:visited,
body#section7 li.section7 a:link, body#section7 li.section7 a:visited,
body#section8 li.section8 a:link, body#section8 li.section8 a:visited,
body#section10 li.section10 a:link, body#section10 li.section10 a:visited,
body#section9 li.section9 a:link, body#section9 li.section9 a:visited {
	border-right: 18px solid #A5BD39;
	font-weight: bold;
	color: #A5BD39;
}


/* Section heading */
#section_heading {
	margin-bottom: 2em;
}

#section_heading h1 {
	border-bottom: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #669900;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.7em;
	text-transform: lowercase;
}


/* Home (contains Home Page Columns) */
#home {
	margin-top: 4em;
}


/* Home page columns (contained within Home) */
.home_column {
	float: left;
	margin-right: 20px;
	width: 185px;
}

.home_column p {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 1.1em;
	text-align: right;
	line-height: 1.7em;
}

.home_column h2 {
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #669900;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: lowercase;
}

.home_column a:link, .home_column a:visited {
	border-bottom: 1px dotted;
	color: #F79636;
	text-decoration: none;
}

.home_column a:hover {
	color: #669900;
}


/* Home page column for database content (contained within Home) */
.home_database {
	float: left;
	padding-left: 20px;
	width: 130px;
	border-left: 1px solid #CCCCCC;
}

.home_database p {
	margin-bottom: 2em;
	line-height: 1.7em;
}

.home_database a:link, .home_database a:visited {
	border-bottom: 1px dotted;
	color: #F79636;
	text-decoration: none;
}

.home_database a:hover {
	color: #669900;
}


/* Content */
#content {
	margin-left: 100px;
	margin-right: 100px;
	font-size: 1.1em;
}

#content p {
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.7em;
}

#content a:link, #content a:visited {
	border-bottom: 1px dotted;
	color: #F79636;
	text-decoration: none;
}

#content a:hover {
	color: #669900;
}

#content h2 {
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
}

#content h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #669900;
}

#content ul {
	list-style-type: square;
	margin-left: 4em;
	margin-bottom: 2em;
}

#content ul li {
	padding-bottom: 1em;
	line-height: 1.5em;
}

#content p.back_to_top {
	text-align: right;
}

#content blockquote {
	background: url(quote_open.gif) top left no-repeat;
	margin-bottom: 4em;
}

#content blockquote div {
	background: url(quote_close.gif) bottom right no-repeat;
	padding-left: 30px;
	padding-right: 30px;
}


/* Footer */
#footer {
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #F79636;
	text-decoration: none;
}

#footer a:hover {
	color: #669900;
	text-decoration: underline;
}

#footer img {
	float: left;
}


/* Images */
img.left {
	float: left;
	margin: 1em 2em 1em 0;
}

img.right {
	float: right;
	margin: 1em 0 1em 2em;
}


/* Forms */
form fieldset {
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #CCCCCC;
}

form legend {
	font-size: 0.9em;
	font-weight: bold;
	color: #606060;
}

form div {
	clear: left;
	padding-top: 1em;
}

form div label {
	float: left;
	width: 20%;
}

input.text {
	margin: 0;
	padding: 0.25em;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

textarea.text {
	margin: 0;
	padding: 0.25em;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* Tables */
table {
	border-collapse: collapse;
	line-height: 1.7em;
}

table.workshops {
	margin-bottom: 3em;
	width: 100%;
}

table.workshops th {
	padding: 0.5em;
	width: 20%;
	text-align: left;
}

table.workshops td {
	padding: 0.5em;
}

table.workshops td.details {
	border: 1px solid #606060;
	background-color: #FFECDB;
}

table.workshops tr.alt {
	background-color: #E3ECA9;
}
#somaticbox {
	display: block;
	float: left;
	width: 120px;
}
#somaticbox a {
	color: #F79636;
	text-decoration: underline;
}

#somaticbox a:hover {
	color: #A5BD39;
	text-decoration: underline;
}
.green {
	color: #819900;
}
