/* ri4aAK.css - CSS fixes */

/* redo h1 tags to trump WAWD screen.css */

body {
text-align: left;
}


.page .wrapper h1 {
	font-size:17px;
	color:#C10435;
}
.page .wrapper h1.ak-page-title {
border-bottom: 1px solid #ddd;
}

.page .wrapper .content.left .block-content {
	padding:0;
	}

/* changed width to 360 from 370 for 2 col */	
.page .wrapper .span-12 {
padding:0 0 0 10px;
width:360px;
}

body.page {
background-color:#022236;
background-image:url(http://reformimmigrationforamerica.org/blog/wp-content/themes/reform/images/bg.gif);
background-repeat:repeat-x;
color:#333333;
}

.page .wrapper .box {
background-color: #FFFFFF;
}

.span-7 #id_comment {
width: 240px;
}

/* reduce the width of 2nd column for call items */
#span-9call {
width: 250px;
}

/* remove space between survey question and textarea */
#surveyquestiontext p {
margin-bottom:2px;
}