@charset "utf-8";
/* CSS Document */

/*ad*/

#ad {

    background: #171717;
    width: 100%;
    height: 60px;
    top: 530px;
}

.btn {
    width: 162px;
    height: 40px;
    color: #29a9e0;
    outline-color: white;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

#button {
    width: 162px;
    height: 40px;
    background-image: url(../../../../../public/assets/images/button.png);
    position: absolute;
    left: 800px;
    top: 10px;
    cursor: pointer;
}

#button:hover {
    background-image: url(../../../../../public/assets/images/button.png);
    background-position: center;
}

#button:active {
    background-image: url(../../../../../public/assets/images/button.png);
    background-position: bottom;
}

/*banner*/
#banner {
    background-image: url(../../../../../public/assets/images/banner-background.png);
    position: relative;
    width: 100%;
    height: 467px;
    background-color: #2D83BE;
}

.game-title {
    width: 667px;
    height: 146px;
    background-image: url(../../../../../public/assets/images/gametitle.png);
}

.game-main {
    width: 760px;
    height: 530px;
    padding-top: 30px;
    background: #000;
    border-radius: 10px;
    border: solid 1px #666;
    box-shadow: 0px 20px 100px #000;
    position: absolute;
    z-index: 1;
    left: 120px;
}

.worm {
    background: url(../../../../../public/assets/images/worm.png);
    width: 344px;
    height: 446px;
    position: absolute;
    left: -50px;
    top: 230px;
}

.player {
    background: url(../../../../../public/assets/images/player.png);
    width: 327px;
    height: 455px;
    position: absolute;
    right: -100px;
    top: 230px;
}

.doctor-image {
    position: absolute;
    top: 50px;
}

.kid {
    position: absolute;
    top: 50px;
    left: 50px;
}

.quiz-title {
    position: absolute;
    top: 60px;
    left: 300px;
    color: #fff;
    padding-top: 20px;
    width: 541px;
    height: 138px;
}

.quiz-title span {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    text-shadow: 0px 1px 1px #333;
}

.quiz-title p {
    width: 450px;
    font-weight: normal;
    text-shadow: 0px 1px 1px #666;
    font-size: 14px;
}

.level {
    width: 470px;
    height: 55px;
    position: absolute;
    top: 225px;
    right: 200px;
    border-radius: 10px;
    border: solid 1px #CCC;
    padding: 10px;
    background: #000;
    opacity: .5;
}

.inner-level {
    width: 440px;
    height: 25px;
    border-radius: 5px;
    border: solid 1px #CCC;
    padding: 10px;
    background: #fff;
    opacity: none;
    position: absolute;
    top: 235px;
    right: 210px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
}

.inner-level li {
    display: inline;
}

#testingLevelForm .radio {
    width: 20px;
    height: 20px;
    background: url(../../../../../public/assets/images/radio.png);
    float: none;
}

#banner .title {
    width: 541px;
    height: 138px;
    background-image: url(../../../../../public/assets/images/quote.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    position: absolute;
    top: 60px;
    left: 250px;
    color: #fff;
    padding-top: 20px;
}

#banner .title span {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    text-shadow: 0px 1px 1px #333;
}

#banner .title p {
    width: 450px;
    font-weight: normal;
    text-shadow: 0px 1px 1px #666;
    font-size: 14px;
}

#banner .mailbox {
    width: 519px;
    height: 174px;
    background-color: #5cacda;
    position: absolute;
    top: 225px;
    right: 210px;
    border-radius: 10px;
    border: solid 1px #CCC;
    padding: 10px;
}

.textbox {
    border: none;
    width: 150px;
    height: 25px;
    border-radius: 5px;
    padding-left: 10px;
    color: #666;
}

.textbox2 {
    border: none;
    width: 250px;
    height: 25px;
    border-radius: 5px;
    padding-left: 10px;
    color: #666;
}

.textarea {
    border: none;
    width: 500px;
    border-radius: 5px;
    padding: 10px;
    color: #666;
    margin-top: 5px;
    height: 122px;
    max-height: 122px;
    max-width: 500px;
}

.mailbutton {
    width: 80px;
    height: 28px;
    border-radius: 5px;
    border: solid 1px #666;
    cursor: pointer;
    background: url(../../../../../public/assets/images/qabutton.png);
    background-position: top;
    font-size: 14px;
    float: right;
}

.mailbutton:active {
    background-position: bottom;
}

.mailbutton:hover {
    color: #FFF;
}

/*Left*/
.main-wrapper {
    width: 1024px;
    margin: auto;
    position: relative;
}

.main-menu {
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 1px 1px #369;
    font-size: 12px;
    text-decoration: none;
}

.main-menu:hover {
    color: #9C0;
}

.main-wrapper ul {
    margin-left: 5px;
    width: 348px;
    height: 16px;
    margin-top: 20px;
    display: block;
    background: url(../../../../../public/assets/images/main-menu.jpg);
    background-position: bottom;
    padding: 8px;
}

.main-wrapper ul li {
    width: 174px;
    float: left;
    text-align: center;

}

#left {
    background: #fff;
    border: solid 1px #999;
    border-radius: 5px;
    width: 620px;
    clear: left;
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

body p {
    /*margin-bottom:20px;*/
    font-size: 12px;
    line-height: 18px;
}

.images {
    max-width: 600px;
    margin-top: 30px;
    border: solid 1px #999;
}

.article-header {
    font-size: 24px;
    font-weight: bold;
    color: #0071ba;
    margin-top: 30px;
    display: block;

}

.article-text-header {
    margin-top: 30px;
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
}

.article-text {
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.note {

    font-size: 12px;
    color: #666;
    display: block;
    width: 600px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 50px;
}

#left h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-shadow-top {
    width: 622px;
    height: 20px;
    background: url(../../../../../public/assets/images/article-top-shadow2.png);
    background-position: center;
}

.bottom-shadow-top {
    width: 622px;
    height: 20px;
    background: url(../../../../../public/assets/images/article-bottom-shadow2.png);
    background-position: center;
}

.top-article-picture {
    border: solid 12px #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 1px #333;
    margin: 0px;
}

.top-article {
    width: 558px;
    height: 100px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 222px;
    left: 43px;
    padding: 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    transition: background .5s;
    -moz-transition: background .5s; /* Firefox 4 */
    -webkit-transition: background .5s; /* Safari and Chrome */
    -o-transition: background .5s; /* Opera */
}

.top-article:hover {
    transition: background .5s;
    -moz-transition: background .5s; /* Firefox 4 */
    -webkit-transition: background .5s; /* Safari and Chrome */
    -o-transition: background .5s; /* Opera */
    background: rgba(0, 0, 0, .5);
}

.top-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    display: block;
}

/*right*/
.right {
    border: solid 1px #000;
    border-radius: 5px;
    width: 295px;
    float: left;
    margin-left: 35px;
    padding: 5px;
    background: #333;
    margin-bottom: 10px;
}

.right span {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #002C40;
    height: 12px;
    width: 279px;
    background-color: #36F;
    display: block;
    border-radius: 5px;
    padding: 8px;

}

.right2 {
    border: solid 1px #999;
    border-radius: 5px;
    width: 295px;
    float: left;
    margin-left: 35px;
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.right2 span {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #002C40;
    height: 12px;
    width: 279px;
    background-color: #36F;
    display: block;
    border-radius: 5px;
    padding: 8px;

}

.headline {
    margin-top: 10px;
    width: 290px;
    height: 70px;
    color: #333;
}

.headline a {
    color: #000;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
}

.headline-text {
    width: 190px;
    float: right;
    line-height: 13px;
}

.headline img {
    width: 90px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;

}

/*article*/

.img-wrapper img {
    width: 210px;
}

.article-image {
    width: 210px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #999;
    margin-right: 10px;
}

.img-wrapper {
    float: left;
    width: 235px;
    margin-right: 10px;
}

.text-wrapper {
    margin-top: 10px;
    float: left;
    width: 370px;
}

.top-shadow {
    width: 287px;
    height: 10px;
    background: #fff;
    background-image: url(../../../../../public/assets/images/top-shadow2.png);
    background-repeat: no-repeat;
}

.bottom-shadow {
    width: 287px;
    height: 13px;
    background: #fff;
    background-image: url(../../../../../public/assets/images/bottom-shadow2.png);
    background-repeat: no-repeat;
}

.title {
    font-weight: bold;
    font-size: 14px;
    color: #0071ba;
    margin-bottom: 0px;
}

.time {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 10px;
}

.article-text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #444;
}

.article-text-top {
    font-size: 9px;
    line-height: 15px;
    color: #fff;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #E9E9E9;
    clear: left;

}

.questionBorder {
    border: 1px solid #c5c5c5;
    margin: 5px;
    padding: 5px;
    background: white;
    -moz-border-radius: 5px;
}

.questionTitle {
    font-weight: bold;
}

.falseAnswer {
    color: red;
}

.trueAnswer {
    color: green;
}

/*Footer*/
b {
    color: #999;
}

#footer .wrapper p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#footer {
    clear: left;
    height: 130px;
    width: 100%;
    background-image: url(../../../../../public/assets/images/footer-background.jpg);
    position: static;
    font-size: 11px;
    color: #666;
    line-height: 13px;
}
