/* stylesheet for Curragh-Labs.org */

body { 
  background-color: #FFF;
  color: #000;
  font-family: Ariel, sans-serif;
}

.s-caps { 
  font-variant: small-caps;
 }

.small { font-size: x-small; }

.red { color: #900; }

.url { 
  font-family: courier, serif;
  font-size: small;
}

.footer { 
  font-size: x-small;
}

.banner { 
  position: absolute;
  width: 384px;
  margin-top: 150px;
  margin-left: 256px;
  font-size: x-small;
  text-align: right;
 } 

.bar { 
  position: absolute;
  width: 150px;
  height: 120%;
  margin-top: -20px;
  margin-left: -10px;
  padding: 20 2 2 2px;
  background-color: #9CF;
  border-style: double;
  border-width: 0 10 0 0px;
  border-color: #009;
  font-size: x-small;
  text-align: left;
 } 

.links { 
  position: absolute;
  width: 150px;
  height: 120%;
  margin-top: 5px;
  margin-left: 140px;
  font-size: x-small;
  text-align: left;
 } 

a:link.index_menu { 
  display: block;
  color: #000; 
  text-decoration: none;
  padding: 0 2 0 2px;
}

a:visited.index_menu { 
  display: block;
  color: #009;  
  text-decoration: none;
  padding: 0 2 0 2px;
}

a:hover.index_menu { 
  display: block;
  color: #FFF;
  background-color: #009;
  text-decoration: none;
  padding: 0 2 0 2px;
}

.foot {
  position: absolute;
  left: 216px;
  margin: 10px;
  bottom: 0;
  font-size: small;
  text-align: left;
 }

#ie_warning { 
  background-color: #FF6;
  border: 2px solid #009;
  border-left: 0px;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
 }