/* 2009 chrooted-universe.org's CSS */

/* main */
html,body{ margin:0; padding: 0; min-width: 25em; }
body{ background: #191916 /*#ebe1cc*/; font: 1.6em "Trebuchet MS",
      sans-serif; color: #c4bdab; text-align:justify; }

/* div */
#name { font-size: 2.5em; margin: 1em 0 0 1em;
        line-height: 0.715em; }
#stripe { text-align: center; margin: 0; padding: 1em;
          border-bottom: 1px solid #6e6a5f; border-top: 1px solid #6e6a5f; }
#info { margin: auto; padding: 0.3em; width: 30em; font-size: 0.65em;
        border: 1px solid #6e6a5f; border-top: none; }
#status { text-align: center; margin: 3% auto; text-transform: uppercase;
          font-size: 0.5em; letter-spacing: 0.1em; }

/* tag */
#smaller {font-size: 0.5em; }
.colorful { color: #6e6a5f; }
.rightspace { margin-right: 1em; }
li { display: inline; list-style: none; }
a { text-decoration: none; }
a:link,
a:visited { color: #6e6a5f; }

#nolink { color: #c4bdab; }

a:hover,
#name a:link,
#name a:visited,
#name a:hover span  { color: #c4bdab; }

#name a:hover { color: #6e6a5f; }


