/*------------------------------------------------------------------------------ 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 techland.time.comIf Mark Zuckerberg starts cracking pistachios between his fingers, he's in big trouble. If he's always cracked pistachios that way, he'd be wise to stop just to avoid potential legal headaches. Whatever he does, he should NOT try to patent anything related to pistachios. Patent litigation in the tech industry has reached a fever pitch lately. He'd be wise to stay away from shell-based nuts altogether, if you really think about it. Maybe stick to hunting.
Estudantes chilenos fizeram uma "vaquinha" para comprar um carro novo para uma mulher que teve o veículo incendiado após distúrbios em protesto em Valparaíso.Read more at leiturasmarona.blogspot.com
Após quase dois meses de campanha, que incluiu a organização de festas e rifas, os estudantes arrecadaram o equivalente a R$ 14 mil. Anteontem, entregaram o automóvel para a aposentada Mary Hitchman.
Globosat HD está passando essa minissérie baseada num dos livros da série DiscWorld, do célebre autor ingles de ficção-científica humorística Terry Pratchett, que se passa num mundo medieval aos quais chegam simulacros de inovações modernas (neste caso, a internet vs. um sistema postal).
Como adaptação, claro, não capta a riqueza dos livros, nem a totalidade do humor típico de Pratchett, mas como série de TV é divertido.
No debate dos pré-candidatos republicanos na última segunda-feira, Wolf Blitzer, da CNN, perguntou ao deputado Ron Paul o que deveríamos fazer se um homem de 30 anos que optou por não ter convênio médico precisasse de seis meses de atendimento em UTI.
Paul respondeu: "A liberdade implica nisso -assumir seus próprios riscos". Blitzer o pressionou outra vez, perguntando se "a sociedade deveria simplesmente deixá-lo morrer". A plateia explodiu com aplausos e gritos de "sim, sim!".
a liberdade de morrer se estende não apenas aos imprevidentes, mas também às crianças e às pessoas sem sorte. E a adesão da direita a essa noção assinala um deslocamento importante na natureza da política americana.
Agora, a compaixão está fora de moda -na realidade, a falta de compaixão tornou-se uma questão de princípio, pelo menos na base republicana.
PAUL KRUGMAN
Tradução de CLARA ALLAINRead more at leiturasmarona.blogspot.com
In reality, a narrowly-based Libyan elite is being supplanted by a much older, more enduring one of an international variety.
However, protecting civilians apparently didn’t generate sufficient public support for intervention, so we started to hear about other purported reasons for it. Qaddafi was encouraging his soldiers to…commit mass rape! And giving them Viagra! And condoms!
Besides, with all the talk about Qaddafi harming his citizens, what about the effect of more than 7000—yes, seven thousand—NATO bombing runs? We heard constant reports about how Qaddafi was facing charges of “war crimes,” with never a word about NATO.Read more at whowhatwhy.com
ew documents reveal that Lennon and the rest of his then-intact Fab Four took a stand against inequality while still in the prime years of The Beatles, too.
Read more at www.huffingtonpost.comAs the newspaper points out, they refused to play to a "segregated audience," demanding equality at their show.
In those times, it was no small request, and shows a new sense of nerve following the working class band's early rise to the top.
a unique glimpse into a world in which the "war on terror" became just another charter opportunity for American businesses.
These documents reveal how the CIA's secret network of torture sites was able to operate unchecked for so many years.Read more at m.guardian.co.uk
WikiLeaks has become a symbol of resistance to total government and corporate control over information and by extension, our lives.
Yet it often seems lately that the drama surrounding the organization is given more coverage than its actual revelations.
the swirl of controversy has all but overshadowed the value of the information itself. Still, WikiLeaks continues to shape the public debate over war, diplomacy, US power, secrecy, information technology, and the role of journalism.
Read more at www.alternet.orgWe've got eight things you need to know to be up-to-date on the latest with WikiLeaks.
A bit of a startling moment happened near the end of Monday night's CNN debate when a hypothetical question was posed to Rep. Ron Paul (R-Texas).
"What do you tell a guy who is sick, goes into a coma and doesn't have health insurance? Who pays for his coverage? Are you saying society should just let him die?" Wolf Blitzer asked.
"Yeah!" several members of the crowd yelled out.
members of the crowd who enthusiastically cheered the prospect of letting a man die rather than picking up the tab for his coverage.Read more at www.huffingtonpost.com
Quando eu morava no exílio e vagava pelas ruas de Paris me encontrava com esse grupo de argentinos dançando tangos em interessantes coreografias. Tangavam em lamentos sobre o país que lhe tungaram.
Por salões, pelas pontes, por ruas esfumaçadas...
Outro de Solanas. Um musical, à base de tangos, narrando o viver exilado.
Argentinos em Paris tentam montar uma tanguédia (tango+tragédia) sobre o exílio de Gardel, ou, deles próprios.
Os vencedores do 23º Troféu HQ Mix, a ser entregue nesta sexta-feira, deixarão a cerimônia de premiação carregando uma simpática estátua com os bracinhos e as perninhas balangando.
a estatueta homenageia Geraldão, criado pelo cartunista Glauco, assassinado em 2010
Read more at www1.folha.uol.com.br
O troféu em formato de Geraldão foi esculpido pelo artista Olyntho Tahara, 40, em resina. Os braços e pernas, posicionados em cima de molas, movem-se conforme a estátua é manuseada. Assim, imitam o celebrado efeito cinético das tiras de Glauco.
Files Note Close C.I.A. Ties to Qaddafi
the documents explicitly talked about having a friendly country arrest a suspect, and then suggested aircraft would be sent to pick the suspect up and deliver him to the Libyans for questioning. One document included a list of 89 questions for the Libyans to ask a suspect.
Read more at www.nytimes.comOn one occasion, the Libyans tried to send their own plane to extradite a member of the Libyan Islamic Fighting Group, Abu Munthir, and his wife and children, who were being held in Hong Kong because of passport irregularities.
The Libyan aircraft, however, was turned back, apparently because Hong Kong authorities were reluctant to let Libyan planes land. In a document labeled “Secret/ U.S. Only/ Except Libya,” the Libyans were advised to charter an aircraft from a third country. “If payment of a charter aircraft is an issue, our service would be willing to assist financially,” the document said.
Read more at takingtigermountain.comThis week’s graffiti post is less about illegal art and more about some epic commissioned street art on an awesome scale. Miami duo Friends With You who made their name with a charmingly minimalistic, brightly colored pop art style, have worked with the Fubon Art Foundation to install a massive art piece on the exterior of the Fubon Financial building in Taipei, Taiwan.
Kadafi gosta de leite de dromedário e adora sexo com virgens, conta ex-guarda-costas
Muamar Kadafi - o ditador mais procurado hoje no mundo - deve estar tendo dificuldade de tomar seu leitinho: ele só bebe leite fresco de dromedário, e havia anos os animais o acompanhavam a todos os cantos da Líbia
Read more at oglobo.globo.comOs guarda-costas homens também não ousavam ficar olhando para as amazonas "por medo que Kadafi decidisse: agora, casa com ela!". Anis relembra que Kadafi gostava de ter relações sexuais com mulheres virgens. Depois, ele costumava entregar a mulher para casar com um primo, um funcionário ou um guarda-costa. Não tinha como dizer "não". Em troca, o escolhido ganhava uma casa.
- A relação melhorava com Kadafi para quem casava com uma delas. Ele gostava de deitar na cama e ter 10, 15 meninas em volta dele. A maioria era tipo modelo líbia.
taques da Al-Qaeda inspiraram ficções, dramatizações e documentários
Do Iraque aos Estados Unidos, muito da produção cinematográfica da última década discute causas e efeitos do 11 de Setembro. A seguir, um roteiro de filmes relacionados aos atentados.
See more at www.estadao.com.br
Read more at www.estadao.com.br
SÃO PAULO - Além dos filmes, a literatura também ganhou criações relacionadas aos atentados de 11 de Setembro. Entre ficções, estudos e análises, veja um roteiro de obras para entender os ataques e suas consequências dentro e fora dos Estados Unidos.
Marcadores: charges, claudio paiva
O Canadian Broadcast Standards Council (Csbc), organização independente que regula e administra as emissores de rádio e televisão do Canadá, levantou na tarde de ontem a proibição à canção "Money for Nothing", sucesso do Dire Straits lançado em 1985
a música, que integra o clássico álbum Brothers in Arms foi banida das rádios do país quando um ouvinte da estação CHOZ-FM, na região leste do Canadá, questionou o uso da palavra faggot na letra de "Money for Nothing". O termo é uma gíria para "homossexual", e é considerada pejorativa.Read more at www.estadao.com.br
para além do luto dos amigos e das famílias das vítimas imediatas, havia um elemento de narcisismo nesse pesar nacional que se revelaria na política e que permanece visível no tom de muitas das retrospectivas de hoje. O problema, para alguns, não era que uma tragédia havia acontecido, mas que ela pudesse ter acontecido na América e aos americanos. A capacidade de empatia com os outros que sofreram tragédias semelhantes e o desejo de evitar mais sofrimento se mostraram esquivos quando confrontados com a necessidade de vingar os ataques. Era como se os americanos fossem únicos em sua capacidade de sentir dor e as mortes dos civis das outras nações valessem meno
Em 2004, um assessor de Bush (que se acredita ser Karl Rove) repreendeu uma jornalista do New York Times por trabalhar na "comunidade baseada na realidade", ou seja, pessoas que "acreditam que as soluções emergem de seu estudo cuidadoso da realidade visível ... Já não é desse jeito que o mundo realmente funciona. Agora nós somos um império e, quando agimos, criamos nossa própria realidade E enquanto você está estudando essa realidade -.. cuidadosamente, como você quer - nós vamos agir novamente, criando outras novas realidades, que aí você poderá estudar também, e é assim que as coisas se resolvem. Nós somos os atores da história ... e vocês, todos vocês, terão que ficar estudando o que fazemos ".Read more at www.revistaforum.com.br
Mas o mundo nunca funcionou desse jeito. E nos últimos 10 anos, a realidade alcançou a retórica.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER