@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #00C;

}
a {
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 2em;
	font-weight:bold;
	padding-bottom: 15px;
	padding-top: 3px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 12;
}
p {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#wrapper{
}
#header{
	background-image: linear-gradient(#27a9e1, #27a9e1, #27a9e1, #ee3a39);
}
#subheader {
	background-image: linear-gradient(darkgrey, lightgrey);
	padding: 5px;
}
#footer {
	background-color: DarkGrey;
	color: white;
	text-align: center;
	padding: 15px;
}
.content {
	padding: 10px;
	background-image: linear-gradient(#cceeff, #99ddff);
}
.button{
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}
.green {
  background-color: #4CAF50; /* Green */
  color: white;
}
.green:hover{
  background-color: grey;
  color: green;
}
.blue {
	background-color: blue;
	color: white;
}
.blue:hover {
	background-color: grey;
	color: blue;
}

.poem {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 120%
	color: DarkBlue;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	float: left;
}
.verse{
	padding: 3px 3px 9px 3px;
}
.poem_pics {
	float: left;
	padding: 3px;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
}
.mininav{
	padding: 7px;
	background-color: lightgrey;
}
.clear_float {
	clear: both;
}
.promo {
	font-size: 150%;
}
.menu {
	background: url(../images/menu-hover-01.png), url(../images/menu-hover-02.png), url(../images/menu-hover-03.png), url(../images/menu-hover-04.png), url(../images/menu-click-01.png), url(../images/menu-click-02.png), url(../images/menu-click-03.png), url(../images/menu-click-04.png) no-repeat -9999px -9999px;
}
.menu td {
	height: 200px;
	width: 200px;
}
#menu_poetry {
	background-image: url("../images/menu-01.png");

}
#menu_poetry:hover {
	background-image: url("../images/menu-hover-01.png");
}
#menu_poetry:active {
	background-image: url("../images/menu-click-01.png");
}
#menu_photos {
	background-image: url("../images/menu-02.png");
}
#menu_photos:hover {
	background-image: url("../images/menu-hover-02.png");
}
#menu_photos:active {
	background-image: url("../images/menu-click-02.png");
}
#menu_art {
	background-image: url("../images/menu-03.png");
}
#menu_art:hover {
	background-image: url("../images/menu-hover-03.png");
}
#menu_art:active {
	background-image: url("../images/menu-click-03.png");
}
#menu_book {
	background-image: url("../images/menu-04.png");
}
#menu_book:hover {
	background-image: url("../images/menu-hover-04.png");
}
#menu_book:active {
	background-image: url("../images/menu-click-04.png");
}
.menu a {
	display: block;
	width: 100%;
	height: 100%;
}
