#main {
	margin-right: 33%;
	margin-left: 20px;	
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 2em;
}

img {
	border: none;
	}

body {
	font-size: 100%;
	font-family: "Hoefler Text", Baskerville, Palatino, Georgia, serif;
	margin: 0;
	padding: 0;
}

#philosophy {
	font-style: italic;
	text-align: right;
}
#times {
	font-size: 1.5em;
	font-style: bold;
	font-family: "Gill Sans", Geneva, Verdana, sans-serif;
}

.maintitle {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: .1em;
	margin: 0;
	padding: 10 0 0 20px
}

.subtitle {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 10 0 0 25px;
	letter-spacing: .1em;
}

#header {
	margin: 0 0 0 0px;
	padding: 0px 0 0 0;
}

#navigation {
	font-size: .8em;
	font-family: "Gill Sans", Geneva, Verdana, sans-serif;
	position: absolute;
	top: 200px;
	left: 70%;
	right: 0;
	padding: 1%;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
	
#navigation h2 {
	font-size: 1em;
}

#navigation ul {
	margin: 0 0 2em 2em;
	padding: 0;
}

#navigation ul ul {
	margin: .5em 0 0 2em;
	padding: 0
}

#navigation li {
	line-height: 2em;
	margin-bottom: .5em;
	font-size: 1em;
	list-style-type: none;
	text-indent: -1.2em
}

#navigation p {
	text-indent: 0
}

p, li {
	margin-top: 0;
	margin-bottom: .5em
	}

p, div.section p:first-child {
	text-indent: 0
}

p + div.section {
	margin-top: 3em
}

div.section {
	margin-bottom: 3em
}
#nav {
 margin-top 1em;
 }
#nav ul {
  display: block;
  list-style: none outside;
  padding: 1em;
  font-family: "Gill Sans",Verdana, sans-serif;
  font-size: 1em;
}

#nav li {
  padding: 0;
  margin: 0 4px 0 0;
  border: 1px solid #cecbc6;
  background-color: #115;
  color: #eef;
  font-weight: bold;
  /* the next 4 lines are magic */
  display: block;
  float: left;
  position: relative;
}

#nav a:link,
#nav a:visited {
  background-color: #115;
  color: #ffe;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

#nav a:hover {
  background-color: #cecbc6;
  color: #115;
}

#navclear {
  display: none;
}
html>body #navclear {
  display: block;
  clear: both;
}

/* ----- now highlight active tab based on body @class attribute ----- */

body.front #nav li#nav-front a,
body.news #nav li#nav-news a,
body.faith #nav li#nav-faith a,
body.photos #nav li#nav-photos a {
  background-color: #eef;
  color: #115;
}

/* ----- Blog stuff ----- */

.Post{margin-bottom:20px}
.PostFooter{margin-bottom:10px;margin-left:0px;font-size:.8em}
.DateHeader{border-bottom:solid 1px #C3CFE5;font-size:18px;text-align:left;margin-top:30px;width:300px;margin-bottom:0px;color:gray;font-weight:bold}

