/* fixes go here */

* {
	margin: 0;
	padding: 0;
}

a{
	color:green;
}

h1,h2,h3,h4,h5 { 
	font-family:"Times New Roman";
}

h4,h5 {
	font-family:sans-serif;
}

h3 {
	padding: 0.1em 0;
}

p {
	line-height:1.4em;
}

form {
	margin:0;
}

body {
	font-family:arial;
	font-size: 0.9em;
	background-repeat:repeat-x;
	background-color:#C3D696;
	background-image:url('../img/bg2.png');
}

img {
	vertical-align:bottom;
}

#log {
	cursor:default;
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
}

#log a {
	display:block;
	height:100%;
}

#page {
	margin: 0px auto;
	max-width:1000px;
	border-left:2px solid #9CAF65;
	border-right:2px solid #9CAF65;
}

#pagecontent {
	background-color: #e5f0c0;
}

#pagetitle {
	font-family:"Times New Roman";
	font-variant: small-caps;
	color: #ffffcc;
	background-color:#9CAF65;
	height:26px;
	padding: 4px 20px;
	margin-bottom: 10px;
	border-bottom: #8C9F55 4px solid;
	background-image: url('../img/bigtitlebg.png');
}


.header {
	background-image: url('../img/headerbg3.png');
	background-position:center;
	background-repeat: repeat-x;
	height: 85px;
	padding-top:35px;
}

.header #img {
	margin:auto;
	background-image: url('../img/SCKF.png');
	width:600px;
	height:50px;
}

.footer {
	background-color: #BCCC85;
	background-image: url('../img/navbg.png');
	border-bottom: 1px solid #9CAF65;
	border-top: 1px solid #9CAF65;
	padding:3px;
	padding-top:3px;
	height:16px;
	font-size:0.8em;
	color:#7C8F45;
}

.footer a {
	color:#7C8F45;
}

.navigation {
	width: 150px;
	padding: 10px;
}

.navigation .groupheading  {
	font-family:"Times New Roman";
	font-size:1.5em;
	font-variant: small-caps;
	border-bottom: #8C9F55 4px solid;
	color: #ffffcc;
	background-color:#9CAF65;
	background-image: url('../img/bigtitlebg.png');
	padding: 4px 10px;
	height:26px;
}
.navigation .groupbox {
	border-left: 6px #9CAF65 solid;
	border-right: 1px #9CAF65 solid;
}

.navigation a {
	font-family:"Verdana";
	font-size:0.9em;
	letter-spacing: 0.5pt;
	font-weight:bold;
	background-color:#BCCC85;
	color:white;
	display:block;
	border-bottom:1px solid #9CAF65;
	padding:3px;
	height:16px;
	text-align:right;
	text-decoration:none;
	background-image: url('../img/navbg.png');
}

.navigation a:hover {
	background-color:#9CAF65;
	background-image: url('../img/navbghover.png');
}

.navigation a.active {
	background-color:#CDDCa5;
	background-image: url('../img/navbgactive.png');
}

.navigation a:active {
	background-color:#CDDCa5;
	background-image: url('../img/navbgactive.png');
}

.info {
	width: 120px;
}

.content {
	padding: 10px;
	margin-left: 170px;
	margin-right: 0px;
}

.clearfix {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.footer.floatright {
	margin-right:0px;
}

/* Text display goes here */

.error {
	color:red;
	font-weight:bold;
}

.success {
	color:green;
	font-weight:bold;
	text-decoration: underline;
}

.box {
	font-family: sans-serif;
	margin:15px 0;
}

.row {
	padding: 2px;
}

.row.a {
}

.row.b {
	background-color: #CDDCa5;
}

.row a {
	color:black;
}

.box.picture {
	margin:15px;
}

.box.picture img {

}

.shortcontainer {
	margin-top: 15px;
}

.box.shortnews {
	margin:0;
	margin-right: 260px;
	border-top: 0px;
}

.box.shortdates {
	margin:0;
	width:250px;
	border-top: 0px;
}

.box .title {
	font-family: sans-serif;
	font-weight: bold;
	background-image: url('../img/navbg.png');
	border-top:0px solid #9CAF65;
	border-bottom:2px solid #9CAF65;
	background-repeat: repeat-x;
	height:18px;
	padding-left:3px;
	padding-top:4px;
	overflow:hidden;
}

.box .date {
	border-left: 2px solid #9CAF65;
	font-style: italic;
	font-size:0.8em;
	background-color: #CDDD96;
	background-image: url('../img/infobg.png');
	padding:3px;
}

.box .text {
	border-left: 2px solid #9CAF65;
	padding:5px;
	line-height:1.5em;
}

.picbox {
	margin:5px;
	float: left;
	background-color:white;
	border: 1px black solid;
	padding:3px;
}

.editfield {
	border: 1px solid grey;
	padding: 5px;
	background-color: white;
	margin-bottom: 10px;
}

.editfield  textarea {
	width:400px;
}

.editfield  textarea {
	height:150px;
}

.paging {
	margin:0 auto;
	text-align:center;
}

.center {
	margin:0 auto;
}
