/* TAGS */
 
 
* {margin:0; padding:0;} 
 
body {
	border: 0;
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
}
	
html {
	min-height: 100%;
	margin-bottom: 1px;
}

a {
	color: #3D5A7D;
	text-decoration: none;
}

a:hover {
	color: #993333;
	text-decoration: underline;
}

p, ul, ol {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 1.5em;

}

ul, ol {
	list-style-position: outside;
	margin-left: 0; padding-left: 40px;
}

sup {
	font-size: 0.8em;
	line-height: 100%;
}

/* Top bar */
.topbar {
	background-image: url(/~david//colgraphics/classic.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0;
	border-style: none;
}

/* top navbar */

#navcontainer
{
font-family: Verdana, geneva, arial, helvetica, sans-serif;
margin: 0 auto;
width: 95%;
padding-bottom: 8px;
border-bottom: 1px solid #000;
}

#navlist
{
width: 90%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #aaa;
font-size: 1.5em;
padding: 0 .2em;
}

#navlist li a:hover,#navlist a#current
{
color: #000;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #ff7700; }

#backgrey {
	background: #f0eee6;
}

#backwhite {
	background: #ffffff;
}

 ul#diary_navigation
{
list-style-type: none;
margin: 0;
padding: .5em 0;
}

ul#diary_navigation .left
{
float: left;
width: 5em;
}

ul#diary_navigation .right
{
float: right;
width: 5em;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 13px;
	padding-bottom: 5px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	padding-top: 22px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 100px;
}

.frontpage {
	font-size: 1.1em;
	font-family: Georgia, Gentium, serif;
	list-style: none; 
	background-color:  #ffffcc; 
	border: 1px solid #000; 
	padding: 7px 7px 7px 30px;
	margin-bottom: 1em;
}

.frontpage li {
	background: url(/~david/images/fancybullet.gif) no-repeat 0 50%; 
	padding-left: 25px;

}


/* FOOTER */

.footer {
	color: #000;
	border-top: 1px solid #000;
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 70px;

}

.footertext {
	color: #000;
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
	font-size: 1em;
	background: #ebf5fc;
	border: 1px solid #000; 
	padding: 5px 5px 5px 5px;
}


/* CONTENT */

h1, h2, h3 {
	color: #999900;
	font-family: Georgia, Gentium, serif;
	font-weight: normal;

}

h4 {
	color: #999900;
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;

}

h1 {
	font-size: 1.7em;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #999900;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
	width: 100%;
	margin-top: 2px;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 1px;
	padding-bottom: 5px;
}

h4 {
	margin-top: 10px;
	padding-bottom: 10px;
}

.byline {
	font-family: Georgia, Gentium, serif;
	font-size: 18px;
	margin-top: 3px;
}

.byline2 {
	font-family: WildAndCrazy, sans-serif;
	font-size: 18px;
	margin-top: 3px;
}

pre {
	font-size: 1em;
	line-height: 120%;
	padding-bottom: 1.5em;

}

/* RULES */

.rule {
	border-top: 1px solid #999900;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

blockquote {
	width: 650px;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 1.1em;
	color: #000;
	background: #ffffcc;
}

.localquote {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, Gentium, serif;
	font-size: 110%;
	line-height: 1.1em;
	color: #000;
	background: #ffffcc;
	border: 1px solid #000; 
	margin-bottom: 15px;
}
	
.quote {
	margin: 0 10px 0 0;
	padding: 10px 5px 5px 10px;
}

.author {
	margin: 0;
	padding: 0 0 10px 15px;
	font-size: 60%;
}

.calendar {
	width:140px;
	padding:0;
	margin:2px;
	font-family: Georgia, serif;
	text-align: center;
	color: #333333;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #EEEDDD;
	background-color: #FFFFFF;
}
	
td {
	border-left: 1px dotted #A2ADBC;
	border-bottom: 1px dotted #CCCC99;
	width: 20px;
	height: 20px;
	text-align: center;
}

td a:link {
	color: #808000;
	text-decoration: none;
}

td a:visited {
	color: #000000;
	text-decoration:line-through;
}

td a:hover, td a:active {
	color: #FF8080;
	text-decoration: none;
}

img {
	border-style:none;
}

.centred {
	display:block;
	margin: 10px auto;
}

	
