@charset "UTF-8";


#container {
        min-width:  350px;
    	width: 80%;
        margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px;
    box-shadow: 10px 10px 5px #586E8A;
    border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #606;
}

#banner {
	padding: 0px;
	border: 0px;
	width: 100%;
	margin: 0px;
}

#navbar {
	background-color: #FFF;
	text-align: right;
	border: thin none #642B91;
    font-variant: small-caps;
	margin: 0px; 
    font-family: 'Arvo', 'Palatino', serif;
}
#content {
	margin: 0px;
	float: left;
	width: 95%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#sidebar {
	color: #646477;
	background-color: #FFF;
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-left: 1em;
/*	width: 95%;*/
}
#footer {
	font-size: x-small;
	clear: both;
	color: #606;
	text-align: left;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: .5em;
    line-height: 110%;
}

body {
	margin: 0 auto;
    padding-bottom: 2em;
    font-size: 14px;
    font-family: "Lato", 'Helvetica', Arial, sans-serif;
    font-weight: 400;
    color: #646477;
    line-height: 1.4em;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Slab','Palatino', serif; font-weight: 400;
    line-height: 1.3em;
}
h1 {
	font-size: 30px;
	color: #92268F;
	padding-top: 8px;
}

h2 {
    font-size: 20px;
    color: #586E8A;
}

p {
/*	line-height: 125%;*/
}
a:link {
	color: #92268F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #586E8A;;
}
a:hover {
	text-decoration: underline;
	color: #5BA4C6;
}
a:active {
	text-decoration: none;
	color: #92268F;
}
.purpletext {
	color: #606;
}
.aquatext {
	color: #63ABC5;
}
.magentatext {
	color: #92268F;
}

.issuenavigation {
	font-family: "Arvo", "Palatino Linotype", "Palatino", serif;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #606;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 8px;
}
.poetrytext {
	font-size: medium;
	font-style: normal;
	line-height: 140%;
	color: #646477;
	margin: 0px;
	padding: 10px;
	font-family: "Lato", "Helvetica", Arial, sans-serif;
}
.poetrytextwide {
	font-family: "Lato", "Helvetica", Arial, sans-serif;
	font-size: 85%;
	line-height: 125%;
	color: #646477;
	margin: 0px;
	padding: 10px;
}
.poetrytitle {
	font-size: large;
	font-style: normal;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	color: #606;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.imageborder {
	border: thin solid #609;
	padding: 5px;
}
.imageright {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.imageleft {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.textbox {
	border: thin solid #872D87;
	padding: 10px;
}
.smallindentedtext {
	font-size: small;
	line-height: 110%;
}
.smallertext {
	font-size: 70%;
}
.courier {
	font-family: "Courier New", Courier, monospace;
}
.stanza {padding-left:50px;}
.line {text-indent:-10px;}

@media screen and (min-width: 850px) {
     #content {
	width: 65%;
}
    .issuenavigation {
	text-align: right;
    }
    #sidebar {
	float: right;
	margin: 0px;
	text-align: right;
    border-left-width: thin;
	border-left-style: solid;
	border-left-color: #76B4CB;
	width: 27%;
}        
    }