
body {
	background: #555555 url(../images/background.jpg) 0 0 repeat-x;
}

#header {
	background: url(../images/header-bg.png) 0 0 repeat-x;
	height: 142px;
	position: relative;
	overflow: hidden;
}

#logo {
	float: left;
	display: inline;
}

#logo a {
	display: block;
	width: 150px;
	height: 142px;
	background: url(../images/sccnz-logo.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

#header h1 {
	display: block;
	width: 465px;
	height: 26px;
	background: url(../images/sccnz-name.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin-top: 50px;
}

#header-content {
	height: 123px;
	background: url(../images/header-image.jpg) right 23px no-repeat;
	position: relative;
	padding-left: 30px;
	overflow: hidden;
}

#nav, #nav li,
#account ul, #account li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 30px;
}

#nav li {
	float: left;
	display: inline;
	margin-right: 2px;
	line-height: 1;
}

#nav a, #nav strong {
	display: block;
}

#nav a, #nav a:visited {
	background: url(../images/navigation.png) 0 0 no-repeat;
	padding-left: 7px;
	text-decoration: none;
	color: #ccc;
	font-size: 108.5%;
}

#nav a:hover {
	background: url(../images/navigation.png) 0 -50px no-repeat;
	color: #fff;
}

#nav strong {
	background: url(../images/navigation.png) right top no-repeat;
	padding: 5px 7px 7px 0;
}

#nav a:hover strong {
	background: url(../images/navigation.png) right -50px no-repeat;
}

#nav .selected a, #nav .selected a:visited, #nav .selected a:hover {
	background: url(../images/navigation.png) 0 -100px no-repeat;
	color: #333;
}

#nav .selected strong, #nav .selected a:hover strong {
	background: url(../images/navigation.png) right -100px no-repeat;
	padding: 6px 7px 6px 0;
}

#account {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
}

#account ul {
	float: right;
	margin-right: 10px;
}

#account li {
	float: left;
	display: inline;
	margin-left: 10px;
}

#account a, #account a:visited {
	padding-left: 20px;
	line-height: 18px;
	text-decoration: none;
	color: #eee;
}

#account a:hover {
	color: #fff;
}

.acc-profile { background: url(../images/icon-profile.png) left no-repeat; }
.acc-admin { background: url(../images/icon-admin.png) left no-repeat; }
.acc-login { background: url(../images/icon-login.png) left no-repeat; }


/* End custom styles by Mike --------------------------------------- */

.pagination {
 margin: 0px;
 padding: 0px;
 font-size: 8pt;
 text-align: center;
}

.pagination li {
 list-style-type: none;
 display: inline;
 padding: 0px 2px;
}

.pagination li.description {
 display: block;
 padding: 0px;
 margin-bottom: 4px;
}

.pagination a, .pagination a:visited {
 padding: 0 5px;
 border: 1px solid #333;
 text-decoration: none;
 background-color: #eee;
}

.pagination a:hover {
 color: black;
 background-color: #fff;
}

.pagination span.disabled {
 padding: 0 5px;
 border: 1px solid #999;
 text-decoration: none;
 color: #bbb;
 background-color: #eee;
}

.pagination span.current {
 padding: 0 5px;
 border: 1px solid #000;;
 text-decoration: none;
 color: #000;
 background-color: #fff;
}

div.gallery {
 text-align: center;
}

p.caption {
 text-align: center;
}

.medium {
 width: 300px;
}

.large {
 width: 400px;
}

.edit-label {
 width: 120px;
 vertical-align: top;
}

.calendar-text {
 width: 150px;
}

.calendar-image {
 border: none !important;
 float: none !important;
 margin: 2px !important;
 padding: 0px !important;
}

p.errors {
 font-weight: bold;
 color: red;
}

.submit {
 margin-left: 150px;
 width: 120px;
}
 
body.image {
 background-color: white;
}

span.author {
 font-size: 10px;
 font-weight: normal;
}

p.google {
 text-align: center;
}

div#topads {
 float: right;
 padding: 17px 17px 0px 0px;
}
span#rss {
 float: right;	
}
span#rss a {
 background-image:url(../images/rss.png);
 background-position:24px 0;
 background-repeat:no-repeat;
 text-decoration: none;
 display:block;
 font-size:11px;
 height:16px;
 padding-right:24px;
 padding-top:1px;
}

div#contentleft a img {
 padding: 5px;
 border: 1px solid #aaa;
 background: #fff;
 margin: 0px 5px 5px 0px;
}

div#contentleft a:hover img {
 background: #ccc;
}

div#contentleft ul.pagination {
 margin-bottom: 10px;
}

div#contentleft h2 {
 font-size: 1.3em;
 margin-bottom: 10px;
}

.cancelled {
 text-decoration: line-through !important; 
}

.shaded {
 background: #eee;
}
