/*
	~ Text CSS.

*/

/* `Webfonts
----------------------------------------------------------------------------------------------------*/



/* `General
----------------------------------------------------------------------------------------------------*/

body {
	color: #881100;
}

a {
	text-decoration: none;
	color: #881100;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

#menuPrincipal {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
}

#menuPrincipal li {
	line-height: 20px;
}

#menuPrincipal a {
	color: #ffcc99;
}

#rodape {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

#rodape span a:hover {
	text-decoration: underline;
}


/* `Post
----------------------------------------------------------------------------------------------------*/

#artigo {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#artigo h2 {
	margin-bottom: 14px;
	text-align: center;
}

.entry p {
	margin-bottom: 14px;
	text-indent: 40px;
	text-align: left;
}

.entry a {
	color: #775522;
	text-decoration: underline;
}

.entry img {
	border: 4px solid #ffddbb;
	margin-left: 17%;
	
}

.entry blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:	italic;		
	color: #775522;
	background-color: #ffddbb;
	padding: 14px;
	margin-bottom: 14px;	
}

.entry ol,
.entry ul {
	margin-bottom: 14px;	
}

.entry ol {
	list-style: inside decimal;
}

.entry ul {
	list-style: none;
}

.entry li:before {
	content: "\00BB \0020";
	font-weight: bold;
	font-size: 20px;
	line-height: 10px;
}

.entry li {
	display: list-item;
}

/* `Static Pages
----------------------------------------------------------------------------------------------------*/

.sobre .entry p,
.sobre .entry li {
	text-indent: 0;
	text-align: center;
}

.sobre .entry li {
	text-align: center;
}

.sobre .entry img {
	margin-left: 0;
}


.contato .entry p,
.contato .entry li {
	text-indent: 0;
	text-align: center;
}