body {
	font-family : "DejaVu Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: white;
	line-height:1.55;
	margin: 0em auto auto auto;
	max-width:80%;
}

.mainheader { text-align: center;
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(/images/bg.gif);
	height: 60px;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

.mainheader h1 {color: white; float: right; font-size: 1.8em; margin: 0.3em; }
.mainheader img { padding: 0em; margin: 0em; border: none; }
#logo { float: left; }

.nav { background-color: #eeeeee; clear: both; font-weight: bold; }
.nav ul { text-align: center; list-style: none; margin-top: -0.5em; }
.nav li { display: inline; color: #666666; padding-right: 2.5em; }
.nav li a { text-decoration: none; }

a:link {
	color: #546A8A;
	text-decoration: none;
}

a:visited {
	color: #546A8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.article { padding: 0em 1em 1em 1em; border-bottom: thin solid #cccccc; }
.article img { margin-left: auto; margin-right: auto; }

img { border: none; }

.actions {
	padding-top: 0.5em;
	float: right;
	text-align: right;
	font-size: small;
}

.actions ul {
	padding: 0;
}

.actions ul li {
	padding-left: 0;
	padding-right: .5em;
}

h1, h2, h3, h4, h5, h6 { color: #666666; }
h1 { font-size: x-large}
h2 { font-size: large}
h3 { font-size: medium}
h4 { font-size: medium}
h5 { font-size: small}
h6 { font-size: small}

#feedlink { margin: 1em; }
