@charset "utf-8";
/* CSS Document */
body{font-family: Arial, Helvetica, sans-serif;}
/*footer is for page footer*/
a.blog:link, a.blog:visited {
	text-decoration: none;
}
a.blog:active, a.blog:hover {
	text-decoration: underline;
}
.blogform {
	background:#ffffff;
	border:1px solid black;
	height:20px;
}
.blogformText{
	background:#fff;
	border:1px solid black;
	width:490px;
}
.commentLine{
	display:block;
	width:600px;
	height:20px;
	clear:left;
}
.commentOpen {
	display:inline-block;
	width:100px;
	float:left;
	height:20px;	
}
.commentInput {
	width:490px;
	display:inline-block;
	float:left;
	color:#666;
	margin:5px;
}
.commentform{
	margin:0;
	margin-bottom:20px;
	padding:5px 0;
	width:100%;
	/*border:0px dashed black;*/
}
.commentform td{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {font-size:11px;}
/*menu is for all page links that should NOT be underlined by default*/
.menu a:link, .menu a:visited, .menu a:active{text-decoration:none;}
.menu a:hover {text-decoration:underline;}
.footer a:link, .footer a:visited, .footer a:active{text-decoration:none;}
.footer a:hover {text-decoration:underline;}
.page{/*used to place images & menues in page*/
	display:block;
	width:800px;
}
.nomargin{
	/*used for flash pages where margin is undesireable*/
	margin:0px;
	padding:0px;
}
.notable{/*mimic blog layout on nono-blog pages*/
	width:700px;
	margin:0px 50px 0px 50px;
	padding:0px;
}
.pagethird{
	display:inline-block;
	width:33%;
	float:left;
	}
.quoteattribution { width:100%;display:block;text-align:right; }
.tableadmin{
	font-size:12px;
	}
.tableresult{
	font-size:10px;
	}
.tagcloud{/*displayed on blog*/
	color:#666666;
	font-size:10pt;
	}
.tagcloud a:link, .tagcloud a:visited, .tagcloud a:active{text-decoration:none;}
.tagcloud a:hover {text-decoration:underline;}
.work{
	/*display:inline-block;*/
	margin:0px auto;
	text-align:center;
	}
.work img{
	margin:3px;
	}