
body {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { 
	color: #444; 
	background: #eee;
	font-style:normal;
}

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #444; }
.alt    { color: #444; }

/*
p.title {
  color: #111;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}
*/
p.title {
  color: #444;
  font-family: Georgia, Times, "Times New Roman" serif;
  font-style: italic;
  font-size: 2em;
  margin-bottom: 0.75em;
}

.narritive p + p {
	margin-top:-1.5em;
}

.narritive p + p:first-letter {
	margin-left: 2em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs li {
	display: inline;
	padding: 0;
	margin: 0;
}

.breadcrumbs li:before { content: " > "; }

.blog h3 {
	background: #0072C6;
   	color: white;
}

.blog h4 {
	border-bottom: 1px solid #0072C6;
	color: #0072C6;
}

blockquote {background:#eee;font-style:normal;}


#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
/*	font-family: Georgia, Times, "Times New Roman", serif;	*/
}

#nav a {
	display: block;
	padding: 0 1em 0 1em;
/*	width: 160px;	*/
	background-color: #ddd;
	border-bottom: 1px solid #eee;
}

#nav a:link, .navlist a:visited {
	/*	color: #eee;	*/
	text-decoration: none;
}

#nav a:hover {
	background-color: #369;
	color: #fff;
}

/* EOF */

