@charset "utf-8";
/* CSS Document */

/* HTML pages */
h1 { font: bold 24px/150% Helvetica, Arial; letter-spacing: 2px; color: #34170A; text-transform: uppercase; margin: 1em 0 .5em 0 ;}
h2 { font: italic 16px/150% Georgia, serif; color: #34170A; margin: 2em 0 .5em 0 ;}
h3 { font: bold 15px/150% Helvetica, Arial; letter-spacing: 2px; color: #34170A; text-transform: uppercase; margin: 1em 0 0 0 ;}
ul { margin: 0 0 0 2em; }
li { list-style: disc; }
blockquote { border-left: solid 1px #84592f; padding: 0 1em 0 2em; margin: 2em 0; }
hr { border: 0; border-top: solid 1px #84592f; height: 1px; margin: 1.5em 0;}

em { font-style: italic; }

div.images, div.video { background: #efece5; padding: .5em 1em; margin: 0; }

strong { font-weight: bold; }
p { margin-bottom: 1.5em; }
ul { margin-bottom: 2em; }
ol { margin-bottom: 2em; }
ol li { margin: 1.5em 0 1em 0; }
ul li { margin: .5em 0 0 1em; }

a { color: #853; text-decoration: none; border-bottom: 1px solid #853; }
a:visited { border-bottom: 1px dotted #853; }
a:hover { color: #853; text-decoration: none; border-bottom: 0; }

table {
	border: 0;
}

table tr + tr {
	border-top: 1px solid #dcc;
}

table td + td {
	border-left: 1px solid #dcc;
}

td {
	padding: 5px;
	vertical-align: top;
}
