/**
 * reset
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
    font-weight: inherit;
}
del,ins {
    text-decoration: none;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: bold;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    font-variant: normal;
    border: 0;
}
sup {
    vertical-align: baseline;
}
sub {
    vertical-align: baseline;
}
legend {
    color: #678;
}
input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
a,button,input[type="submit"],input[type="button"] {
    cursor: pointer;
}
:focus {
    outline: 0 none;
}

/**
 * theme styles
 */
html {
    font-family: helvetica, arial, sans-serif;
/*    background: url("../images/bg_header.gif") repeat-x;*/
}

.color_bars {
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.color_bars .bg {
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0px;
}

.color_bars > .bg {
    background: url("../images/bg_header.png") repeat-x;
}

body {
    font-weight: normal;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, sans-serif;
    font-weight: 300;
}

.wrapper {
    width: 960px;
    margin: auto;
}

/**
 * header
 */
header {
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

header .info {
    float: left;
    max-width: 650px;
}

header .utilities {
    margin-top: 10px;
    max-width: 246px;
    float: right;
}

h1 {
    font-weight: 300;
    font-size: 3em;
}

h1 a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: 0px 0px 7px #000;
}

h1 a:hover {
    text-shadow: 0px 0px 7px #fff;
}

#description p + p {
    margin: 15px 0 0 0;
}

/**
 * thumbnails
 */
.thumbnails_wrapper_wrapper {
    background: #070707;
}

.thumbnails_wrapper {
    width: 960px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 12px;
    overflow: hidden;
}

ol.thumbnails {
    width: 960px;
    margin: auto;
    overflow: hidden;
}

ol.thumbnails li {
    float: left;
    width: 150px;
    height: 84px;
    overflow: hidden;
    display: block;
    margin-top: 12px;
    margin-left: 12px;
}

ol.thumbnails li .image {
    width: 150px;
    height: 84px;
    overflow: hidden;
    display: block;
}

ol.thumbnails li.first {
    margin-left: 0px;
}

ol.thumbnails li a, ol.thumbnails li a span {
    display: block;
    width: 150px;
    height: 84px;
}

ol.thumbnails li a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7;
}

.video_page ol.thumbnails li a img {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
}

ol.thumbnails li.selected a img, ol.thumbnails li a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

/**
 * player
 */
.player_wrapper {
    background: #000;
    padding: 40px 0px 40px 0px;
}

.player {
    width: 960px;
    margin: auto;
}

.info {
    width: 960px;
    margin: auto;
}

.info h2.video_title {
    font-weight: 300;
    padding-top: 4px;
    font-size: 2.3em;
}

.info time b {
    font-weight: 300;
}

.info time {
    font-size: .75em;
}

.video_description {
    padding-top: 10px;
    font-size: .9em;
}

.video_description p + p {
    margin: 10px 0 0 0;
}

/**
 * pagination
 */
#pagination {
    background: #070707;
    padding-bottom: 12px;
    text-align: center;
}

#pages {
    overflow: hidden;
    width: 960px;
    margin: auto;
}

#pages li {
    display: inline;
}

#pages li a {
    margin-left: 4px;
    width: 11px;
    height: 11px;
    display: block;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#pages li a.first {
    margin-left: 0px;
}

#pages li a span {
    display: none;
}

#pages li > a {
    float: none;
    display: inline-block;
}

#pagination .pager {
    display: none;
}

#vimeo_pro_powered a {
    background-color: #000 !important;
    border: 1px solid #070707 !important;
}
#contact_form {
    display: none;
}


/**
 * social icons
 */
#social li {
    margin: 0 0 5px 5px;
    width: 36px;
    height: 36px;
    float: left;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
}

#social li {
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#social li:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

#social li a {
    background: transparent url('../images/sprite_social_icons.png?4') no-repeat;
    display: block;
    padding: 4px;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

#social .aboutme a        { background-position: 5px  13px    ;}
#social .behance a        { background-position: 7px  -40px   ;}
#social .blogger a        { background-position: 8px  -93px   ;}
#social .deviantart a     { background-position: 4px  -141px  ;}
#social .digg a           { background-position: 6px  -190px  ;}
#social .dribbble a       { background-position: 6px  -245px  ;}
#social .email a          { background-position: 5px  -291px  ;}
#social .facebook a       { background-position: 10px -343px  ;}
#social .flavorsme a      { background-position: 7px  -393px  ;}
#social .flickr a         { background-position: 6px  -438px  ;}
#social .foursquare a     { background-position: 4px  -492px  ;}
#social .lastfm a         { background-position: 5px  -590px  ;}
#social .hi5 a            { background-position: 4px  -542px  ;}
#social .linkedin a       { background-position: 6px  -645px  ;}
#social .livejournal a    { background-position: 6px  -695px  ;}
#social .picasa a         { background-position: 6px  -745px  ;}
#social .posterous a      { background-position: 10px -793px  ;}
#social .reddit a         { background-position: 7px  -842px  ;}
#social .rss a            { background-position: 7px  -893px  ;}
#social .soundcloud a     { background-position: 4px  -940px  ;}
#social .tumblr a         { background-position: 9px  -995px  ;}
#social .twitter a        { background-position: 6px  -1043px ;}
#social .typepad a        { background-position: 5px  -1090px ;}
#social .vimeo a          { background-position: 5px  -1142px ;}
#social .virb a           { background-position: 8px  -1190px ;}
#social .wordpress a      { background-position: 7px  -1244px ;}
#social .pinterest a      { background-position: 9px  -1294px ;}
#social .instagram a      { background-position: 7px  -1344px ;}
#social .imdb a           { background-position: 7px  -1548px ;}
#social .kickstarter a    { background-position: 7px  -1500px ;}
#social .googleplus a     { background-position: 7px  -1395px ;}
#social .indiegogo a      { background-position: 6px  -1448px ;}
#social .rottentomatoes a { background-position: 5px  -1593px ;}

/**
 * share links
 */
#share {
    padding-top: 30px;
    padding-left: 3px;
    width: 49px;
    overflow: hidden;
    margin: 0px auto;
}

/**
 * contact form
 */
#underlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 25;
    top: 0px;
    left: 0px;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
}

#underlay.active {
    display: block;
}

#contact_form {
    padding: 10px 15px 10px 15px;
    width: 400px;
    background: #000;
    border: 2px solid #bbb;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    z-index: 30;
    display: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
/*    color: #111;*/
}

#contact_form a.close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -22px;
    right: -22px;
    text-indent: -9999px;
    background: url("../images/contact_close.png") no-repeat;
}

#contact_form h2 {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 2em;
}

#contact_form input {
    width: 300px;
    padding: 3px;
}

#contact_form textarea {
    padding: 3px;
    width: 304px;
    height: 100px;
}

#contact_form .submit_btn {
    background: #eee;
    border: 0px;
    width: 115px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#contact_form .submit_btn:hover {
    background: #ccc;
}

#contact_form .success {
    margin-bottom: 10px;
}

#contact_form ul.errors {
    color: #F5041C;
    font-style: italic;
    padding-bottom: 10px;
    font-size: .8em;
}

#contact_form .content div {
    margin-bottom: 10px;
}

#contact_form label {
    display: block;
}

#contact_form.active {
    display: block;
}

/**
 * comments
 */
.comments {
    padding-top: 50px;
    width: 960px;
    margin: auto;
    color: #fff;
}

/**
 * search
 */
#search_form {
    width: 246px;
    position: relative;
    height: 40px;
}
#search_field {
    width: 219px;
    padding: 2px;
    font-size: 1.1em;
    position: absolute;
    right: 5px;
}

#search_form .buttons {
    display: none;
}

#no_results {
    display: none;
}

#no_results, .ui-autocomplete {
    background: #131313;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    width: 213px;
    max-height: 278px;
    margin-left: 14px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height */
* html .ui-autocomplete {
    height: 278px;
}

#no_results {
    display: none;
    padding: 10px 6px;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 5;
}

.ui-autocomplete li {
    overflow: hidden;
    background-color: #131313;
}

.ui-autocomplete li a {
    display: block;
    padding: 7px;
    overflow: hidden;
}

.ui-autocomplete li img {
    margin-right: 10px;
    width: 66px;
    min-height: 50px;
    float: left;
}

.ui-autocomplete li b {
    width: 120px;
    min-height: 50px;
    float: left;
}

#ui-active-menuitem {
    background-color: #333;
}


/**
 * DOWNLOAD ==============================================================
 */
.clip_download {
    margin-top: 15px;
}

.info_download {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.toggle_download {
    display: inline-block;
    padding: 6px 8px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
}
