

html {
    width: 100%;
    height: 100%;
    margin: 0em;
    padding: 0em;
}
#stw {
    width: 100%;
    height: 100%;
    margin: 0em;
    padding: 0em;
    background-color: #090909;
    color: #fff;
}

#stw div#container {
    width: 50em;
    height: 100%;
    text-align: center;
    margin: 0em;
    margin-left: auto; margin-right: auto;
}

#stw div#header {
    padding-top: 1em;
    position: relative;
    height: 8em;
}

#stw div#header
img {
    position: absolute;
    left: -8em; top: 2em;
}

#stw div#header
ul {
    position: absolute;
    top: 4em;
    list-style: none;
}

#stw div#header
li {
    color: #fff;
    font-size: 16pt;
    
    min-width: 170px;
    min-height: 82px;
    
    line-height: 82px;
    
    background-position: center top;
    background-repeat: no-repeat;
    
    position: relative;
    bottom: 1em;
    right: 1em; margin-left: 0em; /* relative position offsets our margin spacing */
    display: inline-block;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #fff;
    text-decoration: none;
}

a em,
h1 em {
    font-style: normal;
}

h1, h2, ul#nav a {
    font-family: "legitima-1","legitima-2";
}

h1 {
    position: relative;
    right: 1.25em;
    color: #fff;
}

#stw div#header
li#nav1 em,
h1#sec1 em {
    color: #bc2929;
}

#stw div#header
li#nav2 em,
h1#sec2 em	{
    color: #9fbc29;
}

#stw div#header
li#nav3 em,
h1#sec3 em {
    color: #29bc64;
}

#stw div#body {
    text-align: left;
}

.hidden {
    display: none;
}

#up_key {
    position: fixed;
    top: 0em;
    
    text-align: center;
    margin: auto;
    
    width: 100%;
    height: 3.5em;
    
    background-color: #eee;
    color: #000;
    
    font-family: "museo-sans-1","museo-sans-2", sans-serif;
}

#up_key>div {
    display: table;
    text-align: center;
    margin: auto;
}

#up_key>div>div {
    float: right; margin-left: 1em;
}

#up_key p {
    float: left; margin-right: 1em;
}

#up_key
.base	{
    position: absolute; 
    z-index: 1;
    top: 0.25em;
    background-image: url('img/up_key.png');
    width: 3em;
    height: 3em;
}

#up_key
.highlight	{
    position: absolute;
    z-index: 2;
    top: 0.25em;
    background-image: url('img/up_key-highlight.png');
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
}

h2 {
    font-size: 12pt;
    position: relative;
    left: -2em; /* make us stand apart */
}

#artwork .image {
    position: relative;
    margin-bottom: 2em;
}
#artwork .image
span {
    position: absolute;
    font-size: 10pt;
    bottom: -10pt;
    left: 4pt;
    display: inline;
    font-family: "museo-sans-1","museo-sans-2", sans-serif;
    font-size: 10pt;
    font-weight: 100;
}

h2.inactive {
    color: #777;
}

#body>div>div {
    margin-left: 2em; /* h2 tags correct this margin */
}

#body>div>div>a {
    margin-left: 1em;
    color: #cbedff;
    text-decoration: underline;
    font-size: 1.125em;
}
#body>div>div>a>em {
    color: #87f8ff;
}
#body>div>div>a:hover>em {
    color: #6ce5ff;
}
#body>div>div>a:hover {
    color: #d2e9ff;
}

#body p {
    color: #eee;
    font-size: 10pt;
    font-family: "museo-sans-1","museo-sans-2", sans-serif;
}
