/* 
Specific rules for Article pages.
Some boxes need hiding and border exclusion. Everything seems 
to be pretty plain and simple.
-----------------------------------------------------------*/
.copyright, .filter, .player, bannerWide, .advice, .seeAlso {
display:none;
}
.footer {
background:none;
}
.post {
border-top:none;
}
.text {
width:310px;
border-top:none;
}
.illustration {
display:block;
position:absolute;
top:15px;
right:5px;
}