/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */


/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/}

.heading {
	font-size:17px;
	font-weight:bold;
}

.heading_orange
{
	font-size:17px;
	font-weight:bold;
	color: #af6a0d;
}

.heading_green
{
	font-size:17px;
	font-weight:bold;
	color: #666633;
}

.heading_lime
{
	font-size:17px;
	font-weight:bold;
	color: #acac41;
}

.heading_red
{
	font-size:17px;
	font-weight:bold;
	color: #963731;
}

.subheading {
	font-size:15px;
	font-weight:bold;
}

.subheading_orange
{
	font-size:15px;
	font-weight:bold;
	color: #af6a0d;
}

.subheading_green
{
	font-size:15px;
	font-weight:bold;
	color: #666633;
}

.subheading_lime
{
	font-size:15px;
	font-weight:bold;
	color: #acac41;
}

.subheading_red
{
	font-size:15px;
	font-weight:bold;
	color: #963731;
}

.tertiaryheading{
	font-weight:bold;
}

.imageright{
	float:right;
	margin:0 0 20px 25px;
	border:1px solid #666666 !important;	padding:2px;	
}
.imageleft{
	float:left;
	margin:0 25px 20px 0;
	border:1px solid #666666 !important;	padding:2px;	
}

.tableborder {
	border-collapse:collapse;
}

.tableborder td {
	border:1px solid  #666666;
}

.tablerow_orange
{
	color: #ffffff;
	background-color: #af6a0d;
}

.tablerow_green
{
	color: #ffffff;
	background-color: #666633;
}

.tablerow_lime
{
	color: #ffffff;
	background-color: #acac41;	
}

.tablerow_red
{
	color: #ffffff;
	background-color: #963731;	
}

/*

	Actual implementation in icreate_ext.css

*/

.homeeventleft{}.homeeventright{}.homeeventtitle {}.homeeventimg{}.homeeventtext{}
