/* RESET/FONTS Elements 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 */
/* ------------- */
html{color:#222222;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* HTML Elements */
/* ------------- */
body {
  text-align:center;
  color: #3A3A3A;
}

h1 {
  font-size: 146.5%;
}

h2 {
  font-size: 138.5%;
  color: #999900;
  letter-spacing: -0.5px;
  margin: 0.5em 0;
}

blockquote, dl, dt, dd {
  display: block;
}

h1,h2,h3,h4,strong {
  font-weight: bold;
}

a:link    { color: #999900; text-decoration: none; }
a:visited { color: #AAA; text-decoration: none; }
a:focus   { outline: none; }
a:hover   { color: #999900 !important; text-decoration: underline; }

blockquote {
  background: #E9E9E9;
  line-height: 1.4em;
  padding: 23px 15px 30px;
}

p {
  margin-bottom: 15px;
}

/* STRUCTURAL ELEMENTS */
/* -------------------------------- */

#banner {
  height: 300px;
  background: url(/images/banner.png) no-repeat;
  text-indent: -5000px;
  position: relative;
}
#container{
  width:710px;
  text-align:left;
  margin: 0 auto;
}

#logo{
  width: 165px;
  text-align:right;
  background: #222;
  margin-bottom: 1em;
  color: #999900;  
  text-transform: lowercase;
}

#logo h1{
  padding: 3.5em 0.4em 0.5em;
}

#work {
  margin: 30px 0;
}

#work ul {
  margin-top: 20px;
}

#work ul li {
  margin-bottom: 40px;
}

#work .info {
  border-top: 1px solid #E9E9E9;
  font-size: 93%;
  float: left;
  clear: both;
  width: 165px;
}

#work .info h3 {
  display: block;
  height: 1%;
  padding: 10px 0 2px;
  font-weight: bold;
  font-size: 108%;
}

#work .info h3 a {
  color: #222222;
}

#work .info p.link, #work .info p.offline {
  display: block;
  padding-top: 20px;
  font-size: 93%;
  text-align: right;
}

#work .info p.offline {
  color: #AAA;
  font-style: italic;
}

#work .info p.link a {
  color: #999900 !important;
  padding: 5px;
  line-height: 1;
}

#work .info p.contributions {
  color: #808080;
  font-style: italic;
  font-size: 93%;
}

#work .images {
  border-top: 1px solid #E9E9E9;
  padding-top: 8px;
  padding-left: 10px;
  margin-left: 163px;
}

#work .images .image {
  background: #000;
  line-height: 8px;
  color: #EEE;
  padding: 1px;
  margin-bottom: 20px;
}

#work .images .image img {
  width: 535px;
}

#work .images .image p {
  margin: 0;
  padding: 12px 10px 10px;
  line-height: 1.3;
  font-size: 93%;
  border-top: 1px solid white
}

#work .images .image p a {
  color: #999900 !important;
  text-decoration: underline;
}

#fixie {
  width: 49%;
  background: url(/images/fixie.png) no-repeat left 40px;
  float: right;
}

#fixie h2 {
  display: inline;
}

#fixie a {
  height: 210px;
  position: relative;
  display: block;
  text-indent: -5000px;
}

#footer{
  padding-top: 5em;
  padding-bottom: 2em;
  font-size: 85%;
  clear: left;
  color: #AAA
}

#footer a {
  text-decoration: underline;
}

#social {
  float: left;
  width: 48%
}

#social ul {
  width: 160px;
  margin-right: 10px;
  float: left;
}

#social ul.last {
  margin-right: 0;
}

#social ul li a:link, #social ul li a:visited{
  padding: 0.5em 0.2em;
  text-decoration: none;
  display: block;
  height: 1%;
  border-bottom: 1px solid #E9E9E9;
}

#social ul li a:link {
  color: #222222;
}

#about {
  clear: both;
  margin: 60px 0 55px;
  font-size: 132%;
  font-family: georgia;
  font-style: italic;
  border: 1px solid #C5C5C5;
}

#about blockquote {
  border: 1px solid #FFF;
}