/*
 * A scrolling body, a site navigation menu (id.banner) along
 * the top and a local navigation menu (id.menu) along the
 * right side.
 *
 * Copyright ? 2003 W3C? (MIT, ERCIM, Keio). All Rights Reserved.
 * See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 12 Sep 2002
 * Version: $Id: threepart.css,v 1.52 2005/03/03 15:30:51 bbos Exp $
 *
 * --- THIS VERSION HAS BEEN MODIFIED FOR USE OF WP8 ---
 */

/* Colors, fonts and other basic stuff */

body {
  background: white;
  color: #333;
  font: 14px/1.3 Arial, Helvetica, sans-serif;
  text-align: justify;
}
h1 {
  line-height: 1;
  text-align: center;
  font-variant: small-caps;
  border-bottom: medium solid;
  padding: 0 0.5em 0.2em 0.5em;
  font-weight: normal;
}
h1:first-line {
  border-bottom: none;		/* bug in Konqueror 3.1 */
  font-style: italic;
}
h2 {
  text-align: center;
  line-height: 1;
  color: #aa7;
  border-bottom: thin solid;
  padding: 0 0.5em 0.2em 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}
h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 1.5em 1em 1em 0;
  display: run-in;
}
h3.subtitle {
  text-align: center;
  font-style: italic;
  margin: -0.5em 0 0 0;
  padding: 0 0 0.5em 0;
  display: block;
  color: #aa7;
}
h4 {
  text-align: left;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  color: #808080;
}
h4.date {
  color: black;
  font-size: 1em;
}
h4.more {
  clear: both;
}
h5 {
  margin: 0;
}
li {
  padding-left: 0;
  margin-left: 0
}
ul, ol {
  padding-left: 0;
  margin-left: 1.5em
}
/*
p + p {				/* Indent rather than top margin */
  text-indent: 1.5em;
  margin-top: 0;
}
*/
p {
  margin-top: 1em;
  margin-bottom: 0;
}
a:link, a:visited {
  color: #666;
}
a:active, a:hover {
  background: #999;
  color: #FFF;
}
a.home:active, a.home:hover {
	background: none;
}
a:link img, a:visited img {
  border-style: none;
}

/* Give the body some margins to make room for the two menus */

html {
  margin: 0;
}
body {
  position: relative;			/* Make containing block for the menus */
  padding: 1em 14em 1em 14em;	/* Room for menu and more */
  margin: 0;
  min-width: 40em;
}

/* Popup windows have no banner or menu */

body.popup {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  text-align: left;
}


/*--- PAGE LOGO ---*/
div#logo {
	padding-bottom: 1em;
}

/*---  MENU BAR ---*/
div#menu {
  position: absolute;
  width: 11em; height: auto;
  top: 1em; right: auto; bottom: 1em; left: 1em;
  padding: 0 1em 0 0;
  text-align: left;
  border-right: 1px dotted #999;
}

/*--- MORE BAR ---*/

div#more {
  position: absolute;
  width: 11em; height: auto;
  top: 1em; right: 1em; bottom: 1em; left: auto;
  padding: 0 0 0 1em;
  text-align: right;
  border-left: 1px dotted #999;
}

/*--- MENU, MORE & MAP ---*/

div#menu h4,
div#more h4,
div.map h4 {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0 0.5em;
  color: #808080;
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.0em;
}
div.map hr {									/* Hide the HR inside the map */
  display: none;
}
div.map a,
div.map p,
div.map h2 {
  display: block;
  width: 9em;
  margin: 0;
  padding: 0.5em 1em;
  text-indent: 0;
  text-align: left;
  background: #ddd;
  color: black;
  border-bottom: none;						/* Remove rule under H2 */
  list-style: none;							/* Remove triangle from H2 */
}
div#menu ul,
div#more ul,
div.map ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.map li li {
  margin: 0;
  padding: 0;
  background: #A0A0A0;
  color: white;
}
div#menu a:link, div#menu a:visited,
div#more a:link, div#more a:visited,
div.map a:link, div.map a:visited {
  text-decoration: none;
}
div.map a:link, div.map a:visited {
  color:black;
  font-style: normal;
  text-transform: uppercase;
}
div.map a:hover {
  background: #CCC;
}


/*--- PAGE CONTENT ---*/
div#content {
  width: 40em;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

div#content img {
  max-width: 40em;
}

div#content img[align=left] {
  padding-right: 1em;
}

div#content img[align=right] {
  padding-left: 1em;
}

/* events */

.events {
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.events p {
  margin: 1em 0 1.5em 0;
}

/* weblog */

.weblog {
  padding-bottom: 1em;
/*  border-bottom: 1px dotted #999; */
  margin-bottom: 2em;
}

.weblog p {
  margin: 1em 0 1.5em 0;
}

/* common */

.menuSpacer {
  border-bottom: 1px dotted #999;
  margin-bottom: 15px;
}

.author {
  font-size: smaller;
}

form {
  margin-top: 0px;
}

.input {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 2px;
}

.textarea {
  border: 1px solid #ccc;
  background-color: #fff;
}

.button {
  background-color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  margin: 3px 0;
}

.pulldown {
  background-color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

td.right {
  font-style: italic;
}

.right {
 text-align: right;
}

.red {
 color: #ff0000;
 font-weight: bold;
}

.colorBG {
 background: #cccccc;
}

/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */

.header {
  color: #333333;
  font-weight: bold;
}

.navlinks {
  color: black;
  font-weight: bold;
}
.navlinks a {
	text-decoration: none;
}
.navlinks a:link, .navlinks a:visited, .navlinks a:active {
	color:  #333333;
}
.navlinks a:hover {
	color: red;
	background: none;
}

.weekdays, .miniweekdays {
  color: #666666;
  font-family: verdana,trebuchet,sans-serif;
  font-weight: bold;
  text-align: center;
}
.weekdays {
  font-size: 0.9em;
}
.miniweekdays {
  background: #efefef;
  font-size: 0.7em;
  padding: 3px;
  width: 16px;
}
.monthdays, .minimonthdays {
  color: #666666;
  font-family: verdana,trebuchet,sans-serif;
}
.monthdays {
  font-size: 0.9em;
}
.minimonthdays {
  background: #ffffff;
  font-size: 0.7em;
  padding: 0.3em;
  text-align: center;
}
.monthdays a, .minimonthdays a {
	text-decoration: none;
}
.monthdays a:link,    .minimonthdays a:link,
.monthdays a:visited, .minimonthdays a:visited,
.monthdays a:active,  .minimonthdays a:active {
	color:  red;
	background: none;
}
.monthdays a:hover, .minimonthdays a:hover {
  color: white;
  background: red;
}
.monthdaysdate {
  float: right;
  text-align: right;
}
.monthdaystext {
  text-align: left;
}
#today {
  background: #cccccc;
}

/*=====*/

@page {
  margin: 1.5cm
}

@media print {
  /*
   * Don't print the menus. Make the title large enough
   * to take half a page. Print a WP8 logo in the
   * upper left corner.
   */
  div#logo, div#menu, div#more, div.map {display: none;}
  body, html>body {margin: 0; padding: 0;}
  body:before {display: block; content: url(/pics/wp8_logo_web0160.gif); margin-left: 50px;}
  div#content {padding: 0;}
  a {color: black; text-decoration: none;}
}

/*
Local variables:
mode: css
cssm-indent-level: 2
End:
*/


