* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/new/img01.gif) repeat-x;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	background: url(../images/new/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 800px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 132px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #c0c0c0;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 800px;
	height:210px;
	margin: 0 auto;

}

#header h1 {
	float: left;
	width: 225px;
	height: 115px;
	margin: 0;
	padding: 75px 0 0 0;
	background: url(../images/new/bl1.jpg) no-repeat;
	text-align: center;
	font-family:Arial Black,Sans-serif;
	font-weight:bold;
	font-style: normal;	
	font-size: 34px;
}

#header h2 {
	float: right;
	width: 555px;
	height: 100px;
	margin: 0;
	background: url(../images/new/br1.jpg) no-repeat;
	padding: 90px 20px 0 0;
	text-align: right;
	font-family:"Arial Black";
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing:-1px;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;	
}

#header h1 a{
  display:block;
  background: url(../images/new/cinema.png) no-repeat;
  background-position:22px  11px;
  width: 225px;
	height: 115px;
}

#header h1 a em{
  display:none;
}

#header h2 em{
  display:none;
}
/* Page */

#page {
	width: 800px;
	margin: 0px auto;
	padding: 20px 0;
}

/* Content */

#content {
  float:left;
	width: 800px;
	padding-top: 10px;
}

#eventos {
	width: 540px;
	margin-left: 10px;
	overflow:auto;	
}

#eventos img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid black;
}

#eventos ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#eventos li {
  width: 160px;
	height: 220px;
	margin: 0 10px 10px 0;
	border: 3px solid black;
  display: block;
  float:left;
  font-family:"arial black", serif;
}

#eventos a {
  display: block;
	width: 140px;
	height: 215px;
	padding-top:5px;
	padding-left:10px;
        padding-right:10px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/new/bg.png);
	line-height: 95%;
	font-size: 16px;
}
#eventos a:hover {
  background: url(../images/new/bg2.png);
}
.post {
	margin-top: 20px;
	padding: 0 20px;
	width: 780px;
        height: 100%;
        min-height: 380px;
}

.post a{
      color: #333333;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #333333;
}

.bluebox {
	background: #c0c0c0;
}

.bluebox h2 {
	background: #898989;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(../images/new/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}