/*------------------------------------------------------------------------------ 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.
Former staffer tells how dismay mounted during his three months with the whistleblowing group
James Ball
I couldn't support its internal culture, its lack of accountability, willingness to lie publicly, and crucially its failure to condemn Shamir. I supported the organisation's principles, but not its methods.
Supporters were asked to "apply psychological pressure" to encourage me to sign, evidencing a growing cultlike ethos at the centre of the group.
These cables contain details of activists, opposition politicians, bloggers in autocratic regimes and their real identities, victims of crime and political coercion, and others driven by conscience to speak to the US government. They should never have had to fear being exposed by a self-proclaimed human rights organisation.Read more at m.guardian.co.uk
Conheci um sujeito no Japão que transava com uma boneca inflável.
Um dia ela virou gente e..
Pinocchio com a Real Girl do Lars,
a fábula caberia bem num segmento de um filme coletivo como aquele Tokyo,
mas nesse formato de 2h+ passa como um pastel de vento
ou... uma boneca inflável desinflando...
Too Proud to Be Jealous
You can’t begin to understand Anne Sinclair unless you understand that France is a highly sexualized society, where even rejection has its own rules and rituals. Young women know how to play the game of what is called “seduction”; journalists sleep with important men because it’s fun, they say, and keeps the sources happy. “I’d have done him,” more than one woman says—“what a lark.” Girls know how to deflect an advance with a joke or a metaphorical slap. The “droit de cuissage," or right to deflower any maiden, was a prerogative of men in power, and still is. The tumbling of servants has its own term: “les amours ancillaires.” The events in Room 2806 provoked the same hilarity as the plays of Feydeau, in which the master does the maid between doorways while the mistress awaits in one room and the wife in another.
In a less sophisticated setting, only the man has fun: secretaries service the boss in factories and gas stations to keep their jobs. What is delightful Feydeau to those with the references is grim reality without the comforts of culture.
This is the war between the Marquis de Sade and Simone de Beauvoir. Denis Olivennes, the head of Paris Match, Le Journal du Dimanche, and Europe1 radio, concludes: “In France, everything ends up as a concept.”Read more at www.thedailybeast.com
Marcadores: musicas
when markets began viewing that debt as iffy at best, they started lavishly dumping it as part of the process that sent borrowing costs for Greece, Italy, and other targeted countries rising. And, of course, those rising borrowing costs created by market scorn has made it more expensive for indebted countries to pay off creditors and avoid default--an outcome that becomes increasingly likely thanks to the action by the markets betting billions on that exact situation coming to pass. Think of it as a “their pain, our gain” arrangement, not entirely unlike the de facto mindset of the hooded lads in Clapham sporting new trainers and iPads these days.Read more at globalspin.blogs.time.com
"Foi o mesmo secretário de transportes que acabou com as barcas de madrugada alegando que não dava lucro pra empresa. Como se fosse papel do secretário estar preocupado com o lucro de empresas e não com os usuários do transporte público."
"Lamentou o acidente que, segundo ele, representa uma tragédia para o turismo da cidade. Ora, fica calado que é melhor! Morre gente, morre criança, ele tá preocupado é com o turismo da cidade. Só pensa em dinheiro! É por isso que ele tá nessa pasta,"
"Agora ele vem a público dizer que a culpa é do motorneiro, que faleceu nesse acidente. O secretário tem que lavar a boca com água sanitaria antes de falar nesse senhor, que morreu tentando salvar a vidas das pessoas. Ele tava trabalhando, coisa que o secretário não sabe o que é fazer. "
Read more at www.foxnews.comSunny days sometimes turn dark and dismal. A shirt that looked good on the rack at Target now sits in the bargain bin at Staples. And, that new car with the Hemi engine and the third-row back-seat? It now drives like a crusty tank.
The same is true of web sites. What seemed so fresh when you first registered now seems like a ghost town. What happened? According to Gartner analyst Michael Gartenberg, site visitors routinely check the door to see if anyone else is leaving for better services. Like lemmings, they can pull up stakes and leave in a heartbeat. (Facebook, are you listening?) All you can hear are the crickets.
Ainda os distúrbios ingleses: Tutty Vasques mandou bem!
No fundo, no fundo tudo é saque! De um lado, grandes investidores dos quatro cantos do planeta correm em pânico com seus bilhões de um lado para o outro sobre os escombros das bolsas de valores. De outro, os sem-nada do Reino Unido se aproveitam da vitrine quebrada por pedra endereçada à polícia pra ver se ganham alguma coisa nessa bagunça danada que virou a humanidade. Em Wall Street ou em Tottenham, o clima de salve-se quem puder é o mesmo!
Os dois extremos da pirâmide da pindaíba social experimentam sensações muito parecidas de medo, insegurança, desespero, histeria, risco, selvageria, angústia e palhaçada. Outra coisa em comum nos incêndios da periferia de Londres e nos colapsos do mercado financeiro: ninguém sabe explicar direito como tudo começou ou onde isso vai parar.
Read more at blogs.estadao.com.brMas param por aí as coincidências entre o caos dos ricos e a zorra dos pobres. A polícia não bate na turma que saqueia bolsas de valores. São, evidentemente fins do mundo distintos, como tantos outros que o ser humano – ô, raça! – superou.
Marcadores: textos
Renata Malkes
Ainsatisfação com a morosidade e com a falta de transparência do governo interino do Egito catalisou novos protestos contra o regime militar, levando de volta milhares de manifestantes à já lendária Praça Tahrir
— A população não revolucionária, que não vem mais aos protestos, está cansada de não ver soluções realistas. Nós, na praça, estamos tentando fazer ouvir a voz da sociedade civil. O maior problema do Egito é a relação entre o cidadão e o Estado, inexistente ou corrupta em todos os níveis —
Como haverá renovação quando um novo partido precisa de cinco mil membros de todas as províncias? E do pagamento de altas taxas? Ninguém vai conseguir a tempo das eleições.Read more at www.itamaraty.gov.br
Um ano depois, mineiros chilenos que passaram 69 dias soterrados sofrem com desemprego e problemas de saúde
Cristina Tardáguila
Read more at oglobo.globo.comRIO - José Ojeda, autor da famosa mensagem "Estamos bien en el refugio los 33", toma remédio seis vezes por dia por indicação psiquiátrica. Jimmy Sánchez não suporta ficar no escuro. Dos 33 mineiros, que em 5 de agosto do ano passado foram soterrados por um deslizamento de terra, permanecendo 69 dias a 700 metros de profundidade numa mina no Chile, 15 estão desempregados e com problemas financeiros, e sete sob licença médica. Um ano depois, poucas cerimônias marcam o aniversário do episódio, enquanto os mineiros ainda aguardam serem indenizados.
Marcadores: palavras
Read more at rio-negocios.comSÃO PAULO. A Superintendência Regional do Trabalho de São Paulo já multou pelo menos cinco grandes empresas por envolvimento com trabalho análogo ao de escravo. Marisa, Pernambucanas, Zara, Collings e FG Confecções foram autuadas em mais de R$4,5 milhões. Renato Bignami, assessor da Secretaria de Inspeção do Trabalho, do Ministério do Trabalho, disse que mais de 200 autos de infração foram aplicados desde que o programa de fiscalização foi iniciado, no segundo semestre de 2009. Segundo ele, outras 20 grifes de roupas estão sendo investigadas:
Seus trabalhos são o que os outros cospem
Wilson, 47, um dos mais conhecidos artistas ao ar livre do Reino Unido, mergulhou, nos últimos seis anos, em uma paixão peculiar e muito pessoal: pinta pequenos quadros sobre chicletes pisados que encontra nas calçadas de Londres. Por mais estranho que possa parecer, o resultado é bonito: manchas de cor aparentemente aleatórias em meio ao cinza que, a um exame mais atento, vêm a ser pinturas em miniatura de quase qualquer coisa: animais, paisagens, retratos e, muitas vezes, mensagens estilizadas de lamento, agradecimento, comemoração e amor. Seus quadros tornaram-se uma crônica do bairro.
Wilson disse que não se importa que suas pinturas sejam lavadas, destruídas para repavimentação ou arruinadas pela sujeira urbana. "Tudo é transitório", ele disse. "O que importa de verdade é o processo criativo."Read more at www1.folha.uol.com.br
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER