﻿html {
	background-color: #505050;
		background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	margin: 0;
	font-family: sans-serif;
	font-size: 10pt;
}

/* Header */

#header .content
{
	background-color: #F0F0F0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-image: url(header-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header div.title {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 3.5em;
	padding-bottom: 2em;
}

#header h1 {
	font-size: 24pt;
}

#header h2 {
	text-transform: lowercase;
	color: #666;
}

hr {
	border-top: 1px solid #CCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: 1em;
}

/* Navigation */

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav ul li
{
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}

#nav ul li.active
{
	background-color: #fff;
}

#nav ul li a
{
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	color: #A0A0A0;
	padding: 1em;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #C0C0C0;
	background-image: url(nav-active.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav ul li a strong
{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

#nav ul li a.first
{
	border-left: none;
}

#nav ul li.active a
{
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: none;
	background-image: url(nav-active.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nav ul li a:hover
{
	color: #808080;
}

#nav ul li.active a:hover
{
	color: #000;
	background-color: #FFF;
}

/* Body */

#main .content
{
	padding-top: 1em;
	padding-bottom: 1em;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;

	background-color: #fff;
}

#main .content .main
{
	float: left;
	width: 60em;
	border-right: 1px solid #CCC;
}

#main .content div.full
{
	border-right: none;
	width: 100%;
}

p.error
{
	background-color: #FCC;
	
	border-left: 1px solid #CAA;
	border-right: 1px solid #CAA;
	border-top: 1px solid #DBB;
	border-bottom: 1px solid #C0A0A0;
	
	padding: 0.5em 0.5em 0.4em 0.5em;

	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;

}

#main .content .secondary
{
	width: 19.9em;
	float: right;
}

#main .content .main>div, #main .content .secondary>div {
	padding-left: 1em;
	padding-right: 1em;
}

.main h1
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #BBB;
	margin-bottom: 1.5em;
	padding: 0.35em 0.5em 0.25em 0.5em;
	text-align: center;
}

.main h1>span
{
	font-weight: normal;
	float: right;
	font-size: 10pt;
}

.main p
{
	margin-bottom: 1em;
}

.main h2
{
	font-size: 10pt;
	font-weight: bold;
	border-top: 1px solid #BBB;
	margin-top: 1.5em;
	padding: 0.35em 0.5em 0.25em 0.5em;
	text-align: center;
}

.main .pagination
{
	text-align: center;
}

.main .pagination span
{
	float: none;
}

.secondary ul
{
	margin-bottom: 1em;
}

.secondary ul li
{
	border-bottom: 1px solid #BBB;
}

.secondary ul li div {
	padding: 0.35em 0.25em 0.25em 0.25em;
}

.secondary ul li>a {
	display: block;
	background-color: #FFF;
	padding: 0.35em 0.25em 0.25em 0.25em;
}

.secondary ul li.header a, .secondary ul li.header a:hover {
	display: inline;
	background-color: #EEE;
}

.secondary ul li>a:hover, .secondary ul li.active a:hover {
	display: block;
	background-color: #EEE;
}

.secondary ul li.header
{
	font-weight: bold;
	text-align: center;
	padding: 0.35em 0.25em 0.25em 0.25em;
}

.secondary ul li.noborder
{
	border-bottom: none;
}

.secondary ul li.active a
{
	background-color: #F2F2F2;
}

.secondary p + p
{
	margin-top: 0.5em;
}

/* Calendar */

.calendar table
{
	width: 100%;
}

.calendar table td.spacer
{
	background-color: #EEE;
}

.calendar table td.today
{
	background-color: #EEE;
}

.calendar table td, .calendar table th
{
	text-align: center;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 0.35em 0.25em 0.25em 0.25em;
}

.calendar table tr.first td
{
	border-top: none;
}

.calendar table td.first, .calendar table th.first
{
	border-left: none;
}

/* Footer */

#footer
{
	padding-top: 1em;
}

#footer .content
{
	text-align: center;
	font-size: 8pt;
	color: #A0A0A0;
}

#footer .content a
{
	color: #A0A0A0;
	text-decoration: none;
}

/* Misc */

a {
	color: #404040;
	text-decoration: none;
}

p {
	text-indent: 0.5em;
}

.content {
	width: 80em;
	margin-left: auto;
	margin-right: auto;
}

.group:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#login
{
	width: 100%;
}

#login>#inner
{
	width: 20em;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #666;
	border-top: 1px solid #777;
	border-right: 1px solid #666;
	border-bottom: 1px solid #555;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	
	padding: 0.5em;
	padding-bottom: 0;
}

#login>#inner>table
{
	width: 100%;
}

#login>#inner>table td
{
	text-align: center;
	padding-bottom: 0.5em;
}

.main .full
{
	text-align: center;
}

.main .full img
{
	border: 1px solid #000;
}

.main ul li
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCC;
}

.main ul li strong
{
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

.main ul li span
{
	color: #666;
	font-size: 8pt;
}

.main ul li div
{
	width: 60px;
	float: left;
	text-align: center;
	margin-right: 0.5em;
}

.main ul li a
{
	float: right;
	font-size: 8pt;
}

.main table.gallery
{
	width: 100%;
}

.imagecell
{
	text-align: center;
	vertical-align: middle;
}

.roundbottom
{
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.imagebox
{
	text-align: center;
	margin-bottom: 1.5em;
	padding: 0;
}
.imagebox .image
{
	padding: 0;
	border-left: 1px solid #666;
	border-top: 1px solid #777;
	border-right: 1px solid #666;
	border-bottom: 1px solid #555;
}

.imagebox .caption
{
	text-align:center;
	color:#000;
	font-weight:bold;
	padding-top: 0.25em;
	padding-bottom:0.25em;
}

.main .pagination
{
	margin-top: 0.5em;
	text-align: center;
}

.main .pagination .imagebox
{
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-top: 0.5em;
}

.main .pagination table
{
	margin-right: auto;
	margin-left: auto;
}

#exif {
	font-size: 8pt;
}

#exif div span {
	float: right;
}