/*------------------------------------------------------------------------------ this template is a mash up of the 2 column template http://webhost.bridgew.edu/etribou/layouts/skidoo/2/ from ruthsarianlayouts http://webhost.bridgew.edu/etribou/layouts/ and the blogger code from Blogger Template Style Name: Minima Designer: Douglas Bowman URL: www.stopdesign.com Date: 26 Feb 2004 and code tidying up http://djmaniak777.blogspot.com plus inserts & adaptations of codes by ricky goodwin ------------------------------------------------------------------------------*/ /*----start ruthsarian layout-------------------------------------------------*/ /*----start base.css----------------------------------------------------------*/ #pageWrapper { margin: 0; width: auto; min-width: 500px; } #outerColumnContainer { z-index: 1; } #innerColumnContainer { z-index: 2; } #innerColumnContainer, #contentColumn { margin: 0 -1px; width: 100%; } #leftColumn, #rightColumn, #contentColumn { float: left; position: relative; z-index: 10; overflow: visible; /* fix for IE italics bug */ } #leftColumn { width: 200px; margin: 0 1px 0 -200px; } #rightColumn { width: 200px; margin: 0 -200px 0 1px; display: none; /* comment this out and edit borders.css to create the third column */ } #footer { position: relative; } #masthead h1 { display: inline; /* personal preference to keep the header inline. you could just as easily change padding and margins to 0. */ } .clear { clear: both; } .hide { display: none; /* hide elements that CSS-targeted browsers shouldn't show */ } html>body #innerColumnContainer { border-bottom: 1px solid transparent; /* help mozilla render borders and colors. try removing this line and see what happens */ } /*------------------------------------------------------------end base.css----*/ /*----start vnav.css----------------------------------------------------------*/ .vnav ul, .vnav ul li { margin: 0; padding: 0; list-style-type: none; display: block; } .vnav ul { border: solid 1px #000; border-bottom-width: 0; } .vnav ul li { border-bottom: solid 1px #000; } .vnav ul li a { display: block; text-decoration: none; padding: 2px 10px; } * html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ { height: 1%; } * html .vnav { position: relative; /* IE needs this to fix a rendering problem */ } /*------------------------------------------------------------end vnav.css----*/ /*----start hnav.css----------------------------------------------------------*/ .hnav { white-space: nowrap; margin: 0; color: #000; padding: 3px 0 4px 0; } * html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */ { height: 1%; /* holly hack to fix a render bug in IE6/Win */ } * html .HNAV { height: auto; /* above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text height. IE5/Win does not need this holly hack so we remove it here */ padding: 0; /* IE5/Win will resize #hnav to fit the heights of its inline children that have vertical padding. So this incorrect case selector will remove that padding */ } .hnav ul { text-align: center; list-style-type: none; line-height: normal; margin: 0; padding: 0; } .hnav ul li { display: inline; white-space: nowrap; margin: 0; } .hnav ul li a { text-decoration: none; color: #000; background-color: #eee; margin: 0 -1px 0 0; padding: 3px 10px 4px 10px; border-left: solid 1px #000; border-right: solid 1px #000; } * html .HNAV ul li a { width: 1%; /* holly hack for IE5/Win inline padding by default this hack fixes different rendering bugs in 5.0 and 5.5. Width is used instead of height because if the document is too long, these elements become very tall and disrupt the look of the document. too wide an element is better, visually, than too tall a document. */ } .hnav ul li a:hover { text-decoration: underline; } .hnav ul li a:hover { text-decoration: none; } /*------------------------------------------------------------end hnav.css----*/ /*----start colors.css--------------------------------------------------------*/ body { background-color: #665; color: #fff; } #outerColumnContainer { border-left-color: #eec; /* left hand column background color */ border-right-color: #bb8; /* right hand column background color */ } #masthead, #footer { background-color: #885; color: #fff; } #outerColumnContainer { background-color: #fff; /* this sets the background color on the center column */ color: #000; } #leftColumn, #rightColumn, #contentColumn { color: #000; } .vnav ul li a { color: #336; background-color: #cc9; } #rightColumn .vnav ul li a:hover, .vnav ul li a:hover { background-color: #336; color: #fff; } #rightColumn .vnav ul li a { color: #336; background-color: #ddb; } .hnav, .hnav ul li a { background-color: #cc9; color: #336; } .hnav ul li a:hover { background-color: #336; color: #fff; } #pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav { border-color: #000; } /*----------------------------------------------------------end colors.css----*/ /*----start borders.css-------------------------------------------------------*/ #pageWrapper { border-style: solid; /* explicitly defined within eact selector in case you want change border styles (to mix it up) between elements */ border-width: 1px; /* puts a border around the whole page */ } #outerColumnContainer { border-style: solid; border-width: 0 0 0 200px; /* sets the width of the borders used to create the left and right columns' background color. */ /* border-width: 0 200px; */ /* for three columns */ } #innerColumnContainer { border-style: solid; border-width: 0 0 0 1px; /* puts borders between center and the side columns */ /* border-width: 0 1px; */ /* for three columns */ } #masthead, .hnav { border-style: solid; border-width: 0 0 1px 0; } #footer { border-style: solid; border-width: 1px 0 0 0; } /*---------------------------------------------------------end borders.css----*/ /*----start fonts.css---------------------------------------------------------*/ body { font-family: arial, helvetica, sans-serif; font-size : medium; voice-family : "\"}\""; voice-family : inherit; font-size : medium; } #footer { text-align: center; } /*-----------------------------------------------------------end fonts.css----*/ /*----start gutters.css-------------------------------------------------------*/ body { margin: 0; padding: 2em; } .inside { padding: 0.5em 1.5em; /* this padding is applied to every major box within the layout for a uniform gutter between borders */ } #masthead, #footer { padding: 1em; } .vnav { margin: 1em 0; } .vnav h3 { margin-bottom: 0; padding-bottom: 0; } /*---------------------------------------------------------end gutters.css----*/ /*----start screen.css--------------------------------------------------------*/ @import "base.css"; @import "hnav.css"; @import "vnav.css"; @import "colors.css"; @import "gutters.css"; @import "borders.css"; @import "fonts.css"; /* see http://www.dithered.com/css_filters/css_only/index.php for tips on how to block inclusion of whole css files for certain browsers */ /*----------------------------------------------------------end screen.css----*/ /*---------------------------------------------------end ruthsarian layout----*/ /*----start minima template---------------------------------------------------*/ a:link { color:#3333FF text-decoration:none; } a:visited { color:#9933FF text-decoration:none; } a:hover { color:#c60; text-decoration:underline; } a img { border-width:0; } /*----Header------------------------------------------------------------------*/ #masthead h1 a { color:#666; text-decoration:none; } #masthead h1 a:hover { color:#c60; } #description { display:inline; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:# #949494; text-align: right; } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#BB0000; } /* Posts ----------------------------------------------- */ .date-header { margin:1.5em 0 .5em; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .post-title { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#c60; } .post-title a, .post-title a:visited, .post-title strong { display:block; text-decoration:none; color:#c60; font-weight:normal; } .post-title strong, .post-title a:hover { color:#333; } .post p { margin:0 0 .75em; line-height:1.6em; } p.post-footer { margin:-.25em 0 0; color:#ccc; } .post-footer em, .comment-link { font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .post-footer em { font-style:normal; color:#999; margin-right:.6em; } .comment-link { margin-left:.6em; } .post img { padding:4px; border:0px solid #ddd; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#999; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } /* Sidebar Content ----------------------------------------------- */ #sidebar ul { margin:0 0 1.5em; padding:0 0 1.5em; border-bottom:1px dotted #ccc; list-style:none; } #sidebar li { margin:0; padding:0 0 .25em 15px; text-indent:-15px; line-height:1.5em; } #sidebar p { color:#666; line-height:1.5em; } /* Profile ----------------------------------------------- */ #profile-container { margin:0 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .profile-datablock { margin:.5em 0 .5em; } .profile-img { display:inline; } .profile-img img { float:left; padding:4px; border:1px solid #ddd; margin:0 8px 3px 0; } .profile-data { margin:0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .profile-data strong { display:none; } .profile-textblock { margin:0 0 .5em; } .profile-link { margin:0; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } /*-----------------------------------------------------end minima template----*/
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Assinar
Postagens [Atom]
Fragmentos de textos e imagens catadas nesta tela, capturadas desta web, varridas de jornais, revistas, livros, sons, filtradas pelos olhos e ouvidos e escorrendo pelos dedos para serem derramadas sobre as teclas... e viverem eterna e instanta neamente num logradouro digital. Desagua douro de pensa mentos.
"Segundo agentes do Ibama e da ANM ouvidos pela reportagem sob reserva, muitas PLGs são utilizadas para dar uma “origem legal” ao ouro retirado de áreas protegidas na floresta amazônica. Como a outorga não exige pesquisa mineral – ou seja, quanto de minério será extraído de determinada área — criminosos podem atribuir o quanto eles quiserem de ouro ao local. Para os agentes, é uma brecha na legislação que facilita lavar dinheiro de esquemas ilícitos, como tráfico e contrabando, e colocar os montantes em circulação no sistema financeiro convencional.
— É a sociedade da ilegalidade. É por isso que ao invés de atrair investidores do bem, responsáveis com o meio ambiente, nós estamos atraindo as facções criminosas para cá. A Amazônia hoje está entregue a essas organizações — afirmou Caetano Scannavino, coordenador da ONG Saúde e Alegria que presta atendimento médico a populações ribeirinhas na Região do Tapajós."
leia reportagem de Eduardo Gonçalves
"O grande mito que “Get back” quer desconstruir, porém, é mais direto que isso: entender que aquele período imersivo no estúdio pode ter sido conturbado, mas não “o prego final no caixão dos Beatles”. Que havia humor, dança, crianças, música e respeito.
“Foi um ótimo período”, diz McCartney num comunicado divulgado pela Disney. “Nós éramos uma banda muito boa, e ser documentado dessa forma é muito íntimo, e isso é o que há de bom nisso. Você tem as músicas, o show, as conversas, mas principalmente você está vendo e ouvindo esses caras de forma muito íntima”."
leia artigo de Luccas Oliveira
"Mr. Sondheim liked to think of himself less as a songwriter than as a playwright, albeit one who wrote very short plays and set them to music. His lyrics, scrupulously literate and resonant with complex ideas or emotional ambivalence, were often impossibly clever but rarely only clever; his language was sometimes erudite but seldom purple. He was a world-class rhyming gymnast, not just at the ends of lines but within them — one of the baked dishes on the ghoulish menu in “Sweeney Todd” was “shepherd’s pie peppered with actual shepherd” — and he upheld the highest standards for acceptable wordplay, or at least tried to.
With the exception perhaps of “Forum,” Mr. Sondheim’s shows had hefty ambitions in subject matter, form or both. “Company,” which was built from vignettes featuring several couples and their mutual single male friend, was a bittersweet reflection on marriage. “Pacific Overtures” told the story of the modernization of Japan from the Japanese perspective. “Sweeney Todd,” a bloody tale about a vengeful barber in 19th-century London, approached Grand Guignol in tone and opera in staging and scoring. “The Frogs,” which was first performed in the Yale University swimming pool in 1974 (with Meryl Streep in the cast) before it was revised for Broadway in 2004, blended the Greek comedy of Aristophanes with present-day political commentary."
read obit by Bruce Weber
Stephen Sondheim, Titan of the American Musical, Is Dead at 91 - The New York Times: o.
"Dos contos de Chico, mais tradicionais, aos quadrinhos realistas, passando pela prosa estranha-familiar de Bernardo, a tragédia da pandemia serve, na ficção, para magnificar a extensa e profunda derrocada do país. Pouco comparáveis entre si, os autores flagram, em detalhes expressivos, a hedionda refundação do Brasil pelo ressentimento — que é, em última instância, um movimento suicida. “O país conspirava contra si mesmo”, observa o narrador de O último gozo do mundo. “É possível que tivesse conspirado contra si mesmo desde sempre e que a doença fosse seu coração. O que o governo afinal representava às claras era uma sociedade consagrada a espoliar-se até a morte.”
"Lastly, following the legacy of Fela, Hugh Masekela, Miriam Makeba and others - quite a few African artists are socially and politically engaged. There are plenty of tracks about dancing and love and sex, but there is also some pointed political commentary. Valsero in Cameroon, Bobi Wine in Uganda heads a political party. Traditionally African artists have often sung praise to the local strongman or political leaders, but some of these newer artists are speaking out - singing truth to power, not without some risk and danger to themselves."
LISTEN TO THE PLAYLIST BY DAVID BYRNE :
David Byrne | Radio | David Byrne Presents: This Is African Music?!:
"Currently published by Dark Horse Comics, Groo the Wanderer is the longest-running independent and creator-owned comic book property and has been creator-owned for 40 years. The comic has remained popular and has even won an Eisner Award."
read more>>
Sergio Aragones' Groo the Wanderer Lands Animated Adaptation:
"“O que estamos tentando aprender é como desviar uma ameaça”, disse o cientista-chefe da Nasa, Thomas Zuburchen, em uma coletiva de imprensa sobre o projeto de 330 milhões de dólares e o primeiro de seu tipo.
Para deixar claro: os asteroides não representam uma ameaça ao nosso planeta. Mas eles pertencem a uma classe de corpos conhecida como Objetos Próximos à Terra (NEOs, em inglês). São asteroides e cometas que se encontram a menos de 50 milhões de quilômetros do nosso planeta.
O Escritório de Coordenação de Defesa Planetária da Nasa está mais interessado em corpos maiores que 140 metros, já que eles têm o potencial de devastar cidades ou regiões inteiras com uma energia várias vezes maior do que bombas nucleares.
Há 10 mil asteroides próximos à Terra com esse tamanho conhecidos, mas nenhum tem uma chance significativa de impacto nos próximos 100 anos. No entanto, estima-se que apenas 40% desses asteroides foram encontrados até o momento."
mais na reportagem de Issam Ahmed
Nasa lança nave espacial para desviar curso de asteroide - Jornal de Brasília:
""Essa aluna chegou bem atrasada. Ela bateu na porta da sala de aula, eu abri e notei que ela não estava bem, mas não consegui entender o porquê. P
Passei álcool na mão dela e senti a mão muito gelada, num dia em que não estava frio para justificar."
"Ela sentou e abaixou a cabeça na mesa. Eu estranhei e chamei ela à minha mesa. Ela veio e eu perguntei se ela estava bem. Ela fez com a cabeça que estava, mas com aquele olhinho de que não estava. Perguntei se ela tinha comido naquele dia, ela disse que não."
"Fui pegar algo para ela na minha mochila — porque eu sempre levo um biscoitinho ou uma fruta para mim mesma. Mas não deu tempo. Ela desmaiou em sala de aula.""
leia reportagem de Thais Carrança
Professores denunciam crise da fome nas escolas brasileiras - BBC News Brasil: brasileiras
"“Dune” is the epitome of world-building, packed with invented history, complex new-old religions (the Zensunni faith seems to meld Islam with Buddhism), and names and phrases informed by a slew of languages, most notably Arabic. The setting is so unforgiving that you can taste it; Fremen wear “stillsuits,” which recycle body waste into drinkable water. But what really hooked me—and countless teen-age boys before and since—from the very first chapter was Paul Atreides, the book’s messiah-in-waiting, whose family relocates to Arrakis from their lush home world of Caladan under imperial orders. Trained in combat by his father’s henchmen and in mental witchery by his mother, Lady Jessica, Paul masters his harsh surroundings and survives attempts on his life. His role as the chosen one is thrillingly realized, and by the book’s end he’s the most powerful figure in the universe. As an adolescent power fantasy, it doesn’t get much better than “Dune.”
Bruno Boghossian
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER