/* @override 
	http://localhost/greenleaf/css/style.css
	http://www.albertobeloni.com/templates/greenleaf/css/style.css
*/

body {
	font: 62.5%/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #505150;
}

a {
	color: #505150;
	text-decoration: none;
}

label.error {
	background: #e89471;
	color: #7c4530;
	padding: 5px;
	margin: 10px 15px 0 0;
	border: solid 1px #7c4530;
}

.small label.error {
	display: none !important;
}

input.error, textarea.error {
	border: solid 1px #e89471 !important; 
}

.big a {
	color: #942f54;
}

strong {
	font-weight: bold;
}

a:hover, a:link:focus {
	color: #942f54 !important;
	text-decoration: underline;
}

#container .button {
	background: url(../images/button.png);
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff !important;
	padding: 0 10px;
	border: none;
	margin: 0;
	float: left;
	font-size: 1.3em;
}

#container .button:hover, #container .button:focus {
	background: url(../images/button.png) 0 -26px;
	text-decoration: none;
}

button.button {
	font-size: 1em;
}

#container .button + * {
	clear: both;
}

p, ul, ol, dl, form {
	font-size: 1.3em;
}

p, h2, h3 {
	margin-top: 20px;
}

p.bullet {
	background: url(../images/bullet.png) no-repeat 0 center;
	padding-left: 15px;
}

legend {
	display: none;
}

form {
	margin-top: 10px;
}

form p {
	clear: both;
	overflow: auto;
	margin-top: 10px;
}

form p:last-child {
	margin-bottom: 0;
}

label {
	display: block;
	font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
	margin-left: 1em;
}

input[type="text"], input[type="password"], textarea {
	background: #fff url(../images/form.png) repeat-x;
	margin: 0;
	border: solid 1px #a6a7a7;
}

input[type="text"], input[type="password"], textarea, select {
	margin: 0;
	padding: 5px;
}

#container form .button {
	float: right;
}

form * {
	font-size: 1em !important;
}

#container {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#header {
	position: relative;
	height: 125px;
}

#header .logo {
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	width: 250px;
	height: 80px;
	margin-top: 25px;
	text-indent: -9999em;
}

#header .menu {
	position: absolute;
	right: 0;
	bottom: 13px;
}

#header .menu li {
	display: block;
	float: left;
	margin-left: 20px;
}

#header .menu li a {
	display: block;
	text-indent: -9999em;
	height: 21px;
}

.menu .home {
	background: url(../images/menu.png) no-repeat;
	width: 38px;
}

.menu .about {
	background: url(../images/menu.png) no-repeat -56px 0;
	width: 64px;
}

.menu .service {
	background: url(../images/menu.png) no-repeat -140px 0;
	width: 92px;
}

.menu .contact {
	background: url(../images/menu.png) no-repeat -251px 0;
	width: 80px;
}

.menu .home:hover, .menu .home.active {
	background-position: 0 -21px;
}

.menu .about:hover, .menu .about.active {
	background-position: -56px -21px;
}

.menu .service:hover, .menu .service.active {
	background-position: -140px -21px;
}

.menu .contact:hover, .menu .contact.active {
	background-position: -251px -21px;
}

/* Panel */

#panel h2.index {
	background: url(../images/panelbg.png);
	height: 278px;
	text-indent: -9999em;
}

#panel h2.about {
	background: url(../images/panelabout.png);
	height: 148px;
	text-indent: -9999em;
}

#panel h2.service {
	background: url(../images/panelservice.png);
	height: 148px;
	text-indent: -9999em;
}

#panel h2.contact {
	background: url(../images/panelcontact.png);
	height: 148px;
	text-indent: -9999em;
}

/* Content */

#content {
	margin-top: 20px;
	overflow: hidden;
}

#sidebar {
	width: 305px;
	float: left;
}

#sidebar .small:first-child {
	margin-top: 0;
}

#sidebar .small {
	margin-top: 20px;
}

.coluna {
	background: #e9e7e7;
	float: left;
	padding: 0 20px 0 20px;
}

