/* CSS for North City - by Jan Kaluza */

body {
  background-color:#FFF;
  color:#000;
  height:100%; 
  width:100%;
  margin:0; padding:0;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:1em;
}

a { text-decoration:none; color:#00F; cursor:pointer; }
a:hover { color:#808; border-bottom:1px dotted #933; }

#toplogo {
  position:absolute;
  left:40px;
  top:20px;
  z-index:1;
}

#topbanner {
  position:absolute;
  right:20px;
  top:0;
  z-index:0;
}

#tagline {
  position:absolute;
  right:2em;
  top:2em;
  font-size:1em;
  color:#777;
  font-variant:small-caps;
}

#topmenu {
  position:absolute;
  top:140px;
  left:40px;
  /* height:60px; */
  z-index:1;
}
/* #topmenu ul,ol { list-style-type:none; } */
#topmenu li {
  list-style-type:none;
  display:inline;
  padding:4px; 
  margin-right:6px;
  border:1px dotted #999999;
  background-color:#DEDEDE;
}
#topmenu a { text-decoration:none; color:#000; cursor:pointer; }
#topmenu a:hover { color:#808; border-bottom:1px dotted #606; }

#leftbar {
  position:absolute;
  top:225px;
  left:0;
  width:180px;
  height:100%;
  padding-top:10px;
  background-color:#EEE;
  background-image:url(img/grayL2strip.png);
  background-repeat:repeat;
  z-index:1;
}
#lbtop {
  position:absolute;
  top:195px;
  left:0;
  width:180px;
  padding-top:20px;
  background-image:url(img/grayL2.png);
  background-repeat:no-repeat;
  z-index:2;
}

#rightbar {
  position:absolute;
  top:225px;
  right:0;
  width:180px;
  height:100%;
  padding-top:10px;
  background-color:#EEE;
  background-image:url(img/grayR2strip.png);
  background-repeat:repeat;
  z-index:1;
}
#rbtop {
  position:absolute;
  top:195px;
  right:0;
  width:180px;
  padding-top:20px;
  background-image:url(img/grayR2.png);
  background-repeat:no-repeat;
  z-index:2;
}

#content {
  position:absolute;
  top:210px;
  left:200px;
  right:200px;
  height:100%;
  z-index:3;
}

.vertlist ul,ol { list-style-type:none; }
.vertlist li {
  font-size:0.8em;
  list-style-type:none;
  right:3;
  padding:5px;
  border:1px dotted #999999;
   background-color:#ccf;
}

/* sizing control */
h1 { font-size:1.5em; font-weight:bold; }
h2 { font-size:1.4em; font-weight:bold; }
h3 { font-size:1.3em; font-weight:bold; }
h4 { font-size:1.2em; font-weight:bold; }

.em07 { font-size:0.7em; }
.em08 { font-size:0.8em; }
.em09 { font-size:0.9em; }
.em11 { font-size:1.1em; }
.em12 { font-size:1.2em; }
.em13 { font-size:1.3em; }

/* class for where.am.we */
.whereamwe { font-size:0.7em; text-align:left; }

/* classes for monthy.js calendar */
.tcaps { font-variant:small-caps; font-size:0.7em; text-align:right; }

/* -end- */
