/*------------------------------------------------------------------------------ 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.
As we pull our troops out following eight years in Iraq, Barack Obama earlier this week called it a “moment of success” that came at heavy cost — “nearly 4,500 Americans made the ultimate sacrifice.” The president made no mention of the cost to Iraqis, so Juan Cole has this to add:
Read more at www.disinfo.comPopulation of Iraq: 30 million
Percentage of Iraqis who lived in slum conditions in 2000: 17
Percentage of Iraqis who live in slum conditions in 2011: 50Number of the 30 million Iraqis living below the poverty line: 7 million.
Number of Iraqis who died of violence 2003-2011: 150,000 to 400,000.
Orphans in Iraq: 4.5 million.Orphans living in the streets: 600,000.
Number of women, mainly widows, who are primary breadwinners in family: 2 million.
Iraqi refugees displaced by the American war to Syria: 1 million
Internally displaced persons in Iraq: 1.3 million
Proportion of displaced persons who have returned home since 2008: 1/8
Rank of Iraq on Corruption Index among 182 countries: 175
No comercial, a fabricante do Galaxy S II fala mal da bateria do iPhone e tira sarro dos applemaníacos, fãs incondicionais da empresa de Steve Jobs. O vídeo ainda mostra as intermináveis filas em frente às lojas da Apple, durante o lançamento do iPhone 4S, e até compara a tela dos smartphones.Read more at olhardigital.uol.com.br
Commercials, as we know, encourage us to eat and drink things, and to buy things at stores. But what deeper lessons are we actually retaining?
1. Beer makes any event fun.
5. All highways are empty, so it's easy to drive on them.
13. If men simply wear deodorant, beautiful women will embrace them.
18. It's important to close my eyes while biting into hamburgers or drinking sodas.
19. Immediately after middle aged people take medicine, they like to go outside and barbecue or hang out on the beach with their spouses or families.
Read more at www.huffingtonpost.com28. Men who need to shave have absolutely no facial hair to begin with.
Trial of the Will
Reviewing familiar principles and maxims in the face of mortal illness, Christopher Hitchens has found one of them increasingly ridiculous: “Whatever doesn’t kill me makes me stronger.” Oh, really? Take the case of the philosopher to whom that line is usually attributed, Friedrich Nietzsche, who lost his mind to what was probably syphilis. Or America’s homegrown philosopher Sidney Hook, who survived a stroke and wished he hadn’t. Or, indeed, the author, viciously weakened by the very medicine that is keeping him alive.
Death has this much to be said for it:
You don’t have to get out of bed for it.
Wherever you happen to be
They bring it to you—free.
—Kingsley Amis
Read more at www.vanityfair.comPointed threats, they bluff with scorn
Suicide remarks are torn
From the fool’s gold mouthpiece the hollow horn
Plays wasted words, proves to warn
That he not busy being born is busy dying.
—Bob Dylan, “It’s Alright, Ma (I’m Only Bleeding)”
Christopher Hitchens is Dead at 62
Hitchens lived up to that promise, authoring articles for a number of publications during his final weeks on everything from American politics to his own mortality. Writing for Vanity Fair in a piece that was published only days before he died, Hitchens reaffirmed that he hoped to be fully conscious and awake as he passed away, "in order to 'do' death in the active and not the passive sense," much as he had previously explained to his readers was his wish even before he learned of his cancer and prognosis.
Read more at slatest.slate.com
"I do, still, try to nurture that little flame of curiosity and defiance: willing to play out the string to the end and wishing to be spared nothing that properly belongs to a life span," he wrote.
uma
semente no meio da poeira / chã da lavoura primeira / meus avós dançaram / uma
pancada / um ronco, um estralo / um trupé e um cavalo / guerreiros brincaram /
quase uma queda / quase uma descida / uma seta remetida / as mãos se apertaram /
era uma festa / chegada e partida / saudações e despedida / meus avós choraram.
See more at latimesblogs.latimes.com
Read more at latimesblogs.latimes.comSee that picture? That is not just an image of a drum machine on a shirt. That is an actual drum machine on a shirt.
A functioning drum machine.
a bancada ruralista deixou-se enredar em uma armadilha, vítima da própria arrogância. Diante da relativa folga com que conseguiram, aparentemente, evitar os vetos da presidenta Dilma Rousseff aos pontos mais polêmicos da nova legislação, como a anistia parcial a desmatadores, a ala do agronegócio imagina poder tornar o código ainda mais simpático aos produtores rurais.
Read more at www.cartacapital.com.brPerderam, porém, a chance de aprovar a nova legislação no apagar das luzes de 2011, um ano em que a presidenta contou com o Código Florestal como moeda de troca para aplacar ânimos diante do veto às emendas parlamentares. E vão tentar ganhar espaço justamente às vésperas da Rio +20, quando os holofotes internacionais estarão voltados para o Brasil, e Dilma certamente será cobrada em seu compromisso anterior às eleições, quando se declarou contrária ao Código Florestal nos moldes em que já se desenhava.
Alabama Can't Find Anyone to Fill Illegal Immigrants' Old Jobs
Alabama agriculture officials are stumped over how to keep farms operating now that the state's draconian new immigration law chased away all of the low paid (however illegal) labor. The latest idea: Hire prisoners. The Associate Press reports:
Read more at www.theatlanticwire.com
Farmers have complained of a lack of field hands since parts of the law took effect in late September. Many have said legal residents aren't physically able or mentally tough enough to perform the work, and others won't do so because it doesn't pay enough.
Joe Simon, legendary Golden Age co-creator of such characters as Captain America, the Sandman, the Fly and hundreds more, has died at age 98
Read more at www.comicsbeat.comTogether with his partner Jack Kirby, Simon revolutionized the superhero, horror and romance genres — there pretty much wouldn’t be comics as we know them without the work of these two.
. Na ótica da polícia, não existe ex-traficante. Vão continuar te caçando e achacando. Mesmo com a ocupação, é muito complicado um jovem aqui deixar o crime. Primeiro, é difícil convencê-lo de que, em vez de R$ 600 por semana, ele vai ganhar isso por um mês de trabalho. Muitos também são menores, não podem trabalhar. Sem apoio, ficam à toa no morro. Grande parte voltou a vender droga, no tráfico formiguinha (de pequenas quantidades) do Alemão ou de outras favelas. Um deles, de 12 anos, morreu esta semana em Niterói. Rodou pelo morro, não encontrou oportunidade e foi traficar em outra comunidade
Sem políticas públicas específicas em curso para esses egressos do crime, a maioria encontra dificuldades para reinserção na sociedade, muitos estão ociosos e outros acabaram voltando à antiga atividade. Eles compõem a "geração do limbo", como os classifica o economista Ricardo Henriques, responsável pela UPP Social, programa da prefeitura.
— A mobilidade social dessa geração era muito ligada ao tráfico de drogas, e o prestígio na comunidade também. Preencher esse vazio com políticas públicas sedutoras e que deem perspectivas reais é o nosso maior desafioRead more at oglobo.globo.com
ai graziela que mora na tela do computador
nunca te vi mas posso sentir que você é meu grande amor
by Jonathan Jones -
The grisly spectacle of Muammar Gaddafi's death and posthumous career as Misrata's most popular body art exhibit may not have been very edifying
But nothing in the photographs of Gaddafi wounded, dead, dragged through the streets, and finally on display, rotting in public, has been anything like as disgusting as the thoroughly hypocritical and self-deceiving international reaction to these pictures.
To get upset by photographs of the dead Gaddafi is to pretend we did not know we went to war at all. It is to fantasise that our own role is so just and proper and decent that it is not bloody at all.
It's complete nonsense. We totally forget the fact that Nato planes blasted his Tripoli control centres with every chance of killing him. If a French or British raid just happened to have blown him to bits, would we be wringing our hands?
The stench of doublethink is more noxious than any vapour emerging from the meat store in Misrata.
. If we don't like what we see we must stop this foolish pretence that war, however "just", can ever be anything but a brutal mess.Read more at www.guardian.co.uk
Dica de TOM LEÃO
Like the Devil Himself, the middle finger bears many names and adopts many guises. There’s the “single-digit salute” favored by punk rockers and rebellious celebrities. Or the “expressway digit,” a remarkable single-sign code by which California drivers communicate their complex emotions. It’s also known as “the bird,” a poor symbolic avian that is endlessly flipped and flicked. It can be displayed statically, waggling and waving, thrusting with rage, or drooping dispassionately from the hand of a rapper.
Read more at www.mentalfloss.comEven before the Romans, an Athenian playwright and comedian named Aristophanes created a feisty character who gives Socrates the finger. It was a unique way to respond to all those irritating questions. Nobody can say Socrates didn’t ask for it.
At only 17 years of age, the aspiring artist was hired as an inker by Batman creator Bob Kane, and over the next several years, Robinson offered as much visual input into the character's world and cast as his originator. Robinson co-created Robin, the Boy Wonder and is often credited as the primary influence for arch-villain the Joker,
In the 1970s, Robinson returned to the national spotlight as a comics historian and advocate for the rights of artists.
I was a guest curator at the Kennedy Library in Washington, where we did I think the largest show ever held on the comics. Certainly in the US. It was the size of a couple football fields and had all the genres of the comics.
Shortly thereafter, Robinson became a key figure along with artist Neal Adams in the fight to get Superman creators Jerry Siegel and Joe Shuster proper credit and pay for their hero from DC ComicsRead more at www.comicbookresources.com
Marcadores: sonhos
a ONG Made in a Free World desenvolveu um teste para mostrar que muitas coisas do nosso cotidiano – do carro que usamos para nos deslocar ao computador que você está usando para ler este blog – passam pelas mãos de pessoas que trabalham sob condições subumanas em todo o mundo.Read more at blogs.estadao.com.br
Read more at blogs.estadao.com.brO que estão fazendo com as ONGs no Brasil, francamente, não se faz! O voluntariado sem fins lucrativos segue em vias de desmoralização a cada novo escândalo com dinheiro público. A política terceirizou a roubalheira com parceiros não governamentais!
"Essa medida faz parte do processo de castração acelerada do Ibama e do desmonte da legislação ambiental brasileira. O Ibama está perdendo cada vez mais seu poder de órgão fiscalizador. Daqui a pouco, os fiscais do Ibama vão estar fiscalizando o trânsito na Praça dos Três Poderes por falta do que fazer", declarou.
"Você está ''empoderando'' quem está muito perto do crime, que são os estados e os municípios. O poder local é muito mais passível de influência por parte do infrator do que o poder federal. É lamentável o processo de esvaziamento do Ibama", reforçou Adário.Read more at www.correiodopovo.com.br
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER