* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  background: #fff url(./imagens/fundo.png) repeat-x;
}

#container {
  width: 750px;
  margin: 0 auto;
}

#top {
  height: 150px;
  background: url(./imagens/detalhe-topo.png) no-repeat right top;
  padding-top: 25px;
}

.logo {
  width: 152px;
  height: 66px;
  background: url(./imagens/logo.png);
  text-indent: -3000px;
}

/* navigation bar */
a:link,
a:visited {
  color: #b10333;
  padding: 2px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top ul {
  margin-top: 30px;
  background: #b10333;
  float: left;
}

#top ul li {
  float: left;
}

#top ul a {
  font-size: 0.9em;
  display: block;
  padding: 0.5em 1.5em;
  line-height: 2.1em;
  text-decoration: none;
  color: #fff;
  background: url(./imagens/divisor.png) no-repeat left center;
}

#top ul .first a {
  background: none;
}

#top ul a:hover {
  color: #69001d;
}

body.home #navigation a#home,
body.brasil #navigation a#brasil,
body.internacional #navigation a#internacional,
body.photos #navigation a#fotos {
  color: #fff;
  background: #de003e;
  cursor: text;
}

#content {
  margin-top: 60px;
  background: f5f5f5;
}

#primary {
  width: 270px;
  float: left;
  margin: 0 0 20px 195px;
}

#twoColumns #primary {
  width: 555px;
}

#oneColumn #primary {
  width: 750px;
  margin: 0 0 20px 0px;
}

#secondary {
  width: 270px;
  float: left;
  margin: 0 0 20px 15px;
}

#sidebar {
  width: 180px;
  float: left;
  margin: 0 0 20px -750px;
}

/*box*/
.box {
  margin: 10px 0;
  padding: 5px;
  background: #f3f3f3 url(./imagens/fundo-caixa.png);
}

h2 {
  font-size: 1em;
  background: #294c71;
  color: #fff;
  padding: 5px;
}

.boxContent {
  background: #fff;
  padding: 5px;
  margin-top: 5px;
}

/*sidebar*/
#sidebar ul a {
  font-size: 0.9em;
  padding: 3px;
  display: block;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #f3f3f3;
}

#sidebar ul a:hover {
  background: #f9f9f9 url(./imagens/marcador.png) no-repeat left center;
  padding-left: 20px;
  color: #a1a1a1;
}

/*form*/
label {
  display: block;
  cursor: pointer;
}

input {
  padding: 5px;
  width: 125px;
  font-size: 0.9em;
  background-color: #fff;
}

input.submit {
  width: 80px;
  color: #fff;
  background-color: #b10333;
  border: 2px solid #870529;
}

/*images*/
img.mainImage {
  width: 98%;
  border: 3px solid #dfdfdf;
}

/*headings*/
h3 {
  text-transform: uppercase;
  display: inline;
  font-size: 0.8em;
  padding: 3px;
}

.headline h3 {
  background: #b10333;
  color: #fff;
}

.interview h3 {
  background: #de003e;
  color: #000;
}

/*news list*/
#newsList li {
  padding: 2px;
  border-bottom: 1px solid #ccc;
  height: 62px;
}

#newsList li a img {
  float: left;
  margin: 5px;
}

#newsList li a {
  text-decoration: none;
}

#newsList li a h3 {
  font-size: 0.8em;
  padding: 0;
  color: #3e7ab9;
}

#newsList li a p {
  font-size: 0.7em;
  color: #000;
}

#newsList li:hover {
  background: #eee;
}

/*footer*/
#containerFooter {
  clear: both;
  background: #294c71;
  padding: 20px;
}

#footer {
  width: 750px;
  margin: 0 auto;
  color: #fff;
}
