<!--
/* basic building blocks */

html, body {
	padding          : 5px;
	/* background       : #f8f8f8; */
	background       : #fff;
	min-width        : 760px;
	}

a { /* note that rightside has its own a styles */
	color            : inherit;
	}

p {
	margin-top       : 0.1em;
	margin-bottom    : 1em;
	}

/* from the top */

#breadcrumbs {
	font-family      : verdana, sans-serif;
	font-size        : 90%;
	margin-bottom    : 0.2em;
	color            : #333;
	background       : inherit;
	text-align       : left;
	}

#breadcrumbs a {
	font-size        : 90%;
	color            : #999;
	background       : inherit;
	text-decoration  : none;
	border-bottom    : none;
	}

#upperleft {
	vertical-align   : top;
	float            : left;
	margin           : 0px;
	padding          : 0px;
	}

#upperright {
	vertical-align   : top;
	float            : right;
	margin           : 0px;
	padding          : 0px;
	}

#upperright a {
	border-bottom    : none;
	}

#emuu {
    font-family      : 'trebuchet MS', 'gill sans', 'gill sans mt', sans-serif;
    font-weight      : normal;
    font-size        : 3em;
    text-align       : center;
    letter-spacing   : 0.16em;

    padding          : 0em;

	margin-top       : 0.2em;
	text-shadow      : 0px 0px 2px #999;
    }

#emuu a {
    color            : #009;
    background       : inherit;
	text-decoration  : none;
	border-bottom    : none;
    }

#since {
    text-align       : center;
    font-family      : 'gill sans', sans-serif;
    font-size        : 100%;

    padding-top      : 0.125em;
    padding-bottom   : 1.5em;

	color            : #222;
	background       : inherit;
    }

#topnav, #bottomnav {
	color            : #333;
	background       : inherit;

    font-family      : 'gill sans', sans-serif;
    font-size        : 95%;
	line-height      : 95%;

	padding-top      : 0.2em;
	padding-bottom   : 0.5em;
    }

#topnav {
	text-align       : center;
	}

#topnav a, #bottomnav a {
	color            : #222;
	background       : inherit;

	border-bottom    : none;
	text-decoration  : none;
	}

/* encloses both the main page and the rightside column */
#wrapper {
	text-align       : center;
	margin           : 0 auto;
	min-width        : 40em !important;
	padding          : 0em;
	width            : 40em;
	}

/* main window */
#main {
	background       : #fefefe;
	color            : black;
	font-family      : 'gill sans', 'gill sans mt', sans-serif;
	font-size        : medium;
	line-height      : 1.5em;
	text-align       : left;
	width            : 30em;
	vertical-align   : top;
    }

h1 {
	margin-bottom    : 0em;
	padding-bottom    : 0.1em;

    font-family      : 'trebuchet MS', 'gill sans', 'gill sans mt', sans-serif;
	font-size        : 1.4em;
	text-decoration  : none;
	background       : inherit;
	color            : #222;
	}

h2 {
    font-family      : 'trebuchet MS', 'gill sans', 'gill sans mt', sans-serif;
	font-size        : 1.2em;
	background       : inherit;
	color            : #333;
	line-height      : 1.2em;
	margin-left      : 0;
	}

h3 {
    font-family      : 'trebuchet MS', 'gill sans', 'gill sans mt', sans-serif;
	font-size        : 1.0em;
	color            : white;
	background       : inherit;
	color            : #444;
	line-height      : 1em;
	margin-left      : 0;
	font-weight      : normal;
	}

/* this was reset in reset.css */
ol, ul {
	margin-top       : -1em;
	margin-left      : 2em;
	margin-bottom    : 1em;
	padding-top      : 0em;
	}

#byline {
    font-size        : 0.8em;
	font-style       : italic;
	padding-bottom   : 5px;
	padding-left     : 9px;
	margin-bottom    : 0;
	}

.redcol {
    padding-left     : 0.5em;
    padding-right    : 0.5em;
    padding-left     : 0.5em;
    vertical-align   : top;
	width            : 50%;
    }

.redcol ul {
	margin-top: -1em;
	padding-top: 0;
	}

.bluecol {
    padding-right    : 1em;
    padding-left     : 0.5em;
    vertical-align   : top;
	width            : 50%;
    }

.bluecol ul {
	padding-left      : 2em;
	margin-top       : -1em;
	}

.childbox {
    padding-left     : 0.5em;
    padding-right    : 0.5em;
    padding-left     : 0.5em;
    vertical-align   : top;
	}

#rightside {
	vertical-align   : top;
	width            : 10em !important;
	font-size        : large;
	line-height      : 1.5em;
	font-family      : 'gill sans', sans-serif;
	padding-left     : 1.0em;
	margin-left      : 1em;
	padding-top      : 0em;
	text-align       : left;

	background       : #fefefe;
	}

.wnewlink {
	border           : none;
	color            : #00d;
	background       : inherit;
	text-decoration  : none;
	font-size        : small;
    margin-bottom    : 0em;
    padding-bottom   : 0em;
    line-height      : 1em;
	}

.righthead {
	margin-bottom    : 0.0em;
	text-shadow      : 1px 1px 1px #ccc;
	}

.righthead a {
	text-decoration  : none !important;
	}

.rightbold {
    font-family      : 'trebuchet MS', 'gill sans', 'gill sans mt', sans-serif;
	background       : #8C7853;
	color            : #ffd;
	width            : 100%;
	margin-top       : 0em;
    margin-bottom    : 0.15em;
	padding-left     : 0.2em;
	}

.commentbody {
	font-family      : 'gill sans', 'gill sans mt', sans-serif;
	border-top       : double 3px blue;
	margin-bottom    : 5px;
	margin-top       : 1em;
	padding-top      : 0.5em;
	}
.commentname {
	text-align       : right;
	color            : #333;
	font-family      : 'gill sans', 'gill sans mt', sans-serif;
	}
.commentlocale {
	text-align       : right;
	font-family      : 'gill sans', 'gill sans mt', sans-serif;
	}
.commenttime  {
	text-align       : right;
	font-size        : small;
	}
.commentresponse {
	font-family      : 'gill sans', 'gill sans mt', sans-serif;
	border-top       : dashed 1px #ccc;
	margin-top       : 5px;
	padding-top      : 5px;
	font-style       : italic; color: #006;
	background       : inherit;
	}

#feedform {
	border-top       : solid 1px #444;
	width            : 100%;
	padding-top      : 2em;
	margin           : 0 auto;
	font-family      : 'gill sans', 'gill sans mt', sans-serif;
	}

#bottomnav {
	font-size        : 0.75em;
	color            : #fff;
	text-align       : center;
	}

#bottomnav a {
	margin-right: 0;
	padding-right: 0;
	}


-->
