/* COLORS _______________________________________
not-white:rgb(255,251,220)
green:rgb(56,117,65)
*/
/* UNIVERSAL _______________________________________ */
/*#main:before{
	content: "Update forthcoming...";
	 position: fixed;
    top: 1vw;
    bottom: 1vw;
    left: 1vw;
    right: 1vw;
    background: rgba(0,0,0,.8);
    z-index: 99;
    color: #68a7de;
    font-size: 5vw;
    text-align: center;
    padding-top: 30vh;
    border-radius: 1vw;
}*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

body {
    color: black;
    background-color: rgb(255, 251, 220);
}

.clear {
    clear: both;
}
/* LAYOUT DIVs _______________________________________ */
#column1 {
    position: absolute;
    left: 0;
    width: 275px;
    height: 500px;
    border-right: 1px solid rgb(80, 80, 80);/*-webkit-filter: blur(3px);
    filter: blur(3px);*/
}

#main {
    margin: 15px 0 0 275px;
    padding: 0 0 75px 0;
}
/* P, SPAN, BLOCKQUOTE, CITE _______________________________________ */
p {
    margin: 0 200px .5em 30px;
}

cite {
    font-style: italic;
}
/* HEADERs _______________________________________ */
h1 {
    margin: 0 15px 1.5em 0;
    padding: .5em 0 .1em 15px;
    color: rgb(56, 117, 65);
    font-size: 121%;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(80, 80, 80);
}

h1 span {
    font-size: 86%;
}

h2 {
    margin: 0 0 .5em 20px;
    font-size: 107%;
}
/* IMAGEs _______________________________________ */
#mainPic {
    float: left;
    margin: 75px 0 0 50px;
    padding: 10px;
    background-color: rgb(80, 80, 80);
}

#mainPic img {
    border: 1px solid black;
}
/* VCARD _______________________________________ */
.vcard {
    margin: 120px 15px 0 0;
    text-align: right;
}

.vcard div {
    margin-bottom: .3em;
}

div.fn {
    font-weight: bold;
}

.electrons img {
    vertical-align: bottom;
}
/* LINKs _______________________________________ */
a {
    color: rgb(56, 117, 65);
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}
/* LISTs _______________________________________ */
ul {
    margin: 0 0 1em 30px;
}

li {
    margin-bottom: .5em;
    list-style: none;
}

#main ul {
    margin-right: 100px;
}
/* NAV _______________________________________ */
nav {
    margin: 20px 0 0 15px;
    padding: 10px 15px 0 0;
    text-align: right;
    border-top: 1px solid rgb(80, 80, 80);
}

nav a {
    padding-left: 8px;
}

nav a:hover {
    background: transparent url("../images/sq.gif") 0 .5em no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.home .home a {
    background: transparent url("../images/sq.gif") 0 .5em no-repeat;
    cursor: default;
}