body {
	background-color: #fff;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
}

strong {
	font-weight: bold;
}

p {
	padding:10px 0 5px 0;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a:link, a:visited {
    color: #205C90;
    text-decoration: none;
}

#content,
.entry-content {
    font-size: 14px;
}

/* ========== */
/* = Header = */
/* ========== */

.header_container {
	background: url(../images/header_bg.png) #ffffff left bottom repeat-x;
	height:159px;
}

.header {
	width:960px;
	margin:0px auto;
}

.header .logo {
	float:left;
}

.header .logo img {
	margin:10px 0 0 40px;
}

.header .tagline {
    position: relative;
    top: 107px;
    left: 10px;
}

.header .right {
	float:right;
	padding:8px;
	width:230px;
}

.header .right .contact {
	color:#808285;
	line-height:20px;
	margin-bottom:10px;
    font-size: 13px;
}

.header .search .wrapper {
	border:1px solid #919294;
	background-color: #fff;
	padding:2px 2px 2px 8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	*margin-bottom: 10px;
}

.header .search .textbox {
	border:none;
	float:left;
	line-height:20px;
	height:20px;
	width: 13em;
	padding: 0;
	font-size: 12px;
	background-color: transparent;
	color:#676767;
	box-shadow: none;
}

.header .search .submit {
	float:right;
}

#LSResult {
    position: absolute;
    right: 30px;
    margin: 15px 0 0 -7em;
    z-index: 999;
    background-color: transparent;
}

#LSResult fieldset {
    padding: 1em 0 0;
    border: 0.1em solid #ccc;
    background-color: #ffffff;
}

#livesearchLegend {
    background-color:#ccc;
    padding:0.3em;
}

#LSResult .LSDescr {
    font-size: 85%;
    color: #666;
}

.LSRow,
#LSNothingFound {
    display: block;
    padding: 0.5em 1em;
    white-space: normal;
    width:28em;
}

.LSHighlight {
    background: #ddd;
}

/* ============ */
/* = Home Nav = */
/* ============ */

.home_nav_container {
	background-color: #972c18;
	padding-top:10px;
}

.home_nav {
	width:960px;
	margin:0px auto;
}

.home_nav_box {
	background-color: #fff;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	margin-top:10px;
}

/* ============== */
/* = Hot Topics = */
/* ============== */

.hot_topics_bar {
	margin:10px 0 0 0;
	border:1px solid #e9e9ea;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	padding:5px;
	position:relative;
	background: url(../images/nav/hot_topics_label.png) no-repeat;
	background-position:8px 50%;
	padding-left:100px;
	height:24px;
}

.hot_topics {
	padding-top:6px;
	text-align: center;
	font-size: 13px;
	color: #58595b;
}

.hot_topics a {
	color:#58595b;
}

.hot_topics .topic {
	text-decoration: none;
}

.hot_topics .divider {
	padding:0 5px 0 5px;
}

/* =============== */
/* = Top Stories = */
/* =============== */

.top_stories_section {
	margin: 10px 0 0 0;
}

.top_stories_section a {
	text-decoration: none;
	color: #507282;
}

.top_stories_section a.more {
	position:absolute;
	bottom:12px;
	right:12px;
}

.top_stories_section .left_col {
	background: url('../images/featured_bg.png') no-repeat;
	width:702px;
	height:300px;
	float:left;
	position:relative;
}

.top_stories_section .left_col .featured {
	padding:10px;
}

.top_stories_section .left_col .featured .media {
	float:left;
	margin-right:15px;
}

.top_stories_section .left_col .featured .block .title {
	color:#000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:15px;
}

.top_stories_section .left_col .featured .block .date {
	color: #58595b;
}

.top_stories_section .left_col .featured .block .initiative {
	color: #a7a9ac;
}

.top_stories_section .left_col .featured .block .content {
	color: #231f20;
	line-height:18px;
}

/* ================ */
/* = Right column = */
/* ================ */
.top_stories_section .right_col {
	float:right;
	margin:0 0 0 10px;
	background-color: #f1f1ed;
	width:227px;
	height:300px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	position:relative;
}

.top_stories_section .right_col .featured {
	padding: 0px;
}

.top_stories_section .right_col .featured .title {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:15px;
}

.top_stories_section .right_col .featured .content {
	color: #808285;
	line-height:18px;
}

/* ====================== */
/* = Feature Pagination = */
/* ====================== */

.home_nav_pagination {
	color:#fff;
	font-size: 11px;
	text-align: right;
	padding: 5px 257px 0 0;
}

/* ===================== */
/* = Home Page Content = */
/* ===================== */

.home_content_container {
	background-color: #fff;
	margin-top:10px;
}

.home_content {
	width:960px;
	margin:0px auto;
	padding-top:10px;
}

.home_wrapper {
	padding:10px;
}

.page_content .left_column {
	width:710px;
	float:left;
}

.home_content .feed_column {
	width:340px;
	margin-right:15px;
}

.feed_column .heading {
	color:#976045;
	border:1px solid #e9eaea;
	font-size: 16px;
	padding:8px;
	position:relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}

.feed_column .heading a {
	color: #7A4932;
}

.feed_column a {
	color:#000;
	text-decoration: none;
}

