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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/purpleshadow.png);
	background-repeat: repeat-y;
	background-color: fff;
	text-align: center;
	background-position: center;
	font-size: medium;
	color: #000;
}
#container {
	color: #586E8A;
	background-color: #FFF;
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px solid #416888;
}
#banner {
	padding: 0px;
	border: medium none #30688A;
	width: 899px;
	margin: 0px;
}
#navbar {
	background-color: #FFF;
	text-align: right;
	border: thin none #642B91;
}
#content {
	margin: 0px;
	float: left;
	width: 600px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar {
	color: #666;
	background-color: #FFF;
	float: right;
	margin: 0px;
	text-align: right;
	font-size: small;
	line-height: 140%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #76B4CB;
	border-right-color: #76B4CB;
	border-bottom-color: #76B4CB;
	border-left-color: #76B4CB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 27%;
}
#footer {
	font-size: x-small;
	clear: both;
	color: #606;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 10px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2D6181;
	border-right-color: #2D6181;
	border-bottom-color: #939;
	border-left-color: #2D6181;
	font-weight: lighter;
}
p {
	line-height: 125%;
}
h1 {
	font-size: x-large;
	margin-top: 0px;
}
h2 {
	font-size: large;
	margin-top: 0px;
}
.purpletext {
	color: #606;
}
.aquatext {
	color: #63ABC5;
}
.magentatext {
	color: #92268F;
}

.issuenavigation {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #609;
	background-color: #FFF;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.poetrytext {
	font-size: medium;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.poetrytextwide {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	margin: 0px;
	padding: 10px;
}
.poetrytitle {
	font-size: large;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	color: #606;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.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%;
	font-weight: lighter;
}
.smallertext {
	font-size: 70%;
}
