/*
Landscape smartphone styles
From 480 pixels to 800 pixels wide
*/


#smartphone { display: block; }
#smartphone .widescreen { display: block; }

.ads {  display: none; }


/* highlights */

#forum_highlights { width: auto; }
#forum_highlights ul.highlights { width: auto; }
#forum_highlights ul.highlights li.highlight { float: none; text-align: left; }
#forum_highlights ul.highlights li.highlight a { width: auto; }
#forum_highlights ul.highlights li.highlight a img { float: left; margin-right: 1em; }

.poster { width: 24%; max-width: 15em; }
.poster img.avatar { width: auto; max-width: 100%; }
.postarea, .moderatorbar { margin-left: 25%; }
.keyinfo { width: auto; }

img.bbc_img { max-width: 100%; }