BODY {
	background: #6699CC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

A {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #6699CC;
	background-color: #003333;
}

HR {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border-style: none;
}

TT {
	font-family: monospace;
}

BLOCKQUOTE {
	font-style: italic;
}

.header {
	background-color: #99CCFF;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 16px;
	background-image:  url(pics/fade1-small.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 70px;
}


TABLE.maintable {
 	width: 100%;
	font-size: 8pt;
}

.maintable TD {
	vertical-align: top;
}


TABLE.leftmenu {
	width: 120px;
	padding-top: 0;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 8pt;
}

.leftmenu P {
	margin-bottom: 9pt;
}

.leftmenu A {
	font-style: normal;
}

.adminmsg {
	color: #990000;
}

.admininfo {
	color: #999999;
}


/* Blog table classes */
.blogtop {
	padding: 0;
	border: 0;
	/* blog BG color */
	background-color: #a5cbf0;
}

.blogtable {
	width: 600px;
	/* IE (cellspacing="0" in HTML for others) */
	border-collapse: collapse;
	border-style: none;
	font-size: 9pt;
}

.blogtopleft {
	/* page BG color */
	background-color: #6699CC;
	border-style: none;
	padding: 0;
	width: 16px;
	height: 16px;
}

.blogtopright {
	background-color: #a5cbf0;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.blogfiller {
	background-color: #a5cbf0;
	border-left: 1px solid #000000;	
	padding: 0;
	width: 15px;
}

.blogsubject {
	background-color: #a5da82;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}

.blogsubject A {
	color: #000000;
}

.blogsubject A:hover {
	background-color: #698b53;
	color: #a5da82;
}

.blogcat {
	background-color: #a5dab0;
	border-style: none;
	font-weight: normal;
}

.blogdate {
	background-color: #a5dacd;
	border-right: 1px solid #000000;
	font-weight: bold;
	padding-right: 16px;
}

.blogdate A {
	font-weight: normal;
}

.blogdate A:hover {
	background-color: #005555;
	color: #ccda9e;
}

.blogcontent {
	background-color: #a5cbf0;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 6px;
	padding-right: 16px;
	border-right: 1px solid #000000;
	vertical-align: top;
}

.blogcontent H1 {
	font-size: 10pt;
}

.blogthumb {
	float: right;
	margin: 10px;
	border: 5px solid #6699CC;
}

.blogcontent UL LI {
	list-style-image: url(/pics/li1.gif);
}

.blogcontent A {
	color: #005555;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #66AACC;
}

.blogcontent A:hover {
	background-color: #C0DFFF;
}

.imagelink {
	text-decoration: none;
	border: none;
}

.commentlink {
	background-color: #a5cbf0;
	border-right: 1px solid #000000;
	font-size: 8pt;
	padding-left: 6px;
	padding-bottom: 16px;
}

.blogbottom {
	background-color: #a5cbf0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* Comment table & form */
TABLE.comment, #commentform TABLE{
	width: 600px;
	border-collapse: collapse;
	background-color: #a5cbf0;
	border: 1px solid #000000;
	font-size: 8pt;
}

/* cell with "Kommentit" header text */
TD.commentsheader {
	padding-top: 10px;
	padding-bottom: 0;
}

.commentsheader H1 {
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

.comment TH {
	background-color: #a5dab0;
	padding-left: 16px;
	text-align: left;
	font-weight: normal;
}

TH.commentname {
	font-weight: bold;
}

TH.commentdate {
	text-align: right;
	padding-right: 16px;
}

.comment TD {
	padding-left: 20px;
	padding-right: 16px;
	padding-bottom: 16px;
}


/* Blog comment form */
#commentform TABLE {
	background-color: #7faedd;
}

#commentform H1 {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	padding-left: 10px;
}

#commentform TH {
	vertical-align: top;
	text-align: right;
	font-weight: normal;
}

#commentform TD {
	padding-right: 16px;
}

#commentform INPUT {
	border: 1px solid #003366;
	margin-bottom: 10px;
}

#commentform TEXTAREA {
	width: 100%;
	border: 1px solid #003366;
	margin-bottom: 10px;
	font-size: 9pt;
}


/* Archive page links */
.pagelinks {
	padding-left: 20px;
}

.pagelinks A {
	font-weight: bold;
	color: #005555;
}

.pagelinks A:hover {
	color: #6699CC;
	background-color: #003333;
}


/* Rightmost part (permanent links etc.)*/
TD.mainright {
	width: 120px;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
}

.mainright H1 {
	background-color: #77AADD;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 1px;
}

.textlink {
	/* "link description" links */
	color: #000000;
	font-weight: normal;
	font-style: italic;
}


/* Bottom (copyright etc) */
TD.mainbottom {
	text-align: right;
	font-size: 7pt;
}

/* Yläosa/menu #99CCFF
   #003399
 linkit #003333 (visited #336666) */
