body, a {
    font-family: Arial, sans-serif;
    color: #2A292B;
    font-size: 12px;
}

a {
    text-decoration: none;
    font-weight: bold;
}
a img
{
	border:2px solid #2A292B;
}

a:hover, ul.prevproj h2:hover {
    text-decoration: underline;
    color: #7411D7;
}

div#face {
    cursor: pointer;
    float: right;
    margin-right:85px;
}

div#container {
    width: 1000px;
    margin: 0px auto;
}

div#footer, div.info {
    border-bottom: 1px dashed #2A292B;
    clear: both;
}

div.info {
    padding-bottom: 10px;
}
div.info h3
{
	margin:5px;
}
div.info ul {
    list-style-type: circle;
}

div.info ul li {
    margin-bottom: 0;
}

div#logo {
    float: left;
    letter-spacing: -13px;
}

div#logo h1 {
    font-size: 115px;
	margin-top:43px;
}

h1, h2 {
    margin: 0px;
}

h2, div.prevproj h2 a {
    font-size: 15px;
    cursor: pointer;
}

h2#blog {
    font-weight: normal;
}

div#content {
    clear: both;
    display: block;
    height: 20px;
    width: 100%;
}

div#webdev {
    float: left;
    margin-left: 5px;
}

div#email {
    float: right;
    margin-right: 50px;
    text-align: right;
    text-transform: uppercase;
    width: 50%;
}

div#menu {
}

ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 5px;
}

ul#menu li {
    background-color: #2A292B;
    border: 2px solid #97939C;
    color: #FFFFFF;
    float: left;
    height: 30px;
    margin-right: 32px;
    padding: 12px 20px 0;
    text-align: center;
    width: 250px;
    font-size: 14px;
}

ul#menu li#blog:hover {
    background-color: #9a9a9a;
}

ul#menu li#blog a, ul#menu li#blog a:hover {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
}

ul.prevproj {
    clear: both;
}

ul.prevproj, ul.about, ul.blog-recent {
    float: left;
    width: 291px;
    margin-right: 32px;
    padding-top: 25px;
}

ul.prevproj li, ul.about li, ul.blog-recent li {
    margin-bottom: 15px
}

li.blogpost {
    position: relative;
    bottom: 3px;
}

li.blogpost h2 {
}
