* { margin:0; padding:0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body { background: white; color: black; line-height: 1; }
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, 
th, 
td { text-align: left; font-weight: normal; }
blockquote:before, 
blockquote:after,
q:before, 
q:after { content: ""; }
blockquote, 
q { quotes: "" ""; }


body { background: #E3DFC6; font-size: 69%; line-height: 180%; margin:0; padding: 0; text-align:center; }
img { position:relative; }
a img { border: none; }
h2, 
h3, 
h4, 
h5 { font-family: Georgia, serif; font-weight: normal; }

/* wrapper div */

#frame {
	background: #fff url(images/frameBG.jpg) repeat-y left top;
	margin: 0 auto;
	padding:0px;
	text-align:left;
	width:970px;
}

/* header */
	
#contentheader {
	background: url(images/header.jpg) no-repeat left top;
	height:140px;
	margin-bottom:0;
	margin-left:10px;
	margin-right:10px;
	margin-top:0;
	text-align:center;
}

#contentheader h1 {
	font-size:14px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
}
	
	
#contentheader #logo a {
  background-image:url(images/logocs2-trans.png);
  display:block;
  height:102px;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  text-indent:-9000px;
  width:408px;
}

#contentheader .banner {
	float:right;
	position:relative;
	right:10px;
	top:40px;
}

/* navbar */

#navbar {
	float:left;	
	width: 950px;
	text-align: center;
	background: #EAD98C url(images/navbarBG.jpg) repeat-x left top;
	border-bottom: 2px solid #BA9E0D;
	margin: 0 10px 0px 10px;
}

#navbar ul {
/*	width: 960px;*/
	margin: 0 210px;
	padding:0;
	list-style: none;
	line-height: 30px;
}

#navbar ul li {
	float:left;
	font-family: "Lucida Sans Unicode", "Tahoma", "Verdana";
	font-size:1.2em;
}

#navbar ul li a:link, 
#navbar ul li a:visited {
	padding: 7px 10px 9px 10px;		
	text-decoration: none;
	color: #333;
}

#navbar ul li a:hover, 
.current {
	background: url(images/navbarSelectedIcon.gif) 50% bottom no-repeat;
	
}

/* highlights */

#highlights {
	background:#fdfcec;
	float:left;	
	margin:0 0 0px 10px;
	width: 950px;
}

#highlights .boxes, 
#highlights .social{
	margin-bottom:10px;
}

#highlights .boxes {
	float:left;
	position:relative;
	padding:10px 16px 26px 16px;
	top:10px;
	/*width:81%;*/
}

#highlights .boxes .box{
	float:left;
	margin-right:22px;
	width:148px;
}

#highlights .boxes .box.last{
	margin-right:0px;
	width:124px;
}

#highlights .boxes .box h2 {
	color:#8a5d0f;
	font-family:Georgia, 'Times New Roman', serif;
	font-size:2.6em;
	margin-bottom:15px;
	text-decoration:none;
}

#highlights .boxes .box p{
	font-family:Tahoma, Verdana, Arial;
	font-size:1.3em;
	letter-spacing:-0.06em;
	line-height:130%;
}

#highlights .boxes .box p a {
	color:#8a5d0f;
	text-decoration:none;
}

#highlights .boxes .box p a:hover {
	text-decoration:underline;
}

#highlights .social {
	float:right;
	position:relative;
	padding:4px;
	right:6px;
	top:24px;
	width:8%;
}


#highlights .social ul{
	overflow:hidden;
}

#highlights .social a {
	
}

#highlights .social a.twitter{
	background: url(images/icon_twitter.png) no-repeat;
	display:block;
	float:left;
	height:32px;
	margin-bottom:6px;
	margin-right:6px;
	width:32px;
	text-indent:-9999px;
}

#highlights .social a.facebook{
	background: url(images/icon_facebook.png) no-repeat;
	display:block;
	float:left;
	height:32px;
	margin-bottom:6px;
	margin-right:6px;
	width:32px;
	text-indent:-9999px;
}

#highlights .social a.rss{
	background: url(images/icon_rss.png) no-repeat;
	display:block;
	float:left;
	height:32px;
	margin-right:6px;
	width:32px;
	text-indent:-9999px;
}

