/* content.css */
body
{
	font-family: Cambria, Georgia, 'New York CE', utopia, sans-serif;
}

input, select, textarea, button
{
	font-family: inherit;
	font-size: inherit;
}
/* content.css */

body
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

h1 span
{
	font-size: 70%;
	padding-left: .5em;
}

h3 span.little
{
	font-size: 70%;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#content img
{
	border: 0;
	margin: .5em 1em;
}

ul li
{
	list-style-type: square;
}

hr
{
	display: none;
}

div.hr
{
	margin: .25em 0;
	height: 1px;
	overflow: hidden;
}

#main
{
	position: relative;
	padding: 1em 0;
}

#main-
{
	margin: auto;
}

#top h1
{
	margin: .6em 0 0 0;
	font-size: 240%;
}

#top a
{
	font-variant: small-caps;
}

a.editPageContent,
a.deletePage
{
	color: #2b6633;
	font-size: 80%;
	line-height: 1em;
}

#top
{
	padding: .5em 0;
}

#top #logo
{
	color: #fff;
}

#contact p
{
	margin: .5em 0;
	text-align: right;
}

#contact, #copyright, #legal
{
	font-variant: small-caps;
}

#copyright
{
	padding-top: .5em;
	line-height: 1.5em;
	font-size: 105%;
	color: #666;
}
#legal
{
	color: #202020;
	line-height: 1em;
}

dl
{
	margin-left: 2em;
	margin-right: 2em;
}

dt, dd
{
	margin-top: .5em;
	margin-bottom: .5em;
}

img.picture
{
	padding: 3px;
	border: 1px solid #555;
	margin: .5em 1em;
}

.checkbox
{
	line-height: 2em;
}

.checkbox .chck
{
	margin-top: .5em !important;
}

.clear
{
	clear: both;
}


/* welcomeScreen */

#welcomeScreenContainer
{
	position: relative;
	width: 800px;
	height: 640px;
	overflow: hidden;
	clear: both;
	cursor: pointer;
	margin: 0 auto;
}

#welcomeScreenContainer .wsArea
{
	position: absolute;
	border: 1px solid #000;
	overflow: hidden;
	color: #222;
}

.wsArea img
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	margin: 0 !important;
}

.wsArea img.wsVisible
{
	display: block;
	z-index: 9999;
}

/* welcomeScreen */


.photoList
{
	position: relative;
	margin: .25em 0;
}

.photoList a
{
	position: relative;
	float: left;
	margin: 0 1px 1px 0;
}

.photoList a:hover
{
	text-decoration: none;
}

.photoList a img
{
	margin: 0 !important;
}

#photoList a img
{
	cursor: -moz-zoom-in;
}

.photoList a span
{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: .6;
	font-size: 80%;
	color: #fff;
	padding: .25em .5em;
	line-height: 1em;
}

.photoList a span.viewCount
{
	left: auto;
	right: 0;
	opacity: 1;
	background: #f7e654;
	color: #000;
}

.photoList a:hover span
{
	color: #f7e654;
}

.photoList a:hover span.viewCount
{
	color: #000;
}

