/*------------------------------------------------------------------------------ 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.
"The “well-informed leak” swept across the region faster than anything else has during this conflict on Friday: “Hamas is about to release all hostages that it is holding and that will stop the war.”
Surprisingly, the claim of a “hostage release to end the war” passes initial scrutiny at almost all levels and appears possible, plausible and even fits in with the pattern of behaviour of many participants.
Israel initially responded with near-universal support for total war on Gaza, but when heads cooled slightly many realised that a major offensive would be extremely bloody for the Israeli military and civilians – especially the captives held by Hamas.
Then came the military command’s lack of enthusiasm for a difficult war without clear military and political objectives and precise lines of responsibility. The issue of potential differences within the Israeli cabinet on the real aim of the war also came up. I covered some of those dilemmas in my previous analyses, but ultimate answers remained elusive.
In light of that, the “hostages for peace” initiative would make sense from several points of view."
read analysis by Zoran Kusovac
"No maior hospital de Gaza, al-Shifa, as luzes dos corredores e das áreas não clínicas já foram desligadas. Ghassan Abu Sittah, cirurgião dos Médicos Sem Fronteiras que trabalha no local, estima que cerca de um terço dos cerca de 1,6 mil pacientes morreriam caso o gerador fosse desligado de vez.
O porta-voz do Ministério da Saúde em Gaza, Ashraf al-Qidra, por sua vez, alertou que o ausência de Unidades de Terapia Intensiva (UTIs) neonatal poderia levar a morte de recém-nascidos em questão de minutos. "
leia mais >>
Fanatics vs generals: The strange Israeli rift over Gaza | Israel-Palestine conflict | Al Jazeera
Jeffrey St. Clair
+ Haaretz called for the immediate exchange of prisoners between Israel and Hamas: “No government, and certainly not the most reckless government in Israel’s history, has the right to traffic in the lives of innocent civilians and decide to sacrifice them on the altar of national pride. We must pay whatever is demanded, with no delays, no fancy maneuvering and no tricks.”
+ Apparently, it’s not about the hostages for the Netanyahu regime. Bezalel Smotrich, Israel’s rightwing Minister of Finance: “We have to be cruel now and not consider the captives overmuch.”
+ For years, the IDF has kidnapped and held Palestinians without trial. Currently, Israel is holding more than 1,100 Palestinians in “administrative detention” in violation of international law. Some might call them hostages…
"Ninguém de bom senso pode negar aos
judeus o direito de ter seu Estado. O pro-
blema é que a ocupação do território e a
construção do Estado ocorreram sob a
égide da expropriação de terras, deslo-
camentos de populações locais, destrui-
ção de vilas, violência e terror. As terras
dos palestinos foram roubadas, seus po-
mares, videiras e oliveiras foram toma-
dos e esse povo foi privado dos seus fru-
tos, dos seus rebanhos, de sua água e de
suas casas. Foi humilhado, desprezado,
diminuído, espezinhado, visto como se-
gunda categoria, semi-humano e, mui-
tas vezes, como descartável.
Esse processo sedimentou ressen-
timentos, vergonha, dor e ódio. E dele
emerge o sentimento de vingança, a op-
ção pela violência, que fomenta o terro-
rismo. Os atos de grupos palestinos, do
Hamas, da Jihad Islâmica, contra civis
judeus, não se justificam, mas precisam
ser compreendidos. Suas motivações de-
vem ser entendidas. Se não houver uma
reparação histórica, se os palestinos
não tiverem seu Estado, o Hamas pode
até ser eliminado, mas o terrorismo re-
nascerá em outros grupos. Se a história
dos palestinos tivesse sido outra, se ti-
vesse sido uma história de terra e liber-
dade, de paz e respeito, os grupos terro-
ristas não teriam a força do apelo reli-
gioso, da guerra santa. O mundo ociden-
tal, os Estados Unidos, as grandes po-
tências e a ONU precisam reconhecer as
causas dessa violência e reparar seus er-
ros, pois são erros criminosos."
“The martyrs are now resting in peace, but here we are dying a slow death,” she said. “The situation is very bad. No food, no water, no electricity, no sanitation.”
see the gallery
JEFFREY ST. CLAIR
There was a problem for the hawks and war profiteers. Gaza is not, to paraphrase Donald Rumsfeld on Afghanistan a “target-rich environment.” The Hamas attacks, which many dubbed “Israel’s 9/11,” were ripe for exploitation into a wider war. The challenge was to identify the real culprit, the hidden hand directing Hamas’s horrorshow. It didn’t take long to settle on one: Iran. And good old Joe Lieberman, Obama’s former mentor in the Senate, who now heads a war-mongering outfit called United Against Nuclear Iran, was one of the first to issue the West’s fatwah.
Biden’s National Security Advisor Jake Sullivan seems only slightly less eager: “Iran is complicit in this attack in a broad sense…they have supported Hamas in the past.” Well, if that’s the standard for complicity, then so is Israel, which nurtured Hamas for years as a rival to the PLO and, later, the Palestinian Authority. Take it from the Times of Israel or the Wall Street Journal…
+ CNN, now back in Iraq war mode, brought on John Bolton–who falsely claimed Iraq was behind 9/11– to assert with no evidence that Iran directed the timing of the Hamas attack.
+ The bad news Bolton and for the Bomb Iran Chorus is that according to a report by NBCNews American spy agencies have gotten intelligence that shows Iranian leaders were surprised by Hamas’ attack on Israel. Of course, such intelligence undercutting a drive for war hasn’t stopped the hawks in the past.
..O governo do Rio está perdido, e o governo federal evita assumir mais responsabilidade pela crise na segurança do Rio. A análise é de Luiz Eduardo Soares, que comandou a Secretaria Nacional de Segurança Pública na primeira gestão do presidente Lula.
O antropólogo vê com ceticismo as ações anunciadas pelo Ministério da Justiça e afirma que não haverá solução para a crise sem uma reforma profunda nas polícias.
Leia a entrevista à coluna d BERNARDO MELLO FRANCO
"Na véspera, imagens de vídeo mos-
traram colonos israelenses armados
em um ataque à aldeia de Qusra, ao
sul de Nablus. “Cinco colonos chega-
ram à aldeia vindos do sudeste. Ao me-
nos um deles tinha uma arma. Eles fo-
ram à casa de Awad Odeh, que foi mor-
to pelos colonos em 2014”, disse Abdul
Azim al-Wadi, líder do conselho da al-
deia. “Eles atiraram em seu filho, Awad,
que está gravemente ferido, e em sua fi-
lha de 8 anos, que ficou ferida no ombro.
Eles queriam matar, miravam na cabe-
ça. Os aldeões saíram e as FDI também
chegaram. Eles dispararam contra os
moradores”, descreveu. No total, qua-
tro foram mortos no ataque.
Os colonos também ata-
caram o cortejo fúne-
bre em Qusra no dia se-
guinte. “Meu irmão e
meu sobrinho foram
mortos”, disse Wadi. “Estavam limpan-
do a estrada para o cortejo passar e fo-
ram atacados tanto pelos colonos quan-
to pelas forças de segurança. Eles atira-
ram no meu irmão Ibrahim Wadi e no
seu filho Ahmed a sangue-frio. Estou
no funeral deles agora”, contou, com a
voz tensa de tristeza."
LEIA ARTIGO DE RU T H M I C H A E L S O N E S U F I A N T A H A
"O museu virtual Rio Memórias vai lançar três novas galerias temáticas que navegam sobre as diferentes culturas, costumes e as complexidades que moldaram o Rio ao longo dos séculos, desde antes da invasão europeia: “Rio antes do Rio”, “Rio Atlântico” e “Rio entre encantos e assombros”, com curadoria de Luiz Antonio Simas, Luiz Rufino, Monica Lima e Rafael Freitas . "
leia mais >>
JEFFREY ST. CLAIR
+ In the northern Gaza city of Beit Hanoun, Palestinian families were told by the Israeli army to leave their homes and head for the Jabalia refugee camp in the city center. Hours later, the IDF bombed the city center.
+ As of Thursday morning, the UN estimated that more than 338,000 Palestinians have been displaced in Gaza by thousands of Israeli airstrikes. 500,000 Gazans have no access to food relief because UNRWA was forced to close 14 food distribution centers. Gaza’s sole power plant is out of fuel; 11 UN staffers have been killed by Israeli air strikes; 13 health facilities have been hit; hospitals are facing dire shortages; and all of the border crossings are closed.
+ Dr Khamis Elessi, a neuro-rehabilitation and pain medicine consultant based in Gaza City, told the BBC: “Everywhere you go, you see funerals, you see death, buildings collapsing. It’s like you’re watching a movie about the end of life on this Earth. The kids are crying and screaming. There’s no electricity. There’s no internet. So you feel you could be next.”
+ Dr. Ghassan Abu Sittah, a plastic and reconstructive surgeon in Gaza: “The hospitals, because of the siege, are so short of supplies that we had to clean a teenage girl with 70% body surface burns with regular soap because the hospital is out of chlorhexidine (antiseptic).”
+ There are an estimated 50,000 pregnant women unable to access clean water in Gaza– 5,500 of those women are due to give birth in the next month.
+ Over the history of the Occupation, more than half of all Palestinian males have been detained at least once by Israeli forces.
"Medics say some doctors forced to operate without anaesthesia and using vinegar in place of antiseptic
“We are operating on some patients in the corridors of the hospitals,” Abbass said. “We are operating on them on the ground by the light of the mobile phones, and some of them were operated on without anaesthesia.”"
read report by Julian Borger
Gaza hospitals ceasing to function as water and fuel run out | Israel-Hamas war | The Guardian
"You cannot think straight when you’re in pain. That’s truer still when the pain is combined with fury at those who caused it. There’s a reason we speak of “blind rage”: when anger descends, we cannot see what’s in front of us. And if that’s true of individuals, it’s truer still of nations."
read article by Jonathan Freedland
Warning: Benjamin Netanyahu is walking right into Hamas’s trap | Jonathan Freedland | The Guardian
"Experts say that the Israeli government and military are struggling with competing considerations and real dilemmas.
“It’s a delicate balance between the advantage of letting the air force do what they do best, and how long you can delay the ground offensive,” said Ehud Yaari, an Israel-based fellow at the Washington Institute for Near East Policy. The more tunnels the air force destroys, he said, “the easier it will be for the forces on the ground.”
Beyond that, Mr. Yaari said, Israel has been using the time to expand its roster of targets in Gaza by gathering more intelligence and interrogating the scores of Hamas operatives who were captured in Israeli territory.
There are risks to waiting, however.
As the days pass, Israel may encounter an erosion of international support for its actions, as the Palestinian death toll rises and a humanitarian crisis grows still worse in the besieged enclave.
Then there is the morale of the soldiers and reservists being kept in limbo to consider, as well as the impact on the Israeli economy and the state-funded evacuation of tens of thousands of Israelis from the border areas around Gaza and in the far north, where cross-border skirmishes between Israel and Hezbollah, the heavily armed Lebanese Shiite organization, have been intensifying.
“This is not something that can go on and on endlessly,” Mr. Yaari said of the waiting game and the fighting still to come."
read report by Isabel Kershner
With Their Soldiers Poised to Attack, Israelis Try to Decipher the Delay – DNyuz
"The Pentagon has sent officers to help the Israelis with the challenges of fighting an urban war.
The Biden administration is concerned that Israel lacks achievable military objectives in Gaza, and that the Israel Defense Forces are not yet ready to launch a ground invasion with a plan that can work, senior administration officials said."
read report by Helene Cooper, Adam Entous and Eric Schmitt
U.S. Raises Concerns About Israel’s Plan of Action in Gaza, Officials Say – DNyuz
Vambora olhar pra frente, o dia é claro
Depois que eu saio, eu não paro
Nem pro trem passar
(Meu balão vai voar)
Quem tem motor de arranque não se espanta
Depois que sai não adianta
Querer desligar
Eduardo Bolsonaro dá a receita do que nao fazer numpaís conflagrado
LEONARDO SAKAMOTO
"“Há, nos desenhos dos humoristas baianos, uma preocupação em retratar o ser humano no seu cotidiano, sua vida social, informal, o que nos diz, ainda sobre os trabalhos expostos, que esses implacáveis juízes de sua época, retratavam, com agudo senso crítico, as características marcantes de nossa sociedade”, ressalta Gutemberg."
leia reportagem de TIAGO FREIRE
Pesquisador organiza exposição e lança livro sobre quadrinhos baianos | A TARDE
"“We received a call from the Israeli army to move from this place,” said Khadija, which is not her real name. “Then we went to the centre of the city near to a hospital, thinking that it would protect us.”
That offered no safety either, and the district continued to be heavily bombed. So they made the trip southwards. “That day will be etched on my memory,” Khadija said. “We drove south, and I saw hundreds of people walking under the blazing sun; a woman who just gave birth leaning over her husband and putting their little baby in a box; disabled kids, old people, all on foot.”
The family is now in Khan Younis, with 30 people in a flat, and feeling no safer. “We are still under fire, we are still suffering, still living without the simplest necessities of life. No water, no electricity, no food,” Khadija said. “Please stop the war.”"
read more>>>>
IN MEMORIAM CARLA BLEY
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER