body {
    /* This text colour is only for displaying stuff directly on the background,
       which should never happen, except sometimes in debugging */
    /* Unfortunately, IE seems to ignore the color in #main and uses this one
       instead. Oh well.  	*/
    color: black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: url(images/ricebk.jpg);
    border: none;
    margin: 0;
    padding: 0;
}

body.nobackground { 
    background: white;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

/* so we see cell borders even if I forget the &nbsp; */
table { empty-cells: show }

#main {
    padding: 1em 2em 0 2em ; /* top left bottom right */
    margin: 0;
    width: auto;
    font-family : Geneva, Arial, Helvetica, sans-serif;
}
/*#main p, #main h1, #main h2 { position: relative; }*/

h1 { 
    text-align: center;
    font-size: 2.7em;
    background-color: transparent;
    color: blue;
}

a {
    text-decoration: none;
    background: transparent;
    /*color: #ff6600 */
}
a:active { text-decoration: underline }
a:hover { text-decoration: underline }
img.middle { vertical-align: middle; text-align: center }
.spacer { clear: left; line-height:0; height: 0 }
.float { float: left; }
.float img {
    vertical-align: middle;
    text-align: center;
    /* So that the image doesn't change size when hovering adds a 1px
       border */
    border: solid transparent 1px;
    color: white;
    background-color: transparent;
    background-image: none
}
.float a img:hover {
	border: solid red 1px;
}
.float p { text-align: center; }

td a img {
    /* So that the image doesn't change size when hovering adds a 1px
       border */
    border: solid transparent 1px;
}
td a img:hover {
    border: solid red 1px;
}

a img { border: none }

address { font-size: smaller; }
hr { height: 1px; }
div.row {
    clear: both;
    padding-top: 5px;
}
div.row label { 
    float: left;
    width: 29%;
    padding-right: 2px;
    text-align: right
}
div.row span.input { 
    border: solid thin blue ;
    float: left;
    width: 70%;
    text-align: left
}
div.row .input {
    float: left;
}

div.form { 
    position: relative;
    font-size: smaller;
} 

table.bookmarks td {
    padding-left: 4em;
}

div.guestdate {
}

div.guestname {
    font-weight: bold;
}
div.guestcomment {
    margin-left: 4em;
    margin-top: .5em;
}

.poem {
    margin-left: 3em;
    border-spacing: .5em 0;
}
.poemletter {
    font-size: larger;
    font-weight: bold;
}

.halfwidth {
    width: 50%;
}

.statusnote { 
    background: white;
    padding: 1em;
}

.statusleft {
    width: 33%;
    text-align:center;
}

.statusmid { 
    width: 34%;
    text-align: center;
    font-weight: bold;
    font-size: 2.7em;
    color: blue;
}

.statusright { 
    width: 33%;
    text-align:center;
}