.feed_column .readmore {
    font-size: 12px;
}
.feed_column .readmore a {
    text-decoration: underline;
}

.feed_column .heading img {
	position:absolute;
	right:10px;
	top:9px;
}

.feed_column .content {
	margin: 0 10px;
	padding:10px;
}

.feed_column.left {
	float:left;
}

.feed_column.right {
	float:right;
}

.feed_column.left .content {
	background: url(../images/home/feed_section_bg_1.png) repeat-x;
}

.feed_column.right .content {
	background: url(../images/home/feed_section_bg_2.png) repeat-x;
}


/* ========================= */
/* = Right Homepage Column = */
/* ========================= */
.page_content .right_column {
	float:left;
	width:227px;
	padding-bottom: 20px;
}


.page_content .right_column .section {
	color: #fff;
	margin-bottom:15px;
}

.page_content .right_column .section .section_heading {
	background-color: #810226;
	font-size: 18px;
	padding:10px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
}

.page_content .right_column .section .section_content {
	padding:10px;
	background-color: #5b001a;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	font-size: 14px;
}

#iwpr_links li {
        display: block;
}

#whats_new a {
    color: #ffffff;
    text-decoration: underline;
}

ul.resources li {
	list-style-type:circle;
	list-style-position:inside;
	list-style-image:url(../images/list_icon.png);
	padding-bottom:4px;
        display: block;
}

ul.resources li a {
	text-decoration: none;
	color:#fff;
}

#iwpr_admin li {
	list-style-type:circle;
	list-style-position:inside;
	list-style-image:url(../images/list_icon.png);
	font-size: 15px;
	padding-bottom:4px;
        display: block;
}

#iwpr_admin li a {
	text-decoration: none;
	color:#fff;
}

/* ========== */
/* = Social = */
/* ========== */

.email_textbox {
	border:none;
	background-color: #f8efdc;
	color:#6c001d;
	height:23px;
	padding-left:5px;
	line-height:22px;
	width:120px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
}

.email_signup input {
	float:left;
}

.social_prompt {
	margin-bottom:8px;
}

.social_icons {
    text-align: center;
    margin-bottom: 15px;
}
.social_icons a {
    display: inline-block;
    background: transparent url('../images/social/social.png') no-repeat left top;
	margin-right: 15px;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	overflow: hidden;
}
.social_icons a.tw {
    background-position: -51px 0;
}
.social_icons a.yt {
    background-position: -105px 0;
    margin-right: 0;
}

.contributeButton,
.contributeButton:link,
.contributeButton:visited {
    display: block;
    width: 227px;
    height: 30px;
    padding-top: 10px;
    background: url('../images/nav/contribute_orange.png') no-repeat left top;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

/* =================== */
/* = Home Feed Items = */
/* =================== */

.feed_item {
	margin-bottom:15px;
	line-height:16px;
}

.feed_item .title {
	color:#231f20;
	font-weight: bold;
	font-size: 13px;
}

.feed_item .description {
	color:#808285;
}

.feed_item .links a {
	color:#972c18;
	text-decoration: underline;
}

.feed_column .feed_footer {
	border-width:1px 0 1px 0;
	border-color: #e9ecea;
	border-style: solid;
	padding:5px 0;
}

.feed_column .feed_footer a {
	color:#507282;
	text-decoration: none;
}

/* =================== */
/* = Updates Section = */
/* =================== */

.updates {
	border:1px solid #e9eaea;
	padding:8px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	margin-right:15px;
	margin-bottom:15px;
}

.updates .heading {
	color:#976045;
	font-size: 14px;
	border-bottom:1px solid #e9eaea;
	padding-bottom:3px;
	margin-bottom:5px;
}

.updates li { 
	list-style-type:circle;
	list-style-position:inside;
	padding:0px 0px 8px 15px;
	color:#6d6e71;
	font-weight: bold;
}


/* ========== */
/* = Footer = */
/* ========== */

.footer_container {
	height:162px;
	background: url(../images/footer_bg.png) repeat-x;
}

.footer {
	width:960px;
	margin:0px auto;
	padding-top:10px;
	font-size: 12px;
}

.footer .links {
	text-decoration: none;
	color: #fff;
	float:left;
}

.footer .links a {
	text-decoration: none;
	color: #fff;
}

.footer .staff-links {
	text-decoration: none;
	color: #fff;
	float:right;
}

.footer .staff-links a {
	text-decoration: none;
	color: #fff;
}

.footer .copyright {
	color: #ed1849;
    float: right;
    padding-right: 30px;
}

.previewcell {
        padding: 15px;
        vertical-align: top;
}

.titlecell {
        padding: 15px;
        vertical-align: top;
}

.buynowcell {
        padding: 15px;
        vertical-align: top;
}

#pressroom-text {
        margin: 20px;
}

.itemPadding h1 {
        font-size: 15px;
}

.updates .heading {
        font-size: 13px;
        text-transform: uppercase;
}

#iwpr_pubs li {
        display: list-item;
}

div.entry-content p em {
        font-style: italic;
}

#signup-email {
    width: 200px;
}
.signupSubmit {
    clear: both;
    float: right;
    margin: 8px 0 0;
}
.visualClear {
    clear: both;
}
