div#restrict
{
}

div#gallery
{
  float: right;
  width: 400px;
  margin-left: 1em;
}

div#icons { float: right; }
div#models { margin-right: 208px; }

div#gallery img
{
  display: block;
  margin-bottom: 1ex;
}


div#icon
{
  float: left;
  height: 48px;
  width: 64px;
  padding: 9px;
  background: white;
  margin-right: 13px;
  border: 3px solid rgb(64,64,256);
  background-position: center center;
  background-image: url(/images/blackbird/blackbird-icon-idle-64x48.png);
  background-repeat: no-repeat;
}

div#icon:hover
{
  height: 48px;
  width: 64px;
  padding: 9px;
  margin-right: 13px;
  background-position: center center;
  background-image: url(/images/blackbird/blackbird-icon-roll-64x48.png);
  background-repeat: no-repeat;
}

p a {text-decoration: none; color: rgb(192,255,160);}
p a:hover { color: black; background-color: rgb(192,255,160); }
p a:visited { color: rgb(192,192,255); }
p a:visited:hover { color: black; background-color: rgb(192,192,255); }

a img { text-decoration: none; border: 2px solid rgb(192,192,255); }
a:hover img { text-decoration: none; border: 2px solid rgb(192,255,160); }

.update { font-family: monospace; color: rgb(96,255,255); font-size: larger; }