/* css for the media page of the gamesblog spaceship project */
#postcards { padding-top:10px; padding-left:10px; padding-bottom:10px; border-bottom:1px dashed #000000; width:800px; text-align:center; }
#postcards > p { text-align:center; text-indent:10px; font-weight:bold; padding-bottom:5px; }
#postcards > img { display:inline; }

#small_banners { padding-top:10px; padding-left:10px; padding-bottom:10px; border-bottom:1px dashed #000000; width:800px; text-align:center; }
#small_banners > p { text-align:center; text-indent:10px; font-weight:bold; padding-bottom:5px; }


#large_banners { padding-top:10px; padding-left:10px; padding-bottom:10px; border-bottom:1px dashed #000000; width:800px; text-align:center; }
#large_banners > p { text-align:center; text-indent:10px; font-weight:bold; padding-bottom:5px; }
#large_banners > img { display:inline; }


.img_postcard { width:148px; height:105px; margin-left:10px; margin-right:10px; }
.img_small_banner { width:468px; height:60px; margin-bottom:10px; }
.img_large_banner { width:320px; height:134px; margin-bottom:10px; }


