@import url("fonts.css");

/* Main Elements */
/* ========================================================================== */


body {
    font-family: Cantarell, 'Droid Sans', Ubuntu, 'DejaVu Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #2e3436;
}
h1, h2, h3, h4, h5, h6, dt {
    color: #0489B7;
}
h1 {
    font-size: 42px;
    font-weight: bold;
}
h2 {
    font-size: 25px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    margin: 0.4em 0 0.5em;
    color: #2E3436;
}
h4 {
    font-size: 16px;
    color: #ce5c00;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ol {
    list-style:decimal;
}
ul {
    list-style:square;
}
li {
    margin-left:30px;
}
h1,h2,h3,h4,h5,h6,pre,table,address,fieldset {
    margin: 0.8em 0 0.4em;
}
p, dd, .action_box, ul, ol {
    margin: 0.4em 0 1em;
}
code {
    background: #ececec;
    background: rgba(0,0,0,0.1);
    padding: 1px;
}
a {
  text-decoration: underline;
}

/* Text classes */
/* ========================================================================== */

.highlight {
    background: yellow;
}

.main_feature {
    font-size: 21px;
    line-height: 130%;
}

.main_register {
    font-size: 17px;
    line-height: 130%;
}

.footnotes {
    font-size: 11px;
    color: #888a85;
}
.footnotes a {
    color: #888a85;
}

.help{
	font-size: 12px;
	color: #888a85;
}

.more {
    background: url(../images/more-arrow.png) right 6px no-repeat;
    cursor: pointer;
    white-space: nowrap;
    padding-right: 10px;
    text-decoration: none;
}
.more {
    text-decoration: underline;
}

#footer {
    font-size: 11px;
    line-height: 1.5em;
}


/* About page */
/* ========================================================================== */

.about_qlinks dt {
    font-size: 18px;
    color: #CE5C00;
    font-weight: normal;
	text-align: left;
}
#about_page .about_qlinks dt {
    font-size: 16px;
    font-weight: bold;
}
.about_qlinks dt a:hover {
    color: #fa7721;
}
