/* Four32.com */
body {
    background-color: #FFF;
}
#main_content {
    background-image: url(/images/home/main_lg.jpg);
    width: 992px;
    height: 836px;
    background-repeat: no-repeat;
    padding:0;
}
#logo_home {
    background-image: url(/images/home/logo_piece.png);
    width: 193px;
    height: 154px;
    margin-left: 20px;
    position: relative;
}

#logo_link {
    position: absolute;
    width: 92px;
    height: 24px;
    top: 36px;
    left: 0;
}
#main_nav {
    left: 128px;
    top: 46px;
    position: absolute;
}
ul#main_nav li a {
    display: block;
    height: 11px;
    background-image: url(../images/home/nav_sprite.png);
    background-repeat: no-repeat;
}
#nav_about a {
    width: 52px;
    background-position: 0 -22px;
}
#nav_about a:hover {background-position: 0 -11px;}
#nav_work a {
    width: 46px;
    background-position: -67px -22px;
}
#nav_work a:hover {background-position: -67px -11px;}
 
#nav_blog a {
    width: 39px;
    background-position: -128px -22px;
}
#nav_blog a:hover {background-position: -128px -11px;}
#story_box {
    position: absolute;
    left: 452px;
    top: 20px;
    background-image: url(/images/home/featured_project.png);
    width: 501px;
    height: 308px;
    padding: 55px 0 0 19px;
    color: #fff;
    display: none;
}
#story_trigger {
    position: absolute;
    width: 501px;
    height: 308px;
    display: block;
    left: 452px;
    top: 20px;
    z-index: 10;
}
#river {
    background-color: #14171b;
    opacity:0.75;
    filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
    top: 403px;
    position: absolute;
    width: 972px;
    height: 433px;
    padding: 0 0 0 20px;
}
#rivertext {
    top: 403px;
    position: absolute;
    width: 972px;
    height: 433px;
    padding: 0 0 0 20px;
	z-index: 1;
}
a.rss {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
}
#recent_work {
    width: 412px;
    height: 363px;
    padding: 70px 0 0 20px;
    background-image: url(/images/home/recent_work.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
#recent_work .rss {
    top: 40px;
    left: 108px;
}
#recent_work .listing {
    clear: both;
    width: 393px;
    margin-bottom: 20px;
}
#recent_work_image {
width:176px;
height:77px;
overflow:hidden;
border:3px solid #33373e;
}
#recent_work .image {
    width: 176px;
    float: left;
    margin-right: 20px;
}
#recent_work .content {
    width: 190px;
    float: left;
    color: #8f949d;
    padding-right: 7px;
}
#recent_work .content p {
    margin-bottom: 0;
	text-shadow:0 1px 0 #000000;
}
#recent_work .content a {
    color: #fff;
    text-decoration: none;
}
#recent_work .content a:hover {
	color: #8f949d;
    text-decoration: underline;
}
#recent_work a span, #twitter a span, #news a span {
    color: #fff;
}
#news {
    width: 264px;
    height: 363px;
    padding: 70px 20px 0 20px;
    background-image: url(/images/home/news.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    color:#8F949D;
}
#news .rss {
    top: 40px;
    left: 49px;
}
#twitter {
    width: 176px;
    height: 363px;
    padding: 70px 0 0 20px;
    background-image: url(/images/home/twitter.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
}
#twitter .rss {
    top: 40px;
    left: 70px;
}
#twitter .listing h4 {
    color: #8f949d;
    font-size: 10px;
    margin: 0;
    font-weight: normal;
}
#twitter .listing .link a {
    color: #FFF;
    font-size: 10px;
    margin: 0;
    font-weight: normal;
}
#twitter .listing .link a:hover {
    color: #8f949d;
	text-decoration:underline;
}

#news .listing h4 {
    color: #8f949d;
    font-size: 10px;
    margin: 0;
    font-weight: normal;
}
#news .listing h3 {
    margin: 0;
}
#news .listing a {
    color: #fff;
    font-size: 11px;
    margin: 0;
    font-weight: normal;
    text-decoration: none;
}
#news .listing a:hover {
    color: #8f949d;
    text-decoration: underline;
}
#main_content .listing p {
    margin-bottom: 0;
}
.listing p a {
    color: #8f949d;
    text-decoration: none;
}
#twitter .listing, #news .listing {
    margin-bottom: 20px;
	text-shadow:0 1px 0 #000000;
}

