/*
 * http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines
 */
body {
	background-color: white;
	color: black;
	/*font-family: Verdana, Arial, Helvetica, serif;*/
	/*BAD USER!*/
	/*font-size: 13px;*/
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
} 
.title {
	color: black;
	/*font-size: 13px;*/
}
.main {
	color: #666666;
	/*font-size: 11px;*/
}
.credit {
	color: gray;
	/*font-size: 9px;*/
	font-size: small;
}
div.photobox {
	/*position: relative;*/
	float: left;
	width: 250px;
	height: 250px ;
	background-color: #cccccc;
	text-align: center;
	padding: 10px;
	margin: 2px;
}
div.photo {
	background-color: #aaaaaa;
	clear: both;
}
div.albumbox {
	float: left;
	width: 250px;
	height: 250px;
	background-color: #fce94f;
	text-align: center;
	padding: 10px;
	margin: 2px;
}
div.gallerytitle {
	background-color: #999999;
}
div.albumtitle {
	background-color: #edd400;
}
div.misc {
	background-color: #8ae234;
	font-size: x-large;
}
div.phototitle {
	letter-spacing: 5px;
	word-spacing: 30px;
	/*font-size: large;*/
	margin: 10px;
}
div.smallphoto {
	margin: 2px;
	text-align: center;
}
div.header,div.footer {
	clear: both;
	background-color: #eeeeee;
}
div.header {
	text-align: center;
	font-size: xx-large;
}
div.footer {
	text-align: right;
}
div.footer img {
	padding: 4px;
}
div.smalltext {
	font-size: smaller;
}
div.extrasmalltext {
	font-size: xx-small;
}
div.albums {
	background-color: #fce94f;
}
div.summary {
	clear: both;
	background-color: #fcaf3e;
	padding: 1em;
}
div.new {
	position: absolute;
	right: 0px;
	margin-top: 100px;
}
div.new:hover {
	position: absolute;
	background-color: gray;
	width: 275px;
	width: 550px;
	right: 0px;
}
div.new div.newbanner {
	display: block;
}
div.new:hover div.newbanner {
	display: none;
}
div.new div.albumbox {
	display: none;
}
div.new:hover div.albumbox {
	display: block;
}
div.new div.photobox {
	display: none;
}
div.new:hover div.photobox {
	display: block;
}
span.stats {
	position: absolute;
	right: 1em;
}
div.date {
	float: right;
	font-style: italic;
}

