/*------------------------------------------------------------------------------ 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.
Osama Was Crazy About American Soft Drinks,
Abbottabad shopkeepers say that the men revealed to be bin Laden’s aides would regularly purchase bulk quantities of both Pepsi and Coke. It seems his hatred for the infidels was matched only by his love for our sweet, sweet carbonated colas.Read more at www.disinfo.com
Nailing Bin Laden: Was It A Military Or A Media Operation?
Danny Schechter
The CIA wanted a more controlled high profile and dramatic intervention for public consumption, for what, in the end, was a marketing campaign— marketing the centrality of the agency’s role in a war whose main audience is not on the battlefield, but in the homeland.
They needed a heroic narrative to revive support for a war they have been losing, and a scalp to sell to a conflict-weary and disillusioned population. It is no surprise that the Seals labeled UBL “Geronimo” reviving memories of fighting guerilla-style Indian wars. Muslim renegades are apparently our new “savages.”
We are as conscious about what we say as what we do, we always fashion a propaganda storyline demonizing the enemy who is often compared to Hitler. Bin Laden lived in a “million dollar mansion” (It cost $48,000 to buy six years ago). He was heavily armed (he wasn’t). He hid behind female human shields (he didn’t). Who cares about facts… this was a TV orchestrated event
Read the full article at www.disinfo.com
Marcadores: artigos
This will never be topped.
Read more at www.theatlantic.com
James Fallows -
while in Cameron's vision the attacks against humans were carried out by a bloodless, soulless enemy run amok, in reality the attacks represent an effort by actual human beings to use technology to destroy other human beings without actually putting the attackers at risk. While this may be the ultimate in warfare, the over-the-horizon silver bullet that assures the safety of the man or woman pulling the trigger, it is also an approach to warfare that contains not one but several moral hazards.
Read the article at rothkopf.foreignpolicy.com
osted By David Rothkopf
Marcadores: artigos
By Ezra Klein
Bin Laden, according to Gartenstein-Ross, had a strategy that we never bothered to understand, and thus that we never bothered to defend against. What he really wanted to do — and, more to the point, what he thought he could do — was bankrupt the United States of America. After all, he’d done the bankrupt-a-superpower thing before. And though it didn’t quite work out this time, it worked a lot better than most of us, in this exultant moment, are willing to admit.
For bin Laden, in other words, success was not to be measured in body counts. It was to be measured in deficits, in borrowing costs, in investments we weren’t able to make in our country’s continued economic strength. And by those measures, bin Laden landed a lot of blows.
Read more at www.washingtonpost.com
Nobel laureate Joseph Stiglitz estimates that the price tag on the Iraq War alone will surpass $3 trillion. Afghanistan likely amounts to another trillion or two. Add in the build-up in homeland security spending since 9/11 and you’re looking at yet another trillion. And don’t forget the indirect costs of all this turmoil: The Federal Reserve, worried about a fear-induced recession, slashed interest rates after the attack on the World Trade Center, and then kept them low to combat skyrocketing oil prices, a byproduct of the war in Iraq. That decade of loose monetary policy may well have contributed to the credit bubble that crashed the economy in 2007 and 2008.
First, the wall that encircled the compound, that was blasted through for entry, showed a humble charpoy [a bed frame] next to a water geyser & a few odd household items stacked right next to the not so gaping hole. Not a hair out of place, so to speak. A little too orderly for my lawyerly taste.
By YASMEEN ALI
Read the full article here
Second, the room, where a "fire fight" took place causing the deaths of Osama, a woman and some others (no American), disclosed very, very humble lodgings. My servant's room is posh in comparison. No marks of bullets ricocheting off the walls. No damaged glass from the good size windows flanked on one side, the bed sheets on the two charpoys neat enough to do a hotel maid proud. Just over 250 ml of blood on the floor between the two charpoys. It looks that, less than a fire fight, Osama & Co. played the sitting duck! Wait, that's not all. The glass is a see through white. Odd! Anyone can look in and see Osama once night falls. Remember, it's an open area.
Read more at quinhoilustrador.blogspot.comPeraê... Essa história tem algo muito errado... Pois não é isso que aprendemos sobre os norte-americanos nos longas de ação.Não deveriam ter invadido a fortaleza numa complexa missão, enfrentado vilões perigosos armados até os turbantes e desativado uma bomba amarrada no corpo escultural da Naomi Watts, tomada como refém de última hora pelos terroristas? Não deveria ter havido uma previsível lutinha final de igual pra igual entre o Bruce Willis e o vilão principal? Numa última e covarde tentativa de saída do bandido, caso ele usasse como escudo humano uma de suas próprias mulheres, não deveria o herói ter detido o criminoso e feito de tudo pra deixá-la escapar com vida?
See more at quinhoilustrador.blogspot.com
voce consegue identificá-los?
Match history's most-notorious fugitives to their evil lairs.
Bin Laden isn't the first infamous figure to seek shelter in a secluded lair. Think you know who went where? Test your knowledge of famous hide-outs with this interactive game.
See more at www.slate.com
Osama foi traído? Claro que sim / Coluna / Robert Fisk
Mas um julgamento traria mais preocupações para algumas pessoas do que o próprio Bin Laden. Afinal, ele poderia revelar os contatos que teve com a CIA durante a ocupação soviética do Afeganistão, ou seus encontros em Islamabad com o príncipe Turki, chefe da inteligência da Arábia Saudita. Assim como Saddam — que foi julgado pelo assassinato de apenas 153 pessoas e não dos milhares de curdos que matou com gás. Saddam foi enforcado antes que tivesse a chance de contar como obteve dos EUA as matérias-primas para fazer o gás, ou sobre sua amizade com Donald Rumsfeld e a ajuda militar que recebeu depois que invadiu o Irã em 1980.
Leia a coluna clicando aqui: www.itamaraty.gov.br
Grafite do ditador egípcio Hosni Mubarak, deposto em fevereiro, sob a frase "o povo quer mudança do sistema"
Read more at www1.folha.uol.com.br
Essas imagens, aliás, mostram como a história foi reescrita em tempo real. Grafiteiros adotaram a águia de cabeça para baixo, inversão do símbolo do ditador, como um dos ícones da mudança.
Ele praticava uma política interna autoritária. Com essa beatificação, está sendo beatificada uma determinada política eclesiástica reacionária restaurativa. Aconteceram também, nesse contexto, diversas violações do direito canônico. Todos os prazos previstos foram colocados fora de vigor, tudo sempre através do privilégio papal, o que é um sinal de que ainda temos um absolutismo medieval. Houve uma múltipla traição ao Concílio.
Leia a entrevista em www.dw-world.de
Em princípio é errado que a Igreja Católica, a grande comunidade religiosa – da qual eu sempre fui membro e sempre o serei – sofra sob aquilo que chamamos de sistema romano. Esse sistema romano, um sistema de governança, foi criado na Idade Média, no século 11. Desde então, vivenciamos um Absolutismo papal, nós temos – pense em Canossa – os clérigos em contraposição aos leigos, temos também a lei do celibato, isso tudo é do século 11.
A Reforma, no entanto, não fez efeito, nem o Iluminismo.
Não fui o único a relacionar a historia do corpo de Osama com a morte de Che Guevara.
Burial Lessons: From Che to bin Laden
Jon Lee Anderson
Read more at www.newyorker.comThe military officers obfuscated. One said that Che’s body had been taken away by helicopter and dumped into the distant jungle; another said he had been cremated, the ashes dispersed. At that point, a mantle of secrecy descended, and it became clear that those who knew where Che’s remains had ended up were not going to talk. The point, as some of the officers later explained, was that they did not want a burial place where Che’s legion of admirers could come and venerate him. More than anything else, they wanted the potency of Che’s message to die with him.
The circumstance of Bin Laden’s death may not only jeopardize that aid, but will also no doubt deepen suspicions that Pakistan has played a double game, and perhaps even knowingly harbored the Qaeda leader.
What suspicious minds are asking: Why did the Pakistanis give him up? And what did we give in return? I also think this will strongly up the pressure on the Obama Administration to end its involvement in Afghanistan. Not just politicians but the man on the street is likely to say, Hey, we got him, mission accomplished, let's go home.
Marcadores: artigos
HÁ EXATOS 30 ANOS, UMA NOITE DE TERROR
Nesta noite de quinta-feira, programou-se um show de música popular brasileira no complexo do Riocentro, na Zona Oeste do Rio de Janeiro. O show vararia a madrugada e seria comemorativo do dia 1° de maio, Dia do Trabalho. De repente, a notícia invadiu as redações: duas bombas haviam explodido no Riocentro, uma na caixa de força e outra, incrível, dentro de um automóvel Puma, matando um homem e ferindo gravemente um outro. Esse “outro” saíra do carro cambaleando e com o abdome dilacerado, com vísceras expostas e pedindo socorro.
Read more at www.colunadolam.com.br
Cezar Motta
Read more at www.psolzonasul.org
A CPI apresentou 58 propostas de enfrentamento das milícias. Mas desde então não se ouve falar da execução efetiva dessas propostas para acabar com o monopólio miliciano no transporte alternativo, no gás, na exploração clandestina de TV a cabo, na agiotagem... Não adianta o governador Cabral dizer que enfrenta as milícias se há mais territórios hoje sob o controle dessas organizações criminosas no Rio do que na época da CPI. E esse tipo de máfia parece estar até mais forte do que o varejo do tráfico de drogas. O governo sabe o que tem de fazer. Não faz se não quiser.
Marcadores: artigos
Leonardo Lichote
um levantamento informal com amigos, a observação de conversas nas ruas e nos tweets - e o testemunho de artistas e radialistas - mostra que um público que estava afastado do rádio desde a década de 1990 - não por acaso, o auge da era dos jabás - está voltando a ele.
Read more at oglobo.globo.com
Quando chegou a internet, houve o fascínio pela possibilidade de acesso a todas as informações e músicas. Mas esse fascínio tem uma validade, que expira no momento em que você não tem uma luz te dizendo para onde ir, para onde não ir e para onde ir mesmo sabendo que será uma roubada. É o comunicador o camarada que vai dizer o que você está ouvindo. E só o rádio transporta essa sensação de que, naquele momento, você está incluído num grupo. O cara que ouve meu programa em Porto Alegre se sente irmão gêmeo do cara que está no Alto José do Pinho, em Recife. Outro exemplo: eu odiava samba, mas adorava ouvir o programa do Adelzon Alves. Gostava daquela mágica de ele falar com os motoristas de ônibus, era fisgado pela dinâmica. A internet não vai ter isso nunca. O rádio é algo novo, apesar de muito velho.
Marcadores: artigos
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER