/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
        display: block;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/************ CSS BEGINS NOW **************/

@font-face {
    font-family: 'JennaSue';
    src: url('JennaSue.eot');
    src: url('JennaSue.eot?#iefix') format('embedded-opentype'),
                 url('JennaSue.woff') format('woff'),
         url('JennaSue.ttf') format('truetype'),
         url('JennaSue.svg#JennaSue') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
        min-height: 100%;
}

body {
    color: #000;
    background: rgb(17,104,191); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(17,104,191,1) 0%, rgba(10,119,228,1) 56%, rgba(5,130,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,104,191,1)), color-stop(56%,rgba(10,119,228,1)), color-stop(100%,rgba(5,130,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(17,104,191,1) 0%,rgba(10,119,228,1) 56%,rgba(5,130,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(17,104,191,1) 0%,rgba(10,119,228,1) 56%,rgba(5,130,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(17,104,191,1) 0%,rgba(10,119,228,1) 56%,rgba(5,130,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(17,104,191,1) 0%,rgba(10,119,228,1) 56%,rgba(5,130,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1168bf', endColorstr='#0582ff',GradientType=0 ); /* IE6-9 */
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
        background-position: center center;
        background-repeat: repeat-y;
        background-attachment: scroll;
}

ol {
  list-style: decimal;
  padding-left: 40px;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#bgfix {
        background: -moz-linear-gradient(top, rgba(17,104,191,1) 0%, rgba(10,119,228,1) 56%, rgba(5,130,255,1) 100%); /* FF3.6+ */
    background-position: center top ;
    background-repeat: repeat-y;
    position: absolute;
    width: 100%; height: 100%;
    z-index:-1;
}

sup { vertical-align: super; }
sub { vertical-align: sub; }
sub, sup {
    font-size: 0.8em;
    line-height: 100%;
    font-size: normal;
}

#top {
        font-family: "JennaSue", Arial, Helvetica, sans-serif;
        text-align: left;
    height: 75px;
        overflow: hidden;
}

#top #name {
        font-size: 90px;
        float: left;
}

#top #description {
        margin-top: 45px;
    margin-left: 21px;
        float: left;
        font-size: 28px;
}

#footer {
        background-color: #FFFFFF;
        color: #4d4d4d;
        margin-top: 2px;
    border: 1px solid #7C7C7C;
    height: 50px;
}

#footer p{
        margin-top: 5px;
}

#home, #download {
        margin-right: 40px;
}

#navigationBar li {
        float: left;
        height: 40px;
        margin-right: 2px;
}

#navigationBar li a:hover,
#navigationBar li.active a {
        background-color: #FFFFFF;
        color: #007fc6;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #7C7C7C;
    border-bottom: none;
    height: 104%;
}

#navigationBar li a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        padding: 0 25px;
}

#container b{
        font-weight: bold;
}

#container {
    text-align: center;
    color: #FFFFFF;
    width: 75%;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 20;
    min-width: 516px;
}

#menuBar {
    background-color: #4C4C4C;
    height: 41px;
    line-height: 40px;
    margin: 0 auto;
}

#contents {
    background-color: #FFFFFF;
        color: #1C1C1C;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5%;
    padding-bottom: 10px;
    padding-top: 10px;
}

#contents i {
    font-style: italic;
}

#container #contents.demo {
    overflow: hidden;
    padding-bottom: 40px;
}

#container #contents.demo noscript {
  width: 100%;
  text-align: center;
  display: block;
  height: 400px;
  line-height: 400px;
}

#contents.demo hr {
    box-shadow: 0px 0px 7px #000000;
}

#contents.demo #credits, #contents.demo #about {
    line-height: 24px;
    padding-top: 50px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

#contents.demo #credits div {
    overflow: hidden;
}

#contents.demo #credits p {
    padding-left: 10px;
    font-size: 20px;
}

#contents.demo p.title,
#contents.demo #credits .title {
    font-weight: bold;
    font-size: 30px;
    padding-left: 2px;
}

#contents.demo #credits .subtitle {
    font-weight: bold;
    font-size: 25px;
    padding-left: 5px;
    padding-top: 5px;
}

a {
   color: inherit;
   color: #0215f0;
   text-decoration: none;
}

#contents a:hover {
    text-decoration: underline;
}


#belle {
        margin: 0 auto !important;
        left: 0 !important;
        top: 20px !important;
}

#title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
        padding-top: 10px;
        color: #000000;
}

.screenshot {
    height: 130px;
    width: 190px;
}

.logo {
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 10px;
}

.about .logo {
        float: none;
        width: auto;
        height: 64px;
}

.downloadItem {
        overflow: visible;
        height: 80px;
        vertical-align: middle;
        padding-top: 10px;
}

.downloadItem #name{
        font-weight: bold;
        color: #394556;
        margin-bottom: 2px;
        padding-top: 5px;
}

#contents ul {
        list-style: disc inside none;
        margin-left: 10px;
}

#subcontent {
        margin-left: 20px;
        clear: both;
        margin-bottom: 2px;
        width: 100%;
}

#logoContainer {
        float: left;
        margin-left: 5%;
}

#platforms {
        height: 64px;
        margin-bottom: 15px;
        margin-left: 15px;
}

#footer, #contents, #menuBar, #top {
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.noscript {
        color: #000000;
        border: 3px solid #FF0000;
        width: auto;
        text-align: center;
}

.title {
    font-size: 25px;
    color: #000000;
}

.item {
    overflow: hidden;
    margin-top: 18px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.item p {
    padding-left: 10px;
    line-height: 17px;
}

hr, h1, h2, h3 {
    padding: 0;
    margin: 3px 0;
}

hr {
    margin: 5px 0 16px;
    width: 90%;
}

#documentation ul {
  list-style: none;
}

#documentation #faq-index > li {
   padding-bottom: 10px;
}

#documentation #faq li {
   padding: 10px 0;
}

#documentation #faq li {
  line-height: 16px;
}

#documentation #faq ul {
  padding-left: 10px;
}
#documentation #faq > li > ul > li {
  padding: 4px 0;
}

#documentation #faq li > p {
  padding-bottom: 4px;
}

#documentation #faq > li h3 {
   font-size: 16px;
   font-weight: bold;
   padding-bottom: 8px;
}

.small {
  font-size: 10px; 
}

#redir {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #FFF;
}

#redir-msg {
  padding: 20px;
}
