tml,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}
 
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}
 
li,ul,ol {
    list-style: none;
}
 
img {
    border: none;
}
 
a img {
    border: none;
}
 
a {
    color: #444;
    text-decoration: none;
}

body {
    font: normal 11px "Lucida Grande", Arial, sans-serif;
    color: #000;
    text-shadow: 1px 1px 0 #d7d7d7;
    background: #eee url(/img/background.png) fixed;
    display: block;
}

#pageContainer {
    width: 900px;
    margin: 10px auto;
    position: relative;
}

#headerWrapper {
    height: 80px;
    display: block;
}

#headerWrapper .logo {
    background: transparent url(/img/sprite.png) no-repeat 0 0;
    width: 195px;
    height: 60px;
    float: left;
}

#headerWrapper .navigation {
    height: 25px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

#headerWrapper .navigation ul li {
    float: left;
    margin-right: 5px;
}

#headerWrapper .navigation #menu a.nav {
    float: left;
    font-size: 12px;
    text-shadow: 1px 1px 0 #333;
    color: #fff;
}

#headerWrapper .navigation #menu a.nav .left {
    float: left;
    background: transparent url(/img/sprite.png) repeat-x -200px 0;
    width: 9px;
    height: 25px;
    line-height: 25px;
    display: inline block;
}

#headerWrapper .navigation #menu a.nav .middle {
    float: left;
    background: transparent url(/img/sprite.png) repeat-x -209px 0;
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
    display: inline block;
}

#headerWrapper .navigation #menu a.nav .right {
    float: left;
    background: transparent url(/img/sprite.png) repeat-x -316px 0;
    width: 9px;
    height: 25px;
    line-height: 25px;
    display: inline block;
}

#headerWrapper .navigation #menu a:hover.nav .left {
    background: transparent url(/img/sprite.png) repeat-x -330px 0;
}

#headerWrapper .navigation #menu a:hover.nav .middle {
    background: transparent url(/img/sprite.png) repeat-x -339px 0;
}

#headerWrapper .navigation #menu a:hover.nav .right {
    background: transparent url(/img/sprite.png) repeat-x -446px 0;
}

#headerWrapper .navigation #menu a.nav:active .left {
    background: transparent url(/img/sprite.png) repeat-x -200px -25px;
}

#headerWrapper .navigation #menu a.nav:active .middle {
    background: transparent url(/img/sprite.png) repeat-x -209px -25px;
}

#headerWrapper .navigation #menu a.nav:active .right {
    background: transparent url(/img/sprite.png) repeat-x -316px -25px;
}

#headerWrapper .navigation #menu a.active .left {
    background: transparent url(/img/sprite.png) repeat-x -200px -25px;
}

#headerWrapper .navigation #menu a.active .middle {
    background: transparent url(/img/sprite.png) repeat-x -209px -25px;
}

#headerWrapper .navigation #menu a.active .right {
    background: transparent url(/img/sprite.png) repeat-x -316px -25px;
}

#contentWrapper {
    clear: both;
    height: 480px;
    float: left;
}

#contentWrapper .previous {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: 10px;
    background: transparent url(/img/sprite.png) no-repeat -330px -25px;
    cursor: pointer;
}

#contentWrapper .previous:hover {
    background: transparent url(/img/sprite.png) no-repeat -400px -25px;
}

#contentWrapper .next {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 10px;
    background: transparent url(/img/sprite.png) no-repeat -365px -25px;
    cursor: pointer;
}

#contentWrapper .next:hover {
    background: transparent url(/img/sprite.png) no-repeat -435px -25px;
}

#contentWrapper .portfolio {
    float: left;
    width: 800px;
    height: 480px;
    overflow: hidden;
}

#contentWrapper .portfolio ul li {
    float: left;
}

#contentWrapper .about {
    float: left;
    width: 800px;
    height: 480px;
    overflow: hidden;
    margin: 0 50px;
}

#contentWrapper .about a {
    color: #0099CC;
    text-shadow: 1px 1px 0 #DDD;
}

#contentWrapper .about a:hover {
    color: #000;
}

