/*******************************************************/
/* Copyright (c) 2006-2010 Prositos ABN 26 026 129 337 */
/*******************************************************/

/*

red (normal)		= 128,0,0
purple (Holy Week)	= 68,41,110

*/


* {
	/* border: 0; */
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	background-color: rgb(251,233,132);
	clear: both;
	color: #000;
	font: normal normal normal 14px Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	z-index: 0;
}

h1 {
	color: rgb(128,0,0);
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	text-align: left;
}

h2 {
	color: rgb(128,0,0);
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	text-align: left;
}

h3 {
	border-top: 2px solid rgb(128,0,0);
	border-bottom: 1px dotted rgb(128,0,0);
	color: rgb(128,0,0);
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 4px 0;
	padding: 2px;
	text-align: left;
}

h4 {
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	text-align: left;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

p.author {
	font-size: 12px;
	font-style: italic;
}

p.gototop {
	font-size: 12px;
	font-variant: small-caps;
	text-align: right;
}

p.gototop a {
	text-decoration: none;
}

blockquote p {
	border-left: 10px solid rgb(128,0,0);
	color: rgb(128,0,0);
	font-size: 14px;
	font-style: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: justify;
	text-shadow: #000 1px 1px 2px;
}

blockquote.major p {
	border: none;
	color: rgb(128,0,0);
	font-size: 24px;
	padding: 10px 0;
	text-align: center;
}

/*
blockquote p:after {
	content: close-quote;
	font-weight: bold;
}

blockquote p:before {
	content: open-quote;
	font-weight: bold;
}
*/

q {
}

hr {
	clear: both;
	border: thin solid rgb(128,0,0);
	margin: 0 0 10px 0;
	padding: 0;
}

hr.clear {
	clear: both;
}

a {
	border-style: none;
	color: rgb(128,0,0);
	text-decoration: underline;
}

a:hover,
a:focus {
	color: rgb(128,0,0);
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	list-style-position: outside;
	padding-left: 30px;
}

ul li {
	list-style-type: square;
	padding-bottom: 10px;
}

ol li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

ol li ol li {
	list-style-type: lower-latin;
	padding-bottom: 0;
}

ol.footnote li {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 0;
}

dl {
}

dl dt {
}

dl dd {
	text-indent: 30px;
	padding-bottom: 10px;
}

img.right {
	float: right;
	padding: 0 0 10px 30px;
}

img.left {
	float: left;
	padding: 0 30px 10px 0;
}

table {
	border: 1px solid rgb(128,0,0);
	border-spacing: 0;
	caption-side: top;
	empty-cells: show;
	padding: 0;
	margin: 0 0 10px 0;
	table-layout: auto;
	width: 804px;
}

table col#c0,
table col#c1,
table col#c2,
table col#c3,
table col#c4,
table col#c5 {
	width: 108px;
}

table col#c6 {
	width: 140px;
}


table thead,
table tbody {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

table caption {
	color: rgb(128,0,0);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

table tr {
	margin: 0;
	padding: 0;
}

table th,
table td {
	border: 1px solid rgb(128,0,0);
	border-spacing: 0;
	padding: 3px;
	margin: 0;
}

table th {
	color: rgb(128,0,0);
	text-align: center;
}

table td {
	color: #000;
	font-size: 10px;
}

table td.highlight {
	background: #c90;
	color: #000;
}

table td.lowlight {
	background: #ccc;
	color: #000;
}

table td span.date {
	background-color: rgb(128,0,0);
	clear: both;
	color: rgb(251,233,132);;
	float: right;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: 2em;
}

table td span.saint {
	float: left;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

table td span.time {
	clear: both;
	float: left;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

table td span.event {
	clear: both;
	float: left;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

div#body {
	clear: both;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1024px;
}

div.stripe {
	background-color: rgb(128,0,0);
	clear: both;
	color: rgb(251,233,132);
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	left: 0;
	letter-spacing: 2px;
	line-height: 18px;
	margin: 0;
	padding: 4px 0 2px 220px;
	position: absolute;
	text-transform: uppercase;
	top: 130px;
	width: 804px;
	word-spacing: 7px;
	z-index: -1;
}

div#side {
	clear: both;
	float: left;
	margin: 0;
	padding: 15px;
	position: absolute;
	width: 200px;
}

div#navigation {
	clear: both;
	float: left;
	left: 0;
	margin: 265px 0 0 25px;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 145px;
}

div#navigation ul#menu {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#navigation ul#menu li {
	color: rgb(128,0,0);
	list-style-type: none;
	margin: 0;
	padding: 12px 6px 12px 6px;
}

div#navigation ul#menu li a {
	color: rgb(128,0,0);
	display: block;
	letter-spacing: 2px;
}

