/* CSS Document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5EAF0;
	color: #4444E0;
	font-size: 14px;
}

div.menulogo {
	background-image: url("images/phmenu.gif");
	margin: 0 auto;
	padding: 80px 0 0 265px;
	width: 150px;
	height: 51px;
	font-style: italic;
	font-size: 32px;
	font-weight: bold;
}

div.logo {
	float: left;
	padding: 0;
	margin: -10px 0 0 0;
}

div.logo a:link, div.logo a:hover, div.logo a:visited {
	text-decoration: none;
	border: none;
}

div.logo img {
	border: none;
}


h1 {
	text-align: center;
	font-style: italic;
	border-bottom: 1px solid #39c;
	padding: 0;
	margin: 0 0 0 0;
}

h2 {
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0px;
	color: #079;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding: 3px;
}

h2.center {
	text-align: center;
}


p.mainlogo {
	text-align: center;
	padding: 0;
	margin: 0;
}

div.content {
	text-align: left;
	margin-left: 35px;
	margin-bottom: 0px;
	color: #555;
	font-size: 14px;
	padding: 0px;
}

span.date {
	text-align: left;
	margin-left: 5px;
	padding: 3px;
}

p.center { text-align: center; }

p.tagline {
	text-align: center;
	color: #555;
}

div.welcome { 
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -230px; /* half of width and height */
	margin-top: -115px;
	width: 460;
	height: 230px;
	padding: 5px;
	text-align: center;
}  

p.poem {
	color: #8888DD;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	width: 446px;
	margin: 0 auto;
}

p.poem a:link, p.poem a:hover, p.poem a:visited {
	color: #8888DD;
	text-decoration: none;
}

p.footer a:link, p.footer a:visited {
	text-decoration: none;
}


/* Links */
a:link, a:visited {
	color: #8888DD;
	text-decoration: none;
}

a:hover {
    color: blue;
}

a.clean {
    border: none;
}


div.upright {
	float: right;
	margin: 10px;
}

img {
	border: none;
}

img.border {
	border: 1px dotted maroon;
	margin: 5px;
	padding: 3px;
}

p.prefooter {
	width: 100%;
	margin: 0;
	clear: both;
	text-align: center;
	color: #555;
	font-size: 12px;
}

p.footer a:link, p.footer a:visited {
	text-decoration: none;
}

p.footer {
	width: 100px;
	margin: 10px auto;
	clear: both;
	text-align: center;
	color: #8888DD;
	font-size: 12px;
	border-top: 1px dotted blue;
}

p.email a:link, p.email a:visited {
	color: #1178CD;
	text-decoration: none;
}

#menu {
    margin: 0px auto;
    border-collapse: collapse;
}

#menu th {
    text-align: right;
    border-right: 2px solid #777;
    padding-right: 10px;
}

#menu td {
    padding-left: 10px;
    font-size: 12px;
}

pre {
	text-align: left;
	font-size: 12px;
	font-style: normal;
}

/* Contact table and hcard */

div.vcard {
    border: 1px solid gray;
    width: 500px;
    margin: 20px auto;
    background-color: white;
}

p.hcardicon {
    float: right;
    padding: 0;
    margin: 0;
}

table.contact {
    margin: 0px auto;
    padding: 0;
    border: none;
    color: #333;
    font-size: 16px;
}

table.contact th {
    text-align: right;
}

table.contact .note {
    font-size: 12px;
	font-style: italic;
    color: #999;
}

table.books {
    margin: 20px;
    border-collapse: collapse;
}

table.books th {
    padding: 0 10px 0 10px;
}

table.books td {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0 10px 0 10px;
}