#highlights .social a.podcast{
	background: url(images/icon_podcast.png) no-repeat;
	display:block;
	float:left;
	height:32px;
	width:32px;
	text-indent:-9999px;
}

/* widget - vagas */
#vagas {
	float:left;	
	margin:0 0 30px 10px;
	width: 950px;
	text-align:center;
}

#vagas p {
	background:#f2f1e0;
	color:#8a5d0f;
	font-family:Arial;
	font-size:1.35em;
	padding:10px 0;
	width:97%;
	margin:0 auto;
}

#vagas p a{
	text-decoration:underline;
}

#vagas a{
	color:#8a5d0f;
	text-decoration:none;
}

/* widget - novas */

#subsolo {
	width: 950px;
	float:left;
	background: #F8F4D6 url(images/subsoloBG.gif);
	color: #6A6127;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.1em !important;
	line-height: 130%;
	text-align: left !important;
	margin: 0px 10px 0px 10px;
}

#subsoloLeft, 
#subsoloCenter, 
#subsoloRight, 
#subsoloRight2 { float:left; padding:0px; width:235px; }
.subsoloWrapper {
	float:left;
	padding: 10px;
	background-color: #F8F4D6;
	margin: 0 5px;
}

#subsoloDesc {
	background: url(images/subsoloHeader.gif) no-repeat left top;
	float:left;
	position:relative;
	padding-top:86px;
	width:950px;
}

#subsoloDesc h2 { font-size:1.6em; padding: 10px; text-transform:uppercase; text-decoration:underline;}
#subsolo p { margin-bottom: 1em; }
#subsolo h3 {
	font-size:1.9em;
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px dashed #BBA77D;
}

#subsolo h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 130%;
}

#subsolo h4 a {
	text-decoration: none !important;
	color: #897F37 !important;
}

#subsolo h4 a:hover {
	color: #BBA77D;
	text-decoration: underline !important;
}

#subsolo img {
	margin-bottom: 0.7em;
	margin-top: 0.2em;
}

#subsolo ul
{
	list-style: none;
	padding:0;
	margin-left: 20px;
}
#subsolo ul li
{
	padding-left: 15px;
	background: url(images/orangeBulet.gif) left 5px no-repeat;
	padding-bottom: 5px;
}
#subsolo a:link
{
	color: #9B8B67;
}
#subsolo a:visited
{
	color: #9B8B67;
}

#subsolo a:hover
{
	color: #E8B353;
}

/* Conteudo - Post*/
	
#pedepost {
	border-top: 1px dashed #a99006;
	border-bottom: 1px dashed #a99006;
    width: 500px;
	margin: 25px 10px;
    padding-bottom: 10px;
    padding-top: 10px;
	float: left;
    background: #f9f5e1;
    font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1.0em;
}

#pedepost p, 
#pedepost h1, 
#pedepost h2, 
#pedepost h3 {
		margin-left: 35px;
		margin-right: 25px;
		font-size: 1.80em;
}
	
/* Componente - HomeContent */

#label { 
	margin-left: 10px;
	width: 550px;
	padding: 0;
	float: left;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	margin-bottom:20px; 
	position:relative;
	top:20px;
}
#label h2 {
	font-size: 2.8em;
	line-height: 110%;
	color: #A24B04;
	word-spacing: -2px;
	margin-bottom: 6px;
	margin-left: 15px;
	margin-right: 25px;
}

#homeContent { color: #333; font-family: Tahoma, Verdana, Arial, Sans-serif; float:left; margin-left: 10px; padding:0; width:610px; }

#homeContent a:hover { color: #E5B04D; }
#homeContent p, 
#homeContent h1, 
#homeContent h2, 
#homeContent h3 { margin-left: 15px; margin-right: 25px; }
	
#homeContent p { font-size: 1.1em; margin-bottom: 1em; }	
#homeContent h2 { color: #A24B04; font-size: 2.8em; line-height: 110%; margin-bottom: 6px; word-spacing: -2px; }
	
#homeContent blockquote { background: url(images/blockquoteBG.gif) no-repeat left top; font-style:italic; margin: 25px; padding: 0 30px 15px 30px; }
	
#homeContent h2 a:link, 
#homeContent h2 a:visited{ color: #A24B04 !important; text-decoration: none; }
#homeContent h2 a:hover {  text-decoration: underline; }
#homeContent h3 { font-size: 2em; letter-spacing: -1px; padding: 20px 0; line-height: 130%; }
	
#homeContent h3 a:link, 
#homeContent h3 a:visited { color: #A24B04  !important; text-decoration: none !important; }
#homeContent h3 a:hover { color: #C75F0A  !important; text-decoration: underline  !important; }

#homeContent ul { font-size: 1.1em; list-style: none; padding:0; margin: 2em 45px 2em 35px; }
#homeContent ul li { background: url(images/orangeBulet.gif) left 5px no-repeat; margin-bottom: 1em; padding-left: 15px; }

#homeContent .article {
	overflow:hidden;
}

/* Componente - Home Post Info Autor */
#homeContent .article .author {
	border-top:1px dashed #E1E1E1;
	font-family:Arial, sans-serif;
	left:-80px;
	overflow:hidden;
	padding:4px 4px;
	position:absolute;
	text-align:right;
    width: 72px;
}

#homeContent .article .author img {
	border:0;
	padding:0;
	margin:0;
	margin-bottom:4px;
}

#homeContent .article .author p {
	width:66px;
} 


#homeContent .article .author p{ 
	line-height:1.4em;
	margin:0;
}

#homeContent .article .author ul {
	border:0;
	font-size:0;
	float:right;
	margin:0;
	margin-right:4px;
	padding:0;
	width:36px;
}

#homeContent .article .author ul li{
	background:0;
	border:0;
	margin:0;
	padding:0;
}

#homeContent .article .author ul li a {
	display:block;
	float:left;
}


#homeContent .article .author p.name{
	color:#a37216;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#homeContent .article .author p.function{
	color:#000;
	font-size:1em;
	font-style:italic;
}

#homeContent .article .author p.twitter{
	font-size:0.9em;
}

#homeContent .article .author p.twitter a{
	text-decoration:none;
}

#homeContent .article .author p.twitter a:hover{
	text-decoration:underline;
}

/* Componente - Home  Post Content */
.article .post {
	float:right;
	width:530px;
	position:relative;
}

/* Componente - Posts */

#contentleft, 
#searchFormWrapper, 
#contentcenter, 
#contentright,
#homeContent,
#sidebar { position:relative; top:20px;}

#contentleft {
	margin-left: 10px;
	width:550px;
	padding:0;
	float:left;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
}
	
#contentleft p, 
#contentleft h1, 
#contentleft h2, 
#contentleft h3 {
	margin-left: 15px;
	margin-right: 25px;
}
	
#contentleft p {
	font-size: 1.1em;
	margin-bottom: 1em;
}	
		
#contentleft h2 {
	font-size: 2.8em;
	line-height: 110%;
	color: #A24B04;
	word-spacing: -2px;
	margin-bottom: 6px;
}
	
#contentleft blockquote {
	background: url(images/blockquoteBG.gif) no-repeat left top;
	padding: 0 30px 15px 30px;
	margin: 25px;
	font-style:italic;
}
	
#contentleft h2 a:link, 
#contentleft h2 a:visited{
	color: #A24B04 !important;
	text-decoration: none;
}
	
#contentleft h2 a:hover {
	 text-decoration: underline;
}

#contentleft img, 
#homeGaleraSolo img, 
#homeFerramentas img,
#homeContent .entry img  {
	border: 1px solid #E1e1e1;
	padding: 3px !important;
	margin: 0;
}

#contentleft .entry img {
margin: 0 auto !important;
}
	
#contentleft h3 {
		font-size: 2em;
		letter-spacing: -1px;
		padding: 20px 0;
		line-height: 130%;
}
	
#contentleft h3 a:link, 
#contentleft h3 a:visited {
	text-decoration: none !important;
	color: #A24B04  !important;
}
	
#contentleft h3 a:hover {
	color: #C75F0A  !important;
	text-decoration: underline  !important;
}

#contentleft a:hover { color: #E5B04D; }
#contentleft ul {
	list-style: none;
	padding:0;
	margin: 2em 45px 2em 35px;
	font-size: 1.1em;
}

#contentleft ul li {
	padding-left: 15px;
	background: url(images/orangeBulet.gif) left 5px no-repeat;
	margin-bottom: 1em;
}

#contentleft a:link, 
#homeGaleraSolo a:link, 
#homeFerramentas a:link,
#homeContent a:link {
		color: #A37216;
}
	
#contentleft a:visited, 
#homeGaleraSolo a:visited, 
#homeFerramentas a:visited,
#homeContent a:visited  {
	color: #999;
}


/* Componente - Post Social */

.post .share {
	border-top:1px dashed #E1E1E1;
	padding:4px 2px;
	margin-bottom:30px;
	margin-left: 15px;
	margin-right: 25px;
	overflow:hidden;
}

.post .share .facebook{
	float:left;
	width:90px;
}
.post .share .gbuttom{
	float:left;
	width:60px;
}
.post .share .twitter{
	float:left;
	width:100px;
}
.post .share .twitterfollow{
	float:left;
	width:130px;
}
.post .share .comment {
	float:right;
	text-align:right;
	width:100px;
}

.post .share .comment .comments-link {
	background: url(images/icon_comments.png) no-repeat left top;
	padding-left:18px;
	text-decoration:none;
}

#s {
	margin-top: 15px;
	margin-right: 5px;
	width: 300px;
	border: 2px solid #ECDD98;
	padding: 3px;
}


/* Conteudo - Home - Sidebar */

#sidebar{
	border: 1px dashed #E1E1E1;
	float:right;
	margin-right:10px;
	margin-bottom:40px;
	overflow:hidden;
	width:330px;
}

#sidebar .box{
	border-bottom:1px dashed #E1E1E1;
	overflow:hidden;
	padding:10px 15px;
}

#sidebar .last{
	border-bottom:none;
}

#sidebar .box .email,
#sidebar .box .galerasolo,
#sidebar .box .search,
#sidebar .box .news {
	background:#f2f1e0;
	font-family:Georgia, 'Times New Roman', serif;
	overflow:hidden;
	padding:16px;
}

#sidebar .box h2,
#sidebar .box .news h2{
	color:#8a5d0f;
	font-size:3em;
	letter-spacing:-0.05em;
	margin-bottom:20px;
}

#sidebar .box .email input.text{
	background:#fff;
	border:1px solid #e1e1e1;
	font-size:1.2em;
	margin-right:6px;
	padding:6px;
	width:170px;
}

#sidebar .box .email input.button{
	font-size:1.2em;	
	padding:6px;
}
	
#sidebar .box .galerasolo .person{
	float:left;
	margin-bottom:4px;
	overflow:hidden;
	width:100%;
}	

#sidebar .box .galerasolo .person h3 {
	font-size:1.6em;
	margin-top:16px;
}	

#sidebar .box .galerasolo .person h3 a{
	color:#a24b3b;
	text-decoration:none;
}

#sidebar .box .galerasolo .person h3 a:hover{
	text-decoration:underline;
}

#sidebar .box .galerasolo .person img {
	border: 1px solid #E1E1E1;
    margin: 0 0.8em !important;
    padding: 3px !important;
}

#sidebar .box .news {
	font-family:"Lucida Sans Unicode", Tahoma, Verdana, Arial, Sans-Serif;
	font-size:1.1em;
}

#sidebar .box .news .item{
	float:left;
	margin-bottom:4px;
	overflow:hidden;
	width:100%;
}	

#sidebar .box .news .item h3 {
	font-size:1.3em;
	line-height:130%;
}	

#sidebar .box .news .item h3 a{
	color:#a24b3b;
	text-decoration:none;
}

#sidebar .box .news .item h3 a:hover{
	text-decoration:underline;
}

#sidebar .box .news .item img {
	border: 1px solid #E1E1E1;
    margin: 0 0.8em !important;
    padding: 3px !important;
}

#sidebar .box .news .item p.date{
	margin-bottom:0.65em;
}

/* busca dentro da sidebar */
#sidebar .box .search #s{
	margin-top:0px;
	width:232px;
}

	
.alinhadoEsquerda, 
.alinhadoesquerda, 
.alinhadoLeft, 
.alinhadoleft {
	float:left;
	margin-right: 13px;
}
	
.alinhadoDireita, 
.alinhadodireita, 
.alinhadoright, 
.alinhadoRight {
	float:right;
	margin-left: 13px;
}


#homeWrapper {
	background: #fdfcec url(images/homeWrapperBG.jpg) repeat-x left top;
	width: 950px;
	float:left;
	padding-top: 30px;
	margin-top: 1px;
	margin-left: 10px;
	margin-bottom: 30px;

}
	#homePerguntas
	{
		width: 480px;
		float: left;
	}
	#homeSobre
	{
		margin-left: 520px;
	}

	
