/*------------------------------------------------------------------------------ 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.
Have Golden Locks, Seeking Hammer
If you can’t remember what you saw, then there’s no harm in seeing it again. There is no reason to go to this movie, which might be another way of saying there’s no reason not to. Something like that seems to be the logic behind “Thor,” and as a business plan it’s probably foolproof.
the kind-of-O.K. aspects of “Thor” have the effect of making it more depressing, rather than less. The movie cannot be an interesting, appalling train wreck because it lacks the spoiled grandeur of ambition gone off the rails. You can’t sit and marvel (as it were) over what went wrong because nothing, at the level of execution, really has gone wrong.
And that is depressing. A howling turkey is at least something to laugh at, and maybe even something to see. But “Thor” is an example of the programmed triumph of commercial calculation over imagination.Read more at movies.nytimes.com
Texto de Aldo sobre Código Florestal estimula crime ambiental, diz Ministério do Meio Ambiente ---
Outro ponto do relatório de Aldo, classificado pelo ministério como desastroso, é abertura de crédito a produtores que cometeram infrações ambientais.
- Você continua financiando o destruidor do meio ambiente. Corte de crédito a desmatadores foi essencial para termos chegado à menor taxa histórica do desmatamento na Amazônia. Se isso for mesmo alterado, não vamos continuar conseguindo combater o desmatamento nem na Amazônia, nem no cerrado, nem na caatinga.
Voltamos à situação em que o crime ambiental compensa. A implicação prática disso é desastrosa -Read more at oglobo.globo.com
Vítima de misterioso acidente, a ex-guerrilheira Inês Etienne Romeu tenta recuperar a fala e o pensamento
Única sobrevivente da Casa da Morte, centro de tortura do regime militar em Petrópolis. Responsável depois pela localização da casa e do médico-torturador Amílcar Lobo. Autora do único registro sobre o paradeiro de Carlos Alberto Soares de Freitas, o Beto, que comandou Dilma Rousseff nos tempos da VAR-Palmares. Última presa política a ser libertada no Brasil. Aos 69 anos, Inês Etienne Romeu tem muita história para contar. Mas ainda não pode. Vítima há oito anos de um misterioso acidente doméstico, que a deixou com graves limitações neurológicas, ela luta para recuperar a fala.
Desde que abandonou a carreira de bancária em Belo Horizonte, nos anos 1960, para mergulhar na luta armada, a vida da ex-guerrilheira tem sido uma sucessão de acontecimentos agudos, muitos deles dramáticos e outros esplêndidos.Read more at oglobo.globo.com
U.S. Says it Recovered Porn Collection from Osama Compound
The unofficial disclosure is the latest embarrassment to Bin Laden’s legacy.
The pornography was found among the thumb drives and other electronics recovered by U.S. soldiers who carried out the raid, the news agency reported, and consists of “modern, electronically recorded video and is fairly extensive.”
The officials stressed that they do not know if the pornography belonged to Bin Laden,
Read more at slatest.slate.com
But the report of pornography isn’t going to make it any easier for Bin Laden sympathizers who want to remember the man as a warrior who was fighting the U.S. to the bitter end.
For the past decade, right-wingers have been chest-thumping about being tough
on jihadism, while promoting policies that create far more jihadis and
delighted Bin Laden. It's like bragging about how much you hate lung cancer
while demanding everybody smoke 40 cigarettes a day.
Osama Bin Laden is dead, but our foreign policy is still giving him what he
wanted. We are still bleeding cash creating bleeding countries and more
enraged people.
CrunchRead more at www.independent.co.uk
the numbers, and you find we are spending $1.5bn a year on each al-Qa'ida
fighter in Afghanistan. Is there anyone, except the private defence
contractors making a fortune, who thinks that is a smart use of cash?
Read more at www.guernicamag.com
Same with the name, Operation Geronimo. The imperial mentality is so profound, throughout western society, that no one can perceive that they are glorifying bin Laden by identifying him with courageous resistance against genocidal invaders. It’s like naming our murder weapons after victims of our crimes: Apache, Tomahawk… It’s as if the Luftwaffe were to call its fighter planes “Jew” and “Gypsy.”
Lets look at a few of these famous royal weddings that ended in divorce.
Read more at www.thisblogrules.com
Marcadores: artigos
Marcadores: palavras
Read more at mubi.comFirst of all, I have to say that the poster for this year’s festival may be my favorite of them all. The festival has used beautiful black and white photographs of actresses before (Monica Vitti in 2009, Marlene Dietrich in 1992) but those posters have often been let down by their uninspired typography and layout. But this year’s poster, which uses a Jerry Schatzberg photograph of Faye Dunaway at her most gorgeous (a restored print of their wonderful 1970 film Puzzle of a Downfall Child is playing in Cannes) has almost perfect type. The ultra thin “64” especially—with its parallel diagonals framing her face, and the sharp corner of the 4 echoing her bent legs, which themselves are centered in and extending from the circled bowl of the 6—is as elegant as Dunaway herself.
Derrubadas voltaram a ganhar ritmo no Estado; superintendente do Ibama afirma que é uma "calamidade ambiental"
"É uma calamidade ambiental. Nos últimos anos, jamais vi um pico de desmatamento tão grande, aberto e acintoso como esse", lamentou o superintendente regional do Ibama, Ramiro Hofmeister.Read more at diariodonordeste.globo.com
Marcadores: musicas
Read more at www1.folha.uol.com.brCasos como o de Milton Coitinho dos Santos, de Bagé (RS), e o da família Silva, de Belo Horizonte (MG), que receberiam por músicas que não compuseram, têm causado certa perplexidade.
Uma pergunta, porém, parece tão relevante quanto aquela que diz respeito ao destino do dinheiro pago aos compositores-laranja.
Por que, de repente, esses casos, todos antigos, se tornaram públicos?
Read more at diariodonordeste.globo.com
"É uma calamidade ambiental. Nos últimos anos, jamais vi um pico de desmatamento tão grande, aberto e acintoso como esse", lamentou o superintendente regional do Ibama, Ramiro Hofmeister.
A milicada americana aproveita o júbilo vingativo dos cidadãos para atestar que sua linha de torturas (e outros desvarios) estava certa. Quando as evidências são pelo contrário. O depoimento anexo, de um torturador, reforça como a tortura é ineficaz (independente de questões morais).
Military interrogator: Torture 'slowed down' effort to find bin Laden
Read more at www.dailykos.comOne of the things that people aren’t talking about is the fact that one of the people that was confronted with this information that bin Laden had a courier is Skaykh al-Libi, who was held in a CIA secret prison and was tortured and who gave his CIA interrogators the name of the courier as being Maulawi Jan. And the CIA chased down that information and found out that person didn’t exist, that al-Libi had lied. And nobody is talking about the fact that al-Libi caused us to waste resources and time by chasing a false lead because he was tortured.The other thing that’s being left out of this conversation is the fact that Khalid Sheikh Mohammed certainly knew the real name of the courier, whose nom de guerre or nickname was Abu Ahmed al-Kuwaiti. But Khalid Sheikh Mohammed had to have known his real name or at least how to find him, a location that we might look, but he never gave up that information. And so, what we’re seeing is that waterboarding and enhanced interrogation techniques, just like professional interrogators have been saying for years, always result in either limited information, false information or no information.
Read more at mubi.comFirst of all, I have to say that the poster for this year’s festival may be my favorite of them all. The festival has used beautiful black and white photographs of actresses before (Monica Vitti in 2009, Marlene Dietrich in 1992) but those posters have often been let down by their uninspired typography and layout. But this year’s poster, which uses a Jerry Schatzberg photograph of Faye Dunaway at her most gorgeous (a restored print of their wonderful 1970 film Puzzle of a Downfall Child is playing in Cannes) has almost perfect type. The ultra thin “64” especially—with its parallel diagonals framing her face, and the sharp corner of the 4 echoing her bent legs, which themselves are centered in and extending from the circled bowl of the 6—is as elegant as Dunaway herself.
Osama fumava maconha para aliviar a dor nos rins???
When President Obama ordered a raid on a compound in Abbottabad, Pakistan, killing al Qaeda leader Osama bin Laden, U.S. officials discovered some interesting personal items. From Coca-Cola to marijuana to a Viagra-like supplement, here are a few of bin Laden’s favorite brands and products.
See more at www.thedailybeast.com
Autoridades americanas colocaram teoria tentando explicar o pasmo mundial diante da incipiência do esconderijo de Osama - por que não havia guarda-costas? maior esquema de segurança ? - por ele estar se sentindo em casa, tranquilo, protegido pela escolha insólita de local e possivelmente pelos militares paquistaneses das bases próximas.
Read more at www.lospaziobianco.itTra le sue tante creazioni, ci piace ricordare le avventure dell’affascinate vampira-genetica Cibersix, con i disegni di Carlos Meglia, la divertente commedia di Loco Chavez con Horacio Altuna, la “scandalosa” Chiara di notte disegnata da Jordi Bernet, le tante collaborazioni con Eduardo Risso (Boy Vampire, Borderline, Chicanos…) e con Domingo Roberto Mandrafina (Dragger, The Big Hoax, The Iguana), fino alle ‘esperienze di lavoro con Breccia padre e figlio: Un tal Daneri con Alberto Breccia nel del 1975 e la saga di Alvar Mayor con Enrique Breccia.
Dirty Dozen Brass Band, Irma Thomas, Allan Toussaint, Lucinda Williams, Neville Brothers, Robert Plant, entre outros!
Marcadores: musica
neither the Pentagon nor the White House is talking about the role the dog played in Sunday's operation,
Read more at www.slate.com
It's possible that the commandos brought a specialized search dog, which would have been sent in ahead of the humans to find explosives or people hidden inside the building. Or they might have used a "combat tracker" dog instead—one of a newer class of military animals developed by the Marines just a year ago. These are taught to pick up the scent of a particular individual, usually from a footprint or a few drops of blood, and then follow the trail. If Bin Laden had heard the choppers coming and fled the scene, a combat tracker dog could have been used to track him down as he high-tailed it through the streets of Abbottabad.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER