#events { 
	background-color:#380143;
	background-image:url(../images/search_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #6B0181;
	font-family:Arial,Helvetica,sans-serif;
	float: left;
	font-size:12px;
	height:auto;
	margin-bottom:11px;
	padding:2px 0 0 0;
	color: #FFFFFF;
	margin-bottom: 20px;
}

#events h2 {
	color:#D062CF;
	font-family:"myriad Pro",Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
}

#list_events {
	width: 100%;
	border: 1px solid #666;
	margin: 30px auto;
	height: auto;
	
}

#events ul {
	border-bottom: 1px dotted #6B0181;
	padding-bottom: 5px;
	float: left;
}

#events strong {
	color: #D062CF;
}	

#events ul li {
	display: inline;
	float: left;
	text-align: left;
	margin: 0px 0px 5px 2px;
}

.name {
	text-align: center;
	font-size: 16px;
	color: #EF2CEF;
	width: 85%;
	
}

.date {
	width: 33%;
}

.local {
	width: 50%;
}

.city {
	width: 49%;
}


.time {
	width: 33%;
}

.post_by {
	width: 32%;
}

.post_by a{
	color: #FFFFFF;
}

.detail {
	width: 14%;
}

.detail a, .detail a:visited {
	background: url(../images/detail_button.jpg) no-repeat;
	display:block;
	text-decoration: none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	width:60px;
	color: #FFFFFF;
	text-align: center;
	
}

.detail a:hover{
	background: url(../images/detail_button2.jpg) no-repeat;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	width:60px;
	color: #FFFFFF;
	text-align: center;
}


#events img {
	text-align: center;
	margin: auto;
	border: 0;
}	

#top {
	color:#D062CF;
	font-weight:bold;
}

.add a{
	color: #FFFFFF;
}

.add {
	margin-top: 30px;
	text-align: right;
	font-weight: 120%;
}


/*Detalhes do Evento*/

#event_detail {
	background-color:#380143;
	background-image:url(../images/search_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #6B0181;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:auto;
	margin-bottom:11px;
	padding:2px 0 0 0;
	color: #FFFFFF;
}

#event_detail h1 {
	background: #666666;
	border-bottom: 2px solid #FFFFFF;
}

#event_detail ul {
	display: inherit;	
}

#event_detail ul li {
	display: inherit;
	margin: 6px 2px;
}

#event_detail a {
	color: #FFFFFF;
}

#event_detail label {
	margin-right: 30px;
}

#event_detail strong {
	color: #D062CF;
}

