/*************************
CSS RESET VIA http://www.ejeliot.com/samples/reset/reset.css
*************************/
body{padding:0;margin:0;font:13px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}

/*************************
GENERAL
*************************/
body{
    background-color: #FBFBFB; 
}

a{
    color: #ff7e0c;
    text-decoration: none;
}

a:visited{
    color: #ff9f48;
}

a:hover{
    text-decoration: underline;
}

/*************************
OVERLAY
*************************/
#player_wrapper{
    display: none;
}

#left_credits{
    float: left;
    text-align: left;
}

#right_credits{
    float: right;
    text-align: right;
}


/*************************
NON FLASH
*************************/
#top_bar{
    background: #767676;
    height: 15px;
    color: #fff;
    font-size: 9px;
}

#content_wrap{
    margin:  35px 0 35px 35px;
}

#content_wrap p{
    margin-left: 20px;
    width: 540px;
    line-height: 20px;
}

#antidote_logo{
    text-indent: -5000px;
    background: url(../images/antidote_logo.jpg) no-repeat;
    width: 579px;
    height: 144px;
    margin-left: 5px;
}

#think h1{
    text-indent: -5000px;
    background: url(../images/hdr_think.jpg) no-repeat;
    width: 372px;
    height: 137px;
}

#shoot h1{
    text-indent: -5000px;
    background: url(../images/hdr_shoot.jpg) no-repeat;
    width: 442px;
    height: 137px;
}

#edit h1{
    text-indent: -5000px;
    background: url(../images/hdr_edit.jpg) no-repeat;
    width: 263px;
    height: 137px;
}

#contact{
    margin: 1px 0 0 50px;
    position: absolute;
}

#content_wrap div.section:not(:nth-child(-n+2)){
    margin-top: 35px;
}

.section{
    clear: both;
}

.section h1{
    margin-bottom: -10px;
    cursor: pointer;
}

.social_icon{
    text-indent: -5000px;
    display: block;
    position: absolute;
}

#facebook{
    background: url(../images/facebook_15.png) 0 0 no-repeat;
    width: 16px;
    height: 15px;
    left: 555px;
}

#twitter{
    background: url(../images/twitter_15.png) 0 0 no-repeat;
    width: 15px;
    height: 14px;
    left: 575px;
    top: 1px;
}

#shoot_reel, #edit_reel{
    height: 380px;
    cursor: pointer;
    position: relative;
    left: 0;
    width: 100%;
    overflow: auto;
}
#edit_reel{
    padding-bottom: 15px;
}

.reel{
    float: left;
    margin-right: 25px;
}