div#navigation ul#menu li a:link,
div#navigation ul#menu li a:visited {
	color: rgb(128,0,0);
	text-decoration: none;
}

div#navigation ul#menu li a:active,
div#navigation ul#menu li a#current {
	color: rgb(128,0,0);
	font-weight: bold;
	text-decoration: none;
}

div#navigation ul#menu ul#submenu {
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#navigation ul#menu ul#submenu li {
	list-style-type: none;
	margin: 0;
	padding: 6px 6px 0 24px;
}

div#navigation ul#menu ul#submenu li a {
	display: block;
	letter-spacing: 1px;
}

div#navigation ul#menu ul#submenu li a:link,
div#navigation ul#menu ul#submenu li a:visited {
	color: rgb(128,0,0);
	text-decoration: none;
}

div#navigation ul#menu ul#submenu li a:active,
div#navigation ul#menu ul#submenu li a#current {
	color: rgb(128,0,0);
	text-decoration: none;
}

div#middlecol {
	clear: both;
	min-height: 400px;
	margin: 0;
	padding: 12px 0 0 220px;
}

div#header {
	background-color: rgb(251,233,132);
	clear: both;
	color: rgb(128,0,0);
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}

div#header img.right {
	float: right;
	padding: 10px 60px 0 0;
}

div#header div#goaa {
	font-size: 24px;
	letter-spacing: 1px;
	padding-top: 30px;
	word-spacing: 10px;
}

div#header div#church {
	font-size: 36px;
	letter-spacing: 2px;
	word-spacing: 3px;
}

div#bodytext {
	min-height: 720px;
	margin: 160px 0 0 0;
}

div#bodytext div.col1,
div#bodytext div.col2 {
	float: left;
	padding: 0;
	position: relative;
	width: 402px;
}

div.calnav {
}

div.calnav div.prev {
	float: left;
	position: relative;
	text-align: left;
	width: 50%;
}

div.calnav div.next {
	float: left;
	position: relative;
	text-align: right;
	width: 50%;
}

div.calnav div.current {
	clear: both;
	text-align: center;
}

div#rosters {
	clear: both;
	float: left;
	height: auto;
	position: relative;
	width: 804px;
}

div#rosters div#group1,
div#rosters div#group2 {
	float: left;
	position: relative;
}

div#rosters div#group1 {
	padding-right: 11px;
	width: 389px;
}

div#rosters div#group2 {
	border-left: 2px solid rgb(128,0,0);
	padding-left: 11px;
	width: 391px;
}

div#rosters div#group1 p,
div#rosters div#group2 p {
	padding-left: 30px;
	text-indent: -30px;
}

div#rosters div#group1 p span.date,
div#rosters div#group2 p span.date {
	font-weight: bold;
}

ul.gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery li {
	float: left;
	list-style-type: none;
	padding: 0.5em 1.5em 0.5em 0;
	float: left;
	width: 180px;
}

ul.gallery li a img {
	border: 5px groove rgb(128,0,0);
	filter: alpha(opacity=80);
	padding: .3em;
	opacity: .8;
}

ul.gallery li a img:hover {
	border: 5px dashed rgb(128,0,0);
	filter: alpha(opacity=100);
	opacity: 1;
}

div#footer {
	background-color: rgb(128,0,0);
	clear: both;
	color: rgb(251,233,132);
	float: left;
	font-size: 10px;
	font-style: normal;
	font-variant: small-caps;
	height: auto;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: 1004px;
}

div#footer a {
	background-color: rgb(128,0,0);
	border-style: none;
	color: rgb(251,233,132);
	direction: ltr;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	text-transform: none;
}

div#designedby {
	background-color: rgb(128,0,0);
	border-style: none;
	clear: both;
	color: rgb(251,233,132);
	float: left;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: none;
	width: 1004px;
}
