/* --- GENERAL RULES --- */
body
{
	margin: 20px 0;
	padding: 0;
	color: #444;
	background: #eee;
	font: 12px/1.3 arial, helvetica, sans-serif;
}

h2, h3, h4
{
	color: #000;
	clear: both;
}

h2, h3, h4, p, ul
{
	margin-top: 0;
}

h2
{
	font-size: 18px;
	margin: 0 0 .5em 0;
}

h3
{
	font-size: 16px;
	margin: 0 0 .5em 0;
}

h4
{
	font-size: 14px;
	margin: 0 0 .5em 0;
	clear: none;
}

h2 strong, h3 strong
{
	color: #663;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: black;
}

code
{
	font-family: courier, times, monospace;
	background: #eee;
}

caption
{
	font-weight: bold;
	font-size: 120%;
	margin: 1em 0 0 0;
	text-align: left;
}

/* --- HEADER RULES --- */
#header
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/header.gif) no-repeat 0 0 white;
	width: 960px;
	height: 120px;
}

#header h1 span
{
	position: absolute;
	left: -5000px;
	width: 4000px;
}

#header img
{
	padding: 0 0 0 200px;
}

#header ul
{
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size: 75%;
}

#header li
{
	margin-right: 20px;
}

/* --- TOPNAV RULES --- */
#topnav
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: white;
	background: url(/images/topnav.gif) no-repeat 0 0 white;
	width: 960px;
	height: 38px;
}

#topnav a
{
	color: #006ea1;
}

#topnav a:hover, #topnav a:active
{
	color: black;
}

#topnav ul
{
	margin: 0 180px 0 0;
	padding: 10px 0;
	list-style-type: none;
	text-align: right;
	font-size: 10px;
}

#topnav li
{
	display: inline;
	margin-right: 1em;
}

#topnav li a
{
	font-weight: bold;
 	text-transform: lowercase;
}

#topnav li#current a
{
	color: black;
}

/* --- CONTAINER RULES --- */
#container
{
	margin-left: auto;
	margin-right: auto;
	background: url(/images/container.gif) repeat-y 0 0 white;
	width: 960px;
}

/* --- SIDEBAR RULES --- */
#sidebar
{
	float: left;
	width: 200px;
	margin: 0 0 25px 0;
	display: inline;
}

#sidebar a
{
	color: #006ea1;
	font-weight: normal;
}

#sidebar ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#sidebar ul ul
{
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
	background-image: none;
}

#sidebar li
{
	padding: 5px 10px 7px 20px;
}

#sidebar li a
{
	display: block;
}

#sidebar li a:hover,
#sidebar li#current a,
#sidebar li#current li a:hover
{
	color: black;
}

#sidebar li#current li a
{
	color: #006ea1;
}

#sidebar li li
{
	display: none;
	padding: 5px 0;
	background-image: none;
	border: 1px solid white;
}

#sidebar li:hover li,
#sidebar li:active li,
#sidebar li.current li
{
	display: block;
}

#sidebar label
{
	font-weight: bold;
	color: #000;
	font-size: 120%;
}

#sidebar form
{
	margin: 0 0 1em 0;
	padding: 0;
}

#sidebar input#s
{
	width: 100%;
}

/* --- CONTENT RULES --- */
#content
{
	float: left;
	width: 540px;
	margin: 10px;
	display: inline;
	padding-bottom: 1em;
}

#content a:hover, #content a:active
{
	color: #006ea1;
}

#content a
{
	padding-bottom: 1px;
	background: url(/images/dots-alink.gif) repeat-x 0 100%;
}

#content a.img
{
	padding-bottom: 0;
	background-image: none;
}

#content label span
{
	font-size: 80%;
	color: #555;
}

#content div
{
	clear: both;
	padding: 1em 0;
}

#content div.left
{
	text-align: left;
}

#content div.center
{
	text-align: center;
}

#content div.right
{
	text-align: right;
}

#content img
{
	clear: both;
	padding: 0;
}

#content img.left
{
	float: left;
	padding: 0 20px 5px 0;
}

#content img.right
{
	float: right;
	padding: 0 0 5px 20px;
}

/* --- INFOBAR RULES --- */
#infobar
{
	float: left;
	width: 160px;
	margin: 5px 5px 0px 25px;
	display: inline;
	padding-bottom: 1em;
	color: #006ea1;
}

#infobar h3
{
	font-size: 14px;
	margin: 0px;
}

#infobar a:hover, #infobar a:active
{
	color: black;
}

#infobar a
{
	padding-bottom: 1px;
	background: url(/images/dots-alink.gif) repeat-x 0 100%;
}


#infobar div.box
{
	padding: 10px 0 0 0;
/*	background: url(/images/infobar_top.gif) top no-repeat; */
}

#infobar div.box div
{
	padding: 0 10px 10px 10px;
/*	background: url(/images/infobar_bottom.gif) bottom no-repeat; */
}


/* --- FOOTER RULES --- */
#footer
{
	clear: both;
	color: white;
	font-size: 10px;
	padding: 11px 0 0 0;
	background: url(/images/footer.gif) no-repeat 0 0 white;
	width: 960px;
	height: 19px;
}

#footer a
{
	color: white;
}

#footer a:hover
{
	color: black;
}

#footer p
{
	margin: 0 20px 0 210px;
}

/* --- CLASSES RULES --- */
.intro
{
	background: url(/images/dots-horizontal.gif) repeat-x 0 100%;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.post
{
	margin: 1em 0 3em;
}

.date
{
	font-size: 85%;
	font-style: italic;
	margin: 0 0 .5em 0;
}

.menu li
{
	padding: 0.25em 0;
}

.navigation-top
{
	margin: 0;
	padding: 0 0 3em;
	list-style-type: none;
	font-size: 85%;
}

.navigation-bottom
{
	margin: 0;
	padding: 2em 0 3em;
	list-style-type: none;
	font-size: 85%;
}

.alignleft
{
	float: left;
	width: 47%;
	background: url(/images/arrow2.gif) no-repeat 0 .4em;
	padding-left: 10px;
}

.alignright
{
	float: right;
	width: 47%;
	background: url(/images/arrow.gif) no-repeat 100% .4em;
	padding-right: 10px;
	text-align: right;
}

.wideinput {
	width: 100%;
}

.imagefloat
{
	float: right;
	margin: 0 0 1em 1em;
}

.sitelist
{
	clear: both;
	margin: 0;
	padding: 1em 0;
}

.sitelist img
{
	float: left;
	margin: 0 1em 1em 0;
	padding: 2px;
	border: 1px solid #bbb;
}

@media print
{
	body
	{
		background: white;
		margin: 0 0 0 80px;
	}

	#header
	{
		position: relative;
		background-image: none;
		width: auto;
		height: auto;
	}

	#header h1 span
	{
		position: relative;
		left: 0px;
	}

	#header img
	{
		display: none;
	}

	#header ul
	{
		display: none;
	}

	#topnav, #sidebar, #footer
	{
		display: none;
	}

	#container
	{
		margin: 0;
		width: 560px;
		background-image: none;
	}

	#content
	{
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
	}
}