.coluna.big {
	width: 595px;
	float: left;
	margin-right: 20px;
}

.coluna.small {
	width: 265px;
	margin-right: 22px;
}

.coluna.small:last-child {
	margin-right: 0;
}

.coluna .message {
	background: #ced9a1;
	border: solid 1px #596429;
	margin: 20px;
	padding: 20px;
}

.coluna h2 {
	display: block;
	margin: 0 -20px 20px -20px;
	padding: 10px 20px;
	font-size: 2em;
	font-weight: bold;
}

.coluna h3 {
	color: #46712a;
	font-size: 1.6em;
	border-bottom: dotted 1px #797979;
}

.big input {
	width: 50%;
	padding: 5px !important;
}

.small input {
	width: 253px;
}

.big textarea {
	display: block;
	width: 99%;
	padding: 0.5%;
	height: 150px;
	font-size: 1em;
}

form span {
	color: #942f54;
}

.coluna h2.blue {
	background: #b9d6ec;
	color: #135290;
}

.coluna h2.green {
	background: #ced9a1;
	color: #596429;
}

.coluna h2.orange {
	background: #e89471;
	color: #7c4530;
}

#content ul li {
	background: url(../images/bullet.png) no-repeat 0 center;
	padding-left: 15px;
	margin-bottom: 10px;
}

#content ul.nobullet li {
	background: none;
	padding: 0;
	margin: 0;
}

#content .rows {
	margin: -20px 0 -20px 0; 
}

#content .rows li {
	background: none;
	display: block;
	margin: 0 -20px;
	padding: 0;
	border-top: 3px solid #fff;
}

#content .rows li a:hover, #content .rows li a.active {
	background: #dddbc3 url(../images/bullet.png) no-repeat 20px center;
}

#content .rows li a {
	background: url(../images/bullet.png) no-repeat 20px center;
	padding-left: 35px;
	display: block;
	line-height: 40px;
}

#content .rows li a:hover, #content .rows li a:focus {
	text-decoration: none;
	color: #46712a;
}

#footer {
	background: #e9e7e7;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 40px;
	padding: 0 20px;
	color: #939090;
}

#footer * {
	margin-top: 0;
}

#footer p {
	float: left;
}

#footer .menu {
	float: right;
}

#footer .menu li {
	display: inline;
}

body {
	font: 62.5%/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #505150;
}

a, a:active, a:visited {
	color: inherit !important;
	text-decoration: none;
}

.big a:link {
	color: #942f54;
}

strong {
	font-weight: bold;
}

a:hover, a:focus {
	color: #942f54;
	text-decoration: underline;
}

#container .button {
	background: url(../images/button.png);
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	padding: 0 10px;
	border: none;
	margin: 0;
	float: left;
	font-size: 1.3em;
}

#container .button:hover, #container .button:focus {
	background: url(../images/button.png) 0 -26px;
	text-decoration: none;
}

button.button {
	font-size: 1em;
	height: 26px;
	overflow: hidden;
}

#container .button + * {
	clear: both;
}

p, ul, ol, dl, form {
	font-size: 1.3em;
}

p+*, h2+*, h3+* {
	margin-top: 20px;
}

p.bullet {
	background: url(../images/bullet.png) no-repeat 0 center;
	padding-left: 15px;
}

legend {
	display: none;
}

form {
	margin-top: 10px;
}

form p {
	clear: both;
	overflow: auto;
	margin-top: 10px;
}

form p:last-child {
	margin-bottom: 0;
}

label {
	display: block;
	font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
	margin-left: 1em;
}

input[type="text"], input[type="password"], textarea {
	background: #fff url(../images/form.png) repeat-x;
	margin: 0;
	border: solid 1px #a6a7a7;
}

input[type="text"], input[type="password"], textarea, select {
	margin: 0;
	padding: 5px 5px;
}

#container form .button {
	float: right;
}

form * {
	font-size: 1em !important;
}

#container {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#header {
	position: relative;
	height: 125px;
}

#header .menu {
	position: absolute;
	right: 0;
	bottom: 13px;
}

