/* Trying to save bandwidth. Commented version is stylecommented.css . Stop laughing. */

body
{
	background: #dddddd;
	margin: 10px 0px 10px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	text-align: center;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

a img {border: none; }

a:link { color: #808080; text-decoration: underline; }
a:visited { color: #808080; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #808080; text-decoration: underline; }

a.currentpagelink:link, a.currentpagelink:visited, a.currentpagelink:hover, a.currentpagelink:active
{
	color: #000000;
	text-decoration: none;
}

#core
{
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 775px;
	text-align: left;
}

#header
{
	background-color: #f0f0f0;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #dddddd;
}

.navigation
{
	list-style-type: none;
	font-size: 1em;
	
	margin: 0px;
	padding: 0px;
}

.navigation li
{
	display: inline;
}

.contentsection
{
	padding: 15px 20px 10px 20px;
	border-bottom: 1px solid #dddddd;
}

.articlelist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.date
{
	color: #a4a4a4;
    font-size: smaller;
	font-weight: normal;
}


.picturecaption {
	font-style: italic;
}

.articlefooter { float: right; text-align: right; }


.commenttitle { font-style: italic; }
.commentattrib {}

.commentform
{
	font-size: 1em;
	text-align: left;
}

.commentform th
{
	padding-right: 10px;
	font-weight: normal;
}

#olderentries
{
	background-color: #f0f0f0;
	padding: 10px 20px 10px 20px;
	font-size: .8em;
	font-weight: bold;
	
}

