/*
    Lightbox v2.0 Project page styles
    Author: Lokesh Dhakar http://www.huddletogether.com
    Table of Contents:
        layout
        typography
*/

/* layout
----------------------------------------------- */

*{
    margin: 0;
    padding:0;
    }

body{
    background: #cc0000;
    color: #eee;
    font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    word-wrap: break-word;  /* IE */
    }

#topborder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.0em;
    background-color: #ffffff;
    }

#sidebar{ position:fixed; top: 38px; left:20px; width: 250px; }
* html div#sidebar  { top: 38px; left:20px; width: 250px; position:absolute; }

#content{ margin: 23px 10% 5em 315px; }


/* typography
----------------------------------------------- */



a{
    xfont-weight: bold;
    color: #8ad459;
    text-decoration: none;
    }

p a:hover { border-bottom: 1px dotted #8ad459; }
a img{  border: none;}

small{ font-size: 0.8em; }



/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
    padding: 3px 3px 8px 3px;
    background-color: #ccc;
    border: 1px solid #2a2a2a;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }

.caption{ font-size: 0.9em; padding-top: 0.2em ;    }



/* clearing
----------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }   





