/* CSS styles for the general site typography / fonts */
body {
	font-size:100%;
	font-family:arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.5em;
	font-weight:normal;
	color:#2a651b;
	border-bottom:2px solid #d0ddcd;
	display:block;
}

h1 small, .obituaryListing .caption small {
	text-transform:uppercase;
	margin-left:10px;
	color:#464646;
	font-size:0.5em;
}

h2 {
	font-size:1em;
	font-weight:normal;
	line-height:1.4em;
	color:#464646;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p {
	font-size:0.8em;
	line-height:1.6em;
	color:#464646;
}

a, input {
	outline:none;
}

table, table tr, table th td, table td, table th {
	border:none;
	text-align:left;
}

table {
	font-size:0.8em;
}

form label {
	font-size:12px;
}

form div.input.text input, form textarea {
	font-size:12px;
}

#wrapper .menu ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#wrapper .menu ul li a, #wrapper .menu ul li.selected a:hover{
	color:#9CB192;
	text-decoration:none;
}

#wrapper .menu ul li a:hover {
	color:yellow;
}

#wrapper .menu ul li.selected a {
/*	font-weight:bold;*/
	color:white;
}

#wrapper .footer {
	font-size:0.75em;
	text-align:center;
	color:#cacaca;
}

ul.recentNews li {
	list-style:none;
}

ul.recentNews li {
	font-size:0.9em;
}

ul.recentNews li span.category {
	font-weight:bold;
	text-align:center;
	font-size:0.7em;
	color:white;
}

ul.recentNews li span.title {
	font-size:0.8em;
}

ul.recentNews li span.date {
	color:#999;
	font-size:0.8em;
}

ul.recentNews li span.title a {
	color:#000;
	text-decoration:none;
}

.recentMagazine.listing a {
	color:white;
	font-size:0.8em;
	text-decoration:none;
}

.obituaryListing .caption, .obituaryListing {
	color:#2a651b;
	text-decoration:none;
}

.obituaryListing .caption small {
	font-size:0.7em;
	margin-left:0px;
}

.obituaryListing .caption {
	text-align:center;
}

#wrapper .content a {
	color:#2a651b;
}

/************************ Tables */
table.noSpacing, table.noSpacing th, table.noSpacing td, table.noSpacing tr {
	padding:0;
	margin:0;
	border:none;
}

/************************* Noticeboard */
.noticeboard ul li.note {
	font-size:1.1em;
}
/* calendar CSS */
 
table.calendar {
	width: 100%;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

table.calendar th {
	background-color: #eeeeee;
	text-transform: none;
	color: #444444;
	padding: 4px;
	text-align: center;
	border: 1px solid #eeeeee;
}
 
table.calendar th.cell-prev {
	text-align: left;
}

table.calendar th.cell-next {
	text-align: right;
}

table.calendar th.cell-header {
	width: 70px;
	border-bottom: 1px solid #cccccc;
}

table.calendar td.cell-today {
	background-color: #e2e8f6;
} /* today in the current month */

table.calendar td.cell-weekend {
	background-color: #F3F5EB;
}

table.calendar td {
	border: 1px solid #cccccc;
}
 
table.calendar td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #444444;
	display: block;
	font-family:Georgia;
	font-size:14px;
}

table.calendar td div {
	display: block;
	font-size: 10px;
	text-align: left;
}

table.calendar thead th {
	border: 1px solid #cccccc;
}

/************************ Galleries */
.galleryResult .title {
	text-align:center;
	font-size:0.8em;
}
