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;
}

/* Announcements */

.annc {
	min-width:20em;
	background:#ffffff url("images/annc_gradient.gif") repeat-x bottom left;
	border:1px solid #cccccc;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding-bottom:0;
	margin-bottom:1.2em;
	margin-left:3.3em;
	text-align:center;
}
#upcomingevents {
	width:98%;
	background-color:#efefef;
	border:1px solid #cccccc;
	padding:2px;
	padding-left:5px;

}

/* Videos */

.video {
	margin-left:0.4em;
	padding-top:0.75em;
	padding-bottom:1.75em;
}

/* Schedule tables */

.sched table {
	margin-bottom:1.2em;
}

.sched table, th, td {
	padding:0.2em;
	border-collapse:collapse;
	border:1px solid #cccccc;
	text-align:center;
}

.sched2 table {
	margin-bottom:1.2em;
}

.sched2 table, th, td {
	padding:0.5em;
	border-collapse:collapse;
	border:1px solid #cccccc;
	text-align:center;
}

/* Logos */

.logo {
	margin-left:11em;
	padding-top:0.75em;
}
