@charset "utf-8";
/*
Theme Name: Professora de Português
Theme URI: http://hildersantos.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://hildersantos.com/
*/
/* Zerando o CSS */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
a {
vertical-align: baseline;
}

/* CSS da Página */
body {
	background: url(https://www.professora-de-portugues.com/wp-content/uploads/2021/06/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.9em;
	line-height: 120%;
	}
#Geral {
	width: 852px;
	margin: 30px auto;
	background: #dbdbdb url(img/topoGeral.jpg) left top no-repeat;
	padding: 10px 0 0;
	position: relative;
	}
#Inner {
	background: #dbdbdb url(img/bgGeral.jpg) left top repeat-y;
	padding: 25px;
	}	
#Final {
	background: #dbdbdb url(img/baseGeral.jpg) left bottom no-repeat;
	}
h1, h2, h4 {
	overflow: hidden;
	}
h1 {
	color: red;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
	}
h2 {
	font-size: 24px;
    line-height: 1.2;
	}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	}
h4 {
	margin: 0 auto 20px;
	}
p {
	margin: 0 0 20px;
	}
hr {
	color: #e8e8e8;
	background: #e8e8e8;
	border: none;
	line-height: 120%;
	height: 1px;
	margin: 20px 0;
	}
img {
	float: left;
	margin: 8px 30px 0 0;
	}
.texto {
	float: left;
	width: 585px;
	margin: 8px 0 33px;
	}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	}	
ul {
	margin: 0 0 20px;
	}
.vermelho {
	color: #c00;
	}
.clear {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
}