body {
	margin:0;
	padding:0;
	font-size:1em;
	color:#333333;
}

p {
	margin:0;
	padding:0;
}

ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	color:#003366;

}

a:hover, a:active {
	color:#0066ff;
	text-decoration:none;
}

#head {
	width:100%;
	height:180px;
	background-color:#003366;
	color:#ffffff !important;
}

#head #tony {
	width:632px;
	height:180px;
	position:relative;
	top:0;
	left:0;
	padding-left:168px;
	margin:0 auto;
	background-image:url(smwhite.png);
	background-repeat:no-repeat;
	background-position: 22px center;
}

#head h1 {
	float:left;
	clear:both;
	font-size:2.65em;
	font-weight:normal;
	margin-top:.85em;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	letter-spacing:1px;
}

#head p.motto {
	float:right;
	clear:both;
	padding:0;
	margin:0;
	margin-right:60px;
	margin-top:-.2em;
	font-size:1.3em;
	font-style:italic;
	color:#e5e5e5;
}

ul#nav, ul#nav ul {
	list-style-type:none;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}

ul#nav ul {
	position:absolute;
	left:0;
	top:0;
	right:auto;
	bottom:auto;
}

	ul#nav a {
		display:block;
		color:#ffffcc;
		padding: 0 .5em .5em;
		text-decoration:none;
	}

	ul#nav li {
		float:left;
		font-size:1.1em;
		letter-spacing:2px;
		padding:0 .5em;
	}

	ul#nav li a:visited {
		text-decoration:none;
		color:#ffffcc;
	}

	ul#nav li a:hover {
	}

	ul#nav li ul {
		position:absolute;
		left:-9999em;
		top:1.45em;
		background-color:#ffffff;
		border:1px solid #003366;
		border-top:0px;
		width:8em;
		padding-top:.5em;
	}

		ul#nav li ul a {
			color:#003366;
			width:8em;
		}

		ul#nav li ul a:visited {
			text-decoration:none;
			color:#003366;
		}

		ul#nav li ul a:hover {
			text-decoration:underline;
		}

	ul#nav li:hover ul, ul#nav li.sfhover ul {
		left:auto;
	}

	ul#nav li ul li {
		float:left;
		clear:both;
		font-size:.75em;
		letter-spacing:0;
		font-family:tahoma;
		padding-top:.25em;
	}


#mid {
	width:800px;
	margin:0 auto;
	padding-top:15px;
	min-height:200px;
}

#mid>div {
	float:left;
	clear:none;
}

#side {
	width:165px;
	border-right:1px solid #cccccc;
	padding:7px 7px 14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#side>div {
	margin-top:3em;
}

#side h3 {
	color:#003366;
	font-weight:bold;
	font-size:.75em;
	margin:0;
}

#side input {
	width:98%;
	height:1.5em;
	line-height:1.2em;
	border:1px solid #cccccc;
}

#side #donate input {
	border:0;
	width:110px;
	height:23px;
}

#side .callbox {
	background-color:#efefef;
	border:1px solid #cccccc;
	padding:7px;
	margin-top:0;
	font-size:.95em;
	line-height:1.4em;
}

#side .callbox p:first-line {
	color:#003366;
	font-size:1.5em;
}

#side #subscribe {
	background-color:#003366;
	padding:7px 7px 2em;
	border:1px solid #003366; /* to match spacing with callbox */
}

#subscribe h3 {
	color:#ffffff;
	padding:1em 0;
}

#content {
	width:574px;
	margin-left:40px;
	padding:1px;
	padding-left:0;
}

#content>* {
	float:left;
	clear:both;
}

#content hr {
	float:none;
}

#content h2 {
	margin: .1em 0 1em;
	margin-left:-30px;
	padding: 0 20px .2em;
	border-bottom:1px dotted #cccccc;
	display:inline;
	color:#003366;
	font-size:1.15em;
	line-height:1.3em;
	letter-spacing:2px;
}
#content h4{
	color:#003366;
	margin: 0 0 1em;
	font-size:1.06em;
	line-height:1.3em;
	letter-spacing:2px;	
}

