/*
   lesarchivefan.css
   author: designerhell
   url: http://designerhell.com
*/

body {margin:0;padding:0;background:#F5C0D1 url(images/b_bg.jpg) top left repeat-x;color:#333;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
p {margin-top:0;}
img {border:0;}
a {color:#e66991;font-weight:bold;text-decoration:none;}
a:hover {color:#333;}

#container {margin:0 auto;width:990px;}
#header {margin:0 auto;width:990px;height:90px;}
    #logo {margin-top:20px;width:395px;float:left;}
        #logo h1 {margin:0;padding:0;width:395px;display:block;}
            #logo h1 a {margin:0;padding:0;width:395px;height:80px;background:transparent url(images/laf_logo.jpg) top left no-repeat;display:block;}
            #logo h1 strong {display:none;}
    #header p {margin:20px 20px 0 0;width:550px;float:right;display:block;font-size:11px;line-height:16px;color:#fff;height:80px;overflow:hidden;}
        
#content {width:990px;background-color:#fff;display:block;clear:both;}
    .thumbs {margin:5px auto;width:984px;}
        .thumbs img {margin:2px 1px;width:160px;height:225px;display:block;float:left;background-color:#ccc;border:1px solid #333;}
    .top-sites {margin:5px auto;width:980px;background:#fff url(images/ts_bg.jpg) top left repeat-x;}
        .top-sites h2 {margin:0 0 0 15px;font-size:14px;font-weight:bold;line-height:34px;}
        .top-sites ul {margin:0;padding:10px;display:block;list-style:none;}
            .top-sites li {margin:5px auto;width:160px;float:left;list-style-type:none;text-align:center;color:#fff;font-weight:bold;}
    
#footer {margin:0 auto;padding:20px 0px;width:980px;background:#333;font-size:11px;color:#fff;border-top:2px solid #666;}
    #footer p {margin:5px;line-height:16px;text-align:center;color:#fff;}
    #footer a:hover {color:#fff;}

.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */