@charset "utf-8";

BODY
{
	color:		black;
	background:	white;
	margin:		0.125in;
	font-family:	arial,helvetica;
}

A:link, A:active, A:visited
{
	color:		#7f7f9e;
	text-decoration:
			underline;
	font-weight:	bold;
}

A:hover
{
	color:		#303062;
}

IMG
{
	border:		0;
}

H1, H2, H3, H4, H5, H6
{
	color:		#7f7f9e;
}

.logo
{
	float:		left;
}

DIV.content
{
	clear:		both;
}

UL.menu
{
	margin:		0px;
	float:		right;
}

UL.menu LI
{
	display:	inline;
	font-weight:	bold;
}

UL.menu LI:before
{
	content:	" | ";
}

UL.menu LI A
{
	text-decoration: none;
}

DIV.path
{
	clear:		right;
	float:		right;
	color:		#7f7f9e;
	font-size:	xx-small;
	font-weight:	bold;
}

SPAN.item
{
	font-weight:	bold;
}

SPAN.definition
{
	font-style:	italic;
}

.directory, .flickrPreview, .preview, .link, .details, H1.topic
{
	text-align:	center;
}

.flickrPreview IMG
{
	border:		1px solid black;
	margin:		10px;
}

.copyright, .updated
{
	font-size:	xx-small;
	font-family:	arial,helvetica;
	color:		#C7C3C4;
}

.copyright
{
	float:		left;
}

.updated
{
	float:		right;
}

.link:before
{
	content:	"> ";
}

.link:after
{
	content:	" <";
}

.directory LI
{
	display:	inline;
	padding:	0.125in;
}

