/*
CSS Design by Amos Johannes Hunt
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ Layout ~~~~~~~~~~~~~~~~~~~~~~~~~ */



a:link {
	color: #739b8e;
}

a:visited {
	color: #212422;
}

#sidebar a:link {
	color: #edfff4;
}

#sidebar a:visited {
	color: #2412422;
}

#headerBottom a:link, #headerBottom a:visited {
	text-decoration: none;
	background-color: #f5fff4;
	color: black;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .5em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	margin-top: 6px;
	padding-left: 5px;
	text-align:left;
}

blockquote p {
    margin:0 0 0 0;
}

body {
    background-color: #739b8e;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

cite {
	font-size: 90%;
	font-style: normal;
}

div.figure {
        float: right;
        width: 250px;
}


div.figure-left {
        float: left;
        padding: 0 2em 0 0;
        width: 250px;
}

form {
	text-align:center;
}

p {
	margin: 1em 0;
}

div.figure p, div.figure-left p {
        text-align: center;
        font-style: italic;
        font-size: smaller;
        text-indent: 0;
}

#headerBottom ul	{
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right;
}

#divPoetry, #divNewIssue {
	padding: 10px;
	margin-bottom: 10px;
	border-left: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

#divNewsItem, #divMainFeature{
	border-left: 1px dotted gray;
	width:300px;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted gray;
}

#featureBlock {
	float:left;
	width:300px;
}

#featureFlow {
	margin-left:330px;
	max-width:500px;
}

#header {
	border: 1px solid black;
}

#headerBottom {
	border-top: 1px solid #212422;
	border-bottom: 1px solid #212422;
	padding-top:3px;
	height: 22px;
}

#main {
	padding:10px;
	background-color: #f5fff4;
}

#pageIcon {
}

#content blockquote.poem {
	float: left; 
	border: none;
	margin: 5px 20px;
}

h2.poetTitle {
	border-bottom:1px dotted gray;
	clear: left;
	margin: 5px 20px;
}

#sidebar {
	background-color: #97b0a3;
	width: 190px;
	float: right;
	padding: 3px;
	border: 1px solid black;
}

#tagline {
	float: left;
	margin: 0;
	padding: 0 0 0 120px;
	width: 250px;
	font-weight: bold;
	font-style:italic;
}

#wrapper {
	background-color: #f5fff4;
	color: #030403;
	margin: 25px 33px;	
	border: 1px solid black;
}

.featureBlock {
	float:left;
	width:300px;
}

p, li, .feedback {
	font: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: normal;
}

td {
	text-align:center;
}

td blockquote {
    border-bottom:1px dashed silver;
}


#mainmenu {
    z-index:0;
	background: #9a8;
	border-right: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 5px 10px 10px;
        margin-left: 40px;
	position: absolute;
	left: 2px;
	top: 190px;
	width: 11em;
}

#mainmenu ul {
        list-style: none;
}

#menu {
	background: #9a8;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 490px;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Bell MT', 'Times New Roman', Times;
	letter-spacing: 0.2em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% "Bell MT", "Times New Roman", Times;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#blogContent {
	background-color: #f5fff4;
}