I believe that a group of people have every right to pool their resources together to create videos, commercials, books, posters etc for their common interest. Whether they choose to do so as a corporation (like the ACLU does) or as a concerned group of citizens with a voice, the right to free speech is a sacred foundation of our constitution.
I personally feel trying to say corporations are not a person will not do anything, since the constitution allows free speech in general, not just of individuals. Or else the government could ban people from joining together to create speech. (like mothers against drunk driving). To me it seems obvious speech in general should be protected, not just from individuals. Banning speech because of its perceived negative consequences is censorship. I am wholly against censorship, especially if it is government-sponsored and especially if it is censorship of political speech.
I do agree however, that money plays far too large a role in politics. Its one of the major faults of capitalism. The needs of those with the most money is met far more than the needs of people with you know, actual needs. And usually the needs of those with money is to make more money and protect the money they have, even if it against the interest of the common man. As I have said before, I really am at a loss as to how to curtail the power of the wealthy, especially in a capitalist society like ours.



Sorry, this is off topic! You inspired me to get the CSS upgrade and I’ve been able to make a few nice changes to my Bueno theme. Now I’m wondering how to put a logo next to my blog title like you have done. Any chance you could tell me the CSS code for doing that? Thanks in advance for any help you might offer.
Yes, free speech is important…
Sandra,
To get the logo next to your title you need to edit the CSS as follows: (upload an image you like first of course, and change the color of the title to whatever you wish)
.site-title a:link,.site-title a:visited {color:#FC8227;
text-decoration:none;
background-image:url('http://carbonatoms.files.wordpress.com/2010/05/ice_cream.png');
background-position:left;
background-repeat:no-repeat;
padding-left:70px;
display:inline;
}
What I did is downloaded my blog to my desktop, then went though the CSS in dreamweaver to see what they did and what I needed to override in order to get it to do what I want. I used adobe dreamweaver for this.
Thanks for sharing! You rock!