/**************************************
 * THEME NAME: colegiobrasileiro
 *
 * Files included in this sheet:
 *
 *   colegiobrasileiro/style.css
 **************************************/

/***** colegiobrasileiro/style.css start *****/

body {
    background-color:#3A8BCB;
}

p, a {
    font-size:small;
}

a:link,
a:visited
a:dimed {
  color:#0000FF;
}

a.dimmed:link, a.dimmed:visited
{
color: #0066FF;
}

a:hover {
  color:#000000;
  text-decoration: underline;
}

h1, h2, h3 {
    background-color:#FFFFFF;
    border-style:solid;
    border-width:thin;
    border-color:#337AB2;
    padding-left:1px;
    color:#000000;
}

h1 {
    font-size:1.7em; 
    margin:0.1em 0 0;
}

h2 {
    background-color:#3A8BCC;
    font-size:1.4em;
    margin:0.5em 0 0;
}

h3 {
    font-size:1.2em;
    margin:0.1em 0 0;
}

li {
    margin-bottom: 10px;
}

ul {
    margin-top: 10px;
}

div.header {
    background-color:#2D6C9F;
}

.content {
    background-color:#3885C2;
}

.question {
    font-size: medium;
    font-weight: bold;
    border: 1px dotted;
    padding: 10px;
    background-color: #EEEEEE;
}

.answer {
    font-size: medium;
    border: none;
    padding-left: 40px;
}

.normaltext {
    font-size: medium;
    border: none;
    margin-left: 30px;
}

.answercode {
    font-family: "Courier New";
    font-size: small;
    border: none;
    padding-left: 60px;
}

.questionlink {
    font-size: medium;
    border: none;
    padding-left: 40px;
}

.examplecode {
    font-family: "Courier New", "Courier";
    font-size: small;
    border: thin dashed #999999;
    background-color: #FBFBFB;
    margin: auto;
    margin-top: 0.5em;
    padding: 30px;
    height: auto;
    width: auto;
}

.spaced {
    margin-bottom: 10px;
}

.dimmed_text
{
color: #0066FF;
}
/***** colegiobrasileiro/style.css end *****/

