* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	outline: none;
	font-size: 1em;
}

a, a:visited, a:link {
    color: #3E5EA5;
}

a:hover,
.header.hover .header-text a,
.name-header a:hover {
    color: #162464;
}
/* http://orderedlist.com/articles/thining-text-in-safari-under-snow-leopard */

body {
	-webkit-text-stroke:1px transparent;
	font-family: "Lucida Grande", "Helvetica", sans-serif;
	font-size: 16px;
}

@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-stroke:0 black;
	}
}

#topbar {
	border-top: 8px solid #606060;
	border-bottom: 1px solid #101010;
	height: 0px;
}
#bottombar {
	border-bottom: 8px solid #606060;
	border-top: 1px solid #101010;
	height: 0px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 80px 8px 40px;
	overflow: hidden;
	position: relative;
}

#nav {
    position: absolute;
    top: 30px;
    left: 0px;
    font-family: Helvetica;
    color: #A0A0A0;
    text-transform: uppercase;
}

#bottom_nav {
    position: absolute;
    bottom: 50px;
    left: 0px;
    font-family: Helvetica;
    color: #A0A0A0;
    text-transform: uppercase;    
}


/* ========== */
/* = Header = */
/* ========== */

.name-header {
    margin: 0 0 24px;
    padding: 0 0 18px;
    border-bottom: 6px solid #4A6FC0;
    color: #404040;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #DFDFDF;
    font-family: "Gill Sans", Helvetica, sans-serif;
}

.name-header a {
    font-family: "Lucida Grande", Helvetica, sans-serif;
}

.header {
    float: left;
    width: 204px;
    clear: both;
    text-transform: uppercase;
    padding: 0 16px 0 0;
    font-size: 26px;
    font-family: "Lucida Grande", Helvetica, sans-serif;
    color: #A0A0A0;
    text-shadow: 1px 1px 0 #DFDFDF;
}

.header .title {
    color: #494F66;
    font-weight: bold;
}
.header .subtitle {
    font-size: 18px;
}
.header .header-photo img {
    margin: 12px auto;
    border: 1px solid #303030;
}


.header .header-photo.header-photo-borderless img {
    border: none;
}

.content {
    float: right;
    width: 460px;
    margin-right: 240px;
    margin-left: -32px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 24px;
}

h2 {
    margin: 0 0 1em;
}

ul {
}

ul li {
    position: relative;
    margin: 0 0 8px;
    line-height: 18px;
}

ul li.last {
    margin: 0;
}

small {
     position: absolute;
     left: 520px;
     top: 0;
     width: 240px;
     color: #707070;
/*     text-transform: uppercase;*/
/*     font-size: 14px;*/
/*     line-height: 24px;*/
}

.block-intro {
    min-height: 26px;
    border-left: 20px solid #F5EE4F;
}
.block-projects {
    border-left: 20px solid #A957C8;
}
.block-code {
    border-left: 20px solid #6CC071;
}
.block-blog {
    border-left: 20px solid #DB6E00;
}
.block-twitter {
    border-left: 20px solid #32BEBC;
}

.block-photos {
    width: 700px;
    margin-right: 0px;
    border-left: 20px solid #6C71C0;
}

.block-photos table {
    overflow: hidden;
}

.block-photos .setThumbs-indv {
    padding: 0 12px 12px 0;
    float: left;
}

.block-photos .setThumbs-indv.first {
    clear: both;
}
.block-photos .setThumbs-indv.last {
    padding-bottom: 0;
}

img {
    border: 1px solid #909090;
}

.block-caselife img {
    margin-bottom: 12px;
}
.block-caselife img.last {
    margin-bottom: 0;
}