/*------------------------------------------------------------------------------ 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.
Read more at zelmar.blogspot.comO americano Robert Crumb, um dos maiores cartunistas do mundo, revelou um ponta de farisaísmo do decantado liberalismo nova-iorquino.A revista New Yorker vetou um desenho dele para a capa sobre o casamento gay, sem nenhuma explicação."Não espero desculpas. Mas, se vou desenhar para eles, preciso saber quais são os critérios pelos quais aceitam ou rejeitam trabalhos."Segundo Crumb, na sala do editor de capas as paredes estão cobertas com trabalhos rejeitados.
Did the rejection offend you?
I’m in a privileged position because I don’t need the money. When you go to the cover editor’s office, you notice that the walls are covered with rejected New Yorker covers. Sometimes there are two rejected covers for each issue. I don’t know what the usual policy is, but I was given no explanation from David Remnick, the editor in chief, who makes the final decisions.
Did you receive an apology?Read more at www.vice.com
An apology? I don’t expect an apology. But if I’m going to work for them I need to know the criteria for why they accept or reject work. The art I made, it only really works as a New Yorker cover. There’s really no other place for it. But they did pay me beforehand—decent money. I have no complaint there. I asked Françoise what was going on with it and she said, “Oh, Remnick hasn’t decided yet…” and he changed his mind several times about it. I asked why and she didn’t know. Several months passed. Then one day, I got the art back in the mail, no letter, no nothing.
Uma esmagadora maioria de 107 países contra 15 dissidentes aprovou a participação da Palestina nos quadros da Unesco.
Contudo, a Unesco e a Palestina mereceram duro castigo. Seu desafio à vontade da Aliança Inquebrantável, única na história da América do Norte, resultou numa avalanche de punições:
1. Os Estados Unidos suspenderam sua contribuição anual de 70 milhões de dólares à Unesco, representando 30% do orçamento da instituição.
2. Israel suspenderá sua contribuição de 2 milhões de dólares.
3. Israel sonegará 100 milhões de dólares devidos à Palestina, conforme tratado de devolução de impostos.
4. Ainda, em represália, novos assentamentos ilegais foram liberados.
Estas iniciativas servem para adiar, mais uma vez, o processo definidor das fronteiras palestinas. Prorrogam mais uma vez a devolução das terras subtraídas. Ignoram a Primavera Árabe e sua inevitável percepção de injustiça cometida. Quais serão as consequências?
PEDRO LEITÃO DA CUNHARead more at oglobo.globo.com
Num tempo em que empresas, inclusive de comunicação, instauram como política interna a proibição das livres manifestações nos sites de relacionamento, como o Twitter, um grupo de atores, entre eles Maitê Proença, Cissa Guimarães e Marcos Palmeira, decidiu dar as caras desta vez em um vídeo que se alastrou pela internet com um apelo
Em cinco minutos, o desfile de argumentos – mais criativos e eficientes do que as correntes de frases-feitas que poluem qualquer rabisco de debate – produz efeito e atinge um público aparentemente alheio até então. Mal e mal, o debate está feito, com um vigor que não se viu na tevê e na internet nem mesmo quando índios do Xingu e os engenheiros se reuniam, no Pará, para debater a questão.
os críticos do vídeo foram a público dizer que a discussão é malfeita, hipócrita, fora de hora e os argumentos, frutos de encenação. Como se, em vez de dizer “eu matei o mocinho”, o ator resolvesse encenar o personagem ambientalmente responsável e só.
Read more at www.cartacapital.com.brNo fim das contas, os atores globais, agora chamados de oportunistas, deixaram sua contribuição para que, a partir de agora, gente que jamais se interessou por questões ambientais (ou se interessou superficialmente) tente saber, por exemplo, por que as intervenções estatais na Amazônica, com o ciclo da borracha, a Zona Franca de Manaus, o projeto Tucuruí, as mineradoras, a Transamazônica, a BR-319 e o início dos projetos das usinas de Santo Antonio e Jirau não contribuíram até hoje para eliminar de vez a situação de miséria à qual a população da região está submetida há décadas. Ausência de Estado ou abuso estatal? É uma questão.
Temos enorme dificuldade de transitar num mundo onde há coisas pretas e brancas, sim, mas no qual a maioria se apresenta na infinidade dos cinzas. Assim, é menos perturbador pensar no Nem unidimensionalmente mau do que no Nem humanamente complexo, capaz de temer a Deus, de amar a filha doente e de ordenar a execução de dezenas de pessoas durante o seu reinado de seis anos na Rocinha. O aparente paradoxo não torna mais fácil a nossa vida. A existência de um Mal e de um Bem metafísicos, absolutos, nos eximiria de refletir sobre nossos atos.Read more at sergyovitro.blogspot.com
Se a suspeita for confirmada, o episódio se revelará num dos mais emblemáticos casos de agressão à soberania nacional promovida por uma empresa estrangeira.
empresa Transocean, que faz os trabalhos de perfuração para a Chevron no Campo de Frade, é a mesma que operava a plataforma da British Petroleum, que explodiu no Golfo do México, causando um dos maiores desastres ambientais da história recente.Read more at www.cartacapital.com.br
Meu primo, que mora perto da proa, me confirmou por email. O choque com o iceberg foi em novembro do ano passado. Aqui, no Convés 18, sentimos o abalo em dezembro, e foi então que começaram os boatos.Read more at mundofantasmo.blogspot.com
Little sparks in the puddles shoot like darts
at all the things we might be
you and me
and time itself is frozen
So play on, play on, play on
The skies are made vermillion
Aplicativos agora substituem professores
Numa radical reconsideração do que significa ir à escola, Estados e municípios através dos Estados Unidos estão lançando escolas públicas pela internet que permitem aos estudantes, do jardim da infância ao último ano do ensino médio, ter algumas, ou todas, as aulas em sua própria casa. Outros Estados e municípios estão promovendo em escolas físicas um estilo de educação que é em sua maior parte baseado em cursos individuais por computador.
Defensores do aprendizado on-line dizem que ele pode economizar dinheiro público, oferecer currículos feitos sob medida para cada estudante e dar aos pais mais escolhas na educação.
Os críticos dizem que as escolas virtuais transformam a educação em uma busca amplamente utilitária: aprenda o conteúdo, clique para seguir em frente, aprenda o conteúdo, clique para seguir em frente. Eles lamentam a falta de discussão, temem que as crianças não serão desafiadas a enfrentar riscos e preocupam-se sobre a desvalorização de habilidades mais suaves aprendidas em sala de aula, como cooperação, tolerância e autocontrole.Read more at www.wallstreetjournal.com
the singer "continues to suffer" reputational damage from a controversial interview he gave to NME magazine four years ago in which he complained about an "immigration explosion" leading to a loss of British identity.
n 1992 NME accused him of "flirting with disaster" and racist imagery after he wrapped a union flag around himself while on stage in Finsbury Park, north London
the singer, claimed that the "extremely serious" and "highly defamatory" allegations were designed purely to raise publicity for the magazine.
In the interview, Morrissey was quoted as saying that "the gates of England are flooded. The country's been thrown away."
Morrissey "by his own actions" has provoked "more topical" accusations of racism – including an interview with the Guardian in September 2010 in which he described Chinese people as a "subspecies" – since the NME article was published.Read more at www.guardian.co.uk
Marcadores: palavras
One night I got up and told my father there were witches in my room. He gave me a baseball bat and said, "Here's what you do".
The deification of Steve Jobs was swift and amazing, an app that rose only in death. Jobs is now America's Princess Diana, a figure of tragedy, representing transformation, Jackie Kennedy being too long-dead to do it, and Michael Jackson too weird. I find this strange, because Jobs's real legacy was the way in which people now routinely ignore each other in public because they are playing with their iPhones and iPads. As ever with a new form of communication, one of the things you can do is communicate your indifference better.
Could it be that the eulogies for Jobs are a new expression of pure materialism? It is not enough to love your products; when the people who created them die, you are required to enter a kind of spiritual decline.
Apple pays just £3.99 for the production of your £600 iPhone, and it is the workers who pay for their – and our – greed, so we can tweet and be moving dots on a map. As Mike Daisey said, also in the New York Times, Jobs could have done something about this. He could have really changed the world. He chose not to.
Tanya GoldRead more at www.guardian.co.uk
58,8 milhões de hectares de terras com potencial agrícola são ocupados por uma pecuária de baixíssima produtividade, quase três vezes a área utilizada para agricultura, 59,8 milhões de hectares. Basta o uso de tecnologia para aproveitamento mais racional e inteligente de nossas terras e recursos naturais
O projeto propõe normas que contrariam o conhecimento já produzido para permitir a consolidação de danos em áreas de preservação permanente e de reserva legal, o plantio de até 50% da reserva legal com eucaliptos e a construção de projetos habitacionais em manguezais, dentre outros absurdos, como decretar que o leito de um rio no período de cheia não é mais parte dele.Read more at oglobo.globo.com
I used to know everything about you
But today when I tried to point you out to one of my friends
I picked the wrong girl again
Don't see you in a crowd anymore
I think it's you, but I can't be sure
You're wearing disguises
Occasionally it surprises me when it turns out to be you
Wearing disguises
O esporte em geral tornou-se um mundo de grandes negócios. Movimenta transações incontáveis com valores petrolíferos, em um espaço subterrâneo, sem fiscalização, de bandidagem livre, falcatruas e extorsões e golpes à vontade.Read more at sergyovitro.blogspot.com
É só querer.
o protesto social encontrou campo fértil em toda parte: um sentimento de que o “sistema” falhou e a convicção de que, mesmo numa democracia, o processo eleitoral não é suficiente para endireitar as coisas — pelo menos não sem uma forte pressão das ruas.
Num nível, os manifestantes de hoje pedem pouco: uma chance de usar suas habilidades, o direito de ter trabalho decente com remuneração idem, uma economia e uma sociedade mais justas. Sua esperança é evolucionária, não revolucionária. Mas, em outro nível, estão pedindo bastante: uma democracia onde as pessoas, não dólares, façam a diferença, e uma economia de mercado que entregue o que se espera dela.Read more at memoriasdenoticias.blogspot.com
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER