/* HEADER **********************************************************************/
#hot_issues_header #page_image {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 450px;
	height: 230px;
	background: url(../images/layout/banner_hot_issues_en.gif) no-repeat;

	text-indent: -9999px;
	overflow: hidden;
}

#fyi-fr #hot_issues_header #page_image {
	background: url(../images/layout/banner_hot_issues_fr.gif) no-repeat;
}

#hot_issues_misc {
	position: relative;
	top: 0;
	left: 0;
}

#hot_issues_misc #submit_text {
	position: absolute;
	top: -40px;
	left: 460px;
	color: #e8660f;
	width: 120px;
	text-align: right;
}

#hot_issues_misc #submit_button a {
	position: absolute;
	top: -38px;
	left: 590px;
}

/*******************************************************************************/
#current_issue #issue {
	width: 286px;
	padding: 0 22px 0 0;
	display: block;
	background: url(../images/layout/hot_issues_dotted_vertical.gif) repeat-y 307px 0;
}

#current_issue #cissue_holder {

}
#current_issue .front_img {
	margin: 5px 5px 14px 0;
}

#current_issue .front_video {
	margin: 5px 5px 5px 0;
}

#current_issue #credit {
	width: 190px;
	display: block;
	margin: 0 0 0 -1px;
	padding: 0 0 0 15px;
	background: url(../images/layout/hot_issues_dotted_vertical.gif) repeat-y 0 0;
}
/*******************************************************************************/
#resources h3 {
	background: url(../images/layout/section_dotted_horizontal.gif) repeat-x 0 59px;
}

#resources h3 {
	background: url(../images/layout/resource_arrow.gif) no-repeat 0 2px;
	padding: 0 0 0 23px;
	display: block;
	margin: 10px 10px 10px 0;	
}

#resources #recommended_by_historica h3 img {
	margin: 0;
	float: none;
	vertical-align: middle;
}

#resources #recommended_by_historica {
	width: 275px;
	background: url(../images/layout/section_dotted_vertical.gif) repeat-y 274px 0px;
}

#resources #recommended_by_historica .r_img{
	width: 75px;
	float: left;
	vertical-align: top;
	margin: 0 5px 5px;
	padding: 0;
	display: block;
}

#resources #recommended_by_historica .r_txt{
	display: block;
	float: left;
	width: 175px;
}

#resources #recommended_by_historica ul li {
	clear: both;
	margin: 0 0 8px 0;
}



#resources #share_resources {
	width: 275px;
	margin: 0 0 0 -1px;
	background: url(../images/layout/section_dotted_vertical.gif) repeat-y 0px 0px;
	padding: 0 0 0 13px;
}

#resources ul {
	list-style: none;
}



#resources #add_resource {
	background: url(../images/layout/section_dotted_horizontal.gif) repeat-x 0 25px;
	height: 26px;
	margin: 10px 10px 10px 0;
	text-align: right;
}

#resources #share_resources ul li{
	margin: 0 0 8px 3px;
}

#resources #share_resources ul li a {
	background: url(../images/layout/section_list_item.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
}

/* TYPOGRAPHY ******************************************************************/
#current_issue #cissue_holder span {
	font-size: 1.2em;
}


.section_title h2 {
	color: #717171;
	font-size: 1.2em;
	font-weight: bold;
}

.section_title p.credit {
	margin: 0 0 15px 0;
}

/*comment form**************************/



#comment_form textarea {
	width: 569px;
}





/* Add a resource *****************************************************************/

.addP {
	width: 420px;
	height: 192px;
	border: solid #000000 2px;
	background: #FFFFFF;
	padding: 25px;
	border: solid #333333 2px;
	text-align:left;
}
.addP.h3 {
	color:#000000;
}

#addlink_form {
	margin:15px;
	text-align:left
}

#addlink_form label {
	display: block;

}
#addlink_form input[type="text"] {
	border: solid #333333 1px;
	padding: 5px;
	width: 375px;
	margin-bottom: 8px;
}

.addP #form_controls {
	width: 420px;
	text-align: right;
}
.addP #form_controls .button {
	margin-right: 15px;
	text-transform: uppercase;
}

