/* Chicago Irish Film Festival Website
Design  by K.Z.Hoogland 
1/2009
www.kzhdesign.com*/

/*new headings*/
.heading {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 2em; /*shows as 24px*/
	font-style: normal;
	font-weight: bold;
	color: #387c2c;
}


.style2 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	
	color: #387c2c;
}

.style2bold {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #387c2c;
}

.bodytext {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 1em; /*shows as 12px*/
	font-style: normal;
	font-weight: bold;
	color: #387c2c;
}

.bodytextWhite {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 1em; /*shows as 12px*/
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}


.bodytextBlack {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 1em; /*shows as 12px*/
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.bodytextDarkGray {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 1em; /*shows as 12px*/
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.bodytextDarkGraySm {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: .80em; /*shows as 10px*/
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


.horizontalNavText {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.horizontalNavTextGray {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.navtext {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #da7a2f;
}

.subheadings {
	font-family: Arial Narrow, Arial, Helvetica;;
	font-size: 1.75em; /*shows as 20px*/
	font-style: normal;
	font-weight: bold;
	color: #387c2c;
}

.secondsubheadings {
	font-family: Arial Narrow, Arial, Helvetica;;
	font-size: 1.5em; /*shows as 18px*/
	font-style: normal;
	font-weight: bold;
	color: #da7a2f;
}

.thirddsubheadings {
	font-family: Arial Narrow, Arial, Helvetica;;
	font-size: 1.25em; /*shows as 15px*/
	font-style: normal;
	font-weight: bold;
	color: #387c2c;
}

.italicized {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #387c2c;
}
.italicizedDarkGray    {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}


.footerText {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.footerTextGray {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


.readmore {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #da7a2f;
}


.photoBorder {
	border: 4px inset #da7a2f;
}
.footerTextGreen {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #327c2c;
}
