@charset "UTF-8";

#content {
    width: 1068px;
    height: 650px;
    background: #1c60b3; /* For browsers that do not support gradients */
    font-family: Arial, Helvetica, sans-serif;
}

#right_section {
    width: 300px;
    height: 600px;
    padding: 10px 15px 10px 0px;
    background: #1c60b3;
    float: right;
}

main {
    width: 728px;
    height: 330px;
    margin: 0 10px;
    background-color: #eee;
    float: left;
    border: solid 1px #444;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 32px -5px rgba(0,0,0,0.90);
    -moz-box-shadow: 0px 10px 32px -5px rgba(0,0,0,0.90);
    box-shadow: 0px 10px 32px -5px rgba(0,0,0,0.90);
    /*background-image: url("../images/main_large_background.png");*/
}

/****************************/

#main_left {
    width: 390px;
    height: 330px;
    float: left;

}

#main_left h3 {
    line-height: 1.0em;
    font-size: 1.85em;
    padding: 10px 0 0 20px;
    color: #1c60b3;
    font-weight: bold;
}

#main_left p {
    font-size: 1em;
    padding: 10px 0 0 22px;
    color: #343434;
    font-weight: bold;
}

#main_left #hand_stopwatch_text {
    padding: 20px 0 0 60px;
}

#main_left #take_test_form {
    padding: 0 0 0 52px;
    margin: -3px 0 0 0;
}

#main_left #take_test_button {
    width: 260px;
    height: 40px;
    border: none;
    padding: 5px 5px;
    background: #1c60b3;
    border-radius: 5px;
    float: left;
    margin: 3px 0 0 7px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
}

#main_left #fb {
    clear: both;
    padding: 10px 0 0 140px;
}

/****************************/

#main_right {
    width: 338px;
    height: 330px;
    float: right;
}

#main_right #acereader_logo {
    width: 240px;
    padding: 5px 0 0 45px;
}

#main_right h4 {
    font-size: 1.2em;
    padding: 2px 0 0 20px;
    font-weight: bold;
}

#main_right #award {
    position: absolute;
    width: 90px;
    padding: 5px 0 0 235px;
}

#main_right #AceReader_bullet_list {
    font-size: .8em;
    padding: 13px 0 0 38px;
    font-weight: bold;
    line-height: 1.5em;
    color: #394c65;
}

#main_right #testimonial {
    font-size: .9em;
    padding: 23px 20px 0 40px;
    font-style: italic;
    width: 261px;
}

#main_right #testimonial_signature {
    font-size: .9em;
    padding: 3px 20px 0 40px;
    width: 261px;
    font-style: italic;
    color: #777;
}

#main_right #acereader_learn_more_form {
    padding: 10px 0 0 30px;
    margin: 0;
}

#main_right #acereader_learn_more_button {
    width: 265px;
    height: 25px;
    border: none;
    padding: 3px 5px;
    margin: 0;
    background: #1c60b3;
    border-radius: 5px;
    float: left;
    margin: 5px 0 0 7px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
     -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.75);
}

/****************************/

#freereadingtest_adspace_page1_top {
    width: 728px;
    height: 90px;
    margin: 10px;
    float: left;
}

#freereadingtest_adspace_page1_right {
    width: 300px;
    height: 600px;
}

#freereadingtest_adspace_page1_bottom {
    width: 728px;
    height: 90px;
    margin: 10px;
    float: left;
}

#typingmaster_728x90 {
    width: 728px;
    height: 90px;
    padding: 0px 10px;
    float: left;
}

#typingmaster_320x50 {
    width: 320px;
    height: 50px;
    display: none;
    padding: 0px 10px;
    float: left;
}


/***************************************************************************************/
/*** media styles                                                                    ***/
/***************************************************************************************/

/****************************************************************/
/****************************************************************/
@media only screen and (min-width:768px) and (max-width:1068px) {

    #content {
        width: 748px;
        height: 650px;
    }

    #right_section {
        height: 260px;
        padding: 0px 10px 10px 0px;
    }

    main {
        width: 418px;
        height: 330px;
    }

    #main_left {
        width: 418px;
        height: 330px;
    }

    #main_right {
        display: none;
    }

    /**************************/

    #main_left h3 {
        font-size: 1.8em;
        padding: 5px 0 0 40px;
    }

    #main_left p {
        padding: 10px 0 0 41px;
    }

    #main_left #hand_stopwatch_text {
        padding: 20px 0 0 73px;
    }

    #main_left #take_test_form {
        padding: 0 0 0 62px;
    }

    #main_left #fb {
        padding: 10px 0 0 150px;
    }

    /**************************/

    #freereadingtest_adspace_page1_right {
        width: 300px;
        height: 250px;
    }

}

/****************************************************************/
/****************************************************************/
@media only screen and (max-width:767px) {

    #content {
        width: 320px;
        height: 490px;
    }

    #right_section {
        display: none;
    }

    main {
        width: 320px;
        height: 315px;
        margin: 0;
    }

    #main_left {
        width: 320px;
        height: 315px;
    }

    #main_right {
        display: none;
    }

    /**************************/

    #main_left h3 {
        font-size: 1.5em;
        padding: 5px 0 0 20px;
    }

    #main_left p {
        font-size: 1em;
        padding: 10px 0 0 20px;
    }

    #main_left #hand_stopwatch_text {
        padding: 20px 0 0 32px;
    }

    #main_left #take_test_form {
        padding: 0 0 0 25px;
    }

    #main_left #fb {
        padding: 15px 0 0 110px;
    }

    /****************************/

    #freereadingtest_adspace_page1_top {
        width: 320px;
        height: 50px;
        margin: 5px 0;
    }

    #freereadingtest_adspace_page1_right {
        display: none;
    }

    #freereadingtest_adspace_page1_bottom {
        width: 320px;
        height: 50px;
        margin: 5px 0;
    }

    #typingmaster_728x90 {
        display:none;
    }

    #typingmaster_320x50 {
        display: block;
        padding: 0;
        margin: 0 0 5px 0;
    }

}

