/*
	phonofascist.idlers.us:		main CSS file
	written by MordEth.		last modified 2008.11.29.
*/

/*  the links  */

A, A:link
{
	color:			#640000;
	text-decoration:	none;
}

A:visited, A:active
{
	color:			#AA0000;
}

A:hover
{
	color:			#640000;
	text-decoration:	underline overline;
}

/*  HTML elements  */

BLOCKQUOTE.update
{
	border:			1px solid #47433A;
	padding-left:	1em;
	padding-right:	1em;
}

BLOCKQUOTE P
{
	font-style:		italic;
}

BODY
{
	background-color:	#D4D6A8;
	color:			#47433A;
	font-family:		"Verdana", "Arial", sans-serif;
	font-size:		14px;
	margin-top:		20px;
	margin-left:		20px;
	margin-right:		20px;
	margin-bottom:		20px;
	text-align:		justify;
}

H1
{
	font-size:		24px;
	font-weight:		bold;
	margin-bottom:		0;
}

IMG.center
{
	display:		block;
	margin-left:	auto;
	margin-right:	auto;
}

SUB, SUP
{
	font-size:		70%;
}

/*  general classes  */

#banners
{
	float:			right;
	margin-bottom:		15px;   
	margin-right:		25px;
	margin-top:		10px;
}

#banners IMG
{
	border:			none;
}

#closing
{
	margin-left:		auto;
	margin-right:		auto;
	width:			500px;
}

#css
{
	margin-right:		10px;
}

.center
{
	text-align:		center;
}

.e
{
	color:			#AA0000;
}

.right
{
	text-align:		right;
}
