/*!
 * Nerderous (http://nerderous.com)
 * Copyright 2015-Eternity, Nerderous Inc
 * Licensed under Nerderous
 * 
 * CSS Incomplete
 */

html, body{
    height:100%;
}

body {
    background-color:#E3DAC9; 
    font: 15px arial, sans-serif;
}

/* unvisited link */
a:link {
    color: #2A4CF8; 
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #652BC8; 
    font-style: italic;
}

/* mouse over link */
a:hover {
    color: #75C4FD; 
    text-decoration: underline; 
    font-style: italic;
}

/* selected link */
a:active {
    color: #FFFFFF; 
    text-decoration: underline; 
    font-style: italic;
}

h1 {
    font-size: 2.5em; 
    color: #333333; 
    font-family: Impact, Copperplate, Arial, Helvetica, sans-serif; 
    text-shadow: 0px 2px 6px #333;
}

p {
    font-size: 1.5em; 
    font-weight: bold;
}

#container {
    height:100%;
    width: 100%;
}

ul#nav {
    position:relative;
    height:40px;
    width:auto;
    padding:10px 0 0 0;
    margin:0;
    z-index:999;
    list-style:none;
    background-color:#B2B2B2;
    opacity:0.98;
    border-radius: 25px;
}

ul#nav  li {
    display:inline;
    margin-right:10px;
}

ul#nav  li#home_li {
    margin:0 10px;
}

#content {
    margin:10px;
}