
/* text styles
	use this for sitewide text styles, ie: covers all templates.
	user template stylesheet for anything specfic to one template
----------------------------------------- */

b {
	font-weight: normal;
}

.text_bold {
	font-weight: bold;

}

.text_italic {
	font-style: italic;
}

.text_underline {
	text-decoration: underline;
}

.text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}



h1 {
	font-size: 13px;
	
	font-weight: bold;
	
	color: #e6832d;

	padding-left: 12px;
	padding-right: 12px;
	
}

a.happening {
	font-size: 12px;
	
	color: #666666;
	
	display: block;
	
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	
}

strong {
	color: #e6842f;
}