/* @override http://lucidityobscured.servegame.com:3000/harataiki/css/style.css */

*,html {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Myriad Pro", "Verdana";
    color: white;
}
body {
    background: black;
    color: white;
}
#loading {
    background: url('images/cmdshft.png');
    position: absolute;
    width: 74px;
    height: 19px;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin-left: -37px;
    margin-top: -9.5px;
}
#logo {
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: -10px;
    opacity: 0;
}
ul {
    margin-left: 20px;
    list-style: none;  
}
#main {
    opacity: 0;
}
#pss, #nerv, #irc, #hoh {
    font-size: 30pt;
    font-weight: bold;
}
#blog {
    font-size: 60pt;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
#blog a:link {
    text-decoration: none;
    color: #00ff12;
}
#blog a:active {
    text-decoration: none;
    color: #00ff12;
}
#blog a:visited {
    text-decoration: none;
    color: #00ff12;
}
#blog a:hover {
    text-decoration: none;
    background-color: #00ff12;
    color: black;
}




#twitter {
    font-size: 50pt;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}
#twitter a:link {
    text-decoration: none;
    color: #00f6ff;
}
#twitter a:active {
    text-decoration: none;
    color: #00f6ff;
}
#twitter a:visited {
    text-decoration: none;
    color: #00f6ff;
}
#twitter a:hover {
    text-decoration: none;
    background-color: #00f6ff;
    color: black;
}





#pss a:link {
    text-decoration: none;
    color: #ff0000;
}
#pss a:active {
    text-decoration: none;
    color: #ff0000;
}
#pss a:visited {
    text-decoration: none;
    color: #ff0000;
}
#pss a:hover {
    text-decoration: none;
    background-color: #ff0000;
    color: black;
}




#nerv a:link {
    text-decoration: none;
    color: #0018ff;
}
#nerv a:active {
    text-decoration: none;
    color: #0018ff;
}
#nerv a:visited {
    text-decoration: none;
    color: #0018ff;
}
#nerv a:hover {
    text-decoration: none;
    background-color: #0018ff;
    color: black;
}



#irc {
    font-size: 60pt;
    font-weight: bold;
}
#irc a:link {
    text-decoration: none;
    color: #f88b00;
}
#irc a:active {
    text-decoration: none;
    color: #f88b00;
}
#irc a:visited {
    text-decoration: none;
    color: #f88b00;
}
#irc a:hover {
    text-decoration: none;
    background-color: #f88b00;
    color: black;
}




#hoh a:link {
    text-decoration: none;
    color: #ffff00;
}
#hoh a:active {
    text-decoration: none;
    color: #ffff00;
}
#hoh a:visited {
    text-decoration: none;
    color: #ffff00;
}
#hoh a:hover {
    text-decoration: none;
    background-color: #ffff00;
    color: black;
}





#mini {
    font-size: 14pt;
    padding-left: 60px;
    width: 800px;
}
#tweets ul li {
    margin-top: 10px;
}
#creditfooter {
    display: none;
}
#footer {
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 30px;
    background-color: #141414;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 8pt;
    color: #4c4c4c;
}
#ct {
    margin-top: 8px;
    margin-right: 20px;
}
#quote {
    text-align: left;
    position: absolute;
    left: 0;
    margin-left: 20px;
}