/*------------------------------------------------------------------------------ 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.
"Pensar
em uma Petrobras gigante, a atuar com distribuição de gasolina e gás
natural, operadora de gasodutos, em suma, uma grande companhia de
energia, não dá mais. A reorientação defendida para a empresa, com foco
no mercado interno e na produção de derivados, exigiria, diz Gabrielli,
“enfrentar o capital financeiro, porque o capital financeiro está
dominando a Petrobras, através dos acionistas minoritários”. Recorde-se:
estrangeiros detêm 45% das ações da companhia. Mas, prossegue ele, é
possível fazer isso se o governo exercer o poder de controlador, algo
que Bolsonaro não fez.
Exigiria também, possivelmente,
contrariar o Tio Sam, aquele mesmo que se beneficiou da Lava Jato e da
abertura da exploração do pré-sal a multinacionais. Um Brasil exportador
de petróleo é do interesse dos Estados Unidos, como ficou claro com a
guerra na Ucrânia.
Em 10 de março, dois dias após Joe Biden
proibir a importação de petróleo da Rússia, terceiro maior vendedor do
mundo, o ministro de Minas e Energia, Bento Albuquerque, falou por
videoconferência com sua homóloga norte-americana, Jennifer Granholm. E
esta pediu ao Brasil que aumente a exportação petroleira."
"At the start of the war, Russia had 120 BTGs around Ukraine. Two days ago, the Ukrainian General Staff claimed
it had damaged or destroyed 31 Russian BTGs, which seems reasonable,
given you only need to kill or incapacitate 60 soldiers or 15 vehicles
to force its withdrawal. So while it may be true, as the Pentagon
announced today, that Russia still has a little less than 90% of its
forces available, that is far less impressive if it has lost a quarter
of its initial BTGs. And sure, the remnants will reconstitute, but they
will necessarily be of lower quality—troops who have never trained
together, with leadership they don’t know or trust, and backfilled with
new recruits, foreign fighters, or even greener conscripts. "
READ ANALYSIS BY DAILY KOS
"Em todos os tempos, as potências imperiais usam as guerras para se expandir. Isso ocorre por meio da exportação dos excedentes militares, religiosos, industriais, financeiros e comerciais. Mas as guerras também foram um dos principais fatores de declínio dessas potências, vide o caso dos persas, macedônios, romanos, germanos, francos, britânicos etc.
As guerras exaurem os excedentes exportáveis, reduzem as capacidades distributivas internas, aumentam os conflitos internos das potências e, por fim, provocam o seu declínio. Em termos militares e/ou políticos, os EUA perderam ou não ganharam as guerras do Vietnã, do Iraque, do Afeganistão e da Síria. Os custos elevadíssimos desses conflitos e com a manutenção da máquina militar são apontados como fatores de declínio relativo dos EUA.
Os russos perderam a guerra no Afeganistão e, mesmo que saiam militarmente vitoriosos da Ucrânia, colherão uma derrota política e econômico-financeira. A Rússia tem capacidade limitada de exportação de excedentes e pode acelerar o declínio de seu poderio. Acrescente-se que a China, que não adota uma estratégia de exportação de excedentes militares por meio de guerras, vem obtendo vantagens relativas de poder tanto em relação aos EUA quanto à Rússia."
mais na coluna de Aldo Fornazieri
"Durante a visita oficial à Rússia, Bolsonaro despistou os críticos, disse que o filho estava lá apenas para “atualizar as redes sociais”. Para desvendar a real motivação da presença de Zero Dois em Moscou é preciso, porém, reparar a inclusão de outro nome na comitiva, o do assessor especial da Presidência Tercio Arnaud Tomaz, observa David Nemer, professor da Universidade da Virgínia. Arnaud é investigado por coordenar o chamado “gabinete do ódio”, dedicado à disseminação de fake news e ataques a adversários políticos pelas redes bolsonaristas. É também um dos principais responsáveis pela atualização dos perfis do ex-capitão nas redes sociais, subordinado apenas a Carluxo. Para Nemer, o vereador e o assessor viajaram para entender como funciona a máquina de desinformação do governo Putin. “Com certeza, trocaram táticas e estratégias, eventualmente firmaram alguma cooperação.”"
leia reportagem d CARLOS SENNA
Ukraine update: Anatomy of a Ukrainian ambush, and what it says about Russia's battlefield prowess
"The ten tunes chosen have merit- the Megadeth song is brilliantly presented and produced – but there’s no saving the sentiment or the fact that none of them would make it onto the airwaves today. And if you do feel sick by the end, blame the songwriters, not Far Out. "
see the list>>
"Duped by the Kremlin’s announcements that said Ukraine needed to be “liberated” from neo-Nazis and ultra-nationalists, Russian troops found themselves among a “stormy sea” of hostile civilians, he said.
They resorted to killing adult males and raping women as the only way to “suppress resistance and achieve a collective nervous breakdown”, he said.
“[It was] physical and psychological destruction of a will to resist,” Kushch said."
read newstory by Mansur Mirovalev
Bucha killings: ‘The world cannot be tricked anymore’ | Russia-Ukraine war News | Al Jazeera
"As another war engulfs Europe, it was left to a squash player to remind the world of a few awkward truths.
After winning a tournament in England late last week, Egyptian squash champion, Ali Farag, noted that since Putin’s invasion of Ukraine, all sorts of usually demure types – including athletes trained by their agents to shut up for fear of censure or losing money – have, remarkably, emerged from comfortable silence to condemn the “oppression” of Ukrainians by a larger and ruthless occupying power.
Indeed, these suddenly uninhibited voices have been amplified by a lot of Western media that, as a general editorial rule, believe that athletes should keep quiet and play their silly games and let better-equipped journalists continue to lecture the rest of us on serious matters like war and peace.
Given this newfound licence to speak out without inviting the blanket wrath of an agitated swarm of condescending Western scribes, Farag said that just as the killing of innocents in Ukraine was unacceptable, the 74-year-long “oppression” of Palestinian innocents was unforgivable too.
Telling that truth, he added, did not fit the West’s “narrative” of what kind of “oppressed” people are worthy of praise, sympathy and attention and what other kinds of people – who have also suffered the inhumane whims of a large, ruthless occupying power – are not.
“Please keep that in mind,” Farag urged."
read more in the article by Andrew Mitrovica
Russia-Ukraine: Ugly truths in the time of war | Russia-Ukraine war | Al Jazeera
O pretexto era inaugurar uma estação de trem em Parnamirim, no Rio Grande do Norte. O prefeito reduziu o expediente e liberou os servidores para engrossar a claque. Jair Bolsonaro chegou ao palanque montado num cavalo branco. Depois de ser adulado por três ministros, entregou o microfone a um pastor evangélico. Seguiu-se um comício disfarçado de culto, com transmissão ao vivo na TV Brasil.
“Vamos fazer uma oração especial pelo nosso presidente. Levantemos nossas mãos para o céu em clamor a Deus”, ordenou Martim Alves, da Assembleia de Deus. “Pedimos uma bênção muito especial para o presidente da nossa República, pela sua saúde, seu governo e sua família”, prosseguiu.
O bispo Lindomar Sousa, da Igreja Sara Nossa Terra, assumiu o púlpito e continuou a pregação eleitoral. “Não é mais uma briga da esquerda contra a direita, é uma guerra espiritual”, proclamou. “Deus levantou a vida deste homem”, disse, referindo-se ao capitão.
O ministro Rogério Marinho já havia apelado ao discurso religioso para louvar o chefe. Candidato ao Senado, acusou a oposição de “espezinhar”, “maltratar” e “ridicularizar” a família brasileira. Em seguida, manifestou o desejo de silenciar os adversários. “Eles têm que escutar e ficar calados”, decretou.
Jair Messias inflamou o rebanho com um grito de rodeio. Exaltou o “povo armado”, atacou os “vermelhos” e definiu a Presidência como uma missão divina. “A luta, como disse o pastor agora há pouco, não é da esquerda contra a direita, é do bem contra o mal”, bradou.
Na semana em que um escândalo de propinas derrubou seu quarto ministro da Educação, ele descreveu a corrupção como um problema de governos passados. Depois empilhou chavões sobre o “país maravilhoso” e sua “gente trabalhadora”. Em 16 minutos de falatório, não disse uma palavra sobre a obra usada como desculpa para o comício com dinheiro público.
A performance deu uma amostra do Bolsonaro que disputará a reeleição em outubro: um político sem pudor de explorar a fé e usar a máquina em benefício próprio.
No dia seguinte, em Brasília, o capitão começou e terminou um discurso citando o nome de Deus. Recheou o monólogo com elogios à ditadura militar e ao deputado Daniel Silveira, que armou um circo para descumprir decisão do Supremo. Ao defender o brucutu, voltou a insultar ministros da Corte. “Cala a boca, bota a tua toga e fica sem encher o saco dos outros”, decretou.
GLOBO
"Meanwhile, to the east of here, Mariupol continues to hang on. Rubble makes great defensive positions for urban defenders. So long as they have food and ammo stored, they might be able to hold out indefinitely. There was speculation early on that the city, preparing for war, had stashed away food and ammo in underground tunnels, and could fight for a while—thus tying up the Chechen TikTok army indefinitely.
One thing we know for sure, Season One of this show is finished, with the Battle for Kyiv story arch neatly wrapped up. Season Two, Battle for the Donbas, is shaping up to be even tougher than the first. "
READ MORE|>>
Ukraine update: All quiet on the northern front as focus shifts east. But what's that near Melitopol:
Daniel Leal arrived in Kyiv on the eve of the outbreak of the war. In this video edition of The Making-Of, Leal describes how he witnessed Ukraine’s capital transform overnight from a lively buzzing big city that reminded him of London, to a place of despair and shock. Watch the complete episode here.
War in Kyiv: AFP photojournalist Daniel Leal testifies | AFP.com:
""O segundo risco advém do fortalecimento das forças políticas e militares de extrema-direita da Ucrânia, algumas delas neonazis. Dois anos atrás, 40% das forças militares do país (um total de 102 mil integrantes, segundo a agência de notícias Reuters) eram milícias paramilitares de extrema-direita, armadas, financiadas e treinadas por EUA, Inglaterra, Canadá, França e Suíça, com integrantes de 19 nacionalidades. Desde que a guerra começou, mais elementos se juntaram ao grupo, alguns vindo do Oriente Médio, e mais armas receberam de todos os países da Organização do Tratado do Atlântico Norte. A Europa está assim em risco de ter no seu seio um nazijihadismo nutrido, e nada nos garante que o seu raio de ação se limite à Polônia. Em 1998, o antigo conselheiro de Segurança do presidente Jimmy Carter, Zbigniew Brzezinski, afirmava em entrevista ao Nouvel Observateur: “Em 1979, aumentamos a probabilidade de a União Soviética invadir o Afeganistão… e criar a oportunidade de lhes dar o seu Vietnã”. Não me surpreenderia se este playbook da CIA não estivesse agora a ser aplicado na Ucrânia. As consequências para a democracia serão fatais. •"
leia artigo de Bonaventura de Sousa Santos
Nem tudo é o que parece ser na linguagem difundida pelos EUA - CartaCapital
"Os debates na Convenção Constitucional, como a chamam os chilenos, entraram na reta final a partir de fevereiro. Ao menos quatro temas aprovados causam polêmica entre facções conservadoras. O alvo principal até aqui é o capítulo que trata dos chamados “direitos da natureza”. Em síntese, a medida define que “Indivíduos e povos são interdependentes da natureza e formam, com ela, um todo inseparável. A natureza tem direitos. O Estado e a sociedade têm o dever de protegê-los e respeitá-los”. Tenta-se integrar a defesa do meio ambiente ao modelo de desenvolvimento pretendido, torná-la parte da construção de um Estado de Bem-Estar Social."
leia artigo de Gilberto Maringoni
Conservadores começam a mostrar insatisfações com rumos da Constituinte no Chile - CartaCapital:
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER