/* generic jammed.com CSS stuff
 * $Id: jwa.css,v 1.1 2005/01/29 06:15:36 jwa Exp jwa $ 
 */

/* order of these matters [to mozilla, anyway] */

a:link
{
	background : transparent;
	color: #99FF00;
}

a:visited
{
	background : transparent;
	color: #009900;
}

a:hover 
{
	Color : #FFFFFF ;
	background-color : #008360 ;
	text-decoration : underline;
}

a:active
{
	background : transparent;
	color: #99FF00;
}

a
{
	text-decoration : none; 
}

code
{
	color : #ffffff;
	font-size : 1em;
	font-family: monospace;
}

pre
{
	color: #ffffff;
	font-size : 1em;
	font-family: monospace;
}

body
{
	background : #003366;
	/* background : #002255; */
	/* background : #edddd0; */
	color : #ffffff;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 13px; 
	margin: 5px;
	padding: 1px
}

/* 'color' attributes required for NS4, IE? */

big { color: #ffffff; font-size: 1.2em; }
small { color: #ffffff; font-size: .9em; }

ul
{
	margin: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	list-style: inside;
}

dd
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style: inside;
}


li { margin-left: 15px; }

hr { color: #000000; background-color: #009900; height: 2px; }

#postbody
{
	background : #004466;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	border: dashed 1px;
	border-color: #005577;
}

#postbody bodytitle
{
	font-size: 20em;
}

#postindex
{
	float: right;

	text-align: right;

	background : #004477;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;

	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	border: dashed 1px;
	border-color: #006677;
}

#postindex h2
{
	margin-top: 1px;
	margin-bottom: 1px;
}

#postindex a
{
	font-size: .9em;
}



#tags
{
	float: right;
	width: 150px;

	text-align: right;

	background : #004477;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	border: dashed 1px;
	border-color: #006677;
}

#tags h2
{
	margin-top: 1px;
	margin-bottom: 1px;
}

#tags a
{
	line-height: 1px;
}

