/*
Theme Name:     Eliane Brum
Theme URI:      http: //elianebrum.com/
Description:    Tema para o site ElianeBrum.com
Template:       twentyeleven
Version:        1.1
*/

@import url("../twentyeleven/style.css");

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 2.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: "PT Sans", sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #666;
	font-size: 18px;
	line-height: 1.625em;
	margin: 0 70px 0 0;
	padding-left: 120px; /* make room for the image on the left side */
	background: transparent url(images/quote.png) no-repeat top left;
	min-height: 62px;
	float: left
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
}
#page {
	margin: 0 auto;
	max-width: 980px;
}
#branding hgroup {
	margin: 0 2.6%;
}
#access div {
	margin: 0 2.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 2.6%;
	width: 66.4%;
}
#secondary {
	float: right;
	margin-right: 0;
	width: 26.4%;
}

#secondary-page {
	float: right;
	margin-right: 0px;
	width: 25%;
	margin-top: 15.8em;
	z-index:99;
}

#secondary-page-bio {
	float: right;
	margin-right: 0px;
	width: 25%;
	margin-top: 14.1em;
	z-index:99;
}

#secondary-page-liv {
	float: right;
	margin-right: 0px;
	width: 25%;
	margin-top: 5em;
	z-index:99;
}

#secondary-page-archive {
	float: right;
	margin-right: 0;
	width: 25%;
	margin-top: 0.8em;
/*	margin-top: .9em;*/
	z-index: 99;
}

/* =Redes
----------------------------------------------- */

#fb-btn {
	height: 32px;
}

.btn-fb {
	background: #ddd url(images/fb_logo.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 1em;
	border-radius: 2px;
}

.btn-fb:hover {
	background-color: #3B5B99;
}

.btn-tt {
	background: #ddd url(images/tt_logo.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 1em;
	border-radius: 2px;
}

.btn-tt:hover {
	background-color: #00aced;
}

.btn-rss {
	background: #ddd url(images/rss_logo.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 1em;
	border-radius: 2px;
}

.btn-rss:hover {
	background-color: #fa9e3b;
}

/* =Single Post Structure
----------------------------------------------- */

/* Singular */
.singular #primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 34% 0 2.6%;
	width: 66.4%;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 34% 0 0;
	width: 100%;
}

.singular .entry-content-page {
	margin: 9.2% 34% 0 0;
	width: 100%;
}

.singular .entry-content-page-featured {
	margin: 180px 34% 0 0;
	width: 100%;
}

.singular .entry-content-page-featured-bio {
	margin: 29.7% 34% 0 0;
	width: 100%;
}

.singular .entry-content-page-featured-cronicas, .entry-content-page-featured-colunas {
	margin: 26.3% 34% 0 0;
	width: 100%;
}

.singular .entry-content-page-livros, .entry-content-page-docs {
	margin: 86px 34% 0 0;
	width: 100%;
}

.featured-image-cronicas, .featured-image-colunas, .featured-image-bio {
	margin: -24px 0 20px -24px;
	position: absolute;
	float: left;
	width: 100%;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* =Header
----------------------------------------------- */

#branding {
	border-top: none;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

.site-title {
	position: absolute;
	top: 0.5em;
	margin-right: 270px;
	padding: 0;
	z-index: 99;
	font-family: 'Lato';
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	letter-spacing: 2px;
	text-shadow: 0px 1px 2px #555;
	font-style: italic;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #fff !important;
	text-decoration: none;
}
.site-description {
	position: absolute;
	top: 2.1em;
	color: #fbfbfb;
	font-family: 'PT Sans';
	font-size: 26px;
	margin: 0 270px 0 0;
	z-index: 99;
	text-transform: lowercase;
	letter-spacing: 3px;
	text-shadow: 0px 1px 2px #555;
	font-weight: bold;
}

#branding img {
	height: 114px;
	margin-bottom: 0;
	width: 100%;
	z-index: 999;
}

.access-bar {
	background: none;
	display: inline-block;
	float: right;
	position: absolute;
	top: 1em;
	right: 2.6%;
	z-index: 99;
	font-size: initial;
}

.access-bar button {
	padding: 0.5em 0.4em;
	color: #888;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

.access-bar button:hover {
	background: #f9f9f9;
}

.access-bar button.ac-reset,
.access-bar button.ac-change {
	padding: 0.5em 1em;
}

.access-bar button.ac-reset {
	border-radius: 0;
}

.access-bar button.ac-decrease {
	margin-right: -5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.access-bar button.ac-increase {
	margin-left: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.strp {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0px;
	height: 114px;
	background: url(images/strp.png) repeat 0 0;
}

/* =Menu
-------------------------------------------------------------- */

#access {

background-color: #FBFBFB;
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);

/*	background: #f9f9f9; /* Show a solid color for older browsers */
/*	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
/*	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5); */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #222;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {

	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
color: #222;

/*	background: #222; /* Show a solid color for older browsers */
/*	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
/*	background: -webkit-linear-gradient(#252525, #0a0a0a);
	color: #f9f9f9; */
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 2.6%;
	text-align: right;
	z-index: 99;
	background-color: #F9F9F9;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	border-radius: 4px;
	font-size: initial;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 196px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
	border-radius: 4px;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	color: #666;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 1.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 10px 0 4.625em -1.675em;
	padding: 1.625em 1.625em 2.625em 1.625em;
	position: relative;
	background-color: #fff;
	z-index:999;
	border-radius:0px;
}

.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 22px;
	z-index:999;
}
.entry-title {
	clear: both;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	position: relative;
}
.entry-title,
.entry-title a {
	color: #666;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 1.6em;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 3.625em 0.6em;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: none;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #666;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	margin: 10px 0 4.625em -1.675em;
	padding: 1.625em 1.625em 2.625em 1.625em;
	position: relative;
	background-color: white;
	z-index: 999;
}
.singular.page .hentry {
	margin: 10px -47% 4.625em -1.675em;
	padding: 1.625em 1.625em 2.625em 1.625em;
	position: relative;
	background-color: white;
	z-index: 9;
	border-radius: 0px;
}
.singular .entry-title {
	clear: both;
	color: #666;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	position: relative;
}

.singular .entry-title-featured {
	clear: both;
	color: rgb(102,102,102);
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	margin-top: 0;
	position: absolute;
	top: 185px;
}

.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 76px;
	z-index:999;
}

.singular .entry-header .entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 4.2em;
	position: relative;
	width: 36%;
	margin-bottom: 3%;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}

#nav-area {
	margin: 10px 0 3.625em -1.675em;
	position: relative;
	background:transparent;
	z-index: 999;
	border: none;
}

#rel-area {
	margin: 10px 0 3.625em -1.675em;
	padding: 1.625em 1.625em 1.625em 1.625em;
	position: relative;
	background-color: white;
	z-index: 999;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pos-content {
	margin: 2em -47% 2em -1.675em;
	padding: 1.625em 1.625em 1.625em 1.625em;
	background-color: white;
	z-index: 999;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 270px;
}

.rel-title {
	font-family: 'PT Sans', 'Lato', Sans;
	clear: both;
	color: #666;
	font-size: 18px;
	font-weight: bold;
}

.attachment-980x160.wp-post-image {
width: 100%;
}

/*Sombras Posts*/

#sombrasup{
	position:relative;
	top:0px;
	left:-26px;
	float:left;
	width:104.3%;
	height:95px;
	-webkit-box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	border-radius:0px;
	z-index:9;
}

#sombrasup-page{
	position:relative;
	top:0px;
	left:-26px;
	float:left;
	width:151.2%;
	height:95px;
	-webkit-box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	border-radius:0px;
	z-index:-9;
}

#sombrasup-404{
	position:relative;
	top:0px;
	left:-73px;
	float:left;
	width:117.7%;
	height:95px;
	-webkit-box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	box-shadow:0 -3px 8px rgba(0, 0, 0, 0.1);
	border-radius:0px;
	z-index:9;
}
.sombrainf{
	position:relative;
	width:100%;
}

.sombrainf:before, .sombrainf:after{
	content:"";
	position:absolute;
	top:-113px;
	left:-17px;
	float:left;
	width:50%;
	height:35px;
	-webkit-box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	border-radius:3px;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.sombrainf:after{
	right:8px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

.sombrainf-404{
	position:relative;
	width:100%;
}

.sombrainf-404:before, .sombrainf-404:after{
	content:"";
	position:absolute;
	top:-115px;
	left:-60px;
	float:left;
	width:50%;
	height:35px;
	-webkit-box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	border-radius:3px;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.sombrainf-404:after{
	right:-60px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

.sombrainf-page{
	position:relative;
	z-index: -99;
	width: 129.2%;
	left: 45px;
}

.sombrainf-page:before, .sombrainf-page:after{
	content:"";
	position:absolute;
	top:-115px;
	left:-60px;
	float:left;
	width:50%;
	height:35px;
	-webkit-box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 12px rgba(0, 0, 0, 0.1);
	border-radius:3px;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.sombrainf-page:after{
	right:-60px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

a.more-link {
	color:#808080;
	float: right;
	font-family:"PT Sans", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
	border:1px solid #e6e6e6;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 20px 0;
	background:-moz-linear-gradient( center top, #ffffff 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ededed) );
	background-color:#ffffff;
	display:inline-block;
	color:#a8a8a8;
	padding:0.9px 4px;
	text-shadow:1px 1px 0px #ffffff;
	text-align:center;
}

.featured-image{
	margin: -25px 0 20px -24px;
	position: absolute;
	float: left;
	width: 100%;
}

.featured-slide{
	margin: -25px 0 20px -24px;
}

.featured-image-singlelivro {
	position: relative;
	float: left;
	margin: 0 4% 4% 0;
	padding: 5px 5px 0px 5px;
	background-color: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
}

.featured-embed-singledoc {
	margin: -25px -24px 3px -24px;
	position: absolute;
	float: left;
	width: 100%;
}

.singular .entry-title-singledoc {
clear: both;
color: #666;
font-size: 26px;
font-weight: bold;
line-height: 1.5em;
padding-bottom: .3em;
padding-top: 15px;
position: absolute;
top: 600px;
}
.entry-content-singledoc {
	margin-top: 650px;
}

/*grid archives*/

#grid_archives {
}

.grid_archives_column {
  display: inline;
  float: left;
  margin: 0 15px;
  overflow: hidden;
  /* width: 900px; */
}

#grid_archives ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#grid_archives ul.ga_year_list{
  padding: 15px 0 10px;
}

#grid_archives ul.ga_year_list li{
  font-size: 36px;
  float: left;
  list-style: none outside none;
  margin: 0 15px 12px 0;
  padding: 8px 10px 9px;
  background-color: #fff !important;
  opacity: 0.8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 2px 2px 2px #A2A2A2;
  -webkit-box-shadow: 2px 2px 2px #A2A2A2;
  box-shadow: 2px 2px 2px #A2A2A2;
}

#grid_archives ul.ga_year_list li:hover{
  -moz-box-shadow: 3px 2px 6px #ccc;
  -webkit-box-shadow: 3px 2px 6px #ccc;
  box-shadow: 3px 2px 6px #ccc;
}

#grid_archives ul.ga_year_list li.current{
  -moz-box-shadow: 2px 2px 2px #A2A2A2;
  -webkit-box-shadow: 2px 2px 2px #A2A2A2;
  box-shadow: 2px 2px 2px #A2A2A2;
}

#grid_archives ul.ga_year_list li a.current{
  color: #FF9933 !important;
  /* border-bottom: 2px solid #FF9933 !important; */
}

#grid_archives ul.ga_month_list li{
  float: left;
  font-size: 12px;
  background-color: #fff !important;
  color: #bbb;
  opacity: 0.9;
  list-style: none outside none;
  margin: 0 12px 10px 0;
  padding: 8px 10px 9px;
  border-radius: 4px;
  box-shadow: 3px 3px 5px #ccc;
}

#grid_archives ul.ga_month_list li.ga_active_month:hover {
  box-shadow: 1px 1px 3px #A2A2A2;
}

#grid_archives ul.ga_month_list li a, #grid_archives ul.ga_month_list li a:link, #grid_archives ul.ga_month_list li a:visited {
  /* color: #ABD1EA; */
  color: #5787ac;
  text-decoration: none;
  border-bottom: bold;
}

#grid_archives ul.ga_month_list li a:hover {
  color: #FF9933;
}

#grid_archives ul li.ga_year_month {
  background: none repeat scroll 0 0 transparent;
  font-family:"PT Sans", Verdana, sans-serif;
  font-size: 28px;
  padding: 20px 0;
  clear: left;
}

#grid_archives ul.ga_year_list li a, #grid_archives ul.ga_year_list li a:link, #grid_archives ul.ga_year_list li a:visited, #grid_archives ul li.ga_year_month a, #grid_archives ul li.ga_year_month a:link, #grid_archives ul li.ga_year_month a:visited {
  /* color: #ABD1EA; */
  color: #5787ac;
  text-decoration: none;
}

#grid_archives ul.ga_year_list li a:hover, #grid_archives ul li.ga_year_month a:hover {
  color: #FF9933;
}

#grid_archives ul li.ga_year_month .ga_monthly_summary {
  display: inline-block;
  /* color: #555; */
  color: #555;
  font-family: 'PT Sans', georgia,verdana;
  font-size: 22px;
  font-style: italic;
  margin-left: 10px;
  vertical-align: super;
}

#grid_archives ul li.ga_post {
  float: left;
  background: none repeat scroll 0 0 transparent;
  list-style-type: none;
  margin: 0 15px 15px 0;
}

#grid_archives ul li div.ga_post_main {
  /* background-color: #0D0D0D; */
  background-color: #fff;
/*  background-image: -moz-radial-gradient(0px 0px 0deg, circle farthest-corner, #3D3D3D 0%, #0D0D0D 60%);*/
/*  background-image: -moz-radial-gradient(0px 0px 0deg, circle farthest-corner, #2B2B2B 0%, #0D0D0D 60%);*/
  /* background: -moz-linear-gradient(center top, #3D3D3D, #0D0D0D); */
  /* background: -webkit-gradient(linear, center top, center bottom, from(#3D3D3D), to(#0D0D0D)); */
  /* -pie-background: linear-gradient(center top, #3D3D3D, #0D0D0D); */
  padding: 5px 5px 5px 5px;
  width: 150px;
  min-height:48px;
  max-height: 150px;
  opacity: 0.8;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 3px 3px 8px #ccc;
  -webkit-box-shadow: 3px 3px 8px #ccc;
  box-shadow: 3px 3px 8px #ccc;
  behavior: url(/wp-content/plugins/grid-archives/PIE.htc);
}

#grid_archives ul li.ga_post a, #grid_archives ul li.ga_post a:link, #grid_archives ul li.ga_post a:visited {
  line-height: 125%;
  /* color: #ABD1EA; */
  color: #5787ac;
}

#grid_archives ul li.ga_post a:hover {
  line-height: 125%;
  color: #FF9933;
}

#grid_archives ul li.ga_post p {
  color: #666;
  font-size: 10.5px;
  font-style: italic;
  line-height: 135%;
  padding: 8px 0 5px;
}

#grid_archives ul li.ga_post p.ga_post_date {
  font-family: 'PT Sans',Corbel,'Helvetica Neue',Helvetica,'Lucida Grande',Verdana,sans-serif;
  font-style: normal;
  text-align: right;
}

/* Fade hover */

.fadehover{
/* margin: 0 34% -3% 0; */
width: 100%;
opacity: 1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}
.fadehover:hover{
opacity: .5;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}

.fadehover .tt-gplus{
    background-position: 0px 0px;
}

.fadehover a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #719DAB;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,0.3);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fadehover a span:before,
.fadehover a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.fadehover a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.fadehover a:hover span{
	opacity: 0.9;
	bottom: 70px;
}


/*Thumblivros*/


.thumblivro {
	position: relative;
	float: left;
	/* margin: 1em 0.7% 0 0.9em; */
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	/* width: 13.4%; */
}

.thumb-relbooks {
	position: relative;
	float: left;
	margin: 1em 0.7em 0px 2.2em;
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	width: 12.4%;
}

/*Thumbdocs*/

.thumbdoc {
	position: relative;
	float: left;
	/* margin: 1em 3.1% 0 1.7em; */
	padding: 5px;
	background-color: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;
	/* width: 43%; */
}




/*Minibio*/

.minibio {
	border: 1px solid #eaeaea;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 10px 28px 10px;
	font-family:"PT Sans", Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #818181;
	width:92%;
	background-color: #ffffff;
	margin-top: 35px;
}
.resumo-bio {
	margin-top:0.625em;
	margin-bottom:0.625em;
	font-size: 12px;
}

.link-email,
.link-email-asse {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#186487;
}
.link-email {
	float: left;
	margin: 5px 0 12px;
	width: 100%;
}
.link-email-asse {
	float: left;
	margin: -20px 0 0 0;
}
.link-bio-completa {
	font-weight:normal !important;
	color:#006699;
}

.foto-perfil{
	height:auto;
	width:97%;
	float:left;
	margin-left:3px;
	border: 1px solid #eaeaea;
	padding: 5px 5px 0;
	z-index: 99;
	margin: -42px -2px 10px;
	background-color: white;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.credit-photo {
	float: right;
	margin: -5px 7px 0 0;
	font-size: 10px;
	font-weight: normal;
}

/* Share Button */
.share-button {
	position: relative;
	margin-top: -3%;
	float: right;
	width: 100px;
}
/* Twitter Button */
.twitter-button {
	position: relative;
/*	margin-top: -3.1%;*/
	float: right;
	margin-left: 90px;
	width: 100px;
}
/* Gplus Button */
.gplus-button {
	position: relative;
/*	margin-top: -3.1%;*/
	float: right;
	margin-right: 0%;
	width: 65px;
	margin-left: 15px;
}

/* Tumblr Button */
/* .tumblr-button {position: relative;margin-top: -3.1%;float: right;margin-right: 0%;width: 90px;margin-left: 10px;} */

/* Face Button */
.face-button {
	position: relative;
/*	margin-top: -3.1%;*/
	float: right;
	width: 105px;
}
/* Comments link */
.entry-header .comments-link a {
	display:none;
}

.entry-header .comment-link a {
	background: none;
	padding: 0 0 0 0;
	color: #808080;
	font-family:"PT Sans", Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	position:relative;
	margin-top: -4.44%;
	float: right;
	margin-right: 20px;
	width: 143px;
}

.entry-header .comment-link .leave-reply {
	visibility: hidden;
}
.comment_number_header {
	background: url(../elianebrum/images/comment_balao.png) no-repeat;
	width: 40px;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	height: 24px;
	margin-top: 7px;
}
.comment_name_header {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-moz-linear-gradient( center top, #ffffff 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ededed) );
	background-color:#ffffff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #e6e6e6;
	display:inline-block;
	color:#a8a8a8;
	padding:0.9px 4px;
	text-shadow:1px 1px 0px #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	height: 21px;
	z-index:999;
}
.entry-header .comment-link a:hover,
.entry-header .comment-link a:focus,
.entry-header .comment-link a:active {
	background-color: none;
	color: none;
}
.more-link, .comment_name_header:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ededed 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	background-color:#ededed;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
	text-decoration: none;
	color: #000;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float:none;
	position: relative;
	top: -0.3em;
	z-index: 1;
	width: 100%;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
	float:none;
	display: block;
}

#nav-single .nav-previous {
	padding-left: .5em;
	margin-left: 3em;
}


#nav-single .nav-next {
	padding-left: .5em;
	margin-right: 3em;
}

.nav-anterior {
	float: left;
	border-radius: 4px;
	width: 44%;
	text-align: left;
	min-height: 100px;
}

.nav-proximo {
	float: right;
	border-radius: 4px;
	width: 44%;
	min-height: 100px;
}

.nav-anterior:hover {
	background-color: #fff;
}

.nav-proximo:hover {
	background-color: #fff;
}

.nav-seta-l {
	background: url(images/seta_l.png) no-repeat;
	width: 18px;
	height: 34px;
	float: left;
	margin-top: -0.5em;
	position: relative;
	margin-left: 1em;
}

.nav-seta-r {
	background: url(images/seta_r.png) no-repeat;
	width: 18px;
	height: 34px;
	float: right;
	margin-top: -0.5em;
	position: relative;
	margin-right: 1em;
}

.nav-title-l {
	font-family: 'PT Sans', Serif;
	display: block;
	margin-left: 3.4em;
	padding-right: 1em;
	font-style: italic;
}

.nav-title-r {
	font-family: 'PT Sans', Serif;
	margin-right: 3.4em;
	text-align: right;
	display: block;
	font-style: italic;
	padding-left: 1em;
}

#content nav .nav-title-r a {
	font-size: 16px;
	color: #52606B;
}

#content nav .nav-title-l a {
	font-size: 16px;
	color: #52606B;
}

/* =Caption
----------------------------------------------- */
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
	background: none;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 4em;
}

.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	text-align: center;
	height: auto;
	width: 100%;
	border: none;
	background: none;
	padding: 0;
	z-index: 99;
	margin: 10px 0;
	background-color: white;
	border-radius: 0;
	box-shadow: none;
}

.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

#text-7 {
	display: none;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

.tweets {
	border: 1px solid #eaeaea;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 10px 28px 10px;
	font-family:"PT Sans", Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #818181;
	width:92%;
	background-color: #ffffff;
	margin-top: 35px;
}

.twitter-follow-button {
	margin: -20px 0 4px 10px;
}

.classname:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9e9e9),color-stop(1,#f9f9f9));
	background: -moz-linear-gradient(center top,#e9e9e9 5%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#f9f9f9');
	background-color: #e9e9e9;
}

.classname:active {
	position: relative;
	top: 1px;
}

.wpcf7-form-control.wpcf7-submit.enviar {
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e9e9e9));
	background: -moz-linear-gradient(center top,#f9f9f9 5%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9');
	background-color: #f9f9f9;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 32px;
	line-height: 32px;
	width: 114px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
}

.pushbutton-wide, .wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel, .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	border-radius: 4px;
	padding: 6px 20px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	border-radius: 4px;
}

/* Text Widget */

.textwidget, .widget_metaslider_widget {
	border: 1px solid #eaeaea;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 6px;
	font-family:"PT Sans", Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
	color: #818181;
	width:92%;
	background-color: #ffffff;
	/* margin-top: 35px; */
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* =error404
----------------------------------------------- */

#post-0 {
	background-color: white;
	position: relative;
	display: block;
	z-index: 999;
	margin: 10px 0 4.625em -1.675em;
	padding: 1.625em 1.625em 2.625em;
	width: 98%;
}

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 0 1.625em;
	overflow: hidden;
	padding: 2% 2% 2% 2%;
}
.error404 #main #s {
	width: 95%;
	background-color: #fff;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 28.85%;
	margin-left: 2%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* =Footer
----------------------------------------------- */

#footer-title {
	position: relative;
	padding: 0 0 0;
	z-index: 99;
}

#footer-title a {
	font-family: 'Lato';
	color: #eee;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	letter-spacing: 2px;
	text-shadow: 0 1px 1px #666;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.8)), to(rgba(0,0,0,1)));
}
#footer-title a:hover,
#footer-title a:focus,
#footer-title a:active {
	color: #fff !important;
	text-decoration: none;
}

#colophon {
	clear: both;
	background-color:#fff;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 0.625em 2.6%;
	overflow: hidden;
}

.footer-text {
	font-size: 11px;
	font-family: PT Sans;
	font-weight: normal;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #fff;
	border-top: none;
	color: #666;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 0.5em 1.0em 2.1em;
	text-align: left;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}

a#scroll-to-top {

	/* Background image, replace in images folder */
/*	background: url(../images/arrow.png) no-repeat center center;	*/

	/* Match to background image size */
/*	width: 35px;
	height: 35px;							*/

	/* Postion on the page */

	float:right;
	position:relative;
	top:-20px;

	/* Hide link text */
/*	text-indent: -9999px;
	font-size: 0;							*/

	/* Other */
