/*Background and body*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

.separator {
	clear: both;
	height: 1px;
	margin-bottom: -1px; 
}

/*Basic tags*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: left;
}
h1 {
	font-family: "Lucida Handwriting", cursive;
	font-size: 2.6em;
	color: #003300;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #003300;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #003300;
	font-weight: bold;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	color: #003300;
	text-decoration: underline;
}

/*Lists*/

li, dd {
	text-align: left;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
dt {
	font-weight: bold;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Links*/

a {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}

/*php includes*/

/*masthead*/

#mastcontainer {
	text-align: right;
	height: auto;
	padding: 0px;
	background-image: url(images/gradientgn.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #006600;
}
#mastcontainer h1 {

	margin-top: 50px;
	color: #FFFFFF;
	margin-right: 100px;
}
#mastcontainer img {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navcy a:hover {
	text-decoration: underline;
	color: #006600;
}
#navcy ul {
	list-style-type: none;
	margin: 7px 0px 0px;

}
#navcy li {
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	padding: 0px 9px;
}
#navcy li.endlink {
	border: 0px;
}
#navencontainer {
	background-color: #006600;
	text-align: right;
	padding: 7px 0px;
	margin: 0px;
	background-image: url(images/stringsclear.gif);
	background-repeat: repeat-y;
}
#naven ul {
	list-style-type: none;
	margin: 0px;
}
#naven li {
	display: inline;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#naven li.endlink {
	border: 0px;
}
#naven a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#naven a:hover {
	text-decoration: underline;
	color: #FFFFCC;
}

/*sidebar*/

#wrapperside {
	padding: 0px;
	margin: 0px;
	background-image: url(images/strings.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: auto;
}
#sidebar {
	float: left;
	height: auto;
	width: 25%;
}
#sidebar ul {
	width: 75%;
	list-style-type: none;
	margin-top: 50px;
	margin-left: 22%;
}
#sidebar dl {
	margin-top: 10px;
	margin-left: 22%;
	width: 75%;
}

/*footer*/

#disclaimer {
	text-align: justify;
	font-size: 85%;
	padding: 2%;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #000000;
	border: thin solid #333333;
	margin-left: 2px;
	width: 85%;
	float: right;
	margin-right: 10px;
}
#footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#footer img {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px;
}
#thanks {
	padding: 20px;
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	float: left;
}
#thanks li {
	font-weight: bold;
	font-style: normal;
	margin: 5px;
	list-style-position: inside;
}
#w3c {
	padding: 20px;
	height: auto;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}

/*sitewide*/

.contentcontainer {
	height: auto;
	padding: 0%;
	float: left;
	width: 65%;
	margin-top: 50px;
	margin-right: 2.5%;
	margin-bottom: 50px;
	margin-left: 2.5%;
}

#containerside {
	width: 580px;
	background-color: #FFFF00;
}

.columnl {
	width: 49%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.columnr {
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.content {
	width: 97.99%;
	border: thin solid #666666;
	margin: 1% 0%;
	padding: 5px 1% 3px;
	background-color: #CCFFCC;
	text-align: center;
}
.content ul {
	list-style-position: inside;
	list-style-type: square;
}
.content li {
	text-align: center;
}
.topstrip {
	height: 10px;
	background-color: #006600;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center;
	border-right: #666666;
	border-bottom: #666666;
	border-left: #666666;
	width: 100%;
}
.fright {

	margin: 6px;
	padding: 0px;
	border: thick solid #003300;
}
.fleft {
	float: left;
	background-color: #FFFFFF;
	margin: 6px;
	padding: 5px;
	border: thin solid #000000;
}
.guts {
	padding: 3%;
	width: 93.9%;
}
.textbox {
	width: 75%;
	border: thin solid #666666;
	margin: 1% 0%;
	padding: 30px;
	background-color: #CCFFCC;
	text-align: center;
}
.textbox p {
	text-align: center;
}
#submit1 {
	float: left;
	width: 270px;
	height: 200px;
	margin: 5px;
	font-size: 12pt;	
	text-align: left;
	padding-top: 30px;
	font-family:  Georgia, serif;
}
#submit1 a {
	width: 300px;
	height: 200px;
	color: #330000;
	text-decoration: none;
	background-image: url(images/quill.gif);
	display: block;

}
#submit1 a:hover {
	background-image: url(images/quill2.gif);
}
#submit1 a:active {
	background-image: url(images/quill3.gif);
}


#submit1 img {
	float: none;
	padding: 0px;

}
#logout {
	float: right;
	margin: 5px;
	padding: 5px;
}
#logout a {
	color: #003300;
	background-color: #FFFFFF;
	border: thin outset #003300;
	margin: 5px;
	padding: 5px;
}
#logout a:hover {
	color: #006600;
	background-color: #FFFFFF;
	border: thin inset #CCCCCC;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}


/*directory*/

#openbook {
	float: right;
	width: 788px;
	background-color: #FFFFCC;
	border-width: thin;
	border-color: #000000;
	
}
#headopen {
	float: right;
	width: 788px;
	height: 136px;
	
}
#headopen a {
	display: block;
	background-image: url("images/openmast.gif");
	width: 788px;
	height: 136px;
}
#book {
	float: right;
	width: 470px;
}
#headshut {
	width: 470px;
	height: 136px;
	background-image: url("images/bookmast.gif");
}
#spine {
	float: left;
	width: 45px;
	height: 530px;
	background-image: url("images/bookspine.gif");
}
#cover {
	float: left;
	width: 325px;
	height: 530px;
	background-color: #FF66FF;
	background-image: url("images/bookcover.gif");	
}
#page {
	float: left;
	width: 688px;
	background-color: #ffffff;
	background-image: url("images/page.gif");
	text-align: center;
	font-family: Georgia, serif;
	font-size: 18px;	
}
#page img {
	float: right;
	padding: 20px 70px 0 0;
}
#lefttitle {
	float: left;
}
#righttitle {
	float: right;
}
#title {
	float: left;
	padding: 10px;
	width: 310px;
	height: 160px;
}
#main {
	width: 686px;
}
#main td {
	color: #003300;
	font-size: 8pt;
}
#main a:link, visited {
	color: #003300;
	font-family:  Georgia, serif;
	font-size: 8pt;
}
#diary {
	background-color: #FFFFCC;
	margin: 5px;
	padding: 5px;
	width: 90%;
}
#thumbs {
	float: right;
	width: 95px;
	padding: 0;
	margin: 0;
}
#thumbs td {
	margin: 2px;
	background-color: #CC99FF;
	height: 34px;
}
#thumbs td a {
	display: block;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*events*/

#calendar {
	border: medium outset #996600;
	padding: 5px;
	float: left;
	height: auto;
	width: 700px;
	margin-top: 10px;
	margin-left: 50px;
	background-color: #FFFFCC;
	text-align: center;
}
#diary {
	background-color: #FFFFCC;
	width: 90%;
}
#diary td {
	padding: 3px;
	border: thin solid #000000;
	border-collapse: collapse;
}


.box {
	margin: 50px 0px 0px 40px;
	padding: 10px;
}
.centrepiece {
	clear: both;
	width: 79.99%;
	margin-top: 25px;
	margin-right: 10%;
	margin-bottom: 25px;
	margin-left: 10%;
}



.centre {
	padding: 2px;
	border: thin solid #666666;
}

#membersnav li{
	display: inline;
	margin: 5px;
	padding: 15px;
}
#membersnav a {
	color: #003300;
	text-decoration: none;
}
#membersnav a:hover {
	text-decoration: underline;
	color: #006600;
}

#colourpuppet a {
	background-image: url(images/colourpuppet.gif);
	background-repeat: no-repeat;
	display: block;
	height: 200px;
	width: auto;
}
#colourpuppet a:hover {
	background-image: url(images/colourpuppethover.gif);
}
#puppetmonth a:link {
	background-image: url(images/puppetmonthbtn.gif);
}
#puppetmonth a:hover {
	background-image: url(images/puppetmonthhover.gif);
}
#colourpuppet {
	margin: 5%;
	height: 200px;
	width: 294px;
}
#puppetmonth {
	margin: 5%;
	height: 182px;
	width: 174px;
	padding: 0px;
	clear: both;
}
#logo a img {
	border: none;
}
