/*  
Theme Name: HTML5 + CSS3
Theme URI: http://www.leonardomoreira.com.br
Description: 
Version: 1.0
Author: Leonardo Moreira
Author URI: http://www.leonardomoreira.com.br
*/

/*
RESET CSS/HTML5		
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,  strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul, ol {list-style:none}
section, article, aside, header, footer, nav, dialog, figure {display:block;}

/*
FONT-FACE CSS3		
*/
@font-face {
  	font-family: 'MyriadPro Bold';
	src: local('MyriadPro-BoldCond'), url('fonts/MyriadPro-BoldCond.otf');	
}

@font-face {
  	font-family: 'MyriadPro';
	src: local('MyriadPro-Cond'), url('fonts/MyriadPro-Cond.otf');	
}

/*
DEFINIÇÕES GERAIS
*/
body {
	background:	url(images/bg-01.png) no-repeat 0 188px,
                        url(images/bg-02.png) no-repeat 25% 188px,
                        url(images/bg-03.png) no-repeat 50% 188px,
                        url(images/bg-04.png) no-repeat 75% 188px,
                        url(images/bg-05.png) no-repeat 100% 188px,
                        url(images/bg-topo.png) repeat-x;
				
	-webkit-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	-moz-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
}

.clearfix { overflow: hidden; }
.image-replace { text-indent: -9999px; display: block; }

#geral { font-family: arial, tahoma, verdana, sans-serif; font-size: 12px; color: #433d34; margin: 0 auto; width: 960px; }
section#conteudo { margin-top: 30px; width: 600px; float: left; }
aside { margin-top: 30px; width: 297px; float: right; }
a { text-decoration: none; }

p {
	line-height: 24px;
	margin-top: 14px;
	text-align: justify;
}

/*
HEADER
*/
header {
	position: relative;
	height: 198px;
}

header section.mini-topo {
	height: 47px;
} 

header section.mini-topo cite {
	position: absolute;
	top: 14px;
	font-family: 'MyriadPro Bold';
	font-size: 13px;
	letter-spacing: 1px;
	font-style: normal;
	color: #cbc8b9;
	text-shadow: 1px 1px #FFF;
}

header section.mini-topo ul {
	float: right;
}

header section.mini-topo ul li {
	display: inline;
}

header section.mini-topo ul li a {
	position: relative;
}

header section.mini-topo ul li a[href*="flickr"] {
	margin-right: 15px;
	top: 3px;
}

header section.mini-topo ul li a[href*="twitter"] {
	top: 8px;
}

header hgroup {
	position: absolute;
	top: 84px;
	text-align: right;
}

header hgroup h1 {
	font-family: 'MyriadPro Bold';
	font-size: 60px;
	letter-spacing: -4px;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
}

header hgroup h2 {
	font-family: 'MyriadPro';
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	text-shadow: 1px 1px #FFF;
}

/*
MENU - NAVEGAÇÃO
*/
header nav.menu {
	position: absolute;
	left: 552px;
}

header nav.menu ul li {
	display: inline;
}

header nav.menu ul li a {
	float: left;
	width: 102px;
	height: 111px;
	
	color: #aba090;
	text-align: center;
	text-decoration: none;
	padding-top: 30px;
	
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
}

header nav.menu ul li a[href*="quemsou"] {
	width: 142px;
}

header nav.menu ul li a[href*="falecomigo"] {
	width: 162px;
}

header nav.menu ul li a:hover, header nav.menu ul li a.selected {
	color: #433d34;
	background: url(images/bg-menu-final.png) no-repeat right top,
				url(images/bg-menu-seta.png) no-repeat center bottom,
				url(images/bg-menu.png) repeat-x;
}

/*
CONTEUDO
*/
section#conteudo h2 {
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section#conteudo h3 {
	font-family: 'MyriadPro Bold';
	font-size: 22px;
	color: #9133a7;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section#conteudo blockquote {
    padding: 15px 25px 15px 25px;
    font-style: italic;
}

section#conteudo h4 {
	font-family: 'MyriadPro Bold';
	font-size: 22px;
	color: #9133a7;
	font-weight: normal;
	text-transform: uppercase;
}

section#conteudo article {
	margin-bottom: 30px;
}

section#conteudo article.post {
	margin-bottom: 60px;/*  
Theme Name: HTML5 + CSS3
Theme URI: http://www.leonardomoreira.com.br
Description: 
Version: 1.0
Author: Leonardo Moreira
Author URI: http://www.leonardomoreira.com.br
*/

