body {
	background : black;
	color : white;
	margin : 0;
	padding : 0;
	font-family : Verdana;
       font-size : 10px;
}

a {
	text-decoration : none;
	color : orange;
}

a:hover {
	text-decoration : underline;
}

#main {
	width : 80%;
	margin : 0% 10% 5% 10%;
}

.feed {
	margin : 0px 0px 15px 20px;
}

.title {
	margin : 20px;
	font-size : 3em;
}

.title a { color : white }
.title a:hover { text-decoration : none; }

.album .num_pix, .album .num_alb {
	font-size : 0.9em;
	color : #d7d7d7;
}

.albums, .photos {
	text-align : center;
}

.album , .photo {
	float : left;
	width : 100px;
	height : 140px;
	margin : 0px 10px 10px 10px;
}

.album img, .photo img {
	border : 2px solid white;
}

.album img:hover, .photo img:hover {
	border : 2px solid orange;
}

.photos { clear : both; }

.photos .fullsize {
	font-size : 0.8em;
	text-align : right;
	width : 80px;
	margin : 0px 10px 0px 10px;
	padding : 0px 0px 0px 0px;
}

#sep { clear : both; }

#footer {
	border-top : 1px solid white;
	padding : 5px 0px 0px 10px;
}