/* Top-level rules */

*
{
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, verdana, lucida sans, sans serif;
	color: #666666;
	font-size: 12px;
}

a
{
	color: #44A4C4;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	background: #666666;
}

#wrapper
{
	position: relative;
	margin: 0px auto;
	width: 809px;
}



/* Navigation */

#nav
{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 80px;
	font-size: 12px;
}

#nav ul
{
	list-style: none;
}

#nav li
{
	float: left;
	border-right: 1px solid #666666;
}

#nav li.last
{
	border-right: none;
}

#nav li a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 5px;
	color: #666666;
	font-weight: bold;
}

#nav li.active a
{
	color: #44A4C4;
}

#nav li a:hover
{
	color: #ffffff;
	background: #44A4C4;
}



/* Footer */
#footer
{
	padding-top: 30px;
}

#footer p
{
	text-align: center;
}



/* General classes */
div.imageStatus span.currentPhoto
{
/*	padding: 1px 5px;
	background: #666666;
	color: #ffffff; */
}

div.imageStatus p
{
	margin: 0px !important;
	font-size: 10px;
}

div.imageStatus span.numPhotos
{
/*	padding: 1px 5px;
	background: #44A4C4;
	color: #ffffff; */
}


.hidden, .screen-reader-text
{
	display: none !important;
}

.clearFix
{
	clear: both !important;
	position: relative !important;
	height: 1px !important;
	margin-bottom: -1px !important;
}

