/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
body {
	margin:0 0 0 0;
	padding:0;

	}

body#commentspopup {padding:0;}


/* headings
--------------------------------------------------*/
h1 {font-size:30px;}

#content h2 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-family:Georgia, serif;
  font-size:1.3em;
  font-weight:normal;
}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content.archive h5 {
  margin:0;
  font-size:1em;
}


/* links
--------------------------------------------------*/

a img {border:none;}


/* paragraphs, lists, etc
--------------------------------------------------*/

ul {
  margin:0 0 0 1.4em;
  padding:0 0 18px 0;
}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}


/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* container
--------------------------------------------------*/


#commentspopup #container {
  width:455px;
  padding:0 15px;
}


/* header
--------------------------------------------------*/
#header {
	width:auto;
	height:66px;
	background-color:#CCCCCC;
	border-top:1px solid #666;
	text-align:center;
}




/* navigation
--------------------------------------------------*/
#navigation {
	width:830px;
	height:50px;
	margin: 0 auto;
}

/* content
--------------------------------------------------*/
#content {
  float:left;
  width:455px;
  padding-top:32px;
}

.singlecol #content {
  float:none;
  width:550px;
  margin:0 70px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


/* mini-entry
--------------------------------------------------*/
.minientry {
  position:relative;
  margin:0px 0 35px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
}

.minientry p {padding:0;}

.minientry .commentlink {
  margin-left:3px;
  padding-right:7px;
  border-right:1px solid;
  font-size:0.9em;
}

.minientry .permalink {
  margin-left:3px;
  font-size:0.9em;
  font-style:normal;
}

.minientry .author,
.minientry .editlink a {
  margin-left:6px;
  padding:0 8px 0 10px;
  border-left:1px solid;
  font-size:0.9em;
  font-style:normal;
}

.minientry .editlink a {margin:0;}


/* comments
--------------------------------------------------*/
#comments {
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
  font-size:small;
}

#comments h2 {
	font:medium/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	margin-bottom:24px;
	font-weight: bold;
	color: #676767;	
}

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
	color: #676767;
}

#comments ul {margin:0 0 0 20px; 
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
color: #676767;	}

#comments li {
  position:relative;
  margin-bottom:18px;
}


#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}


/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
	
}

form label {
  display:block;
  float:left;
  width:60px;
	color: #676767;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  width:200px;
  border:1px #baac8f solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
	color:#663300;
	background-color: #F4F4F4;
}

form textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #commentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px; }


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
}


/* content misc
--------------------------------------------------*/
.next a {
	float:right;
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	color: #78684e;
}

.previous a {
	float:left;
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	color: #78684e;
}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}


/* subcontent
--------------------------------------------------*/

#subcontent ul, #subcontent p {margin:0 10px;}


/* subcontent headings
--------------------------------------------------*/

#subcontent {
	width: 190px;
}

#subcontent h2 {
  margin:18px 0 10px 0;
	font:medium/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
  font-size:1em;
  line-height:1em;
}

#subcontent h2 em {
  display:block;
	font:medium/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	font-weight: bold;
	color: #676767;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0 2px 18px;
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
}

#subcontent li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
	color: #676767;
}

#subcontent ul.categories li ul {margin:0;}

#subcontent ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}

#subcontent ul.categories li ul ul {margin:0 0 0 16px;}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:165px;
  margin:0px 10px 0 10px;
  text-align:center;
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
}

#subcontent table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#subcontent table thead tr {border-bottom:1px solid;}

#subcontent table th {border-bottom:1px solid;}

#subcontent table td {
  width:200px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#subcontent table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

#subcontent table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	color: #676767;
}

#subcontent table tfoot {border-top:1px solid;}

#subcontent table tfoot a {
  border:none;
  font-weight:bold;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* footer
--------------------------------------------------*/



/* samuelcasal.com - BLOG
--------------------------------------------------*/

form {
margin: 0px;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	}

#entry {
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	text-decoration: none;
	color: #78684e;
	}

.tit_ilustra {
	font-size:115%;
	color:#000000;
	font-weight:normal;
	}
	
.descricao_tit_ilustra {
 	font-size:85%;
	color:#333333;
	font-weight:normal;
	}
	
.datapost {
 	font-size:75%;
	color:#333333;
	font-weight:normal;
	}
	
.comentarios {
	font-size:85%;
	color:#990000;
	font-weight:normal;
	text-align:right;
	text-decoration: underline;
	}
	
img.ilustra_blog {
	margin-top:1em;
	text-align:center;
	margin-bottom:2em;
	}
	
.separa_posts {
	text-align:left;
    margin-bottom:5em;
	}
	
.texto_descricao {
	text-align:left;
	margin-left:5em;
	margin-right:5em;
	margin-bottom:5em;
	font-size:95%;
	line-height: 1.5em;
	}
	
hr {
	border: 1px dotted #CCCC99;
	}
	
.comentarios a{
  font-size:85%;
	color:#990000;
	font-weight:normal;
	text-align:right;
	text-decoration: underline;
}

.comentarios a:hover{
	text-decoration: none;
}

.comentarios a:visited{
	text-decoration: underline;
}

.blog_title a {
	font:medium/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	text-decoration: none;
	color: #78684e;
	font-weight: bold;
}

.blog_title a:visited {
	text-decoration: none;
}

.date {
	font:small/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	text-decoration: none;
	color: #78684e;
}

.blog_comment a {
	font:70%/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	text-decoration: none;
	color: #990000;
}

.blog_comment a:hover {
	text-decoration: underline;
}

.blog_comment a:visited {
	font:70%/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	text-decoration: none;
	color: #990000;
}

.blog_post {
	font:80%/1.5em "Trebuchet MS",Geneva,Verdana,Arial,Sans-serif;
	color: #000000;
}





/* calendar
--------------------------------------------------*/
#wp-calendar {color:#A0A0A0;}

#subcontent table caption {border-bottom-color:#F3F4F4;}

#subcontent table thead tr {
  border-bottom-color:#F3F4F4;
  color:#414141;
}

#subcontent table th {border-bottom-color:#F3F4F4;}

#subcontent table td#today {
  border-color:#f4f2ed;
  color:#f4f2ed;
}

#subcontent table td a {
  border-bottom-color:#A3C159;
  background-color:#f4f2ed;
}

#subcontent table tfoot {border-top-color:#F3F4F4;}

#subcontent table tfoot a {background:none;}

#etiqueta {
	text-align: left;
	font:x-small/1.5em Verdana,Arial,Sans-serif;	
	color: #663300;
	}
	
	
.rodape a{
	color: #ffffff;
	text-decoration: none;
}

.rodape a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.rodape a:visited{
	text-decoration: none;
}