@charset "UTF-8";
/* CSS Document */


a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
#body {
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}
#title {
	width: auto;
	position: absolute;
	left: 20px;
	top: 18px;
	margin: 0px;
	padding: 0px;
}
#menu {
	position: absolute;
	left: 23px;
	top: 76px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
#thumbs {
	margin-top: 160px;
	margin-left: 10px;
}
div.post {
	float: left;
	width: auto;
	height: 98px;
	margin: 5px;
	position: relative;
	display: inline; /* DARN IE */
	text-align: left;
}
	
div.post div.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	margin-top: 8px;
	text-decoration: none;
	display: none;
	position: absolute;
	width: 90%;
	margin-left: 1px;
	margin-top: 1px;
	padding: 4px;
	background-color: #E55303;
}

div.post:hover div.title {display:block;}

div.post img {
	padding:5px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #555555;
	padding-top: 2px;
	margin-top: 8px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #8E8D8E;
	padding-top: 2px;
	margin-top: 8px;
	text-decoration: none;
}
#thumbs #space {
	clear: both;
	height: 150px;
	width: 200px;
	position: relative;
}
