@import "reset.css";
@import "type.css";
@import "grid.css";


/* link styling */

a { text-decoration: none; color: #8b5e3d;}
a:link { text-decoration: none; color: #8b5e3d;}
a:visited { text-decoration: none; color: #8b5e3d;}
a:hover { text-decoration: none; color: #9c947e; }
a:active, a:focus { text-decoration: none; color: #bfbcae;}

/* =============== universal styling =====================*/

strong {font-weight: bold;}
	
p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.4em;
	word-spacing: 0.1em;
	line-height: 22px;
	color: #3c2a30;
}	

p.smaller {
	font-size: 1.3em;
	line-height: 16px;
}

li {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 1.2em;
	padding-bottom: 1px;
	color: #3c2a30;
}

h1.title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 2.6em;
	margin: 0px 0px 10px 0px;
	padding:0;
	color: #238A43;
}

h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 14px 0px 14px 0px;
	padding:0;
	color: #8b5e3d;
}

div#maincontent div.specials h1 a {
	font-size: 1.3em;
	color: #238A43;
}

div#maincontent div.specials h1 a:hover  {
	color: #7db36e;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
	padding:0;
	color: #3c2a30;
}

h3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 2.4em;
	margin: 0px 0px 10px 0px;
	padding:0;
	color: #238A43;
}

em.more {
	font-size: 0.9em;
}

div#footer a {
	color: #fff;
}

div#footer a:hover {
	color: tan;
}

/* =============== NAVIGATIONAL STYLING =====================*/

a.home {
	background-image: url(/_images/buttons/btn_home.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 122px;
	height: 40px;
	position: absolute;
}

a.home:hover {
	background-image: url(/_images/buttons/btn_home_over.jpg);
	background-repeat: no-repeat;
}

a.home span {
	display: none;
}

a.about {
	background-image: url(/_images/buttons/btn_about.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 127px;
	width: 142px;
	height: 40px;
}

a.about:hover {
	background-image: url(/_images/buttons/btn_about_over.jpg);
	background-repeat: no-repeat;
}

a.about span {
	display: none;
}

a.dept {
	background-image: url(/_images/buttons/btn_departments.jpg);
	background-repeat: no-repeat;
	width: 122px;
	height: 40px;
	margin-left: 254px;
	position: absolute;
}

a.dept:hover {
	background-image: url(/_images/buttons/btn_departments_over.jpg);
	background-repeat: no-repeat;
}

a.dept span {
	display: none;
}

a.services {
	background-image: url(/_images/buttons/btn_services.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 381px;
	width: 142px;
	height: 40px;
}

a.services:hover {
	background-image: url(/_images/buttons/btn_services_over.jpg);
	background-repeat: no-repeat;
}

a.services span {
	display: none;
}

a.cater {
	background-image: url(/_images/buttons/btn_catering.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 508px;
	width: 142px;
	height: 40px;
}

a.cater:hover {
	background-image: url(/_images/buttons/btn_catering_over.jpg);
	background-repeat: no-repeat;
}

a.cater span {
	display: none;
}

a.community {
	background-image: url(/_images/buttons/btn_community.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 635px;
	width: 142px;
	height: 40px;
}

a.community:hover {
	background-image: url(/_images/buttons/btn_community_over.jpg);
	background-repeat: no-repeat;
}

a.community span {
	display: none;
}

a.contact {
	background-image: url(/_images/buttons/btn_contact.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 762px;
	width: 142px;
	height: 40px;
}

a.contact:hover {
	background-image: url(/_images/buttons/btn_contact_over.jpg);
	background-repeat: no-repeat;
}

a.contact span {
	display: none;
}
	
/* =============== main content stylings =====================*/	

div.contentmid p {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0px 30px 0px;
	margin: 0px 165px 0px 0px;
}

/* div#maincontent div.pullquote p {
	font-size: 2.2em;
	margin-bottom: 7px;
	line-height: 26px;
	color: #238A43;
	font-family: "Trebuchet MS", "Century Gothic", Helvetica, Sans-serif;
	color: #238A43;
}  */

div#maincontent .pullquote p {
	font-size: 2.2em;
	margin-bottom: 7px;
	line-height: 26px;
	color: #238A43;
	font-family: "Trebuchet MS", "Century Gothic", Helvetica, Sans-serif;
	color: #238A43;
}

div#maincontent div.pullquote p.quoter {
	font-size: 1.4em;
	color: #222;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

div#maincontent ul.listing {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

div#maincontent ul.address {
	background-color: white;
	padding: 11px;
	border: 1px solid #ccc;
	margin-right: 255px;
	font-size: 12px;
}

div#maincontent ul.address li {
	line-height: 18px;
}

div#maincontent ul.listing li {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	display: inline;
	line-height: 22px;
}

div#maincontent ul.listing li span {
	padding-left: 6px;
	color: #aaa;
}

/* =============== CALENDAR =====================*/	


div.calendar p.more {
	color: #8B7331;
	margin: -5px 0px 6px 35px;
	padding: 0px;
	font-size: 1.2em;
}

div.cal-entry p {
	padding: 2px 0px 2px 0px;
	font-size: 1.3em;
	margin: 0 0 8px 0;
	color: #137832;
	line-height:1.4em;
}

div.calendar div.cal-entry p a {
	color: #137832;
}

div.calendar div.cal-entry a:hover {
	color: #7db36e;
}

div.calendar h3 a.events {
	color: #137832;
}

div.calendar h3 a.news {
	color: #137832;
}

div.calendar h3 a:hover {
	color: #7db36e;
}

/* =============== EMPLOYMENT =====================*/	

ul.jobs li {
	font-size: 1.4em;
	font-family: "Trebuchet MS", helvetica, arial;
}

ul.jobs li ul {
	margin-top: 12px;
}

ul.jobs li ul li {
	font-size: 0.9em;
	list-style: square inside;
}

/* =============== INDIVIDUAL ARTICLES =====================*/	


div.article h1 {
	margin: 0px 0px 4px 0px;
}

div.article h2 {
	margin: 0px 0px 12px 0px;
	font-size: 1.1em;
	color: #222;
}

div.article p {
	font-size: 1.3em;
	line-height: 19px;
}


/* =============== COMMENT STYLINGS =====================*/

label {
	display: block;
	font-size: 0.9em;
}

div.article h2.comments-title {
	font-size: 1.4em;
}

input {
	padding: 1px;
	margin: 0px;
}

/* =============== *** ARCHIVES *** =====================*/

div.archive-individual h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	color: #666;
}

div.archive-individual ul.archive-list {
	margin-left: 0px;
	margin-top: 12px;
	border-bottom:  1px dotted #ccc;
}

li.archive-list-item {
	margin-bottom: 12px;
	font-size:  1.3em;
	font-weight:  bold;
	line-height:  18px;
	color: #8b5e3d;
}

li.archive-list-item a {
	font-weight:  normal;
	color: #444;
}

li.archive-list-item a:hover {
	font-weight:  normal;
	color: #111;
}

div.archive-monthly h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	color: #666;
}

div.archive-monthly ul.archive-list {
	margin: 0;padding: 0;
}

div.archive-monthly li {
	margin: 0;padding: 0;
	font-size: 1.2em;
	color: #666;
}

ol {
	list-style-position: outside;
	margin: 10px 0px 10px 20px;
	}
	
	ol li {
		font-size: 1.3em;
		line-height: 17px;
		padding: 4px 0px;
		}
		
		ol li ul {
	list-style:square;
	}
		
		ol li ul li {
			font-size: 1em;
		}





