BODY { 
	color: black;
	font-size: smaller;
	background-color: #ffffff;
} 

#right-navbar, #navbar {
	width: 175px;
	position: absolute;
	border: none;
	font-family: Helvetica Black, sans-serif;
}

#navbar {
	top: 300px;
	left: 5px;
}

#right-navbar {
	top: 300px;
	right: 5px;
}

#calendar {
	font-size: small;
	font-family: Helvetica Black, sans;
	text-align: center;
}

#right-navbar a:link, #right-navbar a:visited {
	color: #10be10;
}

#navbar a:link, #navbar a:visited {
	color: #1e1e1e;
}

#right-navbar a:link, #right-navbar a:visited, #navbar a:link, #navbar a:visited {
	display: block;
	background-color: #ffffff;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#right-navbar a:hover, #navbar a:hover {
	background-color: #dedede;
}

#main {
	border: solid #000000 1px;
	background: white;
	padding: 10px;
	margin-left: 180px;
	margin-right: 180px;
	margin-top: -61px;
}


P {
/*	text-align: justify; */
	line-height: 1.5em;
}

UL {
	line-height: 1.5em;
}

h1#title { 
        position: relative;
        font-size: larger;
        top: -1.5em;
        left: 5em;
        padding: 3px 5px 3px 5px;
        border: thin solid black;
        font-weight: bold;
        color: #000000;
        background: #ffffff;
        display: inline;
	text-align: center;
}

H2 {
	font-size: large;
}
	
#centre-image {
	height: 200px;
	background-image: url(../dish.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#side-image {
	height: 260px;
	background-image: url(../gums.jpg);
	border: solid 1px #000000;
}

h2, h3, h4, h5, h6, th, dt {
	font-family:	Arial, Helvetica, sans-serif; 
}

h1 { 
	font-family: Helvetica Black, sans-serif;
}

#diary-story {
	border-top: solid 1px #000000;
	padding-bottom: 1em
}

#diary-title {
        position: relative;
        top: -1.0em;
        left: 2em;
        padding: 3px 5px 3px 5px;
        border: thin solid black;
        font-weight: bold;
        color: #000000;
        background: #ffffff;
        display: inline;
	text-align: center;

}

#diary-story code  {
	text-align: justify;
}

#diary-story li  {
	font-size: 1.0em;
	text-align: justify;
}

#diary-story blockquote  {
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.5em;
	border-left: thin solid black;
	padding-left: 1.0em;
}

#diary-entry-date {
	text-align: right;
	font-size: 1.0em;
	position: relative;
	right: 2.0em;
}

#permlink {
	text-align: right;
}
