/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 10pt/16pt georgia; 
	color: #004642; 
	background: #fff;
        padding: 1em 1em 1em 1em;
	}
br {
        padding-top: 2em;
}
p { 
	font: 10pt/12pt georgia; 
	margin-top: 1em; 
        padding-top: 2em; 
	}
h1 { 
        text-size: 180%;
	font-weight: bold;
	margin-bottom: 0px; 
	color: #00775C;
}
h2 { 
	font-weight: bold;
	margin-bottom: 0px; 
	color: #00775C;
}
h3 { 
	font: italic normal 12pt georgia; 
	margin-bottom: 0px; 
	color: #00775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0085AF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #005D9C;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0085BA;
	}

.liststuff {
    width: 50%;
    height: 90%;
    float: left;
    margin-top: 30px;
}

.pic {
    width: 50%;
    height: 70%;
    float: right;
    margin-top: 30px;
}

.DFDF {
    width: 100%;
    height: 10%;
    font-size: 50%;
    color: #aaa;
    font-style: italic;
    text-align: right;
}

.cvs {
    width: 100%;
    font-size: 50%;
    color: #aaa;
    font-style: italic;
    text-align: right;
}
.main_text {
    width: 100%;
    height: 70%;
    float: left;
}

.footer {
    width: 100%;
    height: 15%;
}

.resume {
    color: #000;   
    line-height: 12pt;
    width: 600px;
}
.resume h2 {
    color: #000;   
    padding-top: 2pt;
    padding-bottom: 2pt;
    line-height: 12pt;
}
.resume h3 {
    color: #000;   
    padding-top: 2pt;
    padding-bottom: 2pt;
    font-weight: bold;
}

.resume br {
    padding-top: 2pt;
    padding-bottom: 2pt;
    line-height: 12pt;
}

.sidebar {
     width: 30%;
     position: absolute;
     top: 0;
     left: 0;
     margin: 0 2em
}

.sidebar br {
	margin: 1em;
}
.sidebar p {
	padding: 1em;
}

.wiki {
     width: 65%;
     position: absolute;
     top: 0;
     right: 0;
     margin: 1em 1em;

}

