@charset "utf-8";
/* CSS Reset */
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: 100%;
	line-height: 1.4em;
	vertical-align: baseline;
}
header, nav, section, aside, article, footer {
	display: block;
}

/* MAIN STYLES */

body {
	padding: 20px 0;
	text-align: center;
	background: #ccd9ff url("/images/background.jpg") center top no-repeat;
	background-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #0d0d0d;
}

#main {
	width: 980px;
	margin: 0 auto;
	background: #f2f2f2;
	border-top: 3px solid #004364;
	box-shadow: 0px 2px 5px #888888;
}

#header {
	display: block;
	margin: 0 auto;
	padding: 20px;
}

#content {
	margin:0 auto;
	display: block;
	padding: 0 20px;
	overflow: auto;
}

#footer {
	display: block;
	padding: 10px 0;
	margin-top: 20px;
	font-size: 0.9em;
	color: #4d4d4d;
	border-top: 2px solid #cccccc;
}

section {
	width: 96%;
	padding: 2%;
}

h1 {
	font-family: 'EB Garamond', serif;
	font-size: 1.7em;
	font-weight: normal;
	text-align: center;
	color: #061a2d;
	border-bottom: 2px solid #004364;
	padding: 20px 0;
}
h2 {
	font-family: 'EB Garamond', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 20px 0;
}

iframe {width: 560px; height: 315px;}

p {
	font-size: 1em;
	text-align: left;
	text-indent: 0;
	margin:0.6em 0;
}
p.nospace {margin:0;}
p.indentblock {margin-left: 0; text-indent: 0;}
p.noindent {text-indent: 0;}
p.subtitle {
	margin:0;
	text-align:center;
	font-size:0.7em;
	color:#333;
}

div.artigo section:not(:last-child) {
	border-bottom: 1px solid #004364;
}

/* Special page styles */

#poetry-body {
	margin: 0 auto;
	width: 400px;
}
#poetry-body p {
	text-align: left;
	font-size: 1em;
}
#poetry-body img {
	width: 100%;
}

/* Misc */

#enviar_comentario {
	cursor:pointer;
}

.center {text-align:center; text-indent: 0;}
.right {text-align: right;}
.mL {margin-left: 20px;}
.bold {font-weight: bold;}
.border {border-bottom: 1px solid #004364;}
.mT {margin-top: 25px;}
.w50 {width: 50%;}
.commentInfo {font-size: 0.9em;}
.form {margin-top: 20px; width: auto;}
.hidden {display: none;}
.small {font-size: 0.9em;}
blockquote, .ref {
	margin-left:3em;
	font-size:0.95em;
}
.quote {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.subtitle {
	font-size:0.7em;
	color:#333;
}

.main_button {
	margin: 1em 0;
	background-color:#6BB1FE;
	background: linear-gradient(to bottom, #87C0FE, #6BB1FE);
	color:#000;
	border:1px solid black;
	border-radius:5px;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding: 7px 25px;
}
.main_button:hover {
	cursor:pointer;
	text-decoration:none;
	background: #87C0FE;
}
.main_button:active {
	position:relative;
	top:2px;
}

a {
	text-decoration:none;
	color: #005580;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}
a:active {
	color: black;
}
a:visited {
	/*color:#255776;*/
}

table {
	border-collapse: collapse;
	border:none;
	width: 100%;
	margin:0 auto;
}

td {
	border:none;
	text-align: left;
	padding:5px;
}

td.descricao {
	text-align:justify;
	font-size:0.9em;
	border-bottom:1px solid #004364;
	width: 50%;
}

td.tipo {
	font-weight:bold;
	text-align: right;
	vertical-align: top;
	font-size:0.7em;
}
input.text {
	width:302px;
}
textarea.escreva {
	width:300px;
	height:100px;
}

div.quote {
	margin-left:20px;
	font-size:1em;
}

/* Responsive Styles */

@media screen and (max-width: 980px) {
	#main {width: 100%;}
	.hideInMobile {display: none;}
}

@media screen and (max-width: 600px) {
	body {padding: 0; background-image: none;}
	iframe {width: 100%;}
	input.text {width: 100%}
	textarea.escreva {width: 100%}
	img.res600 {width: 100%;}
}

@media screen and (max-width: 400px) {
	#header {padding: 0;}
	#content {padding: 0;}
	#footer {padding: 0;}
	#poetry-body {width: 100%;}
	table {width: 100%;}
	td {padding: 5px 0;}
	img.res400 {width: 100%;}
}
