@charset "utf-8";
/* CSS Document */
/* generic stuff */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin: 8px;
}
a:link {
	color: #ccFFcc;
}
a:visited {
	color: #CCCCCC;
}
input, textarea {
	background: #ccffcc;
	border: 1px solid #333333;
}
input {
	font: 1em Verdana, Helvetica, sans-serif;
}
textarea {
	font: 1em "Courier New", Courier, mono;
}
.wp-smiley {
vertical-align: middle;
}
/* header */
#header {
	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	border-bottom: 1px solid #CC0000;
}
#header h1 {
	background: #CC0000;
	padding: 0;
	margin-bottom: 8px;
}
#header h1 a{
	background: #CC0000 url(pebrelogo.gif) no-repeat center center;
	padding: 0;
	display: block;
	height: 100px;
}
#header h1 span, #header p {
	display: none;
}
/* container */
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}
/* content */
#content {
	width: 552px;
	float: left;
}
#content .navigation {
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 0.8em;
	width: 560px;
	list-style: none;
	font-family: Verdana, Helvetica, sans-serif;
}
#content .navigation .previous {
	text-align: left;
	width: 260px;
	float: left;
	padding-left: 20px;
	background: url(arrow_left.png) no-repeat left top;
	display: block;
}
#content .navigation .next {
	text-align: right;
	width: 260px;
	float: right;
	padding-right: 20px;
	background: url(arrow_right.png) no-repeat right top;
	display: block;
}
#content ol.commentlist li{
	list-style: none;
}
#content .post .floatright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
#content .post img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	#content .post img.alignleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	}
#content .post object {
	margin-bottom: 8px;
}
#content .post .floatright img {
	border: 1px solid #FFFFFF;
}
#content .post .wp-caption {
	background: #333333;
	margin-bottom: 8px;
	font: 0.8em Verdana, Helvetica, sans-serif;
	overflow: hidden;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
#content .post .wp-caption p{
margin-bottom: 6px;
}
#content .post .wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
#content .post .wp-caption img {
	margin: 0px 0px 6px;
}
#content ul.postmetadata, #content ul.commentmetadata {
	margin-bottom: 8px;
	font: 0.8em/16px Verdana, Helvetica, sans-serif;
	background: #333333;
	overflow: hidden;
	padding: 1px;
}
#content ul.postmetadata span.label, #content ul.commentmetadata span.label {
	display: none;
}
#content ul.postmetadata abbr, #content ul.commentmetadata abbr {
	border-bottom: 0;
}
#content ul.postmetadata li, #content .commentmetadata li {
	padding-left: 19px;
	list-style: none;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content ul.postmetadata li.author {
	background: url(user.png) no-repeat left top;	
}
#content ul.postmetadata li.feed {
	background: url(feed.png) no-repeat left top;	
}
#content ul.postmetadata li.trackback {
	background: url(arrow_refresh.png) no-repeat left top;
}
#content ul.postmetadata li.edit, #content .commentmetadata li.edit {
	background: url(pencil.png) no-repeat left top;
}
#content ul.postmetadata li.comments {
	background: url(comment.png) no-repeat left top;
}
#content ul.postmetadata li.date {
	background: url(date.png) no-repeat left top;
}
#content ul.postmetadata li.category {
	background: url(folder.png) no-repeat left top;
}
#content ul.commentmetadata li.author {
	background: url(user.png) no-repeat left top;
}
#content ul.commentmetadata li.time {
	background: url(time.png) no-repeat left top;
}
#content .post {
	overflow: hidden;
}
#content hr.irrelevant {
	display: none;
}
#content .post ol li, #content ol.trackpinglist li {
	margin-left: 24px;
}
#content ol.trackpinglist {
	margin-bottom: 8px;
}
#content .wp-pagenavi {
	background-color: #333333;
	margin-bottom: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}
#content .post ul li {
	padding-left: 24px;
	list-style: none;
	background: url(menubullet.gif) no-repeat 8px 5px;	
}
#content .post hr, #sidebar hr{
	color: #CC0000;
	height: 1px;
	margin-bottom: 8px;
	border-top: 1px solid #CC0000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content .post blockquote {
	padding-left: 0.8em;
	border-left: 1px solid #CC0000;
	font-family: "Courier New", Courier, mono;
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6,
#content .post p, #content .post ul, #content .post ol,
#content .post dl, #content .post blockquote, #content .post pre{
	margin-bottom: 8px;
}
#content .post ul ul, #content .post ol ol, #content .post ul ol, #content .post ol ul, #content .post dl ul , #content .post dl ol {
margin-bottom: 0;
}
#content .post dt {
	font-weight: bold;
}
#content .post dd {
	margin-left: 24px;
}
#content .post dd li{
	margin-left: 0;
}
#content .post .no-break-third-level h3 {
	clear: both;
}
table.infobox {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-spacing: 0;
	width: 160px;
	float: right;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
img.figure {
	float: left;
}
table.infobox caption{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #cccccc;
	font-size: 1.2em;
	font-weight: bold;
	display: none;
}
table.infobox td, table.infobox th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	padding: 1px 2px;
	font-size: 0.8em;
	border-left: 1px solid #CCCCCC;
}
table.infobox th{
	width: 45%;
	background: #333333;
}
table.infobox td{
	width: 55%;
}
table.infobox tr.figure td { 
	text-align: center;
	width: 100%;
}
table.infobox tr.figure td img {
	border: 1px solid #000000;
}
table.infobox tr.figure td a img {
	border: 3px solid #0066ff;
}
#content h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
}
#content h2 a {
	color: #FFFFFF;
	background: #CC0000;
	padding: 0.2em;
	display: block;
	text-decoration: none;
}
#content h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #CC0000;
	clear: both;
}
#content h4 {
	font-size: 1.3em;
	font-weight: bold;
}
/* sidebar */
#sidebar {
	font: 0.8em Verdana, Helvetica, sans-serif;
	width: 200px;
	float: left;
	margin-left: 8px;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	background: #333333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 4px;
}
#sidebar #search h2 {
	background: #333333 url(zoom.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar #feed h2 {
	background: #333333 url(feed.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar .widget_meta h2 {
	background: #333333 url(database.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar .ad {
	margin-bottom: 8px;
	text-align: center;
}
#sidebar .widget_recent_comments h2 {
	background: #333333 url(comment.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar .widget_recent_entries h2 {
	background: #333333 url(page.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar .widget_categories h2, #sidebar .widget_catgories h2{
	background: #333333 url(folder.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar .widget_links h2 {
	background: #333333 url(world.png) no-repeat 1px 1px;
	padding-left: 20px;
}
#sidebar ul {
list-style: none;
}
#sidebar ul, #sidebar form {
	margin-bottom: 8px;
}
#sidebar form ul {
	padding: 0;
	border: 0;
}
#sidebar ul li {
	padding-left: 15px;
	background: url(menubullet.gif) no-repeat 3px 2px;
	list-style: none;
}
/* footer */
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border-top: 1px solid #CC0000;
	text-align: center;
	clear: both;
	font: 0.8em Verdana, Helvetica, sans-serif;
}
#footer hr{
	display: none;
}
#footer .chilean {
	background: url(cl.png) no-repeat left center;
	padding-left: 20px;
}