html {
    background-color: #000;
    background: #000 url(/img/ncascades-sunset-original.jpg) center center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

body {
    font-size: 62.5%;
    color: #fff;
    
    background: url(/img/grid.png) repeat scroll 0 0;
    background-size: 100%;
position:absolute;
width:100%;}

h1, h2, h3, h4, h5, h6 {
    /* ive taken many ideas from Jason Santa Maria (http://jasonsantamaria.com/) and others - credits will be added eventually.  For now, feel like I have to admit that I'm using the same font stack he is for my headings*/
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
}

/*
#pageBackground {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
*/
/* the grid look is an idea I stole from http://devkick.com/lab/fsgallery/ 
#grid {
    width: 100%;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: -1;
}*/

#layer1,
#layer2,
#layer3 {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#layer1 {}
#layer2 {}
#layer3 {}

header {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
    background-color: #000;
    border-bottom: 1px solid #181C21;
    padding: 10px 0;
    opacity:0.7;
    font-size:0.9em;
}

header nav {
    display: block;
    float: left;
    margin: -10px 0 0 20px;
    font-size: 1em;
}

header nav a {
    display: block;
    float: left;
    color: #ddd;
    font-size: 1.8em;
    padding: 18px 8px 8px 8px;
    margin-right: 20px;
    height: 30px;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-weight: 200;
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}

header nav a:hover {
    text-decoration: underline;
}

header nav a.current {
    background-color: #fff;
    color: #000;
}

header h1 {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #181C21;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #181C21;
    padding: 10px;
    font-size: 1em;
    opacity:0.7;
    /*filter:alpha(opacity=70);*/
}

header h1 a {
    text-decoration: none;
}

#content {
    min-height: 550px;
    display: block;
}

#content section {
    display: none;
    background-color: #181C21;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #181C21;
    position: relative;
    margin: 25px 25px 0 0;
    padding: 20px;
    font-size: 1.05em;
    line-height: 1.5em;
    float: right;
    width: auto;
    opacity:0.7;
    /*filter:alpha(opacity=70);*/
}

#firstSection {
    top: 65px;
}

footer {
    min-height: 300px;
    background-color: #000703;
    display: block;
}

footer section {
    display: none;
    background-color: #181C21;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #181C21;
    position: relative;
    margin: 25px 25px 0 0;
    padding: 20px;
    font-size: 1.05em;
    line-height: 1.5em;
    float: left;
    width: auto;
    opacity:0.7;
    /*filter:alpha(opacity=70);*/
}

.subsection {
    padding: 5px 5px 10px 5px;
    border-top: 1px solid #585C61;
    display: block;
    float: left;
    width: 250px;
    margin: 10px 10px 10px 10px;
}

.last {
    border-bottom: 1px solid #585C61;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.3em;
    margin: 10px 0;
    font-weight: bold;
}

a {
    color: #ddd;
    text-decoration: underline;
}

ul {
    margin-top: 10px;
}

li {
    padding: 4px 0 4px 3px;
    list-style-type: disc;
    margin-left: 20px;
}

p {
    margin: 10px 0;
}

.hidden, #hidden-for-now, #hidden-for-now * {
    display: none;
    height: 0;
    width: 0;
    position: absolute;
    top: -99999px;
    margin: 0;
    padding: 0;
}
.strikethrough {
    text-decoration: line-through !important;
    font-weight: normal;
    opacity: .5;
}