/*---------------*/
/*    Hi! :)     */
/*---------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    color:#111111;
    background: #FEFEFE;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.71em;
    height: 100%;
    line-height: 1.6;
    padding: 35px 35px;
}

h2 {
    padding-top:35px;
    font-size:2em;
    font-weight: normal;
}
ul li{
    list-style-position: inside;
    list-style-type: square;
}

p {
    margin: 10px 0;
}

.project {
    padding-bottom: 45px;
    margin-bottom: 20px;
    padding-top:35px;
    border-bottom:#EEEEEE 2px solid;
}
.description {
    width:590px;
}
.date {
    font-size: 0.9em;
    color:#888888;
    margin-bottom: 15px;
    margin-top:0;
}
.welcome {
    font-size:1.5em;
}
.myNameIs {
    font-size:1em;
}
.text a{
	color: #111111;
	text-decoration: none;
}
.text a:hover{
	text-decoration: underline;
}
.external {
    margin-left:10px;
    color:#888888;
}

#container {
    margin-top:40px;
    position: relative;
}
#projects {
    width: 670px;
    margin-right: 35px;
}
#about {
    max-width: 380px;
    padding-top:0;
}
#about p:first-child {
    margin-top:0;
}
#menu {
    position: fixed;
    left:760px;
    top:35px;
}
#menu ul li {
    list-style-type: none;
    line-height: 1.8em;
}
#menu a {
    color:#222222;
    text-decoration: none;
    padding: 2px 3px;
}

#menu a:hover {
    background-color: #e2d991;
}
#menu a.active {
    background-color: #222222;
    color:#ffffff;
}
