/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0000FF;
	background: #EEEEEE url(../images/hawaii-bg-1.jpg) repeat-y top left;
	width: 750px;
}
a{
	color: #0000FF;
	text-decoration: underline;
}
.page{
	position: relative;
}
.side{
	position: absolute;
	top: 165px;
	left:0px;
	width: 200px;
	border-right: 3px solid #999999;
}
.intro{
	margin-right: 20px;
	margin-left: 20px;
	font-size: 9pt;
	text-align: center;
}
.sidelinks{
	margin-left: 35px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.side-active{
	font-weight: bold;
	color: #333333;
}
.sidelinks a {
	text-decoration: none;
	color: #0000FF;
}
.sidelinks a:hover{
	text-decoration: underline;
}
.content{
	padding: 5px;
	width: 500px;
	position: absolute;
	left: 200px;
	top: 152px;
	padding-left: 30px;
	padding-right: 20px;
	/* border-left: medium solid #999999;*/
}
.category{
	font-size: 22pt;
	border-bottom: 1px solid #999;
	color: #333;
}
.post{
	margin-top:10px;
}
.posttitle{
	font-weight: bold;
	padding-bottom: 5px;
}
.postcontent{
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
table.posttb{
	font-size: 9pt;
}
.countdown_clock{
	color: #0000FF;
	text-decoration: none;
}
.counter{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 9pt;
}
.posttb, .posttb a:link, .posttb a:visited, .posttb a:active {
	font-size: 9pt;
	color: #777;
	text-decoration: none;
}
.posttb a:hover {
	font-size: 9pt;
	color: #777;
	text-decoration: underline;
}
.img{
	text-align: center;
	padding-bottom:5px;
}
.caption{
	font-weight: bold;
	padding-top: 3px;
}
.copyright{
	color:#777;
	font-size:smaller;
	text-align: center;
}
#comcont {
	width: 490px;
	}
.comment {
	border-bottom: 1px solid #777;
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-top:5px;
	padding-left: 15px;
}
.title{
	padding: 5px;
	border-bottom: 1px solid #777;
}
.when, .when a{
	font-size: 9pt;
	color: #777;
	padding-bottom: 5px;
}
.blue{
	color:#0000FF;
}
.red{
	color: #FF0000;
}
.info{
	font-size: 9pt;
	color:#777;
}
.err{
	font-size: 9pt;
	color: #FF0000;
}
.rept{
	color: #777;
	font-size: 9pt;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}
.rep{
	margin-left: 10px;
}
.img2{
	float: left;
	padding-right: 10px;
}
a.today{
	text-decoration:none;
	background: #0000FF;
	color: #EEEEEE;}
a.blue {
	text-decoration: none;}
a.blue:link, a.blue:visited{
	color: #0000FF;}
a.blue:hover, a.blue:active {
	color: #0000FF;
	/*background: #FFFFFF;*/
	text-decoration: underline;}