/*	cursor: pointer;
	outline: 0;							*/

}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 822px) {

	#main #content {
	margin: 0 34% 0 4%;
	width: 96%;
	}

	#access ul {
	font-size: 11px;
	}

	#sombrasup{
	left:-4%;
	width:104%;
	}

	#sombrasup-page {
	display:none;
	}

	.hentry,
	.no-results {
	margin: 10px 0 4.625em -4%;
	}

	.entry-header .comment-link a {
	margin-top: -4.2%;
	margin-right: 6em;
	}

	.singular.page .hentry {
	margin: 10px 0 4.625em -4%;
	}

	.sombrainf-page {
	width: 83.2%;
	}

	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}

	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}

	.singular .entry-content-page-featured {
	width: 100%;
	}

	.singular .entry-title-featured {
		padding-top: 0px;
		top: 150px;
	}

	.singular .entry-content-page {
	width: 100%;
	}

	/*.thumblivro {
    width: 26%; 
    margin: 9% 3% 0% 2%;
	}*/

	#pos-content {
	    margin: 2em 0% 2em -1.675em;
	    height: 270px;
	}

	.thumb-relbooks {
    margin: 1em 1.1em 0px 1.4em;
    width: 11.8%;
	}

	/*.thumbdoc {
    margin: 1em 1% 0px 6%;
     width: 40%;
	}*/

	#secondary, #secondary-page, #secondary-page-archive {
	display:none
	}

	.minibio {
	display:none;
	}

	#footer-title {
	display:none;
	}

	#supplementary {
	padding: 0 2.6%;
	}

	#site-generator {
	padding: 1em 0.5em 1.0em 2.6%;
	}

	#gtt_go-to-top a {
	width: 38px !important;
	z-index: 1000 !important;
	}

}

@media (max-width: 704px) {

	.site-title {
		margin: 0;
		font-size: 36px;
	}

	.site-description {
	top: 3em;
	font-size: 19px;
	}

	#branding #searchform {
	display: none;
	}

	.access-bar {
	top: 3.6em;
	}

	.strp {
	border-bottom: solid #d9d9d9;
	}

	#access ul {
	    margin: 0px 0px 0px 0.188em;
	    font-size: 19px;
	}

	#access li {
	width: 100%;
	}

	.entry-header .comment-link a {
	margin-top: -4.5%;
	margin-right: 0em;
	}

	.entry-content, .entry-summary {
	    padding: 0;
	}

	.singular .entry-content-page-livros, .entry-content-page-docs {
    margin: 30px 34% 0px 0px;
	}

	.singular .entry-title-featured {
	top: 120px;
	font-size: 24px;
	}

	.sombrainf-page {
	width: 78.2%;
	}

	#attachment_959, .wp-image-959, #attachment_1930, .wp-image-1930 {
	display:none;
	}

	/*.thumblivro {
    width: 26%;
    margin: 9% 3% 0% 2%;
	}*/

	#pos-content {
	    height: 200px;
	}

	.thumb-relbooks {
	    margin: 1em 0.4em 0px 0.8em;
	    width: 12%;
	}

	/*.thumbdoc {
    margin: 1em 3.1% 5% 1.7em;
    width: 85%;
	}*/

}

@media (max-width: 480px) {

	.access-bar {
	display: none;
	}

	.entry-header .comment-link a {
	display:none;
	}

	#gtt_go-to-top a {
	width: 38px !important;
	z-index: 1000 !important;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	}

	blockquote {
	font-size: 14px;
	margin: 0 0px 0 0;
	padding-left: 40px;
	background-size: 42px;
	}

	p {
	text-align: justify;
	}

	.entry-title {
	font-size: 22px;
	}

	.singular .entry-title {
	font-size: 22px;
	}

	.singular .entry-title-featured {
    top: 80px;
    font-size: 22px;
	}

	/*.thumblivro {
	margin: 9% 4.5% 4% 0;
	}*/

	.sombrainf{
	display:none;
	}

	.sombrainf-page {
	display:none;
	}

	.docembed{
	height: 190px;
	}

	.singular .entry-title-singledoc {
    font-size: 18px !important;
    top: 200px;
	}

	.entry-content-singledoc {
	    margin-top: 250px;
	}

	#main #secondary {
    display: none;
	}

	#supplementary {
    padding: 10px 2.6% 0 5.6%;
	}

	#site-generator {
	padding: 0.2em 2.8% 1em 5.6%;
	}

}

@media (max-width: 320px) {

	#branding img {
	    height: 86px !important;
	    margin-bottom: 0px;
	    width: 100%;
	    z-index: 999;
	}

	.strp {
    height: 86px !important;
	}

	#site-title {
	top: 1em;
	}

	#site-title a {
    font-family: 'Lato';
    font-size: 2.8em;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    letter-spacing: 2px;
    text-shadow: 0px 1px 2px rgb(85, 85, 85);
	}

	#site-description {
	top: 2.4em;
	font-size: 1.3em;
	}

	#branding #searchform {
	display:none
	}

	.singular .hentry {
	margin: 10px 0 4.625em -7% !important;
	}


	.hentry, .no-results {
	margin: 10px 0 4.625em 0;
	}

	.singular.page .hentry {
	margin: 10px 0px 4.625em -7% !important;
	}

	.singular.post .hentry {
	margin: 10px 0px 4.625em -7% !important;
	}

	#sombrasup {
    display: none;
	}

	#main #content {
	margin: 0px 34% 0px 0%;
	width: 100%;
	}

	.featured-image-cronicas, .featured-image-colunas, .featured-image-bio {
    display: none;
	}

	.singular #primary {
    float: left;
    margin: 0 0 0 6%;
    width: 94%;
	}

	.singular .entry-title, .entry-title {
	font-size: 18px;
	line-height: 1.2em;
	padding-bottom: 0.8em;
	width: 90%;
	}

	.singular .entry-title-featured {
		font-size: 18px !important;
		position: relative !important;
		top: 0 !important;
	}

	.singular .entry-content-page-featured-bio {
    margin: 8% 34% 0px 0px !important;
	}

	.singular .entry-header .entry-meta {
    padding-top: 1em !important;
    width: 65%;
    top: 1em !important;
	}

	.singular .entry-content-page-featured-cronicas, .entry-content-page-featured-colunas {
	    margin: 4% 34% 0px 0px !important;
	}

	.singular .entry-content-page-livros, .entry-content-page-docs {
	    margin: 10% 34% 0px 0px !important;
	}

	.entry-content-singlelivro{
	display: block;
	width: 100%;
	}

	.singular .entry-content-page {
	    margin: 26% 34% 0px 0px !important;
	    width: 100%;
	}

	.entry-content, .entry-summary {
    padding: 1em 0px 0px !important;
	}

	.entry-content.single {
	margin-top: 0;
	}

	#nav-area{display: none;}

	#main #secondary{display: none;}

	/*.thumblivro {
    margin: 1em 0 10px 0 !important;
    width: 95% !important;
	}*/

	/*.thumbdoc {
	    margin: 1em 0 0 0 !important;
	    width: 94% !important;
	}*/


	.featured-image-singlelivro {
    margin: 15% 4% 4% 2% !important;
    float: left;
	}

	.entry-meta {
	padding-top: 0em;
	}

	#secondary-page-archive {
	display: none;
	}

	#supplementary {
    padding: 10px 2.6% 0 7.6%;
	}

	.contact-form textarea {
    width: 100% !important;
	}

	#site-generator {
	    padding: 0.2em 2.8% 1em 7.6%;
	}

	.grid_archives_column {
	    margin: 0 !important;
	}

	#grid_archives ul.ga_year_list li {
	font-size: 18px !important;
	margin: 0px 16px 12px 0px !important;
	padding: 8px 11px 9px !important;
	box-shadow: 1px 1px 2px rgb(204, 204, 204);
	width: 90%;
	}

	#grid_archives ul {
	margin: 0 0 20px 0 !important;
	}

	#grid_archives ul li div.ga_post_main {
	width: 100% !important;
	box-shadow: 1px 1px 2px rgb(204, 204, 204) !important;
	min-height: 48px !important;
	}

	#grid_archives ul li.ga_post {
    width: 94% !important;
	}

	#grid_archives ul.ga_month_list li {
	font-size: 18px !important;
    margin: 0px 14px 10px 0px !important;
    box-shadow: 1px 1px 2px rgb(204, 204, 204);
    width: 90%;
	}

}

@media (max-width: 280px) {

	#page {
	margin: 0px 0px 0px -1.5em;
	width: 128%;
	}

	.hentry, .no-results,
	.singular.page .hentry {
	margin: 10px 0px 0.625em;
	padding: 0.225em 0.625em 2.625em;
	}

	.singular .entry-content-page {
    margin: 10% 34% 0px 0px !important;
	}

	.strp {
	height: 96px !important;
	}

	#click-menu {
	right: 1%;
	top: 6px;
	}

	#responsive-menu {
	width: 66% !important;
	}

	#site-title {
	top: 3em;
	margin-right: 0px;
	}

	#site-title a {
	font-size: 28px;
	line-height: 30px;
	}

	#site-description {
	top: 4.2em;
	font-size: 16px;
	}

}
