
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #333399;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333399; /* H heading text */
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 3em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}
/* italics in middle of page */
blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #333399;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #333399; /*all links colour */
}

a:hover {
	color: #FF0000; /*all links colour when hover */
}

hr {
	display: none;
}

/* Header */

#topbg {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01a_1.jpg) no-repeat left top; /* graduated img top of page */
}

#header {
	width: 950px;
	height: 358px;
	margin: 0 auto;
	background: url(images/fallswithmist1_112.jpg) no-repeat center top;  /* falls */
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 190px 0 0 35px;
	color: #FFFFFF; /*colour of text in header pic */
}

#header p {
	margin-top: -10px;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF; /*colour of text in header pic */
	text-transform: lowercase; /*note forced to lower case */
}

#header a {
	text-decoration: none;
	color: #333399;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(images/img03a_1.jpg) no-repeat left top; /* graduated img top of page below img */
}

/* Content */

#content {
	float: left;
	width: 720px;
	margin: 0;
	padding-left: 30px;
	color: #333399; /* colour of text in body */
}

.post {
	padding: 0px 0 0 0;
}

.title {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	background: url(images/img06a.gif) no-repeat right 40%; /* large curly leaf */
	border-bottom: 2px #333399 dashed;  /* dash title page */
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #333399;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 0px;
    line-height: 200%;
	color: #333399; /* byline text not linked */
}

.meta {
	text-align: left;
	color: #333399; /* number of comments */
	padding: 5px 20px 5px 25px;
	background: url(images/img07a.gif) no-repeat left 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 20px;
}

.meta .more {
}

.meta .comments {
	background: url(images/img07a.gif) no-repeat left 50%; /* small curly leaf */
	padding-left: 25px;
}

.meta a {
	color: #333399;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding: 17px 20px 5px 0px;
}

.last {
	border: none;
}

/* Sidebar number of posts color*/

#sidebar {
	float: right;
	width: 160px;
	margin-bottom: 10px;
	padding-right: 30px;
	color: #333399; /* number of posts color */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-left: 20px;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 35px;
	border-bottom: 1px #333399 dotted; /* Sidebar small dot colour*/
}

#sidebar h2 {
	margin: 0px 0 0 20px; 
	height: 35px;
	font-size: 18px;
	color: #333399;
	background: url(images/img04a.gif) no-repeat right 30%;
	border-bottom: 2px #333399 dashed; /* Sidebar dash colour*/
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(images/img05.gif) repeat-x; /* img gargoyle fixture */
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	background: url(images/img01a.jpg) no-repeat left top; /* graduated img footer */
	margin-bottom: 27px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #333399; /* link text footer */
}

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #000;
	width : 200px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}
