/* Begin Typography & Colors */
body {
	font-size: 80%;
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	background: #fff;
	color: #333;
	text-align: left;
	}

#header {
	background: #ffffff url('images/header.jpg');
	height: 115px;
	width: 790px;
	}

#content {
	font-size: 1.2em;
	line-height: 1.4em;
	}

#footer {
	background: #fff;
	border: none;
	}

small {
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.small {
	font-size: 0.9em;
	}

.halfH1 {
	font-size: 0.5em;
	}

h1, h2, h3 {
	color: #8A0D47;
	font-weight: normal;
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	line-height: 1em;
	text-align: left;
	}

h1 {
	font-size: 2em;
	font-weight: bold;
	}

h2 {
	font-size: 1.5em;
	}

#sidebar h2 {
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

.entry a:link, a:visited, a:hover, a:active { color: #114477; }

/* set up the basics first */
a:link { color: #000; background-color: transparent; text-decoration: none; }
a:visited { color: #333; background-color: transparent; text-decoration: none; }
a:active	{ color: #114477; background-color: transparent; text-decoration: underline; }
a:hover { color: #0066CC; background-color: transparent; text-decoration: underline; }

#sidebar ul ul li, #sidebar ul ol li {
	font-size: 1.2em;
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	color: #8A0D47;
	}

#sidebar H2 {
	font-size: 1.4em;
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	color: #8A0D47;
	}

sup { font-size: 0.7em; }

/* End Typography & Colors */


/* Begin styles for in-line images */

.block {
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
	width: 320px;
	height: 1%;
}

.block-wide {
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
	width: 500px;
	height: 1%;
}

.block-wide img {
	display: inline;
}

.block-min {
	padding: 5px;
	margin: 0 10px 10px 0;
	float: left;
	width: 100px;
	height: 1%;
}

.imgL, .imgR {
	width: 250px;
	float: left;
}

.cap {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	float: left;
}

.cap ul { 
	line-height: 1.2em;
	list-style: none;
}

.img {
	border: 0;
	margin-bottom: 5px;
}

.imgTitle {
	font-family: 'Adobe Garamond', 'Times New Roman', Times, serif;
	color: #8A0D47;
	font-size: 1.1em;
	}

.black {
	color: black;
	}

/* End styles for in-line images */


/* Begin Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 780px;
	border: 0;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 70px 0;     /* creates white space under the header */
	padding: 0;
	height: 115px;
	width: 790px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	background-color: #ffffff;
   float: right;
	padding: 0 50px 20px 50px;
	margin: 0;
	width: 450px;
	}

.post {
	width: 510px;
	margin: 0 0 40px;
	text-align: justify;
	}

.post h1 {
	margin-left: -200px;   /* jogs the article title over to the left */
	margin-bottom: 50px;   /* and some space under it too */
	}

.post .entry h2 {
	margin-left: 0;   /* puts the sub-titles back where they belong */
	margin-bottom: 25px;   /* and a little less space under them */
	}

.post .entry {
	margin-bottom: 10px; 	/* puts some space under the last paragraph */
	border-bottom: 10px #8AB8DA solid; 	/* makes a blue bottom border */
}

.post .entry .ind{
	margin: 0 25px 0 25px; 	/* indents a paragraph */
}

#footer {
	padding: 0;
	margin: 0 0 0 10px;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	font-size: .9em;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
/*
h1 {
	padding-top: 70px;
	margin: 0;
	}
*/

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Sidebar */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar {
	float: left;
	padding: 15px 0 10px 20px;
	margin: 105px 0 0 10px;
	width: 180px;
	border: 1px solid #000;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

hr {
	width: 100%;
	height: 1px;
	float: left;
}

.blue-line {
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	border-bottom: 5px #8AB8DA solid; 	/* makes a blue bottom border */
	float: left;
}

.sans {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* End Various Tags & Classes*/


/* Beginning Drop Cap styles */
p {
  line-height: 1.4em;
}

.firstLetter {
  display: block;
  float: left;
  margin-top: -0.205em; /* use -0.63 for 3 lines, -0.205 for 2 */
  margin-left: -0.2em; /* use -0.56 for 3 lines, -0.2 for 2 */
  margin-right: 0.5em; /* leave this one */
  height: 2.8em; /* use 4.2 for 3 lines, 3.0 for 2 */
}

.firstLetter span {
  font-size: 3.3em;   /* use 5.3 for 3 lines, 3.3 for 2 */
  line-height: 1.0em;
}

.firstLetter + span {
  margin-left: -0.5em;
}
/* End Drop Cap styles */

