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

body {
	background-color: #221d1d;
	background-image:url(images/tile_bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin: 0px;
	width: 100%;
}
.header {
	margin-right: auto;
	margin-left: auto;
	height: 113px;
	width: 970px;
	margin-top: 26px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7d7d;
	margin-left: 8px;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7e7d7d;
	margin-left: 8px;
	margin-bottom: 6px;
}
.modulePosts {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 262px;
}
.foto_date {
	font-size: 16px;
	margin: 0px;
	padding: 8px 8px 0px 12px;
}
.foto_date_container {
	float: left;
}
.flickr_link_container {
	float: right;
}
.foto_caption {
	font-size: 16px;
	margin: 0px;
	padding: 8px 8px 0px 12px;
	text-align: center;
}
.flickr_icon {
	float: left;
	padding-top: 12px;
}
.flickr_link {
	float: left;
}
.flickr_text {
	font-size: 14px;
	margin: 0px;
	padding: 10px 12px 0px 6px;
}
.foto_nav {
	font-size: 18px;
	text-align: center;
	line-height: normal;
}
.poweredby {
	font-size: 14px;
	text-align: center;
	line-height: normal;
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #8dbf66;
}
a:visited {

}
a:active {

}
a:hover {
	text-decoration: none;
	color: #a9bf97;
}
.date {
	font-size: 14px;
	color: #999;
}
.foto_container {
	margin-left: auto;
	margin-right: auto;
	width: 1026px;
	padding: 8px;
}
.foto_box_top {
	background-image:url(images/foto_box_top.gif);
	width: 1026px;
	height: 39px;
}
.foto_box_mid {
	background-color: #1f1f1f;
	width: 1024px;
	height: 576px;
	border: 1px solid #504e4e;
}
.foto_box_bot {
	background-image:url(images/foto_box_bot.gif);
	width: 1026px;
	height: 39px;
}
.clipwrapper {
	position: relative;
	width: 75px;
	height: 75px;
	display: block;
	float: left;
}
.clipin {
	position: absolute;
	clip: rect(0px 88px 75px 12px);
	left: -13px;
}
.overlay {
	position: absolute;
	width: 75px;
	height: 75px;
}
.tooltip_box {
	margin: 5px;
	background-color: #7e7d7d;
	padding: 4px;
	border: 1px solid #999;
}
.tooltip_text {
	color: black;
	margin: 0px;
}
.footer_box {
		background-color: #1f1f1f;
		width: 100%;
		border-top: 1px solid #504e4e;
}
.footer_container {
	width: 1026px;
	margin-left: auto;
	margin-right: auto;
}
.footer_left {
	float: left;
	width: 786px;
}
.footer_right {
	float: right;
	width: 200px;
}
.clearfix {
	clear: both;
}