@charset "iso-8859-1";

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
body {
  font: 1em/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; 
  word-spacing: 0.1em;
  font-size: 81%;
}
p, h4, h5, ol, ul, li, pre, table, input, select, th, td {font-size: 1em;}  
h1 {font-size: 1.4em; line-height: 1.6em;}  
h2 {font-size: 1.4em; font-weight: bold;}  
h3 {font-size: 1.0em; font-weight: bold;}  
h4 {font-size: 0.8em; font-weight: normal;}  
h6, small {font-size: 0.8em;}  
pre, code {font-family: Consolas, monospace;}
b {font-weight: bold;}

img {border: 0; display: block; max-width: 100%;}
hr {color:#fff; border-bottom:solid 1px; margin:2em auto 2em 0; width:30%; text-align:left;}
p.nospace {margin-bottom: 0em !important;}
ul.nospace {margin-top: 0em !important;}
.indent {margin-left: 1.3em;}
.hide {display: none;}

table {border-width: 0; border-collapse: collapse;}
table tr, table label {vertical-align: top; text-align: left;}
table th, table td {padding: .2em;}
table th {font-weight: normal; text-align: right;}


/* --------- */
/* structure */
/* --------- */
html, body {height: 100%;}
body {
    text-align: center;
    color: #000; 
    background-color: #fff;
    margin: 20px;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 822px;
}
#header, #footer, #content, #footerline  {
    position: relative;
    float: left;
    text-align: left;
    clear: both;
    width: 100%;            // this is key!
}
#header {
	background-image: url(header.jpg);
	width: 822px;
	height: 236px;
}
#year {
    position: absolute;
	background-image: url(year.jpg);
	width: 113px;
	height: 47px;
	top: 27px;
	left: 696px;
}
#footer {
	width: 822px;
    margin-top: 1em;
    text-align: center;
	font-size: 0.8em;
}
#content {
	background-image: url(slice.jpg);
	width: 822px;
}
#footerline {
	background-image: url(footer.jpg);
	height: 19px;
}


/* ---- */
/* menu */
/* ---- */
#menu {
	position: absolute;
	top: 155px;
	left: 13px;
	width: 810px;
}
#menu a {
	display: block;
	width: 79px;
	height: 22px;
	float: left;
	border-right: solid 1px #333;
}
#menu a, #menu a:visited {
	background-position:0 0;
}
#menu a:hover {
	background-position:0 27px !important;
	border-bottom: none;
}
#menu a#m00 {background:url(menu_00.jpg);}
#menu a#m01 {background:url(menu_01.jpg);}
#menu a#m02 {background:url(menu_02.jpg);}
#menu a#m03 {background:url(menu_03.jpg);}
#menu a#m04 {background:url(menu_04.jpg);}
#menu a#m05 {background:url(menu_05.jpg);}
#menu a#m06 {background:url(menu_06.jpg);}
#menu a#m07 {background:url(menu_07.jpg);}
#menu a#m08 {background:url(menu_08.jpg);}
#menu a#m09 {background:url(menu_09.jpg);}
#menu a#m10 {background:url(menu_10.jpg);}
#menu a#m11 {background:url(menu_11.jpg);}


/* ------- */
/* columns */
/* ------- */
#left, #full {
	float: left;
	width: 400px;
	padding: 1em 20px 0 24px;
}
#left {
	border-right: solid 1px #000;
}
#full {width: 740px;}
#right {
	float: right;
	width: 340px;
	padding: 1em 16px 0 0;
}

#content ul {
    margin-bottom: 0.7em;
}
#content p {
	margin-bottom: 1em;
}
#content li {
	list-style-type: square; 
    margin-left: 1.3em;
}

.column {
    float: left;
    clear: none;
    width: 30%;
    margin: 0 0 0 5%;
    padding-top: 1px;
    padding-bottom: 1px;
}
.columnfirst {
    float: left;
    clear: left;
    margin: 0;
}
.columnwide {width: 60%;}




/* ----- */
/* forms */
/* ----- */
.comments-wrapper input, .comments-wrapper textarea {
  border: 1px solid #000;
} 
.comments-wrapper input.button {
  padding: .2em; 
  cursor: pointer;
  border: 1px solid #000; 
  margin-right: 10px;
}


/* ------------ */
/* comment form */
/* ------------ */
.comment-view, .comment-form {
  float: left;
  clear: left;
  padding: 1em 0;
  width: 100%;
  margin-top: 1.5em;
}
.comment-preview {border: 1px solid #000; padding: 1em;}
.comment-form {
  clear: both;
}
.comment-no {
  float: left;
  clear: none;
  width: 2em; 
  padding-top: .2em; 
}
.comment, comment-preview {
  float: left;
  clear: none;
  border: none; 
  width: 90%;
  padding: 1em;
  padding-top: 0;
  margin-bottom: 0.5em;
}
.author-string{ font-variant: small-caps; }

.comment-display h4 {margin-left:1.6em;}
ul.comments_error {border:1px solid #fff; padding:1em;}


/* ----- */
/* other */
/* ----- */
p.icon {
	display: inline;
	background: url(arrow.gif) no-repeat bottom right;
}

.photo {
	width: 300px;
	margin-top: 20px;
	font-size: 0.8em;
	padding: 4px;
	border: solid 2px #ccc;
}  

