body {
  font-family:Verdana, Arial, Sans-Serif;
  font-size:18px;
  margin:0;
  padding:0;
  background:#fff;
}

a {
  color:#329D27;
  text-decoration:none;
}

a:hover {
  color:red;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  color:#FF6F00;
//  text-transform:uppercase;
  font-family:Trebuchet MS, Arial, Sans-Serif;
}

em.small {
  font-size:.8em;
}

input {
  color: #781351;
  background: #fee3ad;
  border: 1px solid #781351
}

.submit input {
  color: #000;
  background: #ffa20f;
  border: 2px outset #d7b9c9
}

#header {
  padding:1em 5em;
  background:#fff;
  border-width:0 0 3px 0;
  border-style:dotted;
  border-color:#939393;
}

#header h1 {
  margin:0;
  text-transform:none;
}

#header h1 a {
  color:#000;
  text-decoration:none;
}

#header ul#links {
  float:right;
  margin:0px;
}

#header ul#links li {
  color:#FF6F00;
  display: inline;
  border:0.3em solid #939393;
  border-width:0 1px 0 0;
  padding:0 8px 0 5px;
}

#header ul#links li.last {
  border-width:0;
}

#header ul#links li a {
  text-decoration:none;
  color:#000;
}

#site {
	width:1000px;
	margin:0 auto;
}

#conteudo {
  padding:1em 0;
  background:#fff;
  margin:0;
  background:#fff;
}

#conteudo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  background:white;
}

#esquerda {
  width:210px;
  float:left;
  padding:0 15px;
}

#esquerda p, #esquerda ul, #direita p, #direita ul, #direita {
	font-size:18px;
}

#direita {
	width:210px;
  text-align:left;
  float:right;
  padding:0 15px;
}

#centro ul.eventos, #centro ul.locais, #centro ul.artistas {
	width:468px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#centro ul.eventos li.evento div.title a, #centro ul.locais li.local div.title a, #centro ul.artistas li.artista div.title a {
	font-family:Times New Roman;
	text-decoration:underline;
	font-size:24px;
	color:#4C9AF7;
}

#centro ul.eventos a, #centro ul.locais a, #centro ul.artistas a {
	color:#4C9AF7;
	padding:0px;
	margin:0px;
}

#centro ul.eventos li.evento, #centro ul.locais li.local, #centro ul.artistas li.artista {
	list-style:none;
	margin:0 0 10px 0;
	border:1px solid #F8D6A0;
	overflow:hidden;
	background:#FEF8EC;
}

#centro ul.eventos li.evento div.data, #centro ul.locais li.local div.data, #centro ul.artistas #li.artista div.data {
	font-family:Georgia;
	font-size:16px;
	float:left;
	background:#FF6F00;
	color:#000;
	margin:0;
	padding:5px;
	width:60px;
}

#centro ul.eventos li.evento div.content, #centro ul.locais li.local div.content, #centro ul.artistas div.content {
	float:left;
	width:360px;
	padding:0 5px 5px 5px;
	margin:0 0 5px 10px;
}

#direita ul li.evento em {
	font-size:14px;
	font-family:MS Trebuchet;
}

#esquerda ul, #direita ul {
  list-style:none;
  margin:0px;
  padding:0px;
}

#centro {
	width:510px;
  margin:0 220px;
	overflow:hidden;
}

#centro li {
  list-style:square;
}

#footer {
  text-align:center;
  background:#fff;
  padding:10px 0;
	border-width:3px;
	border-style:solid;
  border-color:#E1E1E1;
  clear:both;
	margin:0 50px 10px 50px;
	background:;
	-moz-border-radius:.5em;
  -webkit-border-radius:.5em;
}

#footer a {
  color:#939393;
  text-decoration:none;
}

#hidden_map_div {
	display:none;
}

.fullbox {
  display:relative;
  padding:.5em;
  margin:0 0 1em 0;
  background:white;
  -moz-border-radius:.5em;
  -webkit-border-radius:.5em;
  border:.2em solid #FFB073;
}
.fullbox a {
  color:#FD7279;
}
.fullbox p {
//  padding:1em;
}

.fullbox h3 {
  background:#00665E;
  color:white;
  -moz-border-radius-topleft:.5em;
  -moz-border-radius-topright:.5em;
  -webkit-border-radius-topleft:.5em;
  -webkit-border-radius-topright:.5em;
  margin:-.5em;
  padding:0.5em;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

