/* GENERAL RULES */

body {
	background-color: white;
	color: black;
	font-family: "Verdana", sans-serif;
	font-size: 12pt;
	width: 66em;
	padding: 0;
	margin: 0;
	margin-top: 6em;
}

em, strong, a {
	font-size: inherit;
}

ul, dl {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

li {
	margin-top: .5em;
}

p {
	line-height: 130%;
	text-indent: 2em;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}

h1 {
	margin: .5em;
	margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

h2, h3, h4, h5, h5 {
	padding: 0;
	margin: 0;
	color: #333333;
}

h1 {
	font-size: 14pt;
}

h2 {
	padding: 0;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	color: #111111;
	border-bottom: 1px solid #cccccc
}

.light {
	color: #666666;
}

h3 {
	font-size: 10pt;
	margin-bottom: .5em;
	margin-top: 1em;
}

h4 {
	font-size: 9pt;
	color: #555555;
	margin: 0;
	margin-bottom: .5em;
}

h5 {
	font-size: 8pt;
}

h6 {
	font-size: 7pt;
}

blockquote {
	margin: 0;
	padding: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 2em;
	margin-right: 1em;
	padding-left: 1em;
	color: #333333;
	border-left: solid 1px #cccccc;
}

q {
	color: #444444;
	font-size: 9pt;
}

q:first-letter {
	font-style: italic;
}

pre {
	padding-left: 2.5em;
	color: #333333;
}

/* CLASSES FOR STYLE */

div.post {
	margin-bottom: 3em;
	margin-right: 1em;
}

div.postinfo {
	text-align: right;
	color: #666666;
	font-size: 9pt;
}

.note {
	font-style: italic;
	color: #333333;
	font-size: 10pt;
}

blockquote.poetry {
	margin-left: 2em;
}

blockquote.poetry h4 {
	margin: 0;
	margin-left: -4em;
	margin-bottom: 1em;
}

blockquote.poetry p {
	text-indent: -2em;
	line-height: 110%;
	size: 85%;
	margin-top: .25em;
	margin-bottom: .25em;
}

blockquote.poetry {
	margin-left: 5em;
	margin-top: 1.5em;
	margin-bottom: 2em;
	border: none;
}

p.photo {
	text-align: center;
	text-indent: 0;
	font-size: 9pt;
	font-style: italic;
}

img {
	border: 1px solid #333333;
}

/* LAYOUT */

#foot {
	text-align: right;
	clear: both;
	margin: 1em;
	border-top: 1px solid #cccccc;
	/* border-bottom: 1px solid #cccccc; */
	font-size: 8pt;
	color: #666666;
}

      body {
        margin: auto;
        width: 75%;
        margin: 6em 20% auto auto;
      }


/* CHILDREN AND GRANDCHILDREN */

ul {
	list-style-image: url(../images/point.gif);
	padding: 0;
	margin: 0;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2.5em;
	font-size: 9pt;
}

ul#navigation {
	list-style-image: url(../images/plus.gif);
	padding: 0;
	margin: 0;
	margin-left: 1em;
	font-size: 9pt;
}

div#foot {
	text-align: right;
	clear: both;
	margin: 1em;
	border-top: 1px solid #cccccc;
	font-size: 8pt;
	color: #666666;
}

div#foot p {
	margin: 0;
	padding: 0;
}

/* LINKS */

a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #333366;
	text-decoration: underline;
}
a:active {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #3333cc;
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: line-through;
}

/* END */

