/*
        Lightbox v2.0 Project page styles
        Author: Lokesh Dhakar http://www.huddletogether.com
        Table of Contents:
                layout
                typography
*/




/* layout
----------------------------------------------- */

/* typography
----------------------------------------------- */

ol, ul{ margin: 0.5em 0 1.2em 2em; }
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}


p a:hover { border-bottom: 1px dotted #8ad459; }
a img{         border: none;}

/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
        list-style: none;
        padding: 0 0 0 12px;
        background: url(../images/bullet.gif) no-repeat 0 6px;
        }
.download{
        background-color: #333;
        border: 1px solid #444;
        padding: 0.7em 1.5em; }
.download:hover{
        background-color: #555;
        border: 1px solid #777;
        }
#content ul.download li{
        padding: 0.3em 0;
        background-image:none;
        }
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
        padding: 3px 3px 3px 3px;
        background-color: #D12E43;
        border: 1px solid #2a2a2a;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        }

.caption{ font-size: 0.9em; padding-top: 0.2em ;        }


/* lightshow
----------------------------------------------- */
#imageData{ color: #666;}

/* 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 */
        }