/*

	LEAD ELEMENT STYLES
	
*/

/* Lead Panel */
.lead_panel {
	margin:0 0 20px;
	overflow:hidden;
	color: #fff;
	background: #2f2f2f url(/images/branding/lead_corner.png) no-repeat 100% 100%;
	position: relative;
	width: 620px;
	height: 282px;
}

.page_home .slideshow {  /* .lead_panel when JS slideshow is enabled */
	height: 282px;
}

.lead_panel .pager {
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 100;
	width: 210px;
	text-align: left;
}

.lead_panel .pager a {
	display: inline-block;
	background: #c82b1f;
	padding: 2px 0;
	width: 20px;
	color: #fff;
	margin: 0 2px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.lead_panel .pager a.activeSlide {
	background: #726f6a;
}

/* Each element within that panel */

.lead_panel .item {
	margin: 10px 20px 10px 10px;
	position: absolute;
	clear: both;
	overflow: hidden;
	height: 262px;
	width: 590px;
}

.lead_panel .item h1 a {
	color: #fff;
	text-decoration: none;
}

.lead_panel .item h1 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.lead_panel .item img {
	float: left;
}

.lead_panel .item .inner {
	margin-left: 380px;
}

.lead_panel .item .edittools {  /* The little buttons per item in edit mode */
	position: absolute;
	top: 10px;
	right: 10px;
}

.lead_panel h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif; 
}

/* Stuff */

.sublead_panel {
	width: 220px;
	float: left;
	margin-right: 20px;
}

.sublead_panel img {
	display: block;
	width:220px;
}

.sublead_panel .inner {
	background: #EEE;
	padding: 10px;
	height: 130px;
}


/* subhome intro - for socdemo home page for example */

.page_subhome2 .tools { display: none; }

.subhome_intro {
	overflow: hidden;
	margin-bottom: 15px;
}

.subhome_intro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
}

.subhome_intro .text {
	color: #5a5a5a;
	font-size: 16px;
}

.subhome_intro .inner {
	float: right;
	width: 94%;
}

.subhome_intro .image {
	float: left;
	padding-top: 8px;
}


/* treble column lead pane */
.treble_column .lead_panel {
	height: 126px;
	margin-bottom: 20px;
	background-color: #EEE;
	background-repeat:no-repeat;
}

.treble_column .lead_panel .inner {
	margin:0 0 0 220px;
}

.treble_column .lead_panel h1 {
	font-size:1.5em;
	line-height:normal;
	margin-bottom:15px;
}



/* donate box */
.donate-box {
	margin-top: 12px;
	width: 237px;
	background: url(../../images/donate_box.gif) no-repeat 0 0;
}

.donate-box .wrapper {
	padding: 15px 15px 90px 15px;
	background: url(../../images/donate_box.gif) no-repeat -237px 100%;
}

.donate-box ul {
	margin-left: 10px;
}

.donate-box ul li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.donate-box h3 {
	background: url(../../images/donate_head.gif) no-repeat;
	padding-left: 10px;
}

.donate-box .buttons input {
	display: block;
	margin: 0 0 10px;
}

/* Lead panels on subhomes */

.subhome_lead_panel {
	background-color:#2f2f2f;
	color: #fff;
	margin:0 0 20px;
	overflow: hidden;
	min-height: 280px;
}

.subhome_lead_panel .image {
	float: left;
	padding: 10px;
	width: 390px;
}

.subhome_lead_panel .inner {
	float: right;
	width: 320px;
	padding: 20px 20px 10px 10px;
}

.subhome_lead_panel .image img {
	display: block;
}

.subhome_lead_panel h1 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif; 
}

/* Secondary panels */

.secondary_panel {
	margin-bottom: 20px;
	background-image: none !important;
}

.secondary_panel a,
.secondary_panel a:hover {
	text-decoration: none;
}

.secondary_panel .top,
.secondary_panel .bottom,
.secondary_panel .top span,
.secondary_panel .bottom span {
	height: 10px;
	display: block;
	background: url(/images/branding/secondary.png) no-repeat;
}

.secondary_panel .top {
	background-position: 0 0;
}

.secondary_panel .top span {
	float: right;
	width: 7px;
	background-position: -733px 0;
}

.secondary_panel .bottom span {
	float: right;
	width: 7px;
	background-position: -733px 100%;
}

.secondary_panel .bottom {
	background-position: 0 100%;
}

.secondary_panel .content {
	/*min-height: 110px; */
	padding: 5px 15px;
	border: 1px solid #dfdfdf;
	border-width: 0 1px;
	background: url(/images/branding/secondary.png) no-repeat -740px 100%;
}
.page_bespoke .secondary_panel .content {
	min-height: 0;
}
.secondary_panel .image {
	float: left;
	width: 95px;
}

.secondary_panel .text {
	overflow: hidden;
}

.secondary_panel .text p {
	color: #333;
	line-height: 1.4;
	margin: 0;
}

.secondary_panel h3 {
	font-size: 14px;
	margin-bottom: 6px;
}


/* Homepage secondary panels */

.secondary_panel_socdemo {
	background-color: #e6e5e3;
	background-position: 10px 15px;
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.secondary_panel_socdemo h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

.secondary_panel_socdemo .image {
	display: none;
}


.page_home .panel.panel_opinion {
	background-color: #e6e5e3;
	padding: 10px;
	border-top:0;
	padding-top: 5px;
	padding-bottom:0;
	float:left;
}

.panel.panel_media,
.panel.panel_tweets {
	border-top: 3px solid #990000;
}
.panel.panel_media{

	padding-bottom:25px;
	
}
/* template specific styling */

/* lead element types */
/* tabbed */
.primary_zone .tabs {
	position:relative;
	margin:0 0 46px;
}
.primary_zone .tabs .ui-tabs-panel {
	overflow:hidden;
}
.primary_zone .tabs .ui-tabs-panel img {
	float:left;
	width:200px;
	height:200px;
}
.primary_zone .tabs .ui-tabs-panel .inner {
	margin:0 0 0 220px;
}
.primary_zone .tabs .tabs_nav {
	position:absolute;
	bottom:-26px;
}

.research_areas {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: -20px;
}

.research_areas ul,
.research_areas ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.research_areas ul {
	overflow: hidden;
	margin: 10px 0 20px 0;
}

.research_areas ul li {
	float: left;
	padding-right: 9px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}

.research_areas ul li.last-child {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.research_areas li a {
	display: block;
	font-size: 15px;
	width: 100px;
	padding: 0 20px;
	height: 65px;
	background: #444 url(/images/branding/research_areas.png) no-repeat bottom right;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.research_areas ul a span {
	display: inline-block;
	margin-top: 14px;
	line-height: 1.2;
}

.research_areas .id_01 a { background-color: #249acb; }
.research_areas .id_02 a { background-color: #00aecb; }
.research_areas .id_03 a { background-color: #6c86ae; }
.research_areas .id_04 a { background-color: #702c6a; }
.research_areas .id_05 a { background-color: #dc291e; }
.research_areas .id_06 a { background-color: #9e201b; }

/* Lead panels on PNO.aspx */

.panel-research-programme {
	background-color:#2f2f2f;
	color: #fff;
	margin:0 0 20px;
	overflow: hidden;
	min-height: 280px;
}

.panel-research-programme .image {
	float: left;
	padding: 10px;
	width: 390px !important;
}

.panel-research-programme .inner {
	float: right;
	width: 260px;
	padding: 20px 20px 10px 10px;
}

.panel-research-programme .image img {
	display: block;    width: 390px !important;
}

.panel-research-programme h1 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif; 
}
.panel-research-programme h1 a {
	color: #fff;
	text-decoration: none;
}

.panel-research-programme h1 a:hover {
    text-decoration: none;   
    border-bottom: 1px dotted #fff;
}