#contentWrapper .about .description {
    margin: 20px 10px;
    font-size: 12px;
    color: #333;
}

#contentWrapper .about .greet {
    font-weight: bold;
    font-size: 24px;
}

#contentWrapper .about .banner {
    font-size: 18px;
    font-weight: bold;
}

#contentWrapper .opensource {
    float: left;
    width: 800px;
    height: 480px;
    overflow: hidden;
    margin: 0 50px;
}

#contentWrapper .opensource a {
    color: #0099CC;
    text-shadow: 1px 1px 0 #DDD;
}

#contentWrapper .opensource a:hover {
    color: #000;
}

#contentWrapper .opensource .description {
    margin: 20px 10px;
    font-size: 12px;
    color: #333;
}

#contentWrapper .opensource .title {
    font-size: 24px;
    font-weight: bold;
}

#contentWrapper .opensource .subtitle {
    font-size: 18px;
    font-weight: bold;
}

#footerWrapper {
    clear: both;
    height: 100px;
}

#footerWrapper .bar {
    background: transparent url(/img/sprite.png) no-repeat 0 -70px;
    height: 40px;
    width: 850px;
    margin: 0 25px;
}

#footerWrapper .engine {
    float: left;
    margin-left: 50px;
}

#footerWrapper .engine .project {
    height: 50px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#footerWrapper .engine .sinatra {
    background: transparent url(/img/sprite.png) no-repeat -475px 0;
    width: 44px;
}

#footerWrapper .engine .mongodb {
    background: transparent url(/img/sprite.png) no-repeat -525px 0;
    width: 106px;
}

#footerWrapper .engine .prototype {
    background: transparent url(/img/sprite.png) no-repeat -640px 0;
    width: 68px;
}

#footerWrapper .follow {
    width: 176px;
    float: right;
    margin-right: 50px;
}

#footerWrapper .follow .socialite {
    height: 33px;
    width: 33px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}

#footerWrapper .follow .twitter {
    background: transparent url(/img/sprite.png) no-repeat -715px 0;
}

#footerWrapper .follow .facebook {
    background: transparent url(/img/sprite.png) no-repeat -750px 0;
}

#footerWrapper .follow .linkedin {
    background: transparent url(/img/sprite.png) no-repeat -715px -35px;
}

#footerWrapper .follow .lastfm {
    background: transparent url(/img/sprite.png) no-repeat -750px -35px;
}

#footerWrapper .follow .github {
    background: transparent url(/img/sprite.png) no-repeat -783px 0px;
}

#hireme {
    background: transparent url(/img/sprite.png) no-repeat -860px 0;
    width: 35px;
    height: 100px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

#hireme:hover {
    width: 40px;
}

#tooltip {
    width: 250px;
    height: 300px;
    background: transparent url(/img/social.png) no-repeat 0 0;
    position: absolute;
    color: #d7d7d7;
    text-shadow: 1px 1px 0 #333;
}

#tooltip #streamContent {
    margin: 10px 10px;   
}

#tooltip #streamContent .follow {
    float: left;
    height: 60px;
    width: 230px;
}

#tooltip #streamContent .follow .picture {
    float: left;
    height: 60px;
    width: 60px;
}

#tooltip #streamContent .follow .picture img {
    height: 48px;
    width: 48px;
    margin: 6px;
}

#tooltip #streamContent .follow .profile {
    float: left;
    height: 60px;
    width: 160px;
}

#tooltip #streamContent .follow .profile p {
    margin: 7px 5px;
}

#tooltip #streamContent .stream {
    float: left;
    margin-top: 15px;
    height: 200px;
    width: 230px;
    overflow-y: auto;
}

#tooltip #streamContent .stream ul li {
    background-color: #d7d7d7;
    color: #333;
    text-shadow: 1px 1px 0 #ccc;
    margin: 5px 5px;
    padding: 7px 5px;
}

#tooltip #spinner {
    float: left;
    height: 60px;
    width: 230px;
    margin: 10px 10px;
}

#tooltip #spinner img {
    margin: 14px 99px;
}

