body {
	background: #b50000;
	padding: 0;
	margin: 0;
}

body,
td,
th {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #7c0000;
	font-size: 24px;
	margin-top: 0;
}

/* Layout */
#container {
	background: #444;
}

#header {
	height: 120px;
	background: #b50000 url('images/header.gif') repeat-x;
}

#seal {
	float: right;
	background: url('images/seal.png') no-repeat;
	width: 80px;
	height: 100px;
	margin-top: 10px;
	margin-right: 15px;
}

#logo {
	width: 166px;
	height: 132px;
	background: url('images/logo.png') no-repeat;
	float: left;
}

#logo-title {
	width: 350px;
	height: 120px;
	float: left;
	background: url('images/logo-title.png') no-repeat 32px 10px;
}

#site-title {
	font-size: 16px;
	background: #dfd5af;
	padding-left: 203px;
	line-height: 34px;
}

#sidebar {
	width: 146px; /* 165 - 19 de padding */
	background: #dfd5af;
	float: left;
}

#content {
	background: #fff;
	margin-left: 165px;
	padding: 30px 38px;
}

#footer,
#footer-top {
	padding-left: 160px;
	color: #fff;
	clear: both;
}

#footer {
	background: #b50000;
	line-height: 46px;
}

/* Blocos específicos */
#search-block-form label {
	display: none;
}

#search-block-form .form-text {
	border: 1px solid #747474;
	margin-bottom: 10px;
	width: 100%;
}

#search-block-form .form-submit {
	color: #fff;
	text-transform: uppercase;
	background: transparent url('images/search-form-submit.png') no-repeat;
	border: none;
	font-size: 10px;
	font-weight: bold;
	width: 63px;
	height: 20px;
	padding-bottom: 4px;
	cursor: pointer;
	float: right;
}

/* Menus */
#sidebar {
	padding: 0 12px 10px 7px;
}

#sidebar .block {
	margin-bottom: 20px;
}

#sidebar ul.menu,
#sidebar ul.menu li {
	margin: 0;
	padding: 0;
}

#sidebar .menu li {
	list-style: none;
	border-bottom: 1px solid #c5bc9a;
	border-top: 1px solid #eae3ca;
}

#sidebar .menu li.expanded {
	border-bottom: none;
}

#sidebar .menu li a {
	line-height: 20px;
	display: block;
	color: #000;
}

#sidebar .menu li li a {
	color: #333;
}

#sidebar .menu li li li a {
	color: #666;
}

#sidebar .menu ul {
	border-top: 1px solid #c5bc9a;
}

#sidebar h2 {
	text-transform: uppercase;
	color: #7c0000;
	background: #f4f1e4;
	font-size: 14px;
	padding: 7px;
	margin-top: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#footer-top {
	font-size: 12px;
}

#footer-top a {
	color: #fff;
	line-height: 24px;
}

/* Overrides */
.node-form .standard,
.profile {
	clear: none !important;
}

.view .image-gallery-nodes ul li {
	width: 320px !important;
	height: 320px !important;
}

.meta {
	display: none;
}

table.mceLayout {
	clear: none !important;
}