/* Corpo */
body
{
  background-color: #999;
  color: #000;
  font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Arial, Sans-Serif;
}
/* ibox */
#ibox_content
{
  background: #fff;
  border-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
#ibox_content
{
  margin: 25px 0 0 0;
  padding: 10px;
}
#ibox_content img
{
  margin: auto;
  display: block;
}
#ibox_wrapper
{
  background: #fff;
  border-color: #fff;
}
#ibox_footer_wrapper, #ibox_footer_wrapper a
{
  color: #043;
  background: #fff;
  font-size: 14px;
}
#ibox_footer_wrapper
{
  margin: 0 0 0 3px;
  padding: 3px 0 3px 0;
}
#ibox_footer_wrapper a
{
  font-weight: bold;
  text-decoration: none;
  padding: 0px 1px 3px 3px;
  border: none;
}
/* Blog headers */
#header
{
  margin: 0 -60px 0 0;
  padding: 0;
  color: #000;
}
#header_left
{
  float: left;
  width: 240px;
  padding: 0;
}
#header_right
{
  float: right;
  width: 710px;
  padding: 0 0 0 10px;
  margin: 0;
}
#header_right h1
{
  padding: 0 0 0 10px;
  font-size: 17px;
  line-height: 18px;
  margin: 8px 0 0 0;
  padding: 0;
  color: #b00;
}
#header_right h2
{
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 17px;
  margin: 5px 0 0 0;
  padding: 0;
}
#header_right a
{
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin: 5px 0 0 0;
  padding: 0;
}
#header_right a:hover
{
  font-weight: bold;
}
/*Text color of the blog description in the header*/
.description
{
  color: #333;
}
/*Links color*/
a
{
  color: #063;
  text-decoration: none;
}
/*Links hover color*/
a:hover
{
  font-weight: bold;
}
/* Widths */
#page
{
  width: 980px;
}
#content
{
  width: 720px;
}
#sidebar
{
  width: 255px;
}
#headerimg
{
  margin-left: 0;
}
#footer p
{
  padding-left: 0;
}
/* Classes */
.cr
{
  color: #050;
  background-color: white;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-style: italic;
}
.local
{
  color: #b00;
  font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.logo
{
  border-width: 0;
  padding: 10px 0 0 0;
  margin: 0;
  float: left;
  width: 225px;
  height: 30px;
}
.obs
{
  margin: 5px 0 0 0;
  padding: 0;
}
.popup
{
  display: none;
}
table
{
  width: 99%;
}
td
{
  padding-top: 5px;
}
td.top25
{
  vertical-align: top;
  width: 24%;
  text-align: center;
}
td.top33
{
  vertical-align: top;
  width: 33%;
  text-align: center;
}
td.top50
{
  vertical-align: top;
  width: 50%;
  text-align: center;
}

/* THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME. STRUCTURE AND LAYOUT IS IN MY OPINION,
NOT THE WAY CSS SHOULD BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP IT CONSISTENT. */

/* Begin Typography & Colors */
#page
{
  background-color: white;
}
#header
{
  border-bottom: solid #060 1px;
  height: 65px;
  margin: 0;
  padding: 0;
}
/* #headerimg {} */
#content
{
  font-size: 15px;
  line-height: 17px;
  color: #000;
}
#content .entry p
{
  font-size: 15px;
  line-height: 19px;
}
#content .entry h2
{
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
#content .entry h3
{
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 29px;
  text-align: left;
  font-weight: normal;
}
a:hover
{
  font-weight: bold;
}
.alt
{
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#footer
{
  border-top: 1px solid #060;
  font-size: 14px;
  text-align: center;
}
.small
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}
h1, h2, h3
{
  font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Arial, Sans-Serif;
}
.description
{
  font-size: 1em;
}
h2
{
  font-size: 1.6em;
}
h2.pagetitle
{
  font-size: 1.3em;
  padding: 4px 0px 4px 0px;
  margin-top: 5px;
  color: #b00;
}
h3
{
  font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg
{
  text-decoration: none;
  color: #3b6ea5;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
  text-decoration: none; /*color: #333;*/
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
  text-decoration: none;
}
.entry p a:visited
{
  color: #b85b5a;
}
code
{
  font: 1.1em 'Courier New' , Courier, Fixed;
}
acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
}
/* End Typography & Colors */

/* Begin Structure */
body
{
  margin: 0;
  padding: 0;
}
#page
{
  margin: 0 auto;
  padding: 0;
}
#content
{
  float: right;
  padding: 5px 0 0 0;
  margin: 0 0 0 5px;
  overflow: hidden;
}
.post
{
  padding-bottom: 4px;
}

.post h2
{
  padding-top: 14px;
  padding-bottom: 2px;
}

.post h3 a:hover
{
  color: #b00;
}

.post hr
{
  display: block;
}

#content .post
{
  margin: 0;
}

#content .postmetadata
{
  font-size: 12px;
  padding: 5px 0 0 0;
  color: #555;
}
#content .postmetadata
{
  margin: 5px 0;
}
#content .smallattachment
{
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.clear
{
  clear: both;
}

#footer
{
  padding: 5px 0 0 0;
  margin: 0 auto;
  width: 100%;
  clear: both;
}
#footer a:hover
{
  font-weight: bold;
}
#footer p
{
  margin: 0;
}
/* End Structure */
/*	Begin Headers */
h1
{
  margin: 0;
}
h2
{
  margin: 0;
}
h2.pagetitle
{
  text-align: center;
}
/* End Headers */
/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
p img
{
  padding: 0;
  max-width: 100%;
}
img.centered
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright
{
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft
{
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
img.tn
{
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
}
img.tt
{
  margin: 3px auto 3px auto;
  width: 120px;
  height: 120px;
}
.alignright
{
  float: right;
  padding: 0 4px 0 0;
}
.alignleft
{
  float: left;
}
/* End Images */

/* Begin Sidebar */
#sidebar
{
  float: left; font-size: 15px; padding: 0; margin: 0;
}
#sidebar ul
{
  list-style-type: none;
  margin-left: 10px;
  padding: 0;
}
#sidebar ul li
{
  margin: 0;
  padding: 0;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;
}

blockquote
{
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.center
{
  text-align: center;
}

.hidden
{
  display: none;
}

hr
{
  display: none;
}

a img
{
  border: none;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px; /* 	-moz-border-radius: 3px; 	-khtml-border-radius: 3px; 	-webkit-border-radius: 3px; 	border-radius: 3px; */
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
