html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
    background: url(/images/background.gif) fixed repeat-y 50% 0px #2d3d48;
}

body {
    background: url(/images/foreground.gif) fixed repeat-y 50% 0px;
    color: #426080;
    padding-bottom: 50px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    width: 100%;
}

h1, h2 {
	font-family: 'Myriad Pro', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 15px;
}

small  { font-size: .8em; }

.clear { clear: both; }

a:link,
a:visited,
a:hover,
a:active {
    color: #c75947;
}

.frame {
    position: relative;
    width: 900px;
    padding: 0 0px;
    margin: 0 auto;
    z-index: 4;
}

.introduction .title {
	padding: 20px 30px;
    color: #86c4f2;
    font-size: 2em;
}
.introduction .title h1 {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.introduction .title h1 img {
	padding: 0;
	margin: 0 0 6px 0;
	vertical-align: bottom;
}

.introduction .title a:link,
.introduction .title a:active,
.introduction .title a:hover,
.introduction .title a:visited {
    text-decoration: none;
    margin-right: 0px;
    padding: 0 6px;
    background: #c75947;
    color: #fff;
}
.introduction .blurb {
    display: block;
}

.introduction .blurb strong {
    font-weight: normal;
    color: #f7f7f7;
    
}

.supplementals {
    float: right;
    width: 262px;
}

.supplementals ul {
    list-style: none;
}

.recent_work, .friends, .gizmos {
    background: #2a2a2a;
    color: #fff;
	padding: 20px 30px 0 30px;
}

.gizmos {
	padding-bottom: 30px;
}

.recent_work ul,
.friends ul,
.gizmos ul {
	font-size: .7em;
}
  
.updates {
    float: left;
    background: #fff;
    position: relative;
    width: 578px;
    padding: 20px 30px 30px 30px;
    z-index: 2;
    /* border-bottom: 3px solid #29363e; */
}
.updates p {
    margin: 5px 0 0 24px;
}
.updates ul {
	list-style-position: inside;
	margin: 0 0 0 0px;
}
.updates ul li {
	padding: 6px 8px;
	list-style-image
}
.updates ul li.even {
	background: #E7EFF6;
}
.updates ul li small {
	color: #999;
}


.footer {
	float: left;
	width: 578px;
    background: #2a2a2a;
    padding: 20px 30px 20px 30px;
    color: #fff;
}