/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:url("http://static.foodnews.org/img/background.png") repeat-x top left;
	background-color: #748b2a;
	
	
}
#wrapper {
	width:960px;
	margin:0px auto;
}
#header{ height:75px;}
#footer{ height:160px; clear:both; margin-top:20px; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#e5e5e5; line-height:20px; margin-left:20px; }
#content {
	background-color:#ffffff;
	clear:both;
	-moz-box-shadow: 0 0 15px #404040;
	-webkit-box-shadow: 0 0 15px#404040;
	box-shadow: 0 0 15px #000;
	padding-top:20px;
	height:1050px;
	
}
#left_column {
	width:580px;
	float:left;
	padding-right:20px;
	padding-left:10px;
	border-right:1px solid #dddddd;
}
#right_column {
	width:338px;
	float:left;
}
.twtr-hd {
	display:none;
}
.logo {
	padding:15px;
}
h1 {
	font-size:32px;
	color: #000;
	padding:0px 10px 10px 10px;
	width:440px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.twitte {
	font-size:20px;
	color: #323232;
	font-weight:bold;
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
		font-family:Georgia, "Times New Roman", Times, serif;

}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#323232;
	padding:10px;
}
#twitter_header {
	border-bottom:1px #dddddd solid;
	vertical-align:middle;
	width:330px;
	padding-left:7px
}
a:link, a:visited {
	font-weight:bold;
	color:#003089;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
	color:#d65d27;
	font-weight:bold;
	text-decoration:underline;
}
.twtr-widget p {
	font-size:12px;
}
.twtr-ft div {
	display:none;
}
.slideshow {
	height: 200px;
	width: 580px;
	margin: auto;
	border-top:3px solid #ec7e00;
}
/* feedburner */
div.feedburnerFeedBlock img {
	display:none;
}
div.feedburnerFeedBlock {
	background-color:#ffe;
	padding:12px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
div.feedburnerFeedBlock ul {
	margin-left:10;
	padding-left:0;
	list-style-type: none;
}
div.feedburnerFeedBlock ul li span.headline {
	font-weight:bold;
	display:block;
	margin:12px 0 0 0;
}

#sign_petition_box{background-color:#FFFFEE; padding:20px; margin:15px 0px; border:1px solid #ccc; font-size:12px;}
#sign_petition_box form {font-family:Arial, Helvetica, sans-serif;}

#sign_petition_box h2 {font-size:22px; border-bottom:3px solid #ec7e00; font-family:Georgia, "Times New Roman", Times, serif;}

#sign_petition_box form #submitButton {background:#F60; color:#fff; border:1px solid #ccc; padding:3px; font-weight:bold; margin-top:15px;}
.video {font-size:18px; border-bottom:3px solid #ec7e00; font-family:Georgia, "Times New Roman", Times, serif;}

#tedx-splash{
	width:534px;
	height:338px;
	background-image:url('http://static.ewg.org/reports/2011/farmtofood/img/action.jpg');
	position:absolute;
	top:50%;
	left:50%;
	margin:-169px 0 0 -267px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	z-index:1000;
}
#frmSample{
	position:absolute;
	top:250px;
	right:20px;
}
#splash-showpage{
	position:absolute;
	top:307px;
	right:20px;
	font-weight:700;
	color:#fff;
}
#widget{
	margin:20px auto 0 auto;
	width:200px;
}