body {
	margin: 0px auto;
	padding: 0px auto;
	background: #a8ca74;
	font-family: 'Arvo', arial;
	font-size: 22px;
	color: #FFFFFF;
	text-align: justify;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	/*text-transform: lowercase;*/
	font-weight: 400;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 2.0em;
    
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #00FF00;
}

a:hover {
  color: #00FF00;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}



/* Header */

#header {
	overflow: hidden;
	width: 900px;
	height: 100px;
  text-align: center;
	/* margin: 0 auto; */
}

/* Rodape */

#rodape {
	overflow: hidden;
	width: 900px;
	height: 1200px;
  text-align: center;
	/* margin: 0 auto; */
}

/* Logo */

#logo {
  text-align: center;
	height: 170px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	color: rgba(0,0,0,.5);
}

#final {
  text-align: center;
	height: 1200px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	color: rgba(0,0,0,.5);
}

#logo h1, #logo p {
	margin: 0;
	padding: 0px 0px 20px 0px;
  text-align: center;
}

#logo h1 {
	display: block;
	letter-spacing: -3px;
	/*text-transform: lowercase;*/
	text-align: center;
	font-size: 64px;
  padding: 0px 0px 20px 0px;
}

#logo span {
	letter-spacing: normal;
	font-size: 22px;
  padding: 0px 0px 20px 0px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: rgba(0,1,0,.5);
	font-weight: bold;
  text-align: center;
  padding: 0px 0px 20px 0px;
}

/* Search */

#search {
	float: right;
	width: 280px;
	padding: 0;
}

#search form {
	float: right;
	height: 41px;
	margin: 0;
	padding: 40px 40px 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 220px;
	height: 35px;
	padding: 0px 10px;
	border: none;
	background: #636900;
	line-height: 35px;
	letter-spacing: 1px;
	/*text-transform: lowercase;*/
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 0px;
}

#menu-wrapper {
  width: 900px;
  height: 140px;
  margin: 0px auto;
	background: rgba(0,0,0,.5);
}

#menu-wrapper-peq {
  width: 900px;
  height: 30px;
  margin: 0px auto;
	background: rgba(0,0,0,.5);
}

#menu {
	width: 900px;
	height: 140px;
	margin: 0px auto;
}

#menu-disciplinas {
	width: 900px;
	height: 140px;
	margin: 0px auto;
}

#menu-peq {
	width: 900px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	list-style: none;
	line-height: normal;
  margin: 0px auto;
  margin-top: 10px;
}

#menu-disciplinas ul {
	list-style: none;
	line-height: normal;
  margin: 0px auto;
  margin-top: 10px;
}

#menu-peq ul {
	list-style: none;
	line-height: normal;
  margin: 0px auto;
}

#menu li {
	float: left;
  margin: 0px auto;
}

#menu-disciplinas li {
	float: left;
  margin-right: 20px;
}

#menu-peq li {
	float: left;
  margin: 0px auto;
}

#menu a {
  margin: 0px auto;
	margin-top: 20px;
	display: block;
	width: 200px;
	height: 100px;
	text-decoration: none;
	text-transform: uppercase;
  text-align: center;
	font-size: 80px;
	font-weight: bold;
  font-style: bold;
	color: #FFFFFF; 
  background: #005500;
}

#menu-disciplinas a {
  margin: 0px auto;
	margin-top: 20px;
	display: block;
	width: 200px;
	height: 100px;
	text-decoration: none;
	text-transform: uppercase;
  text-align: center;
	font-size: 80px;
	font-weight: bold;
  font-style: bold;
	color: #FFFFFF; 
  background: #005500;
}

#menu-peq a {
  margin: 0px auto;
	display: block;
	width: 200px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
  text-align: center;
	font-size: 20px;
	font-weight: bold;
  font-style: bold;
	color: #FFFFFF;
}

#menu .current_page_item a {
  margin: 0px auto;
	background: #00FF00;
}

#menu-disciplinas .current_page_item a {
  margin: 0px auto;
	margin-top: 20px;
	background: #00AA00;
}

#menu-peq .current_page_item a {
  margin: 0px auto;
	background: #00AA00;
}

#menu a:hover {
  margin: 0px auto;
	margin-top: 20px;
	background: #00AA00;
}

#menu-disciplinas a:hover {
  margin: 0px auto;
	margin-top: 20px;
	background: #FF0000;
}

#splash {
	width: 1000px;
	height: 260px;
}

/* Page */

#page {
  width: 900px;
  margin-left: 0px;
  margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	overflow: hidden;
}

/* Content */

#content {
	float: left;
	width: 900px;
}

.post {
  text-align: center;
	margin-bottom: 20px;
	padding: 40px 40px;
	background: rgba(0,0,0,.5);
}

.post .title {
	padding-bottom: 20px;
	letter-spacing: -1px;
	/*text-transform: lowercase;*/
	color: #FFFFFF;
  text-align: center;
}

.post .title a {
	border: none;
	color: #FFFFFF;
  text-align: center;
}

.post .meta {
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .meta a:hover {
	text-decoration: underline;
	color: #00FF00;
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.post .entry a:hover {
	text-decoration: underline;
	color: #00FF00;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #00FF00;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 290px;
	padding: 20px 20px;
	background: rgba(0,0,0,.5);
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h5 {
	height: 38px;
	padding: 12px 0 20px 15px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#sidebar h3 {
	height: 38px;
	padding: 12px 0 20px 15px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#sidebar h4 {
	height: 10px;
	padding: 12px 0 20px 15px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#sidebar p {
  padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin: 0 0px;
	padding: 0px 0px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #00FF00;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 260px;
	margin: 0px auto;
	background: rgba(0,0,0,.5);
}

#footer p {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
}

#footer a {
	text-decoration: underline;
}

#about {
	overflow: hidden;
	width: 820px;
	margin: 30px auto 30px auto;
	padding: 40px 40px;
	background: rgba(0,0,0,.5);
}

#about .title {
	padding-bottom: 30px;
	letter-spacing: -1px;
	text-align: left;
	/*text-transform: lowercase;*/
	color: #FFFFFF;
}

#two-column {
	padding-top: 30px;
}

#two-column h2 {
	padding-bottom: 20px;
	letter-spacing: -1px;
	/*text-transform: lowercase;*/
	font-size: 30px;
	color: #A26500;
}

#two-column #column1 {
	float: left;
	width: 390px;
}

#two-column #column2 {
	float: right;
	width: 390px;
}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 5px 0px;
	border-top: 1px solid #EEEEEE;
}

.list-style1 a:hover {
	text-decoration: underline;
}

.list-style1 .first {
	border-top: none;
}

#banner {
	width: 900px;
	margin: 30px auto;
}

.featured-post {
	padding: 0px 0px 30px 0px;
}

.featured-post .title {
	padding-bottom: 20px;
	color: #D613A0;
}

.featured-post a {
	color: #00FF00;
}