/*
RESET CSS/HTML5		
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,  strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul, ol {list-style:none}
section, article, aside, header, footer, nav, dialog, figure {display:block;}

/*
FONT-FACE CSS3		
*/
@font-face {
  	font-family: 'MyriadPro Bold';
	src: local('MyriadPro-BoldCond'), url('fonts/MyriadPro-BoldCond.otf');	
}

@font-face {
  	font-family: 'MyriadPro';
	src: local('MyriadPro-Cond'), url('fonts/MyriadPro-Cond.otf');	
}

/*
DEFINIÇÕES GERAIS
*/
body {
	background:	url(images/bg-01.png) no-repeat 0 188px,
                        url(images/bg-02.png) no-repeat 25% 188px,
                        url(images/bg-03.png) no-repeat 50% 188px,
                        url(images/bg-04.png) no-repeat 75% 188px,
                        url(images/bg-05.png) no-repeat 100% 188px,
                        url(images/bg-topo.png) repeat-x;
				
	-webkit-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	-moz-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
}

.clearfix { overflow: hidden; }
.image-replace { text-indent: -9999px; display: block; }

#geral { font-family: arial, tahoma, verdana, sans-serif; font-size: 12px; color: #433d34; margin: 0 auto; width: 960px; }
section#conteudo { margin-top: 30px; width: 600px; float: left; }
aside { margin-top: 30px; width: 297px; float: right; }
a { text-decoration: none; }

p {
	line-height: 24px;
	margin-top: 14px;
	text-align: justify;
}

/*
HEADER
*/
header {
	position: relative;
	height: 198px;
}

header section.mini-topo {
	height: 47px;
} 

header section.mini-topo cite {
	position: absolute;
	top: 14px;
	font-family: 'MyriadPro Bold';
	font-size: 13px;
	letter-spacing: 1px;
	font-style: normal;
	color: #cbc8b9;
	text-shadow: 1px 1px #FFF;
}

header section.mini-topo ul {
	float: right;
}

header section.mini-topo ul li {
	display: inline;
}

header section.mini-topo ul li a {
	position: relative;
}

header section.mini-topo ul li a[href*="flickr"] {
	margin-right: 15px;
	top: 3px;
}

header section.mini-topo ul li a[href*="twitter"] {
	top: 8px;
}

header hgroup {
	position: absolute;
	top: 84px;
	text-align: right;
}

header hgroup h1 {
	font-family: 'MyriadPro Bold';
	font-size: 60px;
	letter-spacing: -4px;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
}

header hgroup h2 {
	font-family: 'MyriadPro';
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	text-shadow: 1px 1px #FFF;
}

/*
MENU - NAVEGAÇÃO
*/
header nav.menu {
	position: absolute;
	left: 552px;
}

header nav.menu ul li {
	display: inline;
}

header nav.menu ul li a {
	float: left;
	width: 102px;
	height: 111px;
	
	color: #aba090;
	text-align: center;
	text-decoration: none;
	padding-top: 30px;
	
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
}

header nav.menu ul li a[href*="quemsou"] {
	width: 142px;
}

header nav.menu ul li a[href*="falecomigo"] {
	width: 162px;
}

header nav.menu ul li a:hover, header nav.menu ul li a.selected {
	color: #433d34;
	background: url(images/bg-menu-final.png) no-repeat right top,
				url(images/bg-menu-seta.png) no-repeat center bottom,
				url(images/bg-menu.png) repeat-x;
}

/*
CONTEUDO
*/
section#conteudo h2 {
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section#conteudo h3 {
	font-family: 'MyriadPro Bold';
	font-size: 22px;
	color: #9133a7;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section#conteudo blockquote {
    padding: 15px 25px 15px 25px;
    font-style: italic;
}

section#conteudo h4 {
	font-family: 'MyriadPro Bold';
	font-size: 22px;
	color: #9133a7;
	font-weight: normal;
	text-transform: uppercase;
}

section#conteudo article {
	margin-bottom: 30px;
}

section#conteudo article.post {
	margin-bottom: 35px;
}

section#conteudo article section ul {
	margin: 10px 0 10px 20px;
}

section#conteudo article section ul li {
	list-style: disc;
	line-height: 22px;
}

section#conteudo article section code {
	font-weight:bold;
}

section#conteudo article section .more-link {
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    border-top: 1px solid #CECCC7;
    border-bottom: 1px solid #CECCC7;
    display: block;
    background-color: #F2F1EF;
    color: #635444;
	text-shadow: 1px 1px #FFF;
}

section#conteudo article section .more-link:hover {
    background-color: #E2DED1;
	color: #453a2e;
	text-shadow: 1px 1px #d4d2cd;
}

section#conteudo article header {
	height: auto;
}

section#conteudo article section {
	margin-top: 20px;
}

section#conteudo article footer {
	background: none;
	height: auto;
	text-transform: uppercase;
	color: #a69b8b;
}

section#conteudo article footer div.footer-comentario {
	position: relative;
	margin-top: 25px;
	margin-bottom: 2px;
}

section#conteudo article footer div.footer-comentario div.comentarionumero {
	position: absolute;
	width: 46px;
	height: 40px;
	top: -6px;
	left: 549px;
	background: url(images/bg-comentarios.jpg) no-repeat;
	
	font-family: 'MyriadPro Bold';
	font-size: 18px;
	color: #9133a7;
	text-align: center;
	padding-top: 11px;
	padding-left: 5px;
	letter-spacing: -1px;
	font-weight: normal;
}

section#conteudo article header h2 a, section#conteudo article header h2 {
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	color: #433d34;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
}

section#conteudo article header span {
	text-transform: uppercase;
	color: #a69b8b;
	font-size: 11px;
}

section#conteudo article header span a {
	color: #9133a7;
}

section#conteudo article footer {
	top: auto;
}

section#conteudo article footer cite {
	font-size: 9px;
	display:block;
	text-transform: uppercase;
	font-style: normal;
	color: #a69b8b;
	border-top: 1px solid #f2f0ee;
	padding-top: 2px;
}

section#conteudo article footer cite a {
	color: #9133a7;
}

section#conteudo article footer div.sociable { position: absolute; top: 18px; }

section#conteudo article footer div.sociable ul li { display: inline; margin-right: 5px; }

section#conteudo article.comentarios {
	border-bottom: 1px solid #f2f0ee;
}

section#conteudo div.btn-proximos a, section#conteudo div.btn-anterior a {
	background: #9133a7;
	border: none;
	color: #4e0d5d;	
	display: block;
	cursor: pointer;
	
	font-family: 'MyriadPro Bold';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #ac41c5;
	padding: 10px 10px 6px 10px;
}

article a {
	color: #9133a7;
}

section#conteudo article.comentarios section {
	margin-bottom: 10px;
}

section#conteudo article.comentarios header h3 a {
	font-family: 'MyriadPro Bold';
	font-size: 17px;
	color: #9133a7;
	margin-bottom: 0px;
	font-weight: normal;
}

form#commentform fieldset {
	margin-bottom: 10px;
}

form#commentform fieldset legend {
	font-family: 'MyriadPro Bold';
	font-size: 17px;
	color: #433d34;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

form#commentform fieldset ol li {
	margin-bottom: 10px;
}

form#commentform fieldset input[type=text] {
	background-color: #e2ded1;
	border: 0px;
	padding: 15px 5px 15px 0px;	

	text-indent: 20px;
	width: 290px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #433d34;
}

form#commentform fieldset textarea {
	background-color: #e2ded1;
	border: 0px;
	height: 60px;	
	padding: 20px;
	width: 540px;
	max-width: 540px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #433d34;
	margin-bottom: -10px;
}

form#commentform fieldset button {
	background: #9133a7;
	border: none;
	color: #4e0d5d;	
	display: block;
	
	font-family: 'MyriadPro Bold';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #ac41c5;
	padding: 10px 10px 6px 10px;
}

/*
BARRA LATERAL
*/
aside h2, aside h2 a {
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #433d34;
}

aside li.linkcat {
	list-style: none;
}

aside nav.categorias ul li {
	background-color: #f7f7ee;
	margin-bottom: 10px;
	
	display: block;
	line-height: 40px;
	text-indent: 20px;	
	font-size: 12px;
}

aside nav.categorias ul li a {
	color: #433d34;
	text-transform: uppercase;
	display: block;
	text-shadow: 1px 1px #FFF;
}

aside nav.categorias ul li a:hover {
	position: relative;
	top: -3px;
	left: -3px;
	-moz-box-shadow: 1px 1px #e2ded1, 2px 2px #e2ded1, 3px 3px #e2ded1;
    -webkit-box-shadow: 1px 1px #f7f7ee, 2px 2px #f7f7ee, 3px 3px #f7f7ee;
	background-color: #f0f0e7;
}

aside div.aktt_tweets ul li {
	text-align: justify;
	margin-bottom: 10px;
}

aside div.aktt_tweets ul li a {
	color: #9133a7;
}

aside ul.xoxo li {	
	line-height: 30px;	
	font-size: 12px;
}

aside ul.xoxo li a {
	color: #433d34;
	text-transform: uppercase;
}

aside ul.xoxo li a:hover {
	color: #9133a7;
}

/*
RODAPE
*/

footer {
	position: relative;
	top: 25px;
	clear: both;
	height: 40px;
	background:	url(images/bg-01.png) no-repeat 0 0,
				url(images/bg-02.png) no-repeat 25% 0,
				url(images/bg-03.png) no-repeat 50% 0,
				url(images/bg-04.png) no-repeat 75% 0,
				url(images/bg-05.png) no-repeat 100% 0,
				url(images/bg-topo.png) repeat-x;
				
	-webkit-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	-moz-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
}

/*********************
**** CONTACT FORM ****
*********************/
form#contatoform {
	margin-top: 30px;
}

form#contatoform ol li {
	list-style: none;
	margin-bottom: 15px;
}

form#contatoform ol li label {
	text-transform: uppercase;
}

form#contatoform ol li input[type="text"] {
	display: block;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #433d34;
	background: #f8f8ef;
	border: 1px solid #eae6dd;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 350px;
}

form#contatoform ol li textarea {
	display: block;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #433d34;
	background: #f8f8ef;
	border: 1px solid #eae6dd;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 120px;
	width: 570px;
	max-width: 570px;
}

form#contatoform input[type="text"]:hover, form#contatoform textarea:hover, form#contatoform input[type="text"]:focus, form#contatoform textarea:focus {
	background: #f4f3e9;
}

form#contatoform ol li input[type="submit"] {
	background: #9133a7;
	border: none;
	cursor: pointer;
	color: #4e0d5d;	
	display: block;
	
	font-family: 'MyriadPro Bold';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #ac41c5;
	padding: 10px 10px 6px 10px;
}
}

section#conteudo article section ul {
	margin: 10px 0 10px 20px;
}

section#conteudo article section ul li {
	list-style: disc;
	line-height: 22px;
}

section#conteudo article section code {
	font-weight:bold;
}

section#conteudo article section .more-link {
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    border-top: 1px solid #CECCC7;
    border-bottom: 1px solid #CECCC7;
    display: block;
    background-color: #F2F1EF;
    color: #635444;
	text-shadow: 1px 1px #FFF;
}

section#conteudo article section .more-link:hover {
    background-color: #E2DED1;
	color: #453a2e;
	text-shadow: 1px 1px #d4d2cd;
}

section#conteudo article header {
	height: auto;
}

section#conteudo article section {
	margin-top: 20px;
}

section#conteudo article footer {
	background: none;
	height: auto;
	text-transform: uppercase;
	color: #a69b8b;
}

section#conteudo article footer div.footer-comentario {
	position: relative;
	margin-top: 25px;
	margin-bottom: 2px;
}

section#conteudo article footer div.footer-comentario div.comentarionumero {
	position: absolute;
	width: 46px;
	height: 40px;
	top: -6px;
	left: 549px;
	background: url(images/bg-comentarios.jpg) no-repeat;
	
	font-family: 'MyriadPro Bold';
	font-size: 18px;
	color: #9133a7;
	text-align: center;
	padding-top: 11px;
	padding-left: 5px;
	letter-spacing: -1px;
	font-weight: normal;
}

section#conteudo article header h2 a, section#conteudo article header h2 {
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	color: #433d34;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
}

section#conteudo article header span {
	text-transform: uppercase;
	color: #a69b8b;
}

section#conteudo article header span a {
	color: #9133a7;
}

section#conteudo article footer {
	top: auto;
}

section#conteudo article footer cite {
	font-size: 9px;
	display:block;
	text-transform: uppercase;
	font-style: normal;
	color: #a69b8b;
	border-top: 1px solid #f2f0ee;
	padding-top: 2px;
}

section#conteudo article footer cite a {
	color: #9133a7;
}

section#conteudo article footer div.sociable { position: absolute; top: 18px; }

section#conteudo article footer div.sociable ul li { display: inline; margin-right: 5px; }

section#conteudo article.comentarios {
	border-bottom: 1px solid #f2f0ee;
}

section#conteudo div.btn-proximos a, section#conteudo div.btn-anterior a {
	background: #9133a7;
	border: none;
	color: #4e0d5d;	
	display: block;
	cursor: pointer;
	
	font-family: 'MyriadPro Bold';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #ac41c5;
	padding: 10px 10px 6px 10px;
}

article a {
	color: #9133a7;
}

section#conteudo article.comentarios section {
	margin-bottom: 10px;
}

section#conteudo article.comentarios header h3 a {
	font-family: 'MyriadPro Bold';
	font-size: 17px;
	color: #9133a7;
	margin-bottom: 0px;
	font-weight: normal;
}

form#commentform fieldset {
	margin-bottom: 10px;
}

form#commentform fieldset legend {
	font-family: 'MyriadPro Bold';
	font-size: 17px;
	color: #433d34;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

form#commentform fieldset ol li {
	margin-bottom: 10px;
}

form#commentform fieldset input[type=text] {
	background-color: #e2ded1;
	border: 0px;
	padding: 15px 5px 15px 0px;	

	text-indent: 20px;
	width: 290px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #433d34;
}

form#commentform fieldset textarea {
	background-color: #e2ded1;
	border: 0px;
	height: 60px;	
	padding: 20px;
	width: 540px;
	max-width: 540px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #433d34;
	margin-bottom: -10px;
}

form#commentform fieldset button {
	background: #9133a7;
	border: none;
	color: #4e0d5d;	
	display: block;
	
	font-family: 'MyriadPro Bold';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #ac41c5;
	padding: 10px 10px 6px 10px;
}

/*
BARRA LATERAL
*/
aside h2, aside h2 a {
	font-family: 'MyriadPro Bold';
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #433d34;
}

aside li.linkcat {
	list-style: none;
}

aside nav.categorias ul li {
	background-color: #f7f7ee;
	margin-bottom: 10px;
	
	display: block;
	line-height: 40px;
	text-indent: 20px;	
	font-size: 12px;
}

aside nav.categorias ul li a {
	color: #433d34;
	text-transform: uppercase;
	display: block;
	text-shadow: 1px 1px #FFF;
}

aside nav.categorias ul li a:hover {
	position: relative;
	top: -3px;
	left: -3px;
	-moz-box-shadow: 1px 1px #e2ded1, 2px 2px #e2ded1, 3px 3px #e2ded1;
    -webkit-box-shadow: 1px 1px #f7f7ee, 2px 2px #f7f7ee, 3px 3px #f7f7ee;
	background-color: #f0f0e7;
}

aside div.aktt_tweets ul li {
	text-align: justify;
	margin-bottom: 10px;
}

aside div.aktt_tweets ul li a {
	color: #9133a7;
}

aside ul.xoxo li {	
	line-height: 30px;	
	font-size: 12px;
}

aside ul.xoxo li a {
	color: #433d34;
	text-transform: uppercase;
}

aside ul.xoxo li a:hover {
	color: #9133a7;
}

/*
RODAPE
*/

footer {
	position: relative;
	top: 25px;
	clear: both;
	height: 40px;
	background:	url(images/bg-01.png) no-repeat 0 0,
				url(images/bg-02.png) no-repeat 25% 0,
				url(images/bg-03.png) no-repeat 50% 0,
				url(images/bg-04.png) no-repeat 75% 0,
				url(images/bg-05.png) no-repeat 100% 0,
				url(images/bg-topo.png) repeat-x;
				
	-webkit-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	-moz-background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
	background-size: 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 20.1% 10px, 32px 188px;
}

/*********************
**** CONTACT FORM ****
*********************/
form#contatoform {
	margin-top: 30px;
}

form#contatoform ol li {
	list-style: none;
	margin-bottom: 15px;
}

form#contatoform ol li label {
	text-transform: uppercase;
}

form#contatoform ol li input[type="text"] {
	display: block;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #433d34;
	background: #f8f8ef;
	border: 1px solid #eae6dd;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 350px;
}

form#contatoform ol li textarea {
	display: block;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #433d34;
	background: #f8f8ef;
	border: 1px solid #eae6dd;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 120px;
	width: 570px;
	max-width: 570px;
}

form#contatoform input[type="text"]:hover, form#contatoform textarea:hover, form#contatoform input[type="text"]:focus, form#contatoform textarea:focus {
	background: #f4f3e9;
}

form#contatoform ol li input[type="submit"] {
	background: #9133a7;
	border: none;
	cursor: pointer;
	color: #4e0d5d;	
	display: block;
	
	font-family: 'MyriadPro Bold';
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px #ac41c5;
	padding: 10px 10px 6px 10px;
}
