ul
{
  list-style: none;
}

h1, h2, h3, h4
{
  color: #d9b582;
}

h2
{
  font-size: 150%;
  margin-top: -2em !important;
  *margin-top: 0 !important;
  _margin-top: 0 !important;
  margin-top: 0;
  margin-bottom: .2em;
  top: 0;
}

.sfSimpleForum h2
{
  margin-top: 0 !important;
}

.secondaryContent h3, .secondaryContent h4
{
  font-size: 120%;
}

.secondaryContent h3
{
  text-align: center;
}

p.register
{
  text-align: center;
}

p
{
  margin-bottom: 1.5em;
  text-indent: 1.5em;
}

span.arrow
{
  font-size: 150%;
  font-weight: bold;
}

#footerBox
{
  font-size: 120%;
}

#footerBox p
{
  text-indent: 0;
}

#footerBox #primaryInfo
{
  text-align: center;
  margin-bottom: 2em;
}

#footerBox #secondaryInfo
{
  font-size: 80%;
}

#footerBox #secondaryInfo .left
{
  float: left;
}

#footerBox #secondaryInfo .right
{
  float: right;
}

h2.post
{
  text-align: center;
}

#post .postImage
{
  text-align: center;
}

#subjects
{
  font-size: 120%;
}

.bigBrown
{
  font-size: 120%;
  font-weight: bold;
  color: #d9b582;
  margin: 1em 0;
}

.arguileBlock
{
  text-align: justify;
}

.arguileBlock ul
{
  list-style: circle;
  list-style-position: inside;
}

.arguileBlock li
{
  text-indent: 1em;
}

.primaryContent h2
{
  text-align: center;
}

#contactText
{
  font-weight: bold;
}

#contactText p
{
  text-indent: 0;
  text-align: center;
}

#map
{
  color: black;
}

#map #infoContent
{
  color: #730722;
  font-size: 150%;
  font-weight: bold;
}

#interaction
{
  text-align: center;
}
#interaction div
{
  color: #d9b582;
  font-size: 14px;
  font-weight: bold;
}
#interaction div a
{
  color: #d9b582;
}



/*____________________________________________________________*/
/* Mensagens (erro e sucesso) */

#errors
{
  border: 1px solid #f00;
}
#errors p
{
  font-weight: bold;
  background: #c00;
  color: white;
  margin: 0;
}
#errors ul
{
  background: #ccc;
  color: #333;
}

#success p
{
  font-weight: bold;
  border: 1px solid #0f0;
  background: #0c0;
  color: white;
}
