/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    background-color:#f8f8f8;

    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:radial-gradient(center, #ebebec, #b4b4b4);

    min-height:900px;
}

body{
    font:15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
}

a, a:visited {
    outline:none;
    color:#389dc1;
}

h1, h2, h3 {
    font-family:'Open Sans', sans-serif;
    line-height: 2em;
}

h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}

th {
    background: #389DC1;
    color: #FFF;
}

td {
    padding: 2px 5px;
    border-left: 1px solid #eee;
}

.meta table {
    border: 1px solid #eee;
}

.meta td:nth-child(2), .meta td:nth-child(4) {
  white-space: nowrap;
  word-wrap: normal;
}

.meta td:nth-child(3) {
    text-align: center;
}

.meta td {
    padding: 5px;
    border: none;
    max-width: 500px;
}

.meta tr:nth-child(2n+1) td {
    background: #f8f8f8;
}

/*----------------------------
    The header
-----------------------------*/


header {
    height: 50px;
    width: 100%;
    background: #333;
}

nav {
    max-width: 1130px;
    margin: 0 auto;
}

nav a {
    text-decoration: none;
    font-family:'PT Sans Narrow', sans-serif;
    font-size: 1.2em;
    padding: 16px;
    line-height: 2.5em;
}

/*----------------------------
    Download Page
-----------------------------*/

section {
    max-width: 1130px;
    margin: 0 auto;
    background: #FFF;
    padding: 20px;
    overflow: hidden;
}

.download_left {
    float: left;
    width: calc(100% - 310px);
}

.download_right {
    float: right;
    width: 300px;
}

.meta {
    margin-top: 30px;
    width: 100%;
} 

.meta_left, .meta_right {
    width: 45%;
}

.meta_left {
    float: left;
}

.meta_right {
    float: right;
}

.meta p {
    padding: 5px;
}

#download {
    margin: 30px;
}

#download a {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 80px !important;
}

.share span {
    padding: 10px 0;
    text-align: right;
    width: 200px;
    display: inline-block;
    font-size: 1.2em;
}

.share input {
    color: #444;
    font-size: 1.1em;
    border: 1px solid #007A96;
    padding: 5px;
    display: inline-block;
    width: 500px;
}

.download table {
    width: 100%;
    padding: 10px 0;
    font-size: 1.1em;
    table-layout: fixed;
}

.download tr {
    padding: 5px;
}

.download td {
    padding: 7px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.download td:first-child {
    background: #F8F8F8;
    width: 150px;
}

pre, td {
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    max-width:500px;
    padding:30px;
    border-radius:3px;

    margin:100px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a, #download a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:block;
    margin:12px auto;
    line-height:1;
    width: 50px;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 62px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 27px;
    left: 32px;
    position: absolute;
}

#upload ul li .button{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 40px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working .button{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/*----------------------------
    The Footer
-----------------------------*/

/*----------------------------
    Media Queries
-----------------------------*/

@media all and (max-width: 1030px) {
    h1 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .download_left {
        width: calc(100% - 300px);
    }
}

@media all and (max-width: 860px) {
    section {
        padding: 10px;
    }
    h1 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .download_right {
        display: none;
    }
    .download_left {
        width: 100%;
    }
    .meta_left, .meta_right {
        float: none;
        width: 100%;
    }
    .share span {
        text-align: left;
    }
    .share input {
        width: 95%;
    }
}