/* Designed for the SNOBs by Daniel Merk dan@danmerk.com */
/* Main page components*/

body {
	background-image: url(images/common/bg_snobs.gif);
	background-color: #F4F2BA;
}

.frame {
	background-image: url(images/common/bg_white.gif);
	margin:0 auto;
	width: 766px;
}

.nav {
	display:table;
	padding:6 0 0;
	list-style-type:none;
	white-space:nowrap;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;

  
  }
* html .nav {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 4px;         /* fix bug in IE for border spacing */
  }  
.nav li {
  display:table-cell;    /* ignored by IE */
  }
* html .nav li {
  display:inline;        /* for IE only */
  }
a.block:link, a.block:visited {
	padding:6px 8px;
	color:#666666;
	text-decoration:none;
	font-family: Georgia, serif;
  }
* html a.block:link, * html a.block:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
a.block:hover {
  color:#fff; 
  background:#E1E7C5;
  }
	
a.block:active {
	padding:6px 8px;
	color:#666666;
	text-decoration:none;
	font-family: Georgia, serif;
  }
		
.centered {
	margin:0 auto;
	}

/* Text Formatting*/

h1 {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 24px;
	color: #7E9541;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #7E9541;
	font-style: italic;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

/* Custom Classes*/


.date {
	font-family: Georgia, serif;
	color: #4E4E4E;
	font-size: 12px;
}
.foot {
	font-family: Georgia, serif;
	color: #4E4E4E;
	font-size: 12px;
	font-style: italic;
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;

}
a.foot:link, a.foot:visited {
	font-family: Georgia, serif;
	font-weight:bold;
	color: #4E4E4E;
	font-size: 12px;
	font-style: italic;
	width: 766px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.content {
	padding: 5px 10px 5px 5px;
}

a.content:link, a.content:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #9FAA86;
	text-decoration: none;
}

a.content:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #9FAA86;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a.content:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #9FAA86;
	text-decoration: none;
}


/* Events Calendar */

.eventscalendar {
	background-color: #C5D0AD;
	border: 1px solid #9BA28C;
	width: 205px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.eventshr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BA28C;
}
.eventsheader {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #435D13;
	line-height: 5px;
}
.eventsbody {
	background-color: #E1E7C5;
	width: 201px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-right: 1px solid #9BA28C;
	border-bottom: 1px solid #9BA28C;
	border-left: 1px solid #9BA28C;
}
.eventscontent {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #6B6D66;
	line-height: 14px;
	text-align: left;
	width: 205px;
}
a.eventslink:link, a.eventslink:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #435D13;
	line-height: 14px;

}

a.eventslink:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #E1E7C5;
	line-height: 14px;
	background-color: #9BA28C;

}
a.eventslink:active {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #435D13;
	line-height: 14px;

}
.fivepx {
	line-height: 7px;
	font-size: 1px;
}
h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
a.blockon {
  background:#E1E7C5;
	padding:6px 8px;
	color:#666666;
	text-decoration:none;
	
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-style: italic;
}
