body {
	margin: 0;
	padding: 0;
	background: #FFFFCC url(../images/corpo/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #FF0033;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 706px;
	height: 235px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

/* Logo */

#logo {
	float: left;
	width: 208px;
	height: 208px;
	padding: 0 15px 0 0;
	background: url(../images/corpo/img02.jpg) no-repeat;
}

#logo h1 {
	padding: 120px 20px 0 0;
	text-transform: ;
	text-align: right;
	letter-spacing: -3px;
	font-size: 40px;
	font-weight: normal;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 14px;
	color: #333333;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#logo a:hover {
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 43px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 26px;
	color: #000000;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 480px;
	margin-top: -150px;

}

.post {
	padding-bottom: 1em;


}


.post .title {
	clear: both;
	padding-top: 7px;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: normal;
	color: #333333;
	
}

.post .date {
	height:1px;
	border-bottom: 3px solid #000000;
	font-size: 12px;
	font-weight: normal;
	
}

.post .story {
	padding: 0 5px;
	line-height: 1.6em;
}

.post .meta {
	border-top: 1px solid #000000;
	padding: 0;
	font-size: x-12px;
}

.post .meta span {
}

.post .meta p {
	margin: 0;
}

.post .meta a {

}

.post .meta a:hover {
}

.post .category {
}

.post .comments {
}


/*mural*/
#mural {
border-top: 1px solid #000000;
background: url(../images/corpo/Lousa.gif) no-repeat;
}
#mural a {
color: #FFFFFF;
}

/* Bar */

#bar {
	float: left;
	width: 200px;
}

/* Box Style */

.boxed {
	margin-bottom: 20px;
	background: #CCCCCC;
}

.boxed h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 10px;
	background: #FFFF66;
	border: 3px solid #000000;
	border-bottom: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 5px;
	font-size: small;
}

.boxed a {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
	font-size: 16px;
	font-family:Times New Roman, Times, serif;
	text-transform:capitalize;
}

.boxed a:hover {
	color: #FF0000;
}

.boxed .active, .boxed .active a {
	background: #0099FF;
	color: #FFFF99;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 50px 0;
	background: #00CCFF;
	border-top: 4px solid #000000;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}

#copy {
}

#feed {