#header .menu li {
	display: block;
	float: left;
	margin-left: 20px;
}

#header .menu li a {
	display: block;
	text-indent: -9999em;
	height: 21px;
}

.menu .home {
	background: url(../images/menu.png) no-repeat;
	width: 38px;
}

.menu .about {
	background: url(../images/menu.png) no-repeat -56px 0;
	width: 64px;
}

.menu .service {
	background: url(../images/menu.png) no-repeat -140px 0;
	width: 92px;
}

.menu .contact {
	background: url(../images/menu.png) no-repeat -251px 0;
	width: 80px;
}

.menu .home:hover, .menu .home.active {
	background-position: 0 -21px;
}

.menu .about:hover, .menu .about.active {
	background-position: -56px -21px;
}

.menu .service:hover, .menu .service.active {
	background-position: -140px -21px;
}

.menu .contact:hover, .menu .contact.active {
	background-position: -251px -21px;
}

/* Panel */

#panel h2 {
	margin: 0;
}

#panel h2.index {
	background: url(../images/panelbg.png);
	height: 278px;
	text-indent: -9999em;
}

#panel h2.about {
	background: url(../images/panelabout.png);
	height: 148px;
	text-indent: -9999em;
}

#panel h2.service {
	background: url(../images/panelservice.png);
	height: 148px;
	text-indent: -9999em;
}

#panel h2.contact {
	background: url(../images/panelcontact.png);
	height: 148px;
	text-indent: -9999em;
}

/* Content */

#content {
	margin-top: 20px;
	overflow: hidden;
}

#sidebar {
	width: 305px;
	float: left;
}

#sidebar .small:first-child {
	margin-top: 0;
}

#sidebar .small {
	margin-top: 20px;
}

.coluna {
	background: #e9e7e7;
	float: left;
	padding: 0 20px 20px 20px;
}

.coluna.big {
	width: 595px;
	float: left;
	margin-right: 20px;
}

.coluna small {
	width: 265px;
	margin-right: 22px;
}

.coluna.small.nopadding {
	padding-bottom: 0;
}

.coluna.small.last {
	margin-right: 0;
}

.coluna .message {
	background: #ced9a1;
	border: solid 1px #596429;
	margin: 20px;
	padding: 20px;
}

.coluna h2 {
	display: block;
	margin: 0 -20px 20px -20px;
	padding: 10px 20px;
	font-size: 2em;
	font-weight: bold;
}

.coluna h3 {
	color: #46712a;
	font-size: 1.6em;
	border-bottom: dotted 1px #797979;
}

.big input {
	width: 50%;
	padding: 5px !important;
}

#content .big p button {
	float: right;
	margin-right: 15px;
}

#content .big textarea {
	display: block;
	width: 560px;
	padding: 10px;
	height: 150px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
}

form span {
	color: #942f54;
}

.coluna h2.blue {
	background: #b9d6ec;
	color: #135290;
}

.coluna h2.green {
	background: #ced9a1;
	color: #596429;
}

.coluna h2.orange {
	background: #e89471;
	color: #7c4530;
}

#content ul li {
	background: url(../images/bullet.png) no-repeat 0 center;
	padding-left: 15px;
	margin-bottom: 10px;
}

#content ul.nobullet li {
	background: none;
	padding: 0;
	margin: 0;
}

#content .rows {
	margin: -20px -20px 0 -20px;
}

#content .rows li {
	background: none;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 3px solid #fff;
}

#content .rows li a:hover, #content .rows li a.active {
	background: #dddbc3 url(../images/bullet.png) no-repeat 20px center;
	text-decoration: none;
	color: #46712a !important;
}

#content .rows li a {
	background: url(../images/bullet.png) no-repeat 20px center;
	padding-left: 35px;
	display: block;
	line-height: 40px;
}

#footer {
	background: #e9e7e7;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 40px;
	padding: 0 20px;
	color: #939090;
}

#footer * {
	margin-top: 0;
}

#footer p {
	float: left;
}

#footer .menu {
	float: right;
}

#footer .menu li {
	display: inline;
}
