/**
	Gray Theme.
**/

html, body
{
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
}

body
{
	font: 0.8125em/1.75em Verdana,Arial,Tahoma,sans-serif;
	scrollbar-face-color: #EEE;
	scrollbar-base-color: #EEE;
	scrollbar-3dlight-color: #AAA;
	scrollbar-arrow-color: #AAA;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #AAA;
}

body, div, ul, li, p
{
	margin: 0;
	padding: 0;
}

li
{
	list-style: none;
}

div.header
{
	padding: 0.25em 1.0em 0.25em 1.0em;
	background-color: #000;
}

div.header, div.header a:link, div.header a:visited, div.header a:active
{
	color: #FFF;
	text-decoration: none;
}

div.name
{
	float: left;
	text-align: left;
	clear: both;
}

div.menu
{
	float: right;
	text-align: right;
}

div.menu ul li
{
	display: inline;
	margin-left: 1.0em;
}

div.ads
{
	text-align: center;
	width: auto;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

div.middle
{
	margin: 1em 1em 0em 1em;
	clear: both;
}

div.navigation
{
	float: left;
	font-size: 0.8em;
	width: 138px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

div.pagination
{
	font-size: 0.8em;
	text-align: center;
}

div.gallery
{
	height: 100%;
}
  
div.text
{
	font-size: 0.8em;
	text-align: justify;
}

div.pagination, div.gallery, div.text
{
	width: auto;
	margin-left: 170px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

div.image
{
	text-align: center;
	width: auto;
	height: 100%;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEE;
}

div.thumbs
{
	float: left;
	text-align: center;
	min-width: 110px;
	width: auto;
	height: auto;
}

div.thumbs img
{
	display: inline;
	margin: 2px;
	border: 1px solid #AAA;
}

div.thumbs a:hover img
{
	border: 1px solid #AAA;
}

div.desc
{
	font-size: 0.7em;
	text-align: center;
	line-height: 0.5
	margin: 2px;
	width: auto;
}

div.footer
{
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	line-height: 10px;
	margin-bottom: 4em;
	clear: both;
}

#resized
{
	color: #304C6C;
	font-size: 0.7em;
	text-align: center;
	width: auto;
	padding: 2px;
}

a:link, a:visited, a:hover
{
	color: #000;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: line-through;
}

div.admin_message
{
	font-size: 0.7em;
	width: auto;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEE;
}
/**

See anything interesting? :-P

*/