#content a{
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height:1.5em;
}

#content p {
	margin: 0 0 1em;
	line-height:1.5em;
	color:#333333;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:.95em;
}

#content ul, #content ol {
	padding-left:2em;
}

#content li {
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height:1.5em;
	margin-bottom:1em;
}

#content ul li {
	list-style-type:disc;
}

#content ol li {
	list-style-type:decimal;
}

#content table {
	float:none;
}

#content table * {
	float:none;
}

#content .library h3 {
	margin-bottom:.7em;
}

#content .library .item {
	margin-bottom:1.3em;
}

#content .library .item h4, #content .library .item p {
	margin-bottom:.5em;
}

#content .library .item h4 {
	margin-top:.5em;
	background-color:#EFEFEF;
	padding:.1em;
}

#content .library .item .author {
}

#content .description {
	font-weight: bold;
}

#content .meditation {
	padding: .2em;
}
#content .readings {
	background-color:#EFEFEF;
	padding-top: .2em;
}

#content .readings p {
	margin-left: 1.5em;
	padding-top: 1px solid #333;
}

#content .readings p:first-line {
	font-weight:bold;
}

#foot {
	float:left;
	clear:both;
	width:100%;
	background-color:#cccccc;
	margin-top:5em;
	min-height:7em;
	color:#003366;
}

#foot p {
	width:99%;
	text-align:center;
}

#foot p.copyright {
	line-height:2.92em;
	font-family:tahoma;
	font-size:.96em;
}

#foot h2 {
	font-size:1em;
	text-align:left;
	padding:0;
	margin:0;
}

#foot ul {
	list-style-type:none;
}

#foot .extendInfo {
	width:800px;
	margin:0 auto 1em;
}

#foot .extendInfo div {
	float:left;
	clear:none;
	margin:1em;
	margin-left:0;
	padding:0 1em;
	padding-left:0;
	border-right:1px solid #003366;
	font-family:tahoma;
	line-height:1.5em;
	min-height:100px;
}

#foot .extendInfo .news {
	width:28%;
	padding-left:115px;
	background-repeat:no-repeat;
	background-position: left center;
	background-image: url(tonypfront_smallb.jpg);
}

	#foot .extendInfo .news#one {
		background-image: url(tonypfront_smallb.jpg);
	}

#foot .extendInfo .news h2 {
	margin:0 !important;
}

#foot .extendInfo .news p {
	font-size:.8em;
	text-align:left;
	margin:0 !important;
}

/* optional */
.spanner {
	padding:.75em 0;
	padding-left:45%;
	background-image: url();
	background-position: 5px center;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
	border-width: 1px 0;
	margin:2em 0 3em;
}

	#peren {
		background-image: url(tonypfront_small.jpg);
		min-height:440px;
	}

.spanner h2 {
	color:#003366;
	margin:0;
	margin-bottom:.5em;
	padding: 0 .75em .2em;
	border-bottom:1px dotted #cccccc;
}

.spanner p {
	line-height:150%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	letter-spacing:1px;
	padding: 0 1.1em;
	text-align:justify;
}

.spanner p:first-line {
	font-weight:bold;
	font-color:#666666;
	font-size:1.1em;
	line-height:175%;
	text-transform:uppercase;
	letter-spacing:3px;
}
.calendartable td{
	font-size:.8em;
}

/* novena page */