#homeFeed
{
padding: 45px 0 15px 15px;
background: url(images/feedBoxBG.gif) no-repeat left top;
width: 379px;
}
#homeFeed h2, #homeFeed h2 a:link, #homeFeed h2 a:visited
{
	color: #E77E07;
	font-size: 1.4em;
text-decoration: none;
}
#homeFeed h2 a:hover
{
	color: #FAA94C;
	font-size: 1.4em;
text-decoration: underline;
}


#homeFeed form
{
font-size: 1.1em;
font-family: tahoma
}

.feedcountdiv
{
	font-size: 1.4em;
}

.feedcountdiv a:link, .feedcountdiv a:visited, .subscribers a:link, .subscribers a:visited
{
	color: #A24B04;
	text-decoration: none;
}

.feedcountdiv a:hover, .subscriber a:hover
{
color: #D97726;
text-decoration: underline;
}

.subscribers	
{
font-size:1.8em;
color: #A24B04;	
}

	#homePerguntas h2
	{
		color: #8a5d0f;
		font-size: 2.6em;
		margin-left: 30px;
		margin-bottom: 15px;
	}

	#homePerguntas p
	{
		margin-left: 30px;
		font-size: 1.4em;
		color: #8a5d0F;
		line-height: 150%;
font-family: Tahoma, Verdana, Arial;
margin-bottom: 1em;
	}
	
	#homePerguntas p a:link
	{
		color: #F49136;
		text-decoration: underline;
	}
 	#homePerguntas  p a:visited 
	{
		color: #F49136;
		text-decoration: underline;
	}	
	#homePerguntas p a:hover
	{
		color: #FBA03E;
		text-decoration: underline;
	}
	
	#homePerguntas ul
	{
		margin: 25px;
		font-size: 1.9em;
font-family: Tahoma, Verdana, Arial;
	}
	
	#homePerguntas ul li
	{
                line-height: 130%;
		margin-bottom: 0.9em;
/*		background: url(images/orangeBulet.gif) left 6px no-repeat;*/
		padding-left: 15px;
	}
	
	#homePerguntas ul li a:link, #homePerguntas ul li a:visited
	{
		color:#8a5d0f !important;
		text-decoration: none !important;
	}
	#homePerguntas ul li a:hover
	{
		color:#a26d11 !important;
		text-decoration: underline !important;
	}

	.homeCommentCount
	{
		font-size: 0.8em;
		color: #999999;
	}






	
	.archiveData
	{
		margin-top: 15px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #DFDDC2;
	}
	
	.postHome H2
	{
		font-size: 1.9em !important;
		border-top: 1px dashed #e1e1e1;		
		padding-top:15px;
	}
	

	#homeGaleraSolo
	{
	width: 480px;
	float:left;
	margin-left: 25px;
	}


#homeAutores
{
width: 450px;
font-family: "Tahoma", Arial, Verdana !important;

}

	#homeFerramentas
	{
/*		width: 200x;*/
		/*margin-left: 530px;*/
		margin-left:520px;
		/*margin-top: 400px;*/


	}
	#galerasoloWrapper, #ferramentasWrapper
	{
		margin: 1px 25px 25px 0;
		border: 1px dashed #e1e1e1;
		padding: 0 15px;		
	}
	#homeGaleraSolo h2, #homeFerramentas h2, #respond
	{
	font-size: 3em !important;
	color: #d7d7d7;
	letter-spacing: -1px;
	/*word-spacing: 2px;*/
	font-style: italic;
	
	}

	#homeGaleraSolo h3, #homeFerramentas h3
	{
	margin-top: 20px;
	}
	#homeGaleraSolo .post, #homeFerramentas .post
	{
	border-bottom:  1px dashed #e1e1e1;
	}
	
	#homeGaleraSolo h3 a:link, #homeGaleraSolo h3 a:visited, #homeFerramentas h3 a:link, #homeFerramentas h3 a:visited
		{
			color: #A24B04 !important;
			text-decoration: none !important;
			font-size: 1.6em !important;
	/*		border-top: 1px dashed #e1e1e1;		*/
			padding-top: 15px;
		}

#homeGaleraSolo h3 a:hover, #homeFerramentas h3 a:hover 
		{
			color: #A24B04 !important;
			text-decoration: underline !important;
			font-size: 1.6em !important;
	/*		border-top: 1px dashed #e1e1e1;		*/
			padding-top: 15px;
		}
		
		#homeGaleraSolo p, #homeFerramentas p
		{
			font-size: 1.1em;
			line-height: 170%;
			font-family: tahoma, verdana, arial;
			color: #666;
			margin-top: 1em;
	}
	.postDate
	{
	color: #666;
/* 	font-family: Georgia, "Times New Roman", Serif;*/
	}
	
		
	#commentForm
	{
		margin: 1px 40px 40px 16px;
		border: 1px dashed #e1e1e1;
		padding: 15px 0;		
	}

	#commentForm label
	{
	font-size: 0.8em;
	font-weight: normal;

	}
	

	.inputControl
	{
		border-left: 1px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #cccccc;
		border-right: 1px solid #cccccc;		
	}		
	.commentBox
	{
		background: #FEFDF7 url(images/leaves.gif) top right no-repeat;
		border-top: 1px solid #CFCAA1;
		margin: 25px 25px 15px 25px;
		padding: 15px 5px;
	}

	.autorComentario
	{
	font-weight: bold;
/*		padding-bottom: 10px;*/
	}
	.commentBox p
	{
		font-family: Tahoma, Verdana, Arial, Sans-Serif;
		font-size: 1em !important;
		line-height: 130%;
		text-align: left !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
.commentlist
{
margin: 15px;
}
#comment {
	width: 400px;
}
span.comentarista {
	font-size: 1.30em;
}
.comentarista a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted
}
.comentarista a:hover {
	color: #526D00;
	text-decoration: none;
	border-bottom: 1px dotted
}
.commentmetadata a {
	color: #8CBB00;
	text-decoration: none;
}	
.commentmetadata a:hover {
	color: #526D00;
	text-decoration: underline;
}	
.balao_comentario {
	background: #FBFDEA url(images/bg_comments_bottom2.gif) bottom no-repeat;
	padding: 0px 0px 1px 0px;
	margin-bottom: 20px;
	margin-top: 0px;
        width: 500px;
}
.balao_comentario2 {
	background: #FBFDEA url(images/bg_comments_top2.gif) top no-repeat;
	padding: 40px 10px 0px 10px;
}
p.conteudo {
	margin-top: 0px;
}
#fimsombra {
	margin: 0px auto;
	height: 10px;
	width: 980px;
	background: url(images/sombrabottom.gif) no-repeat;
}	

.alignleft {
	float: left;
}
.alignleft a {
	text-decoration: none; 
	color: #8CBB00;
	}
.alignleft a:hover {
	text-decoration: underline; 
	color: #526D00;
}
.alignright {
	float: right;
}
.alignright a {
	text-decoration: none; 
	color: #8CBB00;
}
.alignright a:hover {
	text-decoration: underline; 
	color: #526D00;
}


#contentcenter {
	width:210px;
	padding:0px;
	margin-top: 40px;
	float:left;
	background: #F9F7DD url(images/boxAutorBG.jpg) repeat-x left top;
	border-top: 2px solid #BA9E0D;
	border-bottom:2px solid #BA9E0D;
	color: #3A2D1B;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
}

#contentcenter p {
	line-height: 130%;
    font-size: 1.0em;
}


#contentcenter h2 {
	margin: 15px;
	font-size: 1.5em;
}

#contentcenter ul {
	margin: 0 15px;

}

#contentcenter ul li {
	padding-left: 15px;
	background: url(images/orangeBulet.gif) no-repeat left 7px; 
	margin-bottom: 5px;
}

#contentcenter a:link { color: #F49136; text-decoration: none; }
#contentcenter a:visited { color: #F49136; text-decoration: none; }	
#contentcenter a:hover { color: #FBA03E; text-decoration: underline; }	
#contentcenter .box {margin:10px 0; overflow:hidden;}
	
	#ferramentasArtigos
	{
		margin:0 12px;
		padding:12px 0px;
		border-bottom: 1px solid #E3E3E3;
		list-style:none;
		font-family: Verdana, Arial, Sans-Serif;
	}
		#ferramentasArtigos
		{
			line-height: 25px;
		}
		#ferramentasArtigos li a:link, #ferramentasArtigos li a:visited
		{
			padding: 20px 10px 20px 24px;
			color: #40311E;
			text-decoration: none;
		}
		#ferramentasArtigos li a:hover
		{
			color: #745836;
		}
		#comente
		{
			background: url(images/comenteIcon.gif) no-repeat left 50%;
		}
		#email
		{
			
			background: url(images/emailIcon.gif) no-repeat left 50%;
		}
	#fotoAutor
	{
		float:left;
		margin: 15px 10px 10px 10px;
	}
	.descAutor
	{
		clear:left;
		margin: 12px;
font-size: 1.50em;
	}
	#flickrBadge
	{
		margin: 15px 12px;
		background: url(images/flickr.gif) no-repeat left 15px;
		border-top: 1px solid #E3E3E3;
		padding-top: 40px;
		margin-bottom: 25px;
	}
		.flickr_badge_image a:link, #flickrBadge a:visited 
		{
			float: left;
			border: 1px solid #D6C6A0;
			margin: 0 6px 6px 0;
			padding: 2px;
			background: #FFF;
		}
		.flickr_badge_image a:hover
		{
			border: 1px solid #E6B04C;
		}
		.flickr_badge_image a img
		{
			width: 50px;
			height: 50px;
		}
		
#contentright {
	width:180px;
	margin-top: 40px;
	margin-right: 10px;
	padding:0px;
	float:left;

	}

	#contentright p, #contentright img
	{
		margin: 0 20px;
	}
	



#footer
{
	clear:both;
	background: #6A6127;
	color: #F7F7E1;
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0 10px;
	padding: 3px 10px 5px 10px;
}
	#footer p
	{
		margin:0;
/*		padding: 8px 15px;*/
	}
	#footer a:link, #footer a:visited
	{
		color: #F7F7E1;
		font-weight: bold;
	}
	#footer a:hover
	{
		color: #FFFFFF;
	}
	

.more-link
{
	display: block;
	margin-top: 1em;
}

.adsenseHoriz, .adsenseVert
{
	margin: 15px;
}



#homeRomyOfice 
{
width: 379px;
margin: 25px 0;
background: url(images/romyBoxBG.gif) no-repeat left top;
padding-top: 35px;


}
#homeRomyOfice h3
{
font-size: 1.8em;
margin-left: 15px;
padding-bottom: 10px;
margin-bottom: 10px;
color: #8A5D0F !important;
}
#homeRomyOfice img
{
width: 350px;
height: 350px;
}

/* Component - Navigation*/

.navigation {
	font-size: 1.50em;
	float: left;
	overflow:hidden;
	margin: 25px 0px;
	padding: 10px 0;
}

#homeContent .navigation {
	width: 610px;
}

#contentleft .navigation {
	width:530px;
}

#homeContent .navigation .prevLink {
	margin-left:92px;
}

#homeContent .navigation .nextLink {
	margin-right:20px;
}

#contentleft .navigation .prevLink {
	margin-left:10px;
}

#contentleft .navigation .nextLink {
	margin-right:10px;
}

.prevLink {
    margin-left: 16px;
    float: left;
}

.nextLink {
    margin-right: 10px;
    float: right;
	text-align: right;
}

.prevLink, 
.nextLink {
  	background-color:#E8B353;
  	color:#936F2B;
	padding: 0px 10px;
	width: 190px;
}

.prevLink a, 
.nextLink a{
	background-color: #E8B353;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
}

.prevLink a:link, 
.nextLink a:link, 
.prevLink a:visited, 
.nextLink a:visited {
	color: #fff !important;
	text-decoration: none;
}

.prevLink a:hover, 
.nextLink a:hover {
    color: #936F2B !important;
	text-decoration: underline;
}

#duvidasFooter a
{
font-size: 1.6em;
}

strong
{
font-weight:bold;
}

em
{
font-style:italic;
}
.nomeAutor
{
margin-top: 15px;
}

.linklove {display:none;}

/* custom wp styles */

.wp-caption{
	margin-left:15px;
}

.wp-caption img {
	margin-bottom:4px !important;
}

.wp-caption p.wp-caption-text {
	background:#FDFCEC;
	font-size:1em !important;
	font-style:italic;
	margin:0px !important;
	padding:10px;
}
