/* CSS for the RML preview tool */

body {
    font-family: Arial, Helvetica, sans-serif; /* "Calibri" */
    font-size: 16px;
    font-weight: 500;
    background: #ddedf9; /*#e6f0f9;*/
    color: #333;
}

#main h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 45px;
}

#main p {
    text-shadow: 1px 1px #f7f7f7;
    padding-bottom: 15px;
    line-height: 18px;
}

#menu, .menu {
    padding: 10px;
    height: 30px;
    position: relative;
    background: #ddedf9;
    z-index: 10;
}

#menu .container img {
    float: left;
    position: absolute;
    top: 3px;
    left: 7px;
    cursor: pointer;
}

#container, .container {
    margin: 0px auto;
    width: 1100px;
}

#word {
    padding-left: 5px;
}

#message {
    display: none;
    border: 1px solid #CCC;
    padding: 2px 12px;
    margin-left: 20px;
    background: #99FF99;
}

#error {
    display: none;
    border: 1px solid #CCC;
    padding: 2px 12px;
    margin-left: 20px;
    background: #ff9999;
}

#article-content, #question-content, #vocab-content, #strategy-content {
    width: 500px;
    height: 525px;
    background: #FFF;
    border: 1px solid #bbb;
    padding: 0px;
}

#article-content {
    overflow: auto;
    font-family: "Calibri", Arial, Helvetica, sans-serif !important;
}

#vocab-card {
    width: 100%;
    height: 580px;
}

#footer {
    clear: both;
    text-align: center;
    padding: 25px;
    font-size: 13px;
}

#ci-container, #toolkit-container {
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #DDEDF9;
    color: #333;
    padding: 20px;
}

#ci-container {
    height: 370px;
}

#toolkit-container {
    min-height: 510px;
    overflow: auto;
}

#ci-container h2, #toolkit-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

#ci-container p, #toolkit-container p {
    margin-bottom: 18px;
    line-height: 18px;
    text-shadow: 1px 1px #f7f7f7;
}

#ci-container textarea {
    width: 654px;
    margin-top: 15px;
    min-height: 200px;
}

#toolkit-container div.half {
    float: left;
    width: 50%
}

#toolkit-container div.half p {
    font-weight: bold;
    width: 100%;
}

#toolkit-container ul li {
    margin-bottom: 10px;
}

#toolkit-container .link {
    cursor: pointer;
    color: #369;
}

#ci-container #buttons {
    text-align: center;
}

#ci-container input[type=button] {
    background: url("images/submit_bg.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #B7D6DF;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #437182;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 4px 15px;
    height: 32px;
    margin-top: 10px;
}

#ci-container input[type=button]:hover, {
    background: url("images/submit_hover_bg.gif") repeat-x scroll 0 0 transparent;
}

#ci-container #msg {
    color: #000;
    text-align: center;
    width: 660px;
    margin-top: 15px;
}

#ci-container #ajax {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

#ci-close {
    cursor: pointer;
    color: #369;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
}

i {
	font-weight: bold;
}

center {
	text-align: center;
}

/*mobile--------------------------->*/
@media only screen and (min-width:0px) and (max-width: 1248px) {
    #navigation ul li {
        padding: 10px 5px;
    }
}
