/*------------------------------------------------------------------------------ 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.
A literary icon, like many older readers, has turned away from made-up stories. Why?
It speculates that fictional storytelling -- a universal cultural practice -- helps people imagine what others are thinking and feeling, and consequently how they might behave in the future. The value of such skills when it comes to navigating complex social groups is obvious, but perhaps people do reach a saturation point with age. No other artistic form can surpass the novel's ability to immerse us in the inner life of another human being, yet there may come a stage when that prospect promises nothing new.
"To read fiction in particular is to engage with so many different creative senses, from being knocked out by a great writer's examination of the human condition to marveling over linguistic style and voice to escapism and entertainment, or even all of the above. And as one gets older, and the ability to free up space in one's head to properly engage with reading and not be distracted by physical and/or mental ailments, it seems to me that reading fiction would naturally become more difficult."
Read more at www.salon.com
Foi no dia 23 de outubro de 1958, no momento que Johan e Peewit lutavam contra as injustiças em uma Idade Média criada por Peyo, que nasceram Os Smurfs, como personagens secundários.
"Os leitores do jornal Spirou aprovaram rapidamente os novos personagens, que logo começaram a viver suas próprias aventuras", comentam os responsáveis da mostra organizada pela casa de vendas Artcurial.
A partir de então, Os Smurfs não pararam de evoluir, tanto do ponto de vista gráfico como psicológico.
Read more at www.estadao.com.brCoincidindo com a estreia mundial nas telas de cinema do filme em 3D Os Smurfs, a exposição reúne mais de 200 objetos vinculados ao autor como pranchas originais nunca antes expostas, arquivos e fotografias que repassam a vida e obra de Peyo.
Marcadores: sonhos
Começou o fim de semana do festival Pitchfork.
Hoje tem Thurston Moore, Guided by Voices, Neko Case e Animal Collective.
Clique para acompanhar ao vivo ...
amanhã tem Fleet Fioxes, domingo Deerhunter, 10 shows por dia.
Os maus modos das palavras de baixo calão, a arrogância de se achar dono do futebol e ameaçar os que não comungam de seus interesses e a prepotência de se colocar acima das instituições, da Justiça, da Imprensa, da opinião pública, resumem a personalidade do homem que há mais de duas décadas reina no nosso futebol.
O Brasil – ou pelo menos um lado do Brasil – está cheio de Ricardo Teixeira. Num país onde governadores beijam-lhe as mãos à caça de um joguinho a mais ou a menos da Seleção, louve-se os deputados do Amazonas que negaram-lhe o direito de receber o título de cidadão amazonense. “Ele merece receber uma medalha do presídio”, resumiu Marcelo Ramos, do PSB local.Read more at www.lancenet.com.br
Ainda há tempo de reagir. Para ser grande, para atrair investimentos e a admiração do mundo, não basta a um país ter uma economia estável. Não bastam grandes eventos. É preciso dar um sinal de que a moralidade, a defesa do interesse comum, a transparência no trato da coisa pública – que a presidente Dilma tem pregado desde a sua posse – são bens irrefutáveis de toda a Nação.
The leaks illustrate a frightening reality, where world leaders are greedily awaiting the opportunity to exploit the oil and natural gas that lie beneath the melting Arctic ice.
1) The Arab Spring: Information is power.
2) The “worst of the worst” included children, the elderly, the mentally ill, and journalists.
3) U.S. allies are among the leading funders of international terrorism.
4) World leaders are practically lighting a fire under the Arctic.
5) Washington would let them starve to protect U.S. corporate interests.
More to come?Read more at www.guernicamag.com
Read more at www.lancenet.com.brDurante um almoço, Teixeira contou que sempre apoiou a reeleição do presidente da Fifa Joseph Blatter para mais um mandato, contra o então candidato catariano Mohammed Bin Hammam. A declaração provocou surpresa em sua filha.
- Ué, mas você não quer o Bin Hammam? - indagou Antônia.
De acordo com a revista, a reação de Teixeira foi a de fazer um movimento brusco com o braço direito em baixo da mesa, que foi revidado com uma exclamação de sua filha:
- Ai, pai! Não me belisca!
Após a cena, fez-se silêncio.
Marcadores: musicas
“Não ligo. Aliás, caguei. Caguei montão”, “só vou ficar preocupado, meu amor, quando sair no Jornal Nacional”Read more at comunicatudo.blogspot.com
the fact that Dominique Strauss-Kahn, the former head of the International
Monetary Fund (IMF), is facing trial for allegedly raping a maid in a New
York hotel room is – rightly – big news. But imagine a prominent figure was
charged not with raping a maid, but starving her to death, along with her
children, her parents, and thousands of other people. That is what the IMF
has done to innocent people in the recent past.
To understand this story, you have to reel back to the birth of the IMF. In
1944, the countries that were poised to win the Second World War gathered in
a hotel in rural New Hampshire to divvy up the spoils. With a few honourable
exceptions, like the great British economist John Maynard Keynes, the
negotiators were determined to do one thing. They wanted to build a global
financial system that ensured they received the lion's share of the planet's
money and resources. They set up a series of institutions designed for that
purpose – and so the IMF was delivered into the world.
“When the IMF arrives in a country, they are interested in
only one thing. How do we make sure the banks and financial institutions are
paid?... It is the IMF that keeps the [financial] speculators in business.
They’re not interested in development, or what helps a country to get out of
poverty.”
Read more at www.independent.co.uk
If Strauss-Kahn is guilty, I suspect I know how it happened. He must have
mistaken the maid for a poor country in financial trouble. Heads of the IMF
have, after all, been allowed to rape them with impunity for years.
Ele terá de indenizar casal em R$ 10.200 após reclamação no livro do condomínio
Read more at www.estadao.com.brEle escreveu que o comportamento do casal seria aceitável somente em "prostíbulos e motel de beira de estrada". O vizinho relatou que o casal passava de gemidos indiscretos a gritos escandalosos.
They even took the lightbulbs
They broke everything in that raid
But they couldnt take my heartache
They forgot to take my pain
We were pretty well sold on "The Dark Knight Rises" from day one, but the vertigo-inducing image on the poster has us incredibly intrigued. Gotham City is literally falling apart, which makes us wonder if the film will be even bleaker (if that's possible) than "The Dark Knight."Read more at blog.zap2it.com
Marcadores: palavras
Marcadores: charges, tiago recchia
China used prisoners in lucrative internet gaming work
As a prisoner at the Jixi labour camp, Liu Dali would slog through tough days breaking rocks and digging trenches in the open cast coalmines of north-east China. By night, he would slay demons, battle goblins and cast spells.Liu says he was one of scores of prisoners forced to play online games to build up credits that prison guards would then trade for real money.
the operation was even more lucrative than the physical labour that prisoners were also forced to do.
"If I couldn't complete my work quota, they would punish me physically. They would make me stand with my hands raised in the air and after I returned to my dormitory they would beat me with plastic pipes. We kept playing until we could barely see things," he said.
Read more at m.guardian.co.ukDanny Vincent in Beijing
one night of magic rush
the start a simple touch
one night to push and scream
and then relief
Flickr is among the social media networks, like Facebook, Twitter and YouTube, that are increasingly being used by activists and pro-democracy forces especially in the Middle East and North Africa.
That new role for social media has put these companies in a difficult position: how to accommodate the growing use for political purposes while appearing neutral and maintaining the practices and policies that made these services popular in the first place.
Two days after using Flickr to display photos of police officers from Egypt’s feared state security force, Hossam el-Hamalawy watched in disbelief as they vanished, one by one, from the popular social networking site, which he had been using since 2008.
He later learned in an e-mail from Flickr that the photos had been removed because he did not take the images himself, a violation of the site’s community rules.
Human rights advocates have also criticized Facebook for not being more flexible with some of its policies, specifically its rule requiring users to create accounts with their real names.Read more at www.nytimes.com
LE KRAM, TUNISIA — A crowd has gathered to ponder the black-and-white photographs which have been pasted across the face of building that was, until recent, the local offices of the former president's much-loathed party.
For the artists behind what is one of the most ambitious contemporary street art projects to vibrate the Arab world, the artwork is about replacing the once all-pervasive presidential photography with mosaics of ordinary, anonymous Tunisians who rose up against their government.
The group are using street art to kick-start conversations and to challenge their compatriots to see the familiar in a new, post-revolutionary, light.
One of the artists, Wissal Darguiche, was questioned by some people about why they weren't using the photographs to commemorate those who died during the uprising.Read more at english.aljazeera.net
"I responded that my photography was about showing life and the future," she says, an argument many seemed to appreciate.
She suggested to local people that they create their own art to remember the fallen, and some said they would continue the project after the artists left.
Vocês conhecem. Aquele do Obama no Municipal no Rio, no Iraque, no Afeganistão e na prisão de Guantánamo, que ele prometeu fechar e não fechou. Obama não é uma pessoa coerente. Obama nesses seus anos de mandato não tem uma única frase ou feito memorável. O mesmo não acontece com o soldado Bradley Manning.
É proibido de conversar com os guardas seus carcereiros. A cada cinco minutos, é obrigado a responder se se encontra bem e em forma. Se voltar a face para a parede durante o sono é prontamente acordado.
Read more at www.estadao.com.brBradley Manning, que, incrivelmente, ainda mantém um senso de humor, apontou para o fato de que ele poderia, se quisesse, se injuriar com suas cuecas, no que estas foram de imediato retiradas.
dica de Juca Filho
Read more at www.revistafotografia.com.brA fotógrafa japonesa Natsumi Hayashi “voou” pelas ruas de Tóquio em uma série de auto-retratos que simulam levitação. O efeito foi conseguido a partir da combinação de pulos no ar + velocidade rápida do obturador (1/500) usando a câmera Canon EOS 5D Mk2 para congelar o momento.
Uma segunda decepção de Jennings envolve as agências de notícias, veículos que, pelo seu modelo de atuação na imprensa, são incapazes de aprofundar em temas por falta de tempo e interesse dos seus jornalistas em pesquisar sobre futebol e os esportes olímpicos.Read more at www.revista100fronteiras.com.br
“Tradicionalmente, estes repórteres, que cobrem diversas editoriais, olham para as notícias de esportes e falam ‘Ah, que saco’. Agências de notícias são basicamente feitas de reescrever releases, reproduzir o que é dito na televisão e o que os governos estão falando”, afirmou Jennings.
'Tento buscar temas universais', diz autor de 'Palestina' e 'Gorazde'
Read more at g1.globo.com
"Eu estive em Belo Horizonte uma vez para um festival de quadrinhos. Foi maravilhoso. Na verdade, eu me diverti mais do que eu imaginava. Lembro de beber muito, dançar, entrar e sair de táxis e destas conversas interessantes", recorda. "Para ser honesto, não sei muito sobre a história e a cultura do Brasil. Mas estou feliz em estar de volta para aprender um pouco mais."
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER