/*
Description: Base theme styles for the Wordpress
Author: Cláudio Esperança <cesperanc+accessibleportugal@gmail.com>
License: GNU General Public License
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
@v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font: inherit;
    vertical-align: baseline;
    line-height: 2.0em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}
code, code var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* Text elements */
p {
    margin-bottom: 5px;
}

ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
}

li{
    margin-left: 35px;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 0 24px 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 18px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
big {
    font-size: 131.25%;
}
ins {
    background: #ffc;
    border: none;
    color: #333;
}
del {
    text-decoration: line-through;
    color: #555;
}
blockquote {
    padding: 0 3em;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins {
    text-decoration: none;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
a:link,
a:visited {
    color: #85BA3F;
    text-decoration: none;
}
a:active,
a:hover {
    color: #85BA3F;
    text-decoration: underline;
}
p,
ul,
ol,
dd,
pre,
hr {
    margin-bottom: 5px;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}
pre,
kbd,
tt,
var {
    font-size: 15px;
    line-height: 21px;
}
code {
    font-size: 10px;
}

table {
    border: 1px solid #e7e7e7 !important;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    float: none;
}
tr th,
thead th {
    border: none !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
tr td {
    border: none !important;
    border-top: 1px solid #e7e7e7 !important;
    padding: 6px 24px;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 5px;
    color: #231F20;
    margin-top: 10px;
    vertical-align: middle;
}

h1 {
    font-size: 2em;
    line-height: 2.2em;
}
h2 {
    font-size: 1.8em;
    line-height: 2.0em;
}
h3 {
    font-size: 1.6em;
    line-height: 1.8em;
}
h4 {
    font-size: 1.4em;
    line-height: 1.6em;
}
h5 {
    font-size: 1.2em;
    line-height: 1.4em;
}
h6 {
    font-size: 1em;
    line-height: 1.2em;
}

/* forms */
#content textarea,
#content input[type="text"],
#content input[type="password"],
#content input[type="file"],
#content input[type="button"],
#content input[type="submit"],
#content input[type="reset"],
#content select {
    border-color: #DFDFDF;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#content input[type="text"],
#content input[type="password"],
#content textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.code,
code {
    font-family: Consolas,Monaco,Courier,monospace;
}

#content textarea,
#content input,
#content select {
    margin: 1px;
    padding: 3px;
}

#content input,
#content select {
    line-height: 15px;
}

#content input[type="submit"]{
    background-color: #85BA3F;
    border: 1px solid #85BA3F;
    color: #EAF2FA;
    cursor: pointer;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


img {
    margin: 0;
}
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
    max-width: 100%;
    height: auto;
}
img.size-full{
    width: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin: 5px 10px;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-left: 0px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-right: 0px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
}
.wp-caption {
    background: #f1f1f1;
    border: none;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 940px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px;
}
.wp-caption p.wp-caption-text {
    margin: 0 0 4px;
}
.wp-smiley {
    margin: 0;
}


/* Layout */
.clearer{
    display: block;
    clear: both;
    content: " ";
    height: 0;
    overflow: hidden;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}
