/* Olney Chamber of Commerce */
/* Spring-Summer 2007 */

/* Website by Red Letter Design, www.RedLetterDesign.net */

/*
  *************************************
  
  	front.css
  
	Special styles for front page. 
	
	Structure is:
	
	wrapper
		header
		content
			nav
			box1
			box2
			box3
		footer
		topnav

  *************************************
*/

/* --------------------------------------------------------------------------- Overrides of existing styles */
div#wrapper {
	background: url(../images/layout/bodyfront.jpg) repeat-y;	
}
div#content {
	background: url(../images/layout/bodytopfront.jpg) no-repeat;
}
div#footer {
	background: #dbd5b6 url(../images/layout/footerfront.jpg) no-repeat;
}

/* --------------------------------------------------------------------------- New Styles */
div.frontBox {
	display: inline;
	float: left;
	width: 230px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 0 0;
}
div.frontBox p {
/*	font-size: 11px;
	line-height: 14px;	
*/	font-size: 13px;
	line-height: 16px;	
}
div.frontBox strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
/*	font-size: 11px;
	line-height: 14px;	
*/	font-size: 12px;
	line-height: 16px;	
	
	}
/*div#box1 strong{
	color: #336633;
}
div#box2 strong {
	color: #666600;
}
div#box3 strong {
	color: #003399;
}*/
div#box2 h2 {
	background-image: none;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid black;;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0px 0;
}
div#sponsorBox,
div#featuredBox {
	background-color: #FFFFFF; 
	text-align: center; 
	border: 1px solid black; 
	padding: 5px;
	width: 220px;
	text-align: center;
}
div#sponsorBox h3,
div#featuredBox h3 {
	text-align: center;
	color: white;
	margin: -5px -5px 5px -5px;
	padding: 3px 0 8px 0;
	background-color: #003399;
}
div#sponsorBox p,
div#featuredBox p {
	text-align: center;
	margin: 3px 0 20px 0;
}
div#sponsorBox p.bizname,
div#featuredBox p.bizname {
	margin-bottom: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;		
	font-weight: bold;
}
div#sponsorBox p.bizname a,
div#featuredBox p.bizname a, 
div#sponsorBox p.bizname a:visited,
div#featuredBox p.bizname a:visited {
	color: #990000;
}
div#sponsorBox p.bizname a:hover,
div#featuredBox p.bizname a:hover{
	color: #003399;
}
h1.columnheader {
	font-size: 14px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;	
	color: #ffffff;
	margin: 0;
	padding: 5px 0;
	letter-spacing: 0px;	
}
.formLink {
	font-size: 13px;
}

div.frontBox p.eventDate {
	border-bottom: 1px solid #666666;
	margin: 10px 0 3px 0;
	padding: 0;
	font-weight: bold;
}
div.frontBox p.eventTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;	
	color: #003399;
	margin: 0 0 3px 5px;
}
div.frontBox p.eventTimeLoc {
	font-weight: bold;
	margin: 0 0 0 5px;
	font-size: 11px;
}
div.frontBox p.eventDesc {
	margin: 0 0 0 5px;
	font-size: 11px;
}
label , input {
	margin: 10px 0 5px 0;
}

	