/* css Cobbled together by 'Kyle' - http://www.nexusofnow.org */
/* This is my first css, inspired by a few different css I've seen out and about,  */
/* with the aid of Amaya (http://www.w3.org/Amaya/) /*
/* Though this validated by the W3C Validation service at:
/* http://jigsaw.w3.org/css-validator
/* ...I can't say I'm an expert, and I'll welcome any and all suggestions. */
/* Om Mani Padme Hum */

   
/* basic elements */
body { 
  text-indent: 0;
  vertical-align: top;
  text-align: center;
  color: #dfdce4;
  background-color: Black;
  background-image: url(nexusofnowbackground.png); background-repeat: repeat-y;
  margin-top: 20px;
  margin-left: 100px;
}
p { 
  margin-top: 0px; 
}
h1 {
  text-align: center;
  font-style: oblique;
  color: #3b2891;
  background-color: #000000;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: auto;
}
h2 {
  text-align: center;
  font-weight:bold;
  color: #000000;
  background-color: #402554;
  margin-top: 15px;
  margin-bottom: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: auto;
}
a:link { 
  text-decoration: none; 
  color: #9da6dc;
  font-weight: bold;
}
a:visited {  
/*  text-decoration: line-through; */
  text-decoration: none;
  font-style: italic;
/* Going to try italics instead */
  color: #9da6dc;
}
a:hover, a:active { 
  text-decoration: underline; 
  color: #6e49f0;
  font-weight: bold;
}


/* specific divs and classes */
#intro { 
  text-align: center;
  font-size: smaller;
  font-style: italic;
  font-weight:lighter;
}
#container {
  width: 65%;
  margin-left: 10% 
}

.textblock {
  text-align: justify;
  background-color: #483f67;
  border:  2px dashed #221753;
  padding: 2px;
  margin-bottom: 24px;
}
#introh3 {
  
  background-color: #221753;
  border:  3px dashed #483f67;
  padding: 5px;
}
#introh2 {
}
#linkslist {
  position: absolute;
  top: 317px;
  left: 80%;
  width: 15%;
  text-align: left;
  background-color: #402554;
  border:  3px ridge #252799;
  padding: 2px;
  font-size: smaller;
}
.linksheader {
  text-align: center;
  background-color: #251c5e;
  color: #756992;
  font-weight:bold;
}
#footer { 
  text-align: center;
  font-size: smaller;
  font-style: italic;
  font-weight: lighter;
}
