/*------------------------------------------------------------------------------ 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.
Report: DSK Maid Worked as Prostitute
Read more at www.thedailybeast.comThe reputation of Dominique Strauss-Kahn's accuser has fallen fast since the revelation that she lied about aspects of her alleged assault, but now a New York Post report claims that she may have been working as a prostitute in the hotel. "There is information... of her getting extraordinary tips, if you know what I mean,” says an anonymous source. “And it's not for bringing extra f--king towels." The same source says the maid got the job at the Midtown hotel because her union “saw her as an earner.” She also had "a lot of her expenses—hair braiding, salon expenses—paid for by men not related to her." Another source tells the Post that the maid was engaged in a pyramid scheme to rip off other immigrants from her native Guinea.
Book Reveals Extent of Third Reich Body Worship
The book market in Nazi Germany was surprisingly varied. But perhaps the most bizarre bestseller to make it past the censors was an unabashed collection of nudist photography. It was a celebration of the Aryan body.Read more at www.spiegel.de
Europa teme imigrantes após revoltas árabes
Agora, sem déspotas que deem uma ajuda, muitos na Europa temem enfrentar novas levas de migração ilegal, não só do norte do continente como também da África Subsaariana.
Esses migrantes chegariam num momento em que grande parte da Europa -às voltas com o desemprego e a estagnação econômica- já está inundada por um sentimento anti-imigração, e muitos países dizem ser simplesmente incapazes de absorver mais migrantes pobres.
Read more at www.controversia.com.brNas últimas semanas, autoridades italianas têm alertado para um "êxodo bíblico", em que até 300 mil pessoas poderiam chegar, embora muitos especialistas digam que essa cifra serve muito mais para acirrar os ânimos internamente do que para refletir a realidade com clareza.
Read more at flavorwire.comIt looks like downtown New York just got a little more Shepard Fairey; the ubiquitous OBEY artist — who was in town promoting the paperback release of Steven Heller’s Big Lie and Little Truth, Graphic Design and Propaganda in Branding — has been working on a huge stencil at Bowery and Rivington for the past few days. As The Measure notes, the location of this new piece is “the building that houses Sue Scott Gallery — two blocks south of the new JR photo mural where Fairey’s work was thoroughly defaced a couple years ago.” Click through to get a better look at the work-in-progress. Any bets on how long this one will last?
Kutcher and Demi Moore are behind the Real Men Don’t Buy Girls campaign, which works to end child sex slavery, in part by shaming guys who would pay to sleep with underage girls. Yesterday, the Voice – which has often been criticized for its reliance on escort ads — published a cover story debunking Kutcher’s (and much of the mainstream media’s) claim that there are 100,000-300,000 child sex slaves in the US.
Now, the actor has taken to Twitter, where he boasts over seven million followers, to tell the Voice that “REAL MEN DON’T BUY GIRLS and REAL NEWS PUBLICATIONS DON’T SELL THEM” and warn them, “I’m just getting started!!!!!!!! BTW I only PLAYED stupid on TV.”
See more at flavorwire.com
The title of this article may be shocking for internet users who are familiar with Anonymous, but this is exactly what the Spanish police proudly announced on Junef 9. "The dismantlement of the leadership of the hacktivist organisation Anonymous," they said. The way the announcement was made has caused netizens to make fun of what they consider the authorities' lack of understanding of the internet's architecture and culture. This is another sign of the gap between people and their political representatives, a key cause of citizen mobilisations against the two main political parties in Spain,
Any user who is not logged in when accessing a website is, technically, anonymous
There seems to be a fundamental contradiction in announcing the dismantlement of the leadership of a collective that lacks leadership by definition. Is this real ignorance or an intentional attempt to disinform?
See more at english.aljazeera.net
We know you come from different generations. Some are native to the pilcrow, others native to the hashtag. You began your careers in different media: radio, print, broadcast, online and mobile. But you share a common bond: the desire to make a difference in the world, bringing reliable information to the communities you serve.
Read more at media.twitter.comWhile this group is diverse, we think Twitter and #TfN can be a kind of common ground—and we know Twitter is a tool all journalists can use to find sources faster, tell stories better, and build a bigger audience for their work.
Filme de terror que se passa numa escuridão onde quase não se vê o motivo do medo? Legal. Filmado com uma câmera de fotografia e todo narrado numa única extensa tomada? Interessante.
Premissas & temores são bons mas o filme acaba sendo ruim. O twist é mal realizado (a casa pode ser escura mas isto precisava ficar claro). O lance da tomada única que seria o fator genial da história acaba por engessá-la - é forçado (além de falso, vide as trevas para trocas) e por ser supostamente em termpo real desmente a possibilidade de ocorrência do twist.
Com uma virada semelhante mas muito bem realizado vi esta semana "A Tale of Two Sisters".
Enfim, a casa muda soluça e arfa bastante mas não tem muito a dizer.
Hoje, os partidos verdes são, cada vez mais, partidos de centro que fornecem a roupagem ideológica para a nova aliança entre um sistema financeiro embalado pela "bolha verde" e a má consciência de uma classe média que prefere não ouvir falar em conflito de classe.
C. Alberto chama Tostão de demagogo em polêmica sobre aposentadoria para campeões
"É um demagogo, pode escrever aí. O Tostão não precisa ficar falando. Ele teve mais sorte que do os outros, é médico, não sei nem se é ele que escreve aquela coluna lá no jornal. Mas tem gente que não foi preparada. Esse filho da p... deveria falar algum tipo de verdade. Não gosto nem de falar", comentou Torres.
Read more at esporte.uol.com.br
"Demagógica? Não sou bilionário. Só entendo que o governo não pode pegar dinheiro e distribuir assim [sem critérios]. E os campeões de outros esportes, as outras classes? Um artista que elevou o nome do Brasil também poderia pedir esse benefício. Mesmo assim, entendo também que a carreira de um jogador tem suas particularidades, precisa realmente ser amparada de um jeito diferente", rebate Tostão, que reforçou à reportagem do UOL Esporte que recusaria o auxílio financeiro em caso de aprovação.
Mal chegamos à metade do ano e já estão fazendo listas!
Read more at www.npr.orgThese 25 titles are drawn exclusively from the first half of 2011, and lean toward some of the most exciting discoveries in as many genres as we could shoehorn in. For every Adele who made the cut, there are five My Morning Jackets, Death Cab for Cuties and Fleet Foxeses who didn't. But if you're looking for the best of January-to-June in virtually every major musical genre, here's a good starting point. May we all bicker about the omissions from here 'til 2012.
Quer dizer então que a Coca-Cola, o McDonald's e o Bradesco doaram R$ 940 mil ao PC do B na última campanha eleitoral?
as três empresas são patrocinadoras ou da Copa do Mundo no Brasil ou da Olimpíada no Rio, ou de ambas, casos da Coca-Cola e do McDonald's.
Atenção, ironia: é hora de tirar o chapéu para o ministro do Esporte, Orlando Silva JúniorRead more at sergyovitro.blogspot.com
JOHN NICHOL - DO "THE GUARDIAN"
muitos não usam equipamentos militares facilmente identificáveis, e tentar diferenciar amigo de inimigo será um grande desafio.
A diferença entre uma camionete com forças de Gaddafi e uma com refugiados não é fácil de ver no ar. Ninguém quer errar.
Sabemos que um caça líbio foi derrubado ontem, mas quem estava pilotando o avião - um rebelde ou um membro da tropa de Gaddafi? Todas as imagens dos rebeldes sugerem que eles estão felizes em atirar a esmo em qualquer coisa.Read more at guerrilheirodoentardecer.blogspot.com
Leio o capítulo do livro em questão e vejo, no entanto, que a autora se dedica nele, a maior parte do tempo, a mostrar a importância da pontuação, da concordância e da boa ortografia na língua escrita.
A grita contra o livro, por aqueles que, imagino, não o leram, é uma estridente confirmação, em primeiro lugar, daquilo que o próprio livro diz e, em segundo lugar, daquilo que ele não diz, mas que deveria dizer.
Hélio lembra que a passagem do latim às línguas românicas, o português incluído, só se deu graças às províncias que passaram a falar um latim tecnicamente estropiado, sem as suas declinações clássicas. Sem essa dinâmica e o correspondente afrouxamento flexional, estaríamos até hoje falando latim e usando as cinco declinações.
O horizonte do pragmatismo é o que me parece estreito, no entanto, no livro do MEC.
É muito pouco. A norma culta não é nem um mero adereço de classe nem apenas uma variedade à disposição do aluno para ele usar diante de autoridades ou para preencher requerimentos. A educação pela língua não pode ser pensada apenas como um instrumento de adaptação às contingências.Read more at sergyovitro.blogspot.com
Depois de True Grit continuo na linha John Wayne, vendo agora a trilogia Rio Bravo /El Dorado/ Rio Lobo, basicamente a mesma historia filmada de tres maneiras diferentes por Howard Hawks.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER