﻿body {
	background-color: #222;
	font-family: Verdana;
	font-size: 80%;
	color: #bbb;
}
a {
	color: #bbb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ccc;
}
#hd {
	float: none;
	padding: 10px 0px 20px 0px;
}
#logo {
	float: left;
	width: 104px;
	height: 33px;
	color: #ccc;
	text-indent: -9999px;
	font-weight: bold;
	background: transparent url(../assets/logo.gif) no-repeat 0 0;
}
#topnav ul {
	float: right;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	display: inline;
}
#topnav ul li {
	margin-left: 0;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #888;
	list-style: none;
	display: inline;
}
#topnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#topnav ul li.last 
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	border-left: 1px solid #888;
	padding: 0px 0px 0px 15px;	
}	

#topnav ul li.single
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	border-left: none;
	padding: 0px 0px 0px 15px;	
}

.clear {
	clear: both;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
#footer {
	text-align: center;
	font-size: 70%;
	padding: 10px 0px 20px 0px;
}
#footer p 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainImageWrapper {
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
}
#mainImage {
	margin: 0px auto 20px auto;
}
#mainImage img {
	border: 5px solid #888;
}
#mainImageTitle {
	position: static;
	float: left;
}
#infoOuterWrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
#exifInfoWrapper {
	float: left;
	position: absolute;
	top: -200px;
	left: 5px;
	text-align: left;
}
#detailsInfoWrapper 
{
	float: left;
	top: -200px;
	position: absolute;
	left: 5px;
	text-align: left;
}
.info 
{
	float: left;
	text-align: left;
	background-color: #222;
	filter:alpha(opacity=80);
	opacity: 0.80;
	padding: 5px 5px 5px 5px;
}
.info h2 {
	font-weight: bold;
}
#exifInfo table {
	padding: 0px 0px 0px 0px;
}
#exifInfo td {
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}

.admin td
{
	vertical-align: top;
	padding: 0px 10px 5px 0px;
}

.admin input
{
	background-color: #222;
	color: #bbb;
	border: solid 1px #888;
}

.admin textarea
{
	background-color: #222;
	color: #bbb;
	border: solid 1px #888;
}

h1 {
	font-weight:bold;
}

p 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.about ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#links 
{
	text-align: right;
	border-left: solid 1px #888;
}

#links ul
{
	margin-top: 10px;
	margin-bottom: 10px;

}


#galleryWrapper {
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
}

#galleryImage {
	margin: 0px auto 0px auto;
}

#galleryImage img 
{
	margin: 6px 6px 6px 6px;
	border: 2px solid #888;
}

.tool-tip {
	color: #bbb;
	width: 139px;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #bbb;
	padding: 8px 8px 4px;
	background: url(../assets/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../assets/bubble.png) bottom right;
}