/* general */

body {
  background: #fff;
  color: #000;
  font-family: Verdana, sans-serif;
}

#content {
  margin-top: 2em;
  line-height: 1.4em;
}

a:link { color: #7D26CD; }
a:visited { color: #444; }
a:hover, a:active { color: #6c6; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

.typed { font-family: monospace; }
.action { font-weight: bold; }

.rtop { 
  font-size: smaller;
  text-align: right;
}

label:hover {
  background: #cfc;
}

.fivek {
  float: right;
  font-size: smaller;
}

h2.project {
  margin-bottom: 0px;
  padding-top: 0.4em;
  border-top: 1px dashed gray;
}

h1.project {
  margin-bottom: 2px;
}

.info { 
  margin-left: 0.5em;
  font-size: smaller;
  font-style: italic;
  color: #444;
  line-height: 1.2em;
}


/* navbar */

#bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-bottom: 2px;
  font-size: smaller;
  color: #fff;
  background: #4b0082;
  margin-bottom: 5em;
}

#bar a {
  color: #fff;
  text-decoration: none;
}

#bar a:hover, #bar a:active  {
  color: #6c6;
}

#logo, #logo img {
  position: absolute;
  top:  0px;
  left: 0px;
  width:  26px;
  height: 26px;
  border: 0px;
}

#tag {
  float: left;
  font-style: italic;
}

#nav {
  float: right;
  white-space: nowrap;
}

#nav * { display: inline; }

#nav li {
  margin-left: 0.3em;
  margin-right: 0.7em;
}


/* skip navigation */

#skip a, #skip a:hover, #skip a:visited 
{ 
  font-size: smaller;
  position: absolute; 
  top: -500px;
  width: 1px; 
  height: 1px; 
  overflow: hidden;
} 

#skip a:active, #skip a:focus 
{ 
  top: 1px;
  left: 48%;
  color: #fff;
  z-index: 1;
  width: auto; 
  height: auto; 
}


/* tail */

#tail {
  margin-top: 3em;
  border-top: 1px solid #4b0082;
  text-align: center;
  font-size: smaller;
}

