/*------------------------------------------------------------------------------ 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
Comentários [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.
SIR TERRYNCE
There is a glitch in the Venezuela story that most people are missing. The official line is that we captured a dictator to "restore democracy" and "stop drugs." But those reasons don't explain the timing. There is a $13 billion transaction happening right now that does. It’s called the Citgo Auction.
Most people don’t realize that Venezuela’s "crown jewel"—the massive Citgo refinery network—is being sold off in a Delaware court this month. It’s a forced liquidation to pay creditors, but the auction had been frozen for years by political chaos. The capture of Maduro didn’t just change the regime. It cleared the title so the sale could close.
The winning bidder isn’t an oil major or a democracy activist. It’s Amber Energy, an affiliate of Elliott Management. That is Paul Singer’s fund, the most feared "vulture capitalist" in the world, famous for seizing sovereign ships to collect old debts. He isn’t betting on freedom. He’s closing a distressed asset deal.
The timeline tells you everything you need to know. The sale to Elliott was approved by the court late last year, but it needed a "change in political circumstances" to finally clear regulatory hurdles. Maduro was the obstacle blocking the transfer. His capture on January 3rd wasn’t a police action. It was the final signature on the closing documents.
This reframes the entire operation. We aren't watching an episode of Law & Order; we are watching a foreclosure. The legal doctrine allowing the capture turns a President into a defendant, but the economic doctrine is simpler. It's a distressed asset restructuring with a military escort.
The playbook is the same one private equity uses for a failing mall, just scaled up to a sovereign nation. You depress the asset value with sanctions, buy the debt for pennies on the dollar, and use the courts to force a liquidation. Then you send in the troops to evict the tenant so you can collect at face value. It’s a leveraged buyout with an air force.
If you look at who is getting paid, the "democracy" frame falls apart completely. It isn't voters waiting in line; it's a queue of corporate creditors like Crystallex, ConocoPhillips, and Siemens, with Elliott Management at the front. Marco Rubio isn't representing a constituency here. He's processing a payout.
There is a simple way to prove the drug war angle is just wallpaper. Two weeks ago, the administration pardoned Rubio’s own brother-in-law for cocaine trafficking. You don't pardon traffickers while invading a country to stop trafficking. The drug story is decoration. The $13 billion asset transfer is the load-bearing wall. That’s why the bonds rallied before the raid. The market wasn't guessing about justice; it had inside information about the closing date. Power is just physics with a spreadsheet, and the spreadsheet says the auction is finally closed.

JEFFREY ST. CLAIR
025 will go down as the second or third hottest year on record. The last decade has been the hottest decade in human history. Driven by drought and extreme winds, a massive fire burned its way across the LA Basin, incinerating more than 10,000 homes. The estimated damage ranges from $76 billion to $133 billion. Total losses to businesses and workers in income and wages totaled at least $297. The year saw two of the largest, most rapidly intensifying hurricanes in the history of the Atlantic Ocean. Floods in central Texas killed at least 137 people, while massive flooding driven by twin cyclones that tore across Sumatra and the southern Philippines killed at least 1,800 people and left more than a million people homeless. We are in the midst of the largest mass coral bleaching event in history, affecting 83% of the world’s extant coral reefs. The melting of the West Antarctic Ice Sheet is accelerating. Its surface is fracturing, causing massive ice falls and rockslides that are warping the southern continent’s geology. A total collapse of the ice sheet, which now seems certain, would raise global sea levels by 12 feet. The Arctic Ocean is now expected to be “ice-free” in the summer by 2030, twenty years earlier than predicted just a few years ago. The Atlantic Current is slowing down and may be on the verge of collapse, which would likely destabilize rainfall patterns for much of the planet. Wildfires in Canada now burn year-round. There were 24,000 heat-related deaths in Europe this summer from June to August alone. Deaths from extreme heat in the US have increased by more than 50% since 2000.
None of these catastrophic events has left the slightest impact on Trump, who has ordered his administration to slash nearly every restraint on the release of CO2 into the atmosphere. Oil drilling has been expanded on federal lands (including the high Arctic) and waters. The dying industry of coal mining has been put on life support with new subsidies and exemptions from environmental regulations, while coal-generating power plants slated for closure have been forced to keep operating. Large-scale renewable energy projects, in the planned for years, have been cancelled and tax credits and incentives for small-scale solar have been gutted. Energy-hogging data centers have been fast-tracked and freed from regulatory constraints. Prior to Trump’s re-inauguration, Bethany Kozma — who now heads RFK’s Department of Health and Human Services Office of Global Affairs— vowed that the administration “will have to eradicate climate change references from absolutely everywhere” in government. And they’ve largely followed through gutting NOAA’s Office of Atmospheric Research; the EPA’s Office of Research and Development, National Center for Atmospheric Research, U.S. Global Change Research program and NASA’s Earth Science program. Climate research stations have been shuttered. References to climate change have been removed from federal websites, documents, databases and signage on federal lands, offices and parks.
And it’s not just Trump. The supposed global protectors of the climate had their annual meeting in Bélem, Brazil this year and likely generated more CO2 coming and going from the confab than they saved during the sessions. That’s in part because they came and went without even mentioning fossil fuels in their final document. These actions go beyond denial and amount to incitement of the wrath of the climate gods. Their vengeance will be a terrible thing to behold. We’ve gone from trying to survive in a global greenhouse into a madhouse.

"As Shakespeare’s witches saw the future in their cauldron’s bubbling brew and said of Macbeth, a man who would be king (whatever the cost), “Something wicked this way comes,” they also caught our Trumpian moment so many centuries later."
read article by ALEX MCCOY

"Trump isn’t speaking in code so much as he is connecting at an instinctual level to a network of cultural affinities, prejudices and insecurities that exist beyond grammar and etymology and without which Trump and his followers would be lost.
As it stands, though, it is we who are lost, trapped in language and rationality, unable to interpret the dark currents that Trump’s otherwise abstruse asseverations send coursing into some of the more reactionary precincts of the Republic.
Here then is a sampler of some of Trump’s most perplexing pronouncements over the last year. Good luck mining the meaning from the madness. "
read the compilation by Jeffrey St. Clair
Goodbye to Language: The Year in Trumpspeak - CounterPunch.org
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER