Big Mama Thornton - Summertime
/*------------------------------------------------------------------------------ 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.
"“The characters I write about are men who control events far, far less than events control them. My characters get caught, they try even though they don’t prevail or even significantly influence events. These guys muddle through.”
But he continued to maintain that the muddling was worth the effort. In a 1991 essay for Esquire, he explained why movies were his medium of choice.
“There are no novels or plays I’m itching to write and there never have been,” he wrote. “I love movies. I think movies best communicate whatever I have to say and show; or to put it another way, when what you want to show is wat you have to say, you are pretty much stuck with movies as a way of saying it.”"
My grandfather was a mortal threat behind the wheel of his Oldsmobile. In imperfect anticipation of yellow lights, he would stop unexpectedly at intersections. He drove 30 miles an hour on the freeway. One day his vision occluded, and he couldn’t see clearly into the distance. Yet he would still occasionally grab the keys, put my grandmother and her clutch of coupons in the passenger seat, and head to the grocery store. We failed to take the keys away at the opportune moment, and then struggled when the risks he posed were unquestionably worse. That’s the nature of families confronting the mortality of a loved one.
The group around President Joe Biden is familial to the core. The newbies in his inner circle have worked for him for 20 years; the veterans have been around since the early ’80s. To his closest advisers, Joe Biden is a figure frozen in time, still the domineering patriarch who dispenses love and throws tantrums. They crave his affection, they navigate his anger, they calibrate their arguments to appeal to his predilections. In the structure that Biden has erected around himself in the White House, he is his own top adviser.
Watching a parent age is inherently difficult. Nobody wants to believe that the most important figure in their life is approaching the end. It’s even harder for staffers whose entire identity is wrapped up in their association with the career of one political figure. To admit his end is to provoke a crisis in their own professional life. If I’m not whispering in Biden’s ear, then what am I?
Aging is nonlinear, which makes it difficult to track. Biden, as anyone who watches cable news knows, has good days and bad days. At moments, he resembles his old self, bristling with feisty energy. Those are the wishful data points that become the basis for comforting stories about how he always pulls through in the end.
And aging accelerates in reaction to events. Campaigns, even one lightly prosecuted, are famously hell on the body. The stress of managing multiple wars turns even youthful aides into sad middle-aged specimens. A child of the Cold War, Joe Biden is consumed with worry about possible nuclear war, not a relaxing thought to have constantly coursing through one’s brain. Biden is a different human being than he was a year ago, because the presidency is the opposite of a hyperbaric chamber.
That makes the failure of the Democratic establishment to take the age question more seriously harder to understand, because the notion of having an 86-year-old president has always defied understanding.
When I talk with aides on the inside, they never question Biden’s governing capacity. Perhaps this is their own wishful thinking. Perhaps they are better able to see how the benefits of experience overwhelm his inability to recall a name. But it’s also the product of a delusion among the Democratic elite about what constitutes effective leadership. Governing competently is different from campaigning competently. The ability to think strategically about China, or to negotiate a complicated piece of bipartisan legislation, is not the limit of politics. It’s not enough to deliver technocratic accomplishments or to prudently manage a chaotic global scene—a politician must also connect with the voters, and convince them that they’re in good hands. And the Biden presidency has always required explaining away the fact that the public wasn’t buying what he was selling, even when the goods seemed particularly attractive.
So here we are, at a very late hour, when changing the nominee would be hard for Democrats, but remains a plausible option. But if there are problems with the Democratic establishment, at least it’s still an establishment, with the capacity to impose its will. And based on every despairing text that I received last night, even from senior members of the administration, many of whom self-medicated their way through the debate with booze, that will is now abundant. (Take it away, Barack Obama, Hillary Clinton, Hakeem Jeffries, Chuck Schumer.)
A courageous politician can seize the first-mover advantage and make the argument that was plain to all viewers last night. Biden aides have always disparaged Kamala Harris sotto voce, undermining the very notion of her potential candidacy. But if she’s not the right candidate to step forward, then it’s imperative that another prominent Democrat immediately fill the void. The alternative is too horrible to contemplate.
Article originally published atThe Atlantic
"In addition to being home to a crew of breakout drag stars, Brazil has adopted some of the world’s most expansive gay rights. Gay couples can marry and adopt children; transgender people can legally choose their gender; homophobic slurs are a crime; and so-called conversion therapy, which seeks to make gay people straight, is banned.
Yet for years Brazil has also ranked among the deadliest countries for gay and transgender people. Since 2008, more than 1,840 transgender people have been murdered in Brazil, more than double the next deadliest country, Mexico, according to tracking by Transgender Europe, an advocacy group. Brazil has led the rankings every year since tracking began.
“We never know when it will be my friend, when it will be my family, when it will be me,” Pabllo Vittar said in an interview. “This is the biggest goal of my career: To make it so younger people don’t feel this fear when they go out.”
Pabllo Vittar has emerged as one of Brazil’s loudest gay voices against a right-wing movement in the country, led by conservative Christian groups, that has made a heterosexual vision of gender, sex and marriage a central part of its political strategy."
In the weeks and months before United States President Joe Biden’s politically devastating performance on the debate stage in Atlanta, several current and former officials and others who encountered him behind closed doors noticed that he increasingly appeared confused or listless or would lose the thread of conversations.
Like many people his age, Biden, 81, has long experienced instances in which he mangled a sentence, forgot a name or mixed up a few facts, even though he could be sharp and engaged most of the time. But in interviews, people in the room with him more recently said that the lapses seemed to be growing more frequent, more pronounced and more worrisome."
READ MORE>>Bangkok Post - Biden"s lapses are said to be increasingly common and worrisome
I’m not talking about Donald Trump. I’m talking about the other president.
In Washington, people often become what they start out scorning. This has happened to Joe Biden. In his misguided quest for a second term that would end when he’s 86, he has succumbed to behavior redolent of Trump. And he is jeopardizing the democracy he says he wants to save."
Marcadores: charges, daniel lafayette, jota camelo, nando motta
"In his two-decade odyssey from Australian hacker to new-age media celebrity, hunted figure, perennial prisoner and finally, a free man, Julian Assange has always been easier to caricature than characterize.
The lack of an agreed-upon label for Mr. Assange — is he a heroic crusader for truth or a reckless leaker who endangered lives? — makes any assessment of his legacy ambiguous at best.
Whatever history’s judgment of Mr. Assange, his appearance Wednesday in a courtroom on a remote Pacific island, where he pleaded guilty to a single count of violating the U.S. Espionage Act, was an appropriate coda to a story that has always seemed stranger than fiction.
From the time he established WikiLeaks in 2006, Mr. Assange, 52, was a polarizing figure, using the internet to solicit and publish government secrets. His disclosures, from confidential diplomatic cables to civilian deaths in the American wars in Afghanistan and Iraq, made him courageous to those who believed in his gospel of radical transparency. To others who feared the information he revealed could get people killed, he was destructive, even if there was never proof that lives were lost."
READ ARTICLE BY
Mark Landler and
Their street murals, monumental sculptures, intricate drawings and vivid paintings pop up at Lehmann Maupin gallery on the eve of their Hirshhorn debut.
"An old class photo hangs nearby, the brothers and the other 28 students all dressed in their blue and white school uniforms.
In it, they look to be about five years old, the same age they were when they started telling their parents about Tritrez, a place they describe in a similar way to heaven: they feel they lived there before they were born and say they will return to it one day when they die. “We’ve always had this strong spiritual connection with Tritrez and with each other,” Otávio said. It is, in a sense, their origin story — it explains where they came from, making a tumultuous entrance as premature babies — a magical world they wanted to replicate and share with others.
“It’s not a religion, but it’s something that has this strong link to our beginning as well as to our destiny,” Gustavo said. “It’s one life divided between two people.”
At the Hirshhorn, the pair are creating a gallery dedicated solely to Tritrez. In it will be everything from their first childhood iterations of the dreamlike world, to “The Tritrez Altar,” a rainbow-colored structure housing sculptures of their trademark characters that will be shown outside Brazil for the first time.
“The more you see of their work, the more you realize they are actually translating their inner world to the outer world,” said Melissa Chiu, the museum’s director. “It’s this impulse that they have to share. I think that’s what really makes them, in some ways, that rare kind of artist for whom categories are irrelevant.”"
READ REPORT
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER