#blocktitle {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#333;
	border-bottom:1px #CCC solid;
	padding:20px 0 0 0;
	margin:0 0 5px 0;
	}
	
#blocktitle span {
	font-size:11px;
	font-family:Arial;
	color:#AAA;
	}
	
#blocktitle span a {
	color:#AAA;
	text-decoration:none;
	}

#blocktitle span a:hover {
	color:#797900;
	}
	
.coolc {
	background-color:#FFF7EA;
	border-bottom:1px solid #FFCD79;
	font-size:12px;
	font-family:Arial, Verdana;
	line-height:1.3em;
	padding:8px 5px 8px 10px;
	}
	
.coolc a:link,
.coolc a:visited,
.coolc a:active {
	font-size:14px;
	color: #FF6600;
	}

.activity-entry {
	background:#F6FDEC;
	border-bottom:1px solid #D4EEAF;
	color:#333;
	padding:6px;
	margin:0 0 3px 0;
	font-size:12px;
	line-height:1.5em;
	}
	
.activity-entry a:link,
.activity-entry a:visited {
	color:#4F9B00;
	text-decoration:underline;
	}
	
.activity-entry a:hover {
	color:#448800;
	background-color:#E7FAC9;
	}
	
.activity-entry a:active {
	color:#222;
	background-color:#FFFFCC;
	}
	
.activity-blog {background-color:#F0FBFA; border-color:#CAECE7;}
.activity-blog a:link, .activity-blog a:visited, .activity-blog a:active {color:#13A4A0;}
.activity-blog a:hover {background-color:#DDF7F4; color:#208679;}
	
.pollbooth {
	padding:0 8px 8px 8px;
	margin:0;
	background:#ECF6FD;
	color:#137ADA;
	font-family:Arial;
	font-size:14px;
	line-height:1.3em;
	}
	
	.pollbooth form {margin:0; padding:0;}

	.pollbooth .titlebox {padding-top:8px;}
	.pollbooth .title {padding:2px 5px; background-color:#D9EDFB; color:#0E5585; /*#006699*/ font-weight:bold;}
	.pollbooth .question {font-weight:bold; padding:8px 0 5px 0;}
	.pollbooth .choice {padding-left:5px;}
	.pollbooth .buttons {text-align:center; margin-top:15px;}
	.pollbooth .discuss {margin-top:10px; padding-bottom:5px; text-align:center;}
		.pollbooth .discuss a {background-color:#D7ECFB; color:#126DB1; padding:3px 6px; font-weight:bold; text-decoration:none;}
		.pollbooth .discuss a span {text-decoration:none;}
			.pollbooth .discuss a:hover {background-color:#C5E3FA; color:#125496; text-decoration:none;}
			.pollbooth .discuss a:hover span {text-decoration:underline;}
	
