
.cat {
	width: 48%;
	float: left;
	margin: 0 0 16px 0;
}

	.cat h2 {
		margin: 0 0 4px 0;
	}
	
		.cat h2 a {
			text-decoration: none;
		}
		
	.cat .subcats {
		margin: 0 0 4px 16px;
	}
	
	.cat .activities {
		margin: 0 0 4px 16px;
	}
	
h2 a {
       	color:#9a412f;
	font-weight: bold;
	text-decoration: none;
}
.activityimg {
	margin: 0 0 1em 1em;
}

.note {
	font-size: 90%;
}

/* comment-add page */

#x_Name {
	width: 28em;
}

#x_Email {
	width: 28em;
}

#x_Title {
	width: 32em;
}

#x_Body {
	width: 32em;
	height: 10em;
}


.commentcount {
	margin-bottom: 8px;
}
.commentcount a {
       	color:#9a412f;
	font-weight: bold;
	text-decoration: underline;
}
.comment {
	margin: 0 0 8px 0;
	padding: 0;
	border: 1px #333333 solid;;
}
.comments {
	margin: 25px 0 25px 0;
}
	.comment .title {
		padding: 8px;
		background-color: #339BCC;
		border-width: 0 0 1px 0;
		border-color: #333333;
		border-style: solid;
		color: #ffffff;
		font-weight: bold;
	}

	.comment .meta {
		padding: 8px;
		background-color: #DDDDDD;
		color: #666666;
		font-size: 90%;
		font-style: italic;
	}

	.comment .body {
		padding: 8px;
	}
.comments a
{
       	color:#9a412f;
	font-weight: bold;
	text-decoration: underline;
	   }
.comments link
{
       	color:#9a412f;
	font-weight: bold;
	text-decoration: underline;
	   }
.comments:active {
	font-weight: bold;
	text-decoration: underline;
}
.activities a
{
       	color:#9a412f;
	font-weight: bold;
	text-decoration: underline;
	   }
.bottomnav {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.bottomnav:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomnav:hover {
	font-size: 11px;
	color: #FFCC99;
	text-decoration: underline;
}
.bottomnav:active {
	font-weight: bold;
	text-decoration: underline;
}
.bottomnav:visited {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.bottomnav-margin {
    margin: 10px;
}