/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */

html, body, * {
        margin: 0;
        padding: 0;
/*        font-family: 'Trebuchet MS', Helvetica, sans-serif; */
        font-family: "Fertigo","Georgia","Big Caslon",serif;
        font-size: 100%;
        color: #57604D;
}

body {
    background: #A5AD9C url('images/notebg.gif') repeat-y;
}

#header {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: .6em;
}

#container {
    max-width: 980px;
    position: relative;
    margin: 0px 0px 0px 82px;
    padding: 20px 8px 0px 8px;
}
h1 {
    padding: 4px 0px 4px 82px;
    background: url('images/globe.png') no-repeat;
    font-size: 3.0em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 6px;
}

h3 {
    margin: 12px 0px 4px;
    font-weight: bold;
}

#nav {
    font-size: 2.2em;
    list-style: none;
    list-style-position: inside;
    position: relative;
}
#nav li {
    margin-top: 6px;
    padding-left:70px;
    line-height: 2em;
    cursor: pointer;
    position: relative;
    background: url('images/star.png') no-repeat;
}
#nav li a {
    text-decoration: none;
    color: #57604D;
}
#nav li .bubble {
    display: none;
    line-height: 1em; 
    text-decoration: none;
}
#nav li:hover {
    background: url('images/magnify.png') no-repeat;
}
#nav li:hover a {
    text-decoration: underline;
}
#nav li:hover div.bubble {
    display: block;
    background: white;
    border: 1px solid #444;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: #444 5px 5px 5px;
    -webkit-box-shadow: #444 5px 5px 5px;
    padding: 16px 10px 6px 88px;
    font-size: .7em;
    position: absolute;
    left: 15em; 
    top: 0px;
    z-index: 100;
    width: 280px;
    min-height: 210px;
    background: white url('images/information.png') 12px 8px no-repeat;
}

#nav li:hover div.bubble:after {
    content: "This space left intentionally blank.";
    position: absolute;
    bottom: 4px;
    right: 6px;
    color: #ccc;
    font-size: .5em;
}

#goback {
    display: none;
    height: 64px;
    cursor: pointer;
    border: none;
    position: absolute;
    text-decoration: none;
    top: 80px;
    left: 14px;
    background: transparent url('images/arrow_left.png') no-repeat;
    line-height: 3.3em;
    font-size: 1.2em;
    padding-left: 70px;
}


#embed_content {
    position: relative;
    display: none;
    font-size: 1.2em;
    margin: 54px 0px 0px 12px;
}

#embed_content > p {
    margin-left: 32px;
}
#embed_content > ul {
    margin-left: 22px;
}
#embed_content ul.sublist {
    margin-left: 62px;
}
