/* Standard stylesheet for Elena of Valhalla personal page */

/* Colors and fonts */

body {
  background-color: #ccffff;
  color: #000033;
}

a:link {
  color: #0000ff;
  background-color: #ccffff;
}

a:active {
  color: #00ffff;
  background-color: #ccffff;
}

a:visited {
  color: #000066;
  background-color: #ccffff;
}

a.extl {

}

h1 {
  text-align: center;
}

/* Hidden texts */

span.hidden {
  display: none;
}

/* Page layout */

div.title {
  position: absolute;
  top: 1px;
  height: 80px;
  width: 60%;
  left: 20%;
  right: 20%;
}

div.content {
  position: absolute;
  top: 80px;
  width: 79%;
  left: auto;
  right: 1px;
}

div.info {
  position: absolute;
  width: 20%;
  left: auto;
  top: 1px;
  right: 1px;
  text-align: right;
  font-size: small;
}

div.logo {
  position: absolute;
  height: 80px;
  width: 17%;
  top: 1px;
  left: 1px;
}

div.navigation {
  position: absolute;
  width: 17%;
  top: 95px;
}

/* Navigation Bar */

span.nav-title {
  display: block;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

div.nav-class {
  border-width: medium;
  border-style: inset;
  border-color: #0000ff;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

a.nav-link {
  display: block;
  line-height: 1.2;
  border-width: medium;
  border-style: outset;
  border-color: #0000ff;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

a.nav-link:active {
  border-style: inset;
}

div.nav-skip {
  display: none;
}

div.copy {
  font-size: small;
  border-width: medium;
  border-style: inset;
  border-color: #0000ff;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* list categories */                                               

/* link */

dl.main-link {

}

dl.proj-link {

}

dl.arcr-link {

}

dl.grps-link {

}

dl.rant-link {
}

/* downloads */

dl.proj-down {
}

dl.grps-down {
}

/* gallery */

dl.arcr-gall {
}

dt.arcr-gall {
  float: left;
  clear: left;
}

dd.arcr-gall {
  margin-left: 160px;
  margin-bottom: 2ex;
  margin-top: 0px;
  min-height: 160px;
}

div.arcr-gall-img {
  width: 160px;
  padding: 5px;
  margin: 5px;
  float: left;
  border-width: medium;
  border-style: dotted;
  border-color: #0000ff;
  text-align:center;
}

/* this is because simply giving no text decoration to the img does 
   not work */
a.arcr-gall {
  text-decoration: none;
}

span.arcr-gall-capt {
  text-decoration: underline;
}

div.arcr-gall-capt {
  /*text-align: center;*/
}

h2 {
  clear: both;
}

h3 {
  clear: both;
}

div.gads {
  clear: both;
}

/* Images in rants */

div.rant-img {
  width: 160px;
  padding: 5px;
  margin: 5px;
  float: right;
  border-width: medium;
  border-style: dotted;
  border-color: #0000ff;
  text-align:center;
}

img.rant-img {
  
}

div.rant-img-capt {
  /*text-align: center;*/
}

/* Images in projects */

div.proj-img {
  width: 160px;
  padding: 5px;
  margin: 5px;
  float: right;
  border-width: medium;
  border-style: dotted;
  border-color: #0000ff;
  text-align:center;
}

img.proj-img {
  
}

div.proj-img-capt {
  /*text-align: center;*/
}

/* Ecternal links */

a.external {

}

/* Other formatting */

blockquote.rant-quot {
  text-align: right;
  font-style: italic;
}

