/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
	font-family:Georgia,Constantia,'Nimbus Roman No9 L',serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 1.2em 0;
	font-weight:normal;
	color: #000;
	line-height: 1.5;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3, h4, h5 {
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
p {
	margin:0 0 1.5em 0;
}
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-image: url('images/body-bg.jpg');
	background-color: #E6EAB3;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
form {
	margin-bottom: 1.5em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #045482;
}

a:visited {
	color: #045482;
}

a:hover,
a:focus,
a:active {
	color: #045482;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	padding: 20px 0 15px 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color:#000;
	font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 25px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #ea8c3a;
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	padding:.8em 0;
	text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: .5em 1em;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
	color: #999;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
#content:before,
#content:after {
	content: "";
	display: table;
}

.clear:after,
#content:after {
	clear: both;
}

.clearboth {
		clear:both;
		font-size:0;
		height:0;
		line-height:0;
}
.clearfloat {
		clear:both;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
#page {
	width: 1000px;
	margin: 0 auto;
}
.site-header {
	padding:0 60px 194px 60px;
	background-image: url('images/canary-header.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
#content {
	padding:35px 60px 25px 60px;
	min-height: 500px;
	background-color: #fff;
}
.site-info {
	font-size:14px;
	text-align: center;
	margin:20px 0;
	color:#6D6E70;
}
.site-info a {
	color: #6D6E70;
	text-decoration: none;
}
.site-info a:hover {
	color: #6D6E70;
	text-decoration: underline;
}

.poembox
		{
		border:solid 1px #aea66e;
		width: 100%;
		padding: 50px 80px 40px 80px;
		margin: 0px;
		}	
.poembox h1 span {
	display: block;
}
		
.imgleft
		{
		float:left;
		margin: 0 20px 20px 0;
		}	

.imgright
		{
		float:right;
		margin: 0 0 20px 20px;
		}
.canaryimgright
		{
		float:right;
		margin: 0 0 20px 20px;
		text-align: center;
		}
.poemimage
		{
		float:right;
		margin: 0 0 20px 20px;
		clear:both;
		}
.photocredit {
	font-style:italic;
	font-size:11px;
	display:block;
	text-align: center;
	margin: 10px 0;
}
.space1 {
	padding-left:25px;
}

.space2 {
	padding-left:50px;
}

span.indent {
	display:inline-block;
	padding-left:20px;
}
p.epigraph {
	font-size: 13px;
	color: #2B694E;
		}
		
.bio {
	font-style: italic;
	width:450px;
	float: left;
}

.poem416 p.copyright {
	display: none;
}
a.button-link:link, a.button-link:visited {
	display: inline-block;
	background-color: #71991f;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;	
	text-decoration: none;
	text-align: center;
	margin:15px 0;
}

a.button-link:hover {
	color: #fedd7e;
}
a.button-link.button-left {
	margin-right: 15px;
}
.archive-cover {
	display: block;
	margin-bottom: 40px;
}