*{
margin:0;
padding:0;
}

body{
background-image:url(../status_img/status_tile.png);
}

html{
background-color:#264D96;
}

p{
width:460px;
margin:50px auto 50px auto;
text-align:justify;
}


#status_share{
width:500px;
margin:0 auto;
height:62px;
}

.status_twitter{
background-image:url(../status_img/status_twitter.png);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
height:62px;
width:229px;
float:left;

}

#status_share a:link, #status_share a:visited{
outline:none;

}

#status_share a:hover{
background-position:0 -62px;
}

.status_rss{
background-image:url(../status_img/status_rss.png);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
height:62px;
width:122px;
float:left;
}

.status_dribbble{
background-image:url(../status_img/status_dribbble.png);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
height:62px;
width:149px;
float:left;
}

#status{
width:100%;
background-image:url(../status_img/status_pagebg.png);
background-repeat:repeat-x;
height:700px;
font-family:tahoma, Helvetica, Arial, sans-serif;
font-size:18px;
color:#d6e6f6;
padding-top:50px;
text-shadow: 0 1px 3px #0e2d4f;
}

#statusbox{
width:500px;
margin:0 auto;

}

#statusbox a:link{
color:#d6e6f6;
display:block;
text-decoration:none;
float:left;
width:417px;
display:block;
height:100%;
outline:none;

}

#statusbox a:hover, #statusbox a:visited{
color:#d6e6f6;
text-decoration:none;
float:left;
width:417px;
display:block;
height:100%;
outline:none;


}

.statustitle{
background-image:url(../status_img/status_title.png);
background-repeat:no-repeat;
height:73px;
text-indent:-9999px;

}

#status_list_wrapper{
background-image:url(../status_img/status_sides.png);
width:500px;
min-height:317px;
background-repeat:repeat-y;
padding-top:17px;
}

#status_bottom{
background-image:url(../status_img/status_bottom.png);
background-repeat:no-repeat;
width:500px;
height:25px;
}

#status_list li{
width:420px;
list-style-type:none;
margin:0px auto 4px auto;
height:38px;
padding:12px 0 0 12px;
}

#status_list li:hover{
background-position:0 -50px;
}

.published{
background-image:url(../status_img/status_pub.png);
background-repeat:no-repeat;
}

.bottom_status{
background-image:url(../status_img/status_pub.png);
background-repeat:no-repeat;
margin-bottom:0px!important;
}

.top_status{
background-image:url(../status_img/status_pub.png);
background-repeat:no-repeat;
margin-top:40px!important;
}

.writing{
background-image:url(../status_img/status_writing.png);
background-repeat:no-repeat;
margin-bottom:40px;
color:#91bdec;
}

.designing{
background-image:url(../status_img/status_designing.png);
background-repeat:no-repeat;
margin-bottom:40px;
color:#91bdec;
}

.coding{
background-image:url(../status_img/status_coding.png);
background-repeat:no-repeat;
margin-bottom:40px;
color:#91bdec;
}

.imminent{
background-image:url(../status_img/status_imminent.png);
background-repeat:no-repeat;
margin-bottom:40px;
color:#91bdec;
}
