/*  Main Style Sheet for 33rd Gleniffer Scout Homepage  */

.title {
  font-size:   14pt; 
  font-weight: bold; 
  color: #320966; 
}

.smalltitle {
  font-size: 12pt; 
  font-weight: bold; 
  color: #320966;
}

.navlinks {
  font-family: "Times New Roman"; 
  font-size: 10pt; 
  font-weight: bold; 
  color: #320966; 
  line-height:14pt;
  text-align: left; 
  text-decoration: none;
}

.navlinks:hover {
  font-family: "Times New Roman"; 
  font-size: 10pt; 
  font-weight: bold; 
  color: #320966; 
  line-height:14pt;
  text-align: left;
  text-decoration : underline;
}

.bottomcopytext {
	font-size: 9pt;
	font-style: italic;
}

.moreinfolink {
  font-size: 10pt;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #320966;
  text-decoration: none;
}

.headlinelinks {
  font-size: 10pt;
  font-weight: bolder;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #320966; /*cc3333*/
  text-decoration: none;
}

.titlesmallsub {
  font-style: italic;
  color: red;
  text-decoration: underline;
}

.errormessage {
	color: red;
	font-weight: bold;
}

TH {
  text-align: left;
}

/* Event Feeds */
.eventitem {
	padding-bottom: 10px;
}
.eventitem .eventdate {
	font-weight: bold;
}
.eventitem .eventtitle {
}
.eventitem .eventlocation {} 