@charset "UTF-8";
/* CSS Document */

.bold-blue{
	color:#0099CC;
	font-weight:bold;
}
a.bold-orange{
	color: #f36c10!important;
	font-size: 16px!important;
	font-weight: bold!important;
	text-decoration:none;
}
.bold-orange{
	color: #f36c10;
	font-size: 16px;
	font-weight: bold;
}
.meta{
	font-size:0.8em;
}
.bold-grey{
	font-weight:bold;
	color:#333333;
}
.grey{
color:#333333;
}
.turquoise{
color:#03A482;
}
.purple{
color:#873191;
}
.italic{
font-style:italic;
}
h2{
	margin:0px;
	margin-bottom:2px;
}
.post{
	padding-bottom:10px;
	border-bottom:solid 1px #333333;
	margin-bottom:5px;
}
.commentlist{
	list-style:none;
	border:dashed 2px #0099cc;
	padding:10px;
	margin:0px;
}
.comment_text{
	padding-left:25px;
	color:#626262;
}
.thread-alt{
	background-color:#e2e2e2;
}
.comment{
	padding:2px;
}
#past-events{
	background-color:#e2e2e2;
	padding:1px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.navigation{
	font-size:0.9em;
	padding-top:5px;
	padding-bottom:5px;
}
.small{
	font-size:0.8em;
}
.required{
	color:#ff0000;
}
#text_form{
	width:400px;
}
#text_form fieldset{
	padding:5px;
}
#twitter_div{
	width:183px;
	padding:12px;
	overflow:hidden;
	border:dashed 2px #0099cc;
}
#twitter_div h2{
	text-align:right;
	color:#f36c10;
	font-size:1.3em;
}
#twitter_div ul{
	list-style:none;
	font-size:0.8em;
	padding:0px;
	width:183px;
	overflow:hidden;
}
#twitter_div li{
	padding-bottom:5px;
	border-bottom:solid 1px #c2c2c2;
	padding-top:5px;
}
#twitter_div a{
	font-size:0.8em;
}
img{
	border:none;
}