@charset "utf-8";
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #3C1F01;
    font-weight: bold;
    font-size: 120%;
    background-color: #CA9F74;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
    text-align: center;
    font-size: 400%;
    color: #3C1F01;
    font-family: "Comic Sans MS", cursive, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
    text-align: center;
    font-size: 200%;
    color: #3C1F01;
    font-family: "Comic Sans MS", cursive, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p tr td {
    color: #3C1F01;
    font-size: 16px;
}

hr {
	height: 1px;
	background: #2c180e;
	color: #2c180e;
}

.short-stories {
    color: #3C1F01;
    font-size: 14px;
}

.image {
    width: 25%;
    text-align: center;
    padding: 5px;
}

.title {
    width: 25%;
    text-align: center;
    font-size: 1.3em;
}

.blurb {
    width: 50%;
}

a img { 
	border: none;
}

a:link {
	color: #3C1F01;
    font-weight: bold;
	text-decoration: underline; 
}
a:visited {
	color: #1E3142;
    font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
    background-color: #FFA;
}

.container {
	width: 80%;
	max-width: 960px;
	min-width: 780px;
	margin: auto auto;
}

/* ~~ This is the layout information. */ 

.content {
	padding: 10px 0 0 0;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #333333;
	background-color: #E3DBC6; /* overwrite background color in internal style */
	color: black;
	text-align: left;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ol.horizontal, ul.horizontal {
	display: block;
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
	color: #000000;
}
ol.horizontal li, ul.horizontal li {
	display: inline;
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
	color: #000000;
	font-size: 0.85em;
}
ul.horizontal a[href] {
	text-decoration: underline;
	font-size: 1.1em;
}

ul.horizontal a:link {
	background: transparent;
	color: #330033; 
	text-decoration: underline; 
}
ul.horizontal a:visited {
	background: transparent;
	color: #993300; 
	text-decoration: underline; 
}
ul.horizontal a:active, ul.horizontal a:hover {
	background: transparent;
	color: #ea0000; 
	text-decoration: underline; 
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