body.postcard {
	background-color:#ffffff;
	color:#e5e5e5;
	padding:0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.9em;
}
.postcard .supergrouper {
	overflow:auto;
	background-color:#003366;
	min-width:850px;
	margin-bottom:24px;
}
.postcard #main {
	margin: 0 0;
	padding: 1px 10% 0;
	max-width:2400px;
	background-image: url(img/mainfade.png);
	background-repeat:repeat-x;
	background-position: 0 0;
	font-size:1.1em;
}
.postcard h1 {
	font-size:1.75em;
	font-family: "Times New Roman", Times, serif;
}
.postcard #main h2, .postcard #main h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}
.postcard #main p {
	margin: 1em 0;
}
.postcard #message .sidebar p {
	text-align:justify;
}
body.has-js #details-block h3.showme {
	padding-left:25px;
	background-image: url(img/open-button.gif);
	background-repeat:no-repeat;
	background-position: 0 50%;
	min-height:20px;
	cursor:pointer;
}
h3#reg-close {
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold !important;
	padding-bottom:3px;
	color:#6f6f6f;
	border-bottom: 1px solid #999999;
	margin-bottom: -0.5em;
	padding-top: 0.75em;
}
.postcard #donate p {
	margin: 0.25em 3px 0;
	color:#999999;
}
.postcard p.timeline {
	margin-top:-0.25em !important;
}
.postcard #int-form p {
	line-height:2em;
}
.postcard #message {
	min-height:300px;
	color:#555555;
	overflow:hidden;
	background-color:#ffffff;
	background-image: url(img/main.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding:12px;
}
.postcard #message .sidebar {
	background-image: url(img/curve.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	float:left;
	padding:12px 24px 1px 27px;
	margin: -12px 0 0 -12px;
	width:260px;
}
.postcard #nov-title {
	padding-top:32px;
	padding-left:12px;
	margin: -12px -11px 0 -12px;	
}
.postcard #mssg-block {
	padding-left:325px;
}
.postcard #mssg-title {
	height:150px;
	min-width:325px;
	margin-top:-12px;
	margin-right:-12px;
	margin-left:-25px;
	overflow:hidden;
	border-bottom: 4px double #dddddd;
	position:relative;
	top:0;
	left:0;
	background-image: url(img/cross.png);
	background-repeat:repeat;
	background-position: 100% 5px;
}
.postcard #mssg-title em {
	display:block;
	position:absolute;
	top:0;
	right:5%;
	height:150px;
	min-width:325px;
	text-indent:-9999em;
	background-image: url(img/head.png);
	background-repeat:no-repeat;
	background-position: top right;
}
label:hover {
	cursor:pointer;
}
.postcard #donate {
	float:right;
	width:120px;
	margin: 0.5em 2.5% 2em 2em;
}
.postcard #intention {
	display:block;
	width: 95%;
	min-height:6em;
	margin: 1em 0 2em;
}
.postcard label {
	padding-right:7px;
	padding-left:10px;
}
.postcard fieldset {
	border: 1px solid #bbbbbb;
	background-color:#fafafa;
}
.postcard legend {
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.9em;
	color:#777777;
}
.postcard #fname, .postcard #lname, .postcard #parish {
	width:22%;
}
.postcard #email {
	width:40%;
}
.postcard #address {
	width:70%;
}
.postcard #state {
	width:2em;
}
.postcard #zip {
	width:6em;
}
.postcard #yesmail {
	margin-left:12px;
}
.postcard p.submitter {
	text-align:right;
	padding:7px;
}
strong.req {
	font-size:1.1em;
	color:#ee0033;
}
.postcard .signoff {
	overflow:hidden;
}
.postcard .signoff p {
	float:right;
	padding-right:10%;
}


.postcard #foot {
	float:none;
	clear:both;
	width:auto;
	padding: 1px 10%;
	margin-top:0;
	padding-top:15px;
	background-color:#ffffff;
	overflow:hidden;
	border: 1px solid #dddddd;
	border-width: 1px 0;
}
.postcard #foot * {
	max-width:2400px;
}
.postcard #foot p.copyright {
	text-align:left;
	line-height:1.5em;
	margin:10px;
	float:left;
	clear:none;
	width:auto;
}
.postcard #foot p.motto {
	font-size:5.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	color:#cfcfcf;
}