@charset "UTF-8";
body {
    margin: 0;  
    padding: 0;
    background-image: url(../images/bkg.jpg);
    background-attachment: fixed;  
    background-color: #e6e6e6;
}


.feedblitz-email-subscription input[type="text"] {
    border: 1px solid #DDDDDD;
    display: block;
    padding: 5px;
        margin-bottom: 6px;
        width: 95%;
 }

.feedblitz-shortcode {
width: 30%;
float: left;
}


#content {
    font: 20px Oswald, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #393831;
}

a:link {
    color: #1b6072;
    text-decoration: underline;
}

a:visited {
    color: #1b6072;
    text-decoration: underline;
}

a:hover {
    color: #fffbe8;
    text-decoration: none;
}

a, a:active, a:selected, a:visited, a:link {
    border: none;
    outline: none;
}

a img {
    border-width: 0;
}

#content p {
    padding: 0 355px 0 55px;
}

#content h1 {
    font-size: 24px;
    color: #fffbe8;
}

#content h2 {
    font-size: 50px;
    color: #fffbe8;
    margin: 0;
}

#content h3 {
    font-size: 30px;
    color: #2B7D91;
    margin: 0;
    padding-top: 10px;
}

/* Content Containers
   ----------------------------------------------- */

#base-image {
    background: url(../images/glorious-network.png) no-repeat center bottom;
    height: auto; 
    /* this and the <br class="clearfix"/> at the end of the div
    makes this container fill the page */
}

#wrapper{
    width: 970px;
    margin: 0 auto;
    text-align: center;
}

#content {
    width: 970px;
    float: right;
}

#header {
    width: 970px;
    text-align: left;
}

#header-sn {
    text-align: right;
}

#main {
    width: 970px;
    padding-top: 20px;
    text-align: left;
}

#footer {
    width: 970px;
    height: 650px;
    position: relative;
    top: 0px;
    text-align: right;
}

#footer-left {
    float: left; 
    text-align: left; 
    width: 445px; 
}

#footer-right {
    float: right; 
    width: 525px;
    text-align: right;
}

/* pittily stuff */
.small.counter {
    font-size: 50px;
    font-weight: 700;
    color: #2B7D91;
}

.big.counter {
    font-size: 100px;
    font-weight: 700;
    line-height: 96px;
    color: #fffbe8;
}

.creds {
    font-size: 15px; 
    color: #FFFFFF; 
    margin-top: 135px;
}

/* clearfix */
.clearfix {
    clear: both;
    visibility: hidden;
}


#video {
    background: black;
}

#playerButtons {
    position: relative;
    height: 405px;
}

#btnPlayAgain {
    display: block;
    width: 138px;
    height: 138px;
    background: url(../images/button-play-again.png) no-repeat left top;
    outline: none;
    text-indent: -6000px;
    position: absolute;
    top: 140px;
    left: 160px;
}

#btnStartFolding {
    display: block;
    width: 316px;
    height: 112px;
    background: url(../images/button-start-folding-small.png) no-repeat
    left top;
    outline: none;
    text-indent: -6000px;
    position: absolute;
    top: 155px;
    left: 350px;
}

#share {
    text-align: right;
    height: 40px;
    padding: 10px 60px;
    color: #666666;
}

/* dialogs */
#dialogs {
    display: none;
}

.dialog {
    background:#FFFFFF; 
    width:650px; 
    padding:40px 40px 20px 40px;
    display:none;
    border:3px solid #0c0c0c;
    -moz-border-radius:.6em ;
    -webkit-border-radius:.6em;
    border-radius: .6em;
}
.dialog p, .dialog span {
    font-family:Oswald, Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#393831;
    margin-top:0px;
    margin-bottom:15px;
}
.dialog .dialog-h1 {
    font-size:36px;
    color:#6291ab;
    line-height:1;
}
.dialog .dialog-h2 {
    color:#6291ab;
}
.dialog .dialog-h3 {
    color:#a41126
}
.dialog .center {
    text-align:center;
}
.dialog .next img {
    float: right;
    clear: right;
}

.dialog img {
    margin: 5px;
}

.dialog img.right {
    float: right;
    clear: right
}

.platform {
    padding: 5px;
    margin: 10px;
    border: 2px solid #666;
    background: #eee;
}

.platform .help {
    float: right;
    white-space: nowrap;
    font-size: 18px;
    font-family:Oswald, Arial, Helvetica, sans-serif;
    color: #444;
    text-decoration: none;
}

.platform .help img {
    vertical-align: top;
}

.platform .group {
    padding: 5px;
    margin: 5px;
    border: 1px solid black;
    background: #ddd;
    min-height: 64px;
}

.platform .group .logos {
    float: right;
    clear: right;
}

.platform .group ul {
    padding-left: 1em;
}

.platform .group li {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}

.platform .group img {
    margin-right: 0.25em;
    margin-top: 0.25em;
    margin-bottom: -0.25em;
}

.platform-title {
    font-family:Oswald, Arial, Helvetica, sans-serif;
    font-size:20px;
    color:#393831;
    margin-bottom: 1.75em;
}

.platform-targets {
    font-size: 60%;
}

.platform-oses {
    font-weight: 600;
    font-size: 120%;
}

.download-dialog-platform {
    display:none;
}
.download-dialog-os i {
    font-style:normal;
}

a.download-dialog-guide {
    font-family:Oswald, Arial, Helvetica, sans-serif;
    color:#6291AB;
    margin-top:0px;
}
a.download-dialog-guide:hover {
    color:#6291AB;
}
#download-dialog-lin .dialog-h1 {
    margin-bottom:0px;
}
#download-dialog-lin .releases-btn {
    padding-top:20px;
    font-family:Oswald, Arial, Helvetica, sans-serif;
    color:#6291AB;
    margin-top:0px; 
}
.download-dialog-lin-content {
    margin-top:25px;
}
.download-dialog-group{
    float:left;
    width:50%;
}
.download-dialog-group ul {
    list-style:none; margin:0px; padding:0px;
}
.download-dialog-group ul li {
    margin-bottom:5px;
}
.download-dialog-group ul li a {
    font-family:Oswald, Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#6291AB;
    margin-top:0px; 
    padding-left:30px;
    background:url(../images/download_small.png) no-repeat 0px 3px;
}
.download-dialog-lin-all {
    padding:30px 0px 10px 0px;
    text-align:right;
}

/* download popup */
.dpopup-footer {
    list-style:none;
    margin:0;
    padding:0;
}
.dpopup-footer li {
    float:left; 
}
.dpopup-footer li.dpopup-f1 {
    width:180px; 
    text-align:right;
    padding-right:10px;
    padding-top:26px;
}
.dpopup-footer li.dpopup-f2 {
    width:250px;
}
.dpopup-footer li.dpopup-f3 {
    padding-left:5px;
    padding-top:20px;
    line-height:18px;
}
.dpopup-footer li.dpopup-f3 a {
    display:block;
}
.dpopup-footer li.dpopup-f3 a {
    color:#6291ab;
}
.dpopup-footer li #btn-download {
    display:block;
    width:250px;
    height:119px;
    background:url(../images/button-download.png) no-repeat;
    text-indent:-5000px;
}
