/* Unchanged */
/*TomHarkin.com*/
/* @group Globals */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(/images/body_bg.jpg);
	background-color: #7da7d1;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1,h2,h3 {
	font-family: Arial;
}

div#left_column ul {
	margin: 0px 30px;
}

div#left_column ul li {
	margin: 5px 10px;
	color: #5a4434;
	font: 14px/130% Arial;
}


a,
a:visited {
	text-decoration: underline;
	color: #c41c1b;
}

a:hover {
	color: #e22e2f;
}

img { border: none; }

div.imagerow { padding-bottom: 20px; }


label { display:block; margin-top: 9px; }
input, textarea { margin-bottom: 2px; }
textarea { width: 300px; height: 150px; }
legend {display: none;}
fieldset { border:none;}
div.field_error { color: red; font-size: 12px;}

.rsslink {
	float: right;
	text-indent: -9000px;
	display: inline;
	z-index: 10;
}

.rsslink a {
	display: block;
	font-size: 6px;
	line-height:6px;
}

.rsslink_12 a {
	height: 12px;
	width: 12px;
	margin: 2px 0 0 0;
	background: url(/images/feed-icon-12x12.gif) no-repeat;
}

.rsslink_24 a {
	height: 24px;
	width: 24px;
	margin: 6px 50px 0 0;
	background: url(/images/feed-icon-24x24.gif) no-repeat;
}


/* @end */

/* @group Hacks */

#intro_left, #top_right, #intro_block, #section_titles, #blog, #logo {
	display: inline;
}

.last {
	margin-right: -3px;
}

/* @end */

/* @group Structure */

#container_parent {
	width: 100%;
	background: url(/images/container_parent_bg.png) repeat-x;
}

#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
/* overflow: hidden; */
}

#iowa_CTA {
	position: absolute;
	left: 702px;
	top: 15px;
	background: url(/images/iowa_bg2.png) no-repeat;
	width: 313px;
	height: 207px;
	z-index: 1000;
}

#header {
	width: inherit;
	float: left;
}

#logo {
	width: 668px;
	height: 77px;
	display: block;
	margin: 20px 0 21px 0px;
	background: url(/images/harkin-logo-wide.png) no-repeat;
}

#logo a {
	display:block;
	border: 0;
	text-indent: -9000px;
}

#nav {
	width: 760px;
	margin-left: 3px;
	background: url(/images/inactive_nav_bg.jpg) repeat-x;
}

#left_column {
	width: 750px;
	float: left;
	display: inline;
	overflow: hidden;
}

#intro_block {
	width: 635px;
	padding: 10px 10px 20px 10px;
	text-align: center;
}

/*#intro_left {
	width: 185px;
	float: left;
	margin-left: 8px;
	padding: 0 10px 0 0;
}*/

#intro_right {
	width: 550px;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
	border:  solid 2px #cdcdcd;
}

#section_titles {
	width: 655px;
	float: left;
}


#footer {
	clear: both;
	position: relative;
	width: 963px;
	height: 92px;
	background: url(/images/footer_bg.png) no-repeat;
	margin: 0 auto;
}

.top_right {
	margin-top: 70px;
}

div.right_column {
	width: 205px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
}

div.wrapper {
	float: left;
	width: 963px;
	background: url(/images/wrapper_bg.png) repeat-y
}

/* overwrite for other browsers */

div.shadow {
	margin-left: 3px;
}

/* @end */

/* @group Navigation */

#nav ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	background: url(/images/inactive_nav_bg.jpg) repeat-x;
}

#nav ul li {
	display: inline;
	float: left;
	text-align: center;
	border-right: 1px solid black;
	background: url(/images/inactive_nav_bg.jpg) repeat-x;
}

#nav a {
	display: inline;
	height: 22px;
	color: #FFFFFF;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 9px 22px;
	text-decoration: none;
	float: left;
}

#nav a.selected, 
#nav a:hover {
	background: url(/images/active_nav_bg.jpg) repeat-x;
	color: #c31c1c;
	text-decoration: none;
}

/* @group Issues Page */

#issues_nav {
	margin-top: 87px
}

#issues_nav ul {
	list-style-type: none;
	list-style-image: none;
}

#issues_nav ul li {
	list-style-image: none;
	margin-bottom: 5px;
}

#issues_nav a {
	display: block;
	width: 154px;
	height: 34px;
	padding: 3px 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

#issues_nav a.selected, #issues_nav a:hover {
	color: #C31C1C;
	background: url(/images/issues-nav-bg.jpg) no-repeat;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group Colors and Typography */

/* @group Intro */

#intro_left p {
	width: inherit;
	float: left;
	color: #2d2d78;
	font: bold 18px/95% Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
}

#intro_right h1 {
	color: #5a4434;
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px 10px;
}

#intro_right p {
	color: #5a4434;
	margin: 5px 10px;
	font: 14px/130% Arial;
}

#intro_right img, #intro_right object{
	float: left;
	margin: 5px 10px 5px 5px;
	padding: 4px;
	border: 1px solid #666;
}


/* @end */

/* @group 2nd Layer */

div.page_title {
	background: #FEFDD1;
}

div.center_content, div.page_title {
	width: 700px;
	float: left;
	padding: 25px;
}

div.page_title h1 {
	color: #000;
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
}


div.center_content p {
	color: #5a4434;
	font: 14px/140% Arial;
	margin-bottom: 20px;
}

div.closed_caption p {
	color: #5a4434;
	font: 11px/140% Arial;
	margin-bottom: 20px;
}
/* @end */

/* @group Issues/Blog */

#issues,
#blog {
	width: 334px;
	padding: 0px 20px 10px;
	float: left;
	background: url(/images/frontcol_bg.png) repeat-x;
	display: inline;
	overflow: hidden;
	min-height: 500px;
}

#blog {
	margin-left: 2px;
}

#issues h2,
#blog h2 {
	margin: 0 0 20px 0;
	padding: 0;
	height: 35px;
	text-indent: -9000px;
	background: url(/images/title-rural.png) no-repeat;
}

#blog h2 {
	background-image: url(/images/title-blog.png);
}

#blog_title{
	font-size: 22px;
}

#blog_sidebar{
	padding-bottom: 10px;
}

#blog_sidebar li{
	list-style-type: square;
	margin:5px 0 0 10px;
}

#blog_sidebar .recent_posts h3 {
 	padding: 2px 10px;
	font-size: 15px;
	color:  #4f3018;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;
	background: #E4E2B2;
}

#blog_sidebar .recent_posts ul {
	padding-bottom: 15px;
	padding-left:0;
}

#blog_sidebar .recent_posts ul li {
	list-style: none;
	margin-left: 0px;
}


#blog_sidebar .recent_posts a,
#blog_sidebar .recent_posts a:visited {
	 font-weight: bold;
}

#blog_sidebar p {
	margin-left: 0;
	margin-right: 0;
}

#blog_sidebar p.date{
	width: 100%;
	font-size: 10px;
	margin-top: 0px;
	/*text-align: right;*/
}

#blog p,
#issues p {
	color: #000;
	font: 12px/130% Arial;
	margin-top: 10px;
}

div.post {
	margin-bottom: 25px;
}

.main_blog, .front_blog {
	width: inherit;
}

.post_body a:link,
.post_body a:visited {
	color: #135aab;
}

.post_body a:hover {
	color: #e22e2f;
}

blockquote {
	color: #452a18;
	font: 11px/130% Arial;
  margin: 10px 10px 10px 5px;
  padding-left: 10px;
  border-left: solid 3px #4a7eba;
}

div.post h3 {
	font: bold 20px Arial;
	color: #000;
}

div.post h3 a {
	text-decoration: none;
	color: #000000;
}

div.post h3 a:hover {
	text-decoration: underline;
}

div.post h4 {
	display: block;
	padding: 5px 0 0 20px;
	height: 13px;
	color: #000000;
	font: 10px Arial;
	font-weight: bold;
	background: url(/images/bbq_blog_icon.gif) top left no-repeat;
}

div.post_jump {
	width: 100%;
	margin-top: 5px;
}

div.post_jump a {
	font: bold 10px Arial;
}

div.post_body img {
	margin: 5px;
}

div.post_meta {
	font-size: 13px;
	margin-top: 0px;
}

#comments_block {
	width: 100%;
	margin-top: 25px;
}

div.comment {
	width: 475px;
	padding: 12px;
	margin-bottom: 10px;
	border: 1px solid #cdccee;
	background: #f2f5f8 url(/images/comment_bg.gif) repeat-x;
}

div.comment_body {
	width: 100%;
}

div.comment_body p {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}

div.comment p.comment_meta {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	margin-bottom: 4px;
}

div.comment p.comment_meta a {
	text-decoration: none;
	color: #000;
}

span.author_name {
	color: #c31c1c;
	text-decoration: underline;
}

#respond {
	width: 100%;
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

#comment-form {
	width: inherit;
	float: left;
}

#comment-form label {
	display: none;
}

#comment-form p {
	width: 100%;
}

#contact {
	float: right;
}

/* @end */

/* @group Footer */

#footer_text {
	position: absolute;
	top: 25px;
	left: 165px;
}

#footer p {
	font-size: 12px;
	margin-top: 4px;
	color: #fff;
}

#footer p a,
#footer p a:visited {
	font-weight: bold;
	color: #faf585;
}

/* @end */

/* @end */

/* @group Iowa CTA */

#iowa_CTA form {
	margin: 60px 0 0 115px;
}

#iowa_CTA input {
	margin-top: 5px;
	font-size: 11px;
	line-height: 13px;
	padding: 3px 2px;
	color: #676767;
}

#iowa_CTA input.cta_field {
	border: solid 1px #33557a;
}

#iowa_CTA #cta_submit {
	margin-left: 6px;
}

/* @end */

/* @group Action Center */

/* @group Contribute Link */

h3#contribute-link {
	display: block;
	width: 190px;
	height: 48px;
	margin: 0 0 15px 0;
	padding: 0;
	margin-left: 13px;
}

h3#contribute-link a {
	display: block;
	height: 48px;
	text-indent: -9000px;
	background: url(/images/contribute-button.png) no-repeat;
}


/* @end */


/* @group ODR */

div.odr_form{
	font-family: Times New Roman, Times, serif;
	color:#4F3018;	
}

div.odr_form small{
	font-style: italic;
	font-size: 10px;
	margin-bottom: 10px;
}

div.odr_form input{
	margin-bottom: 8px;
}

div.odr_form ul li{
	list-style-type: none;
	margin-top: 25px;
}


/* @end */

/* @group Flickr styles */

#flickr_badge_uber_wrapper {
	width: inherit;
	text-align: left;
	
}

#flickr_badge_wrapper {
	padding: 10px 0 10px 0;
}

.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 10px;
	clear: right;
}

.flickr_badge_image img {
	border: none;
}

#flickr_badge_source {
	text-align: left;
	margin: 0 10px 0 10px;
}

#flickr_badge_icon {
	float: left;
	margin-right: 5px;
}

#flickr_www {
	display: block;
	padding: 0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

#flickr_badge_wrapper {
	
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #666666 !important;
}

/* @end */

#blog_sidebar #action_center ul,
#action_center ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style: none;
}

#blog_sidebar #action_center ul li {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#action_center ul li a {
	display: block;
	height: 38px;
	text-decoration: none;
	font: bold 17px Arial;
	color: #c31c1c;
	text-indent: 48px;
	letter-spacing: -0.1px;
	background: url(/images/ac_button_sprite.gif) no-repeat;
}

#action_center ul li a:active {
	background-position: 0 -38px;
}

#action_center ul li a span {
	display: block;
	padding: 9px 0 5px 0;
}

#action_center ul li a:hover span {
	color: #4a7caf;
}


#AC_contrib span {
	background: url(/images/ac_icon_contribute.gif) 0 4px no-repeat;
}

#AC_events span {
	background: url(/images/ac_icon_events.gif) 0 4px  no-repeat;
}

#AC_vol span {
	background: url(/images/ac_icon_volunteer.gif) 0 4px  no-repeat;
}

#AC_let_us span {
	background: url(/images/ac_icon_letusknow.gif) 0 4px  no-repeat;
}

#AC_connect span {
	background: url(/images/ac_icon_connect.gif) 0 4px  no-repeat;
}

#AC_videos span {
	background: url(/images/ac_icon_videos.gif) 0 4px  no-repeat;
}

#AC_photos span {
	background: url(/images/ac_icon_photos.gif) 0 4px  no-repeat;
}

/* @end */

/* @group Promos */

div.promos {
	margin: 10px auto 0 10px;
}

.promos .steakfry {
        margin-bottom: 10px;
}

div.networks {
	margin-left: 4px;
}

img.promo_tile {
	display: block;
	margin: 12px 0;
}

/* @end */

/* @group Right Column Classes */

div.right_column_title {
	width: 187px;
	margin: 10px 0px 0px 13px;
	height: 32px;
	background: url(/images/right_col_title_bg.gif) no-repeat;
}

div.right_column_title h2 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: .38em;
	color: #fffcb1;
	font-family: Times, serif;
	font-weight: normal;
}

div.bottom_cap {
	width: 186px;
	height: 14px;
	margin-left: 13px;
	background: url(/images/bottom_cap.gif) no-repeat;
}

div.right_col_sub {
	width: 187px;
	margin-left: 13px;
	padding: 10px 0 0 0;
	background: #ecf2f5 url(/images/action-bg.png) repeat-y;
}

div.right_col_sub p {
	margin: 5px 10px 0 10px;
	font: 12px Arial;
}

div.right_col_sub ul {
	list-style-type: none;
	margin: 0px 10px;
}

div.right_col_sub ul li {
	margin-top: 5px;
	font: 13px Arial;
}

span.event_date {
	font-weight: bold;
}

/* @end */

/* @group Tell a Friend */

#tell-a-friend{
	border-top: 1px solid #5a4434;
	padding-top: 15px;
}

#tell-a-friend fieldset{
	border: none;
	width: auto;
	float: left;
	/*margin-top: 20px;*/
}

#tell-a-friend legend{
	color: #5a4434;
	font-style: italic;
	font-size: 10px;
}

#tell-a-friend ul{
	list-style-type: none;
	margin-top: 11px;
	
}

#tell-a-friend fieldset.right_list{
	margin-left: 75px;
}

#tell-a-friend ul li{
	color: #5a4434;
	font: 14px/140% Arial;
	margin-bottom: 20px;
}


/* @end */

/* @group Clearfix
--------------------------------------  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */


