body {
    font-family: 'Open Sans',arial,sans-serif;
    background-color: #959595;
    color: #414141;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0 0 0.6em 0;
}

h1, .h1 {
    font-size: 25px;
}

h2, .h2 {
    font-size: 21px;
}

h3, .h3 {
    font-size: 18px;
}

p {

}

a {
    color: #498db8;
}

a:hover {
    text-decoration: underline;
    color: #498db8;
}

ul {

}

ul li {

}

/* core stuff */
.button {
    padding: 10px;
    background-color: #498db8;
    color: #fff;
    font-size: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button a {
    color: #fff;
}

.button:hover {
    background-color: #498db8;
    color: #fff;
}

.primary_button {
    background-color: #498db8;
    color: #fff;
}

.primary_button:hover {
    background-color: #498db8;
    color: #fff;
}


.secondary_button {
    background-color: #93bad3;
    color: #fff;
}

.secondary_button:hover {
    background-color: #93bad3;
    color: #fff;
}

.large_button {
    width: 240px;

}

.paper_button {
    font-size: 1.2em;
    padding: 15px 20px;
}



/* structure */
#main_wrapper {
    background-color: #fff;
}


#header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #959595;
}

#header .account {
    text-align:right;
}

#main_content {
    padding-top: 45px;
    padding-bottom: 50px;
}


#footer {
    clear:both;
    background-color: #959595;
    padding: 30px 0 100px 0;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

/* registration page */

#registration {

}

#registration form {
    margin-top: 15px;
}

#registration .or {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    text-align: center;
    color: #498db8;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 1.2em;
}

#registration .form_message {
    padding-top: 5px;
}

/* panels */

#panels {
    margin-top: 20px;
}

#panels .panel {
    border: 0;
}

#panels .panel h2 {
    padding: 8px 30px 8px 30px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background-color: #498db8;
    margin: 0;
}

#panels .panel h2 a {
    color: #fff;
}

#panels .panel p {
    padding: 8px 30px 10px 30px;
    margin: 0;
    background-color: #eee;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}


/* papers */

#papers {

}

#papers .categories {
    margin-top: 20px;
}

#papers .category {
    margin-bottom: 15px;
}

#papers .category .category_title {
    color: #fff;
    background-color: #498db8;
    padding: 8px 30px 7px 30px;
    position:relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

#papers .category .category_title h2 {
    margin: 0;
}

#papers .category .category_title .arrow {
    width: 27px;
    height: 27px;
    position:absolute;
    display:block;
    right: 12px;
    top: 10px;
    font-size: 1.4em;
    /*background: url('../images/arrow-down.jpg') no-repeat;*/
}

#papers .category .category_items {
    display:none;
}

#papers .category .item {
    color: #414141;
    padding: 15px 30px;
}

#papers .category .even {
    background-color: #e1e1e1;
}

#papers .category .item h3 {

}

#papers .category .item h3 a {
    text-decoration: underline;
}

#papers .category .item p {
    margin-bottom: 0;
}

#papers .category .item .link {
    margin-top: 10px;
}

#papers .category .hover {
    color: #498db8;
}

#papers .category .hover h3 a{
    color: #498db8;
}

/* paper detail */

#paper_header {

}

#paper_header #paper_embed {
    padding: 20px 0;
    width: 100%;
}

#paper_header .evaluation_header {
    color: #fff;
    background-color: #498db8;
    padding: 8px 30px 7px 30px;
    position:relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}


#paper .paper_section {

}

#paper .paper_section.even {
    background-color: #e1e1e1;
}

#paper .paper_section p.section_title {
    padding: 10px 30px;
    font-size: 1.2em;
}

#paper .paper_section .paper_question {
    border-bottom: 1px solid #000;
}

#paper .paper_question {
    padding: 10px 30px;
}

#paper .paper_question .num {
    display:none;
}

#paper .incorrect {
    color: red;
}

#paper .correct {
    color: green;
}

#paper .paper_question .feedback {
    font-style: italic;
}

#paper .paper_question.even {
    background-color: #e1e1e1;
}

#paper .paper_question .control-label {
    font-size: 1.1em;
    margin-bottom: 20px;
    padding-left: 0;
}

#paper .paper_question .question_option {
    margin: 0 0 10px 0;
}

#paper .paper_question .question_option label {
    padding-left: 25px;
}

#paper .paper_question .radio input[type="radio"],
#paper .paper_question .radio-inline input[type="radio"],
#paper .paper_question .checkbox input[type="checkbox"],
#paper .paper_question .checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
}

#paper .complete_paper {
    margin-top: 30px;
}

#paper .evaluation_text {
    padding: 10px 30px;
}

#paper .evaluation_field {
    padding: 10px 30px;
    margin-bottom: 20px;
}

#paper .control-label {
    padding-left: 30px;
}

#paper .submit {
    padding-left: 30px;
}

.paper_submission {
    margin-bottom: 30px;
}

.paper_submission .button {
    margin: 0;
}
