/*
 * Publication page specific styles
 */
 
 .button-subscribe {
 	position: inherit;
 }


.inner-nav {
	position: relative;
	margin: 22px 0 17px;
}

/*
 * =Publication content
 */
.text-block h1 {
	margin: 0;
	font: 1.166em Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1.285em;
	color: #27A0CF;
}
.text-block .meta {
	margin: 1px 0 0;
	overflow: hidden;
	width: 100%;
	
	color: #999;
	font-size: 0.916em;
	line-height: 1.636em;
}
	.text-block .meta p {
		margin: 0 5px 0 0;
	}
	.text-block .meta p.additional {
		float: right;
		margin: 0 0 0 5px;
	}
	.text-block .meta p.author,
	.text-block .meta p.additional {
		font-size: 0.909em;
		line-height: 1.8em;
	}
	
.publications {
	position: relative;
	margin: 22px 0 0;
	overflow: hidden;
}
.newsletters {
	margin-top: -5px;
}

/*
 * =Publication list
 */
.publications-list {
	width: 87%;
	float: left;
	padding-top: 45px;
}
	.publications-list .meta p {
		color: #333;
		font-size: 11px;
		margin: 0;
	}
	.publications-list li {
		padding: 0 0 15px;
		background: none;
	}
	.publications-list p {
		margin: 0 0 8px;
	}
	.publications-list h2 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.285em;
		margin: 0 0 6px;
	}
	.publications-list h2 a {
		/* Make link 100%  and without blank area between lines */
		display: block;
		background: #fff;
		width: 100%;
	}

.news-inner {
	padding-top: 24px;
}
.news-inner .meta {
	padding: 0;
	margin: 0 0 20px;
}
.news-inner .date {
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
}
.news-inner h1 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.news-inner .inner-nav a {
	padding-left: 15px;
	background: url(/img/back-bullet.gif) 0 center no-repeat;
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
	line-height: 13px;
	height: 13px;
}
.news-inner .inner-nav a:hover {
	text-decoration: underline;
}

/*
 * =Publication archive menu
 */
.publications-archive {
	width: 12%;
	float: right;
	list-style: none;
	text-align: right;
	
	font-size: 1.166em;
	padding: 3px 0 0;
}
	.publications-archive li {
		padding: 19px 0 0;
		background: none;
	}
	.publications-archive a {
		text-decoration: none;
		border-bottom: 1px dashed #3497CE;
		line-height: 1.1em;
	}
	.publications-archive a:hover {
		text-decoration: none;
		border-color: #fff;
	}
	.publications-archive .selected {
		font-weight: bold;
	}

/*
 * =Publication pagination
 */
.publications .navigation {
	clear: both;
	text-align: center;
	width: 87%;
	padding: 17px 0 0;
}
	.publications .navigation a {
		display: inline-block;
		line-height: 22px;
		height: 26px;
		width: 32px;
		margin: 0 2px;
		
		text-decoration: underline;
		vertical-align: top;
	}
	.publications .navigation a:hover {
		text-decoration: none;
	}
	.publications .navigation a.selected {
		background: url(/img/icons/pagination-selected.gif) 0 0 no-repeat;
		color: #333;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 26px;
		text-decoration: none;
	}
	.publications .navigation a.next,
	.publications .navigation a.prev {
		width: auto;
	}
	.publications .navigation a.next {
		margin: 0 0 0 9px;
	}
	.publications .navigation a.prev {
		margin: 0 9px 0 0;
	}

/*
 * =Publication list on main page
 */
.publications-main .publications-list {
	font-size: 0.916em;
	line-height: 1.454em;
	list-style: none;
	
	position: relative;
	margin: 26px 0 0 34px;
	overflow: hidden;
	
	width: auto;
	float: none;
}
	.publications-main .publications-list li {
		float: left;
		width: 29.9%;
		margin: 0 0 0 5%;
		padding: 0;
		background: none;
	}
	.publications-main .publications-list li:first-child {
		margin-left: 0;
	}
	.publications-main .publications-list .meta p {
		font-weight: normal;
	}
	.publications-main .publications-list h2 {
		font-size: 1.090em;
		line-height: 1.5em;
		margin: 9px 0 8px;
	}
	.publications-main .publications-list p {
		padding: 0 0 5px;
	}
	
.publications-main .publications-nav {
	text-align: right;
	font-weight: bold;
	padding: 0 28px 0 0;
}

/*
 * =Publication page menu
 */
.publications-menu {
	overflow: hidden;
	list-style: none;
	zoom: 1;
}
	.publications-menu li {
		float: left;
		width: 33.3%;
		height: 124px;
		position: relative;
		overflow: hidden;
		margin: 0 0 16px;
		padding: 0;
		background: none;
	}
	.publications-menu li .i {
		height: 124px;
		margin: 0 0 0 26px;
		position: relative;
		text-align: center;
	}
	
	.publications-menu li .l {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 187px;
		height: 124px;
		background: url(/img/publications-overlay-left.png) 0 0 no-repeat;
	}
	
	.publications-menu li .r {
		position: absolute;
		z-index: 1;
		right: 0;
		bottom: 0;
		background: url(/img/publications-overlay-right.png) 0 0 no-repeat;
		width: 9px;
		height: 9px;
	}
	
	.publications-menu li a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 27px;
		z-index: 2;
		padding: 97px 0 0 30px;
		
		color: #fff;
		font-size: 1.333em;
		text-align: left;
	}
	
/*
 * =Exhibitions list
 */
.exhibitions {
	padding: 0 63px 0 0;
}
	
.exhibitions-list {
	width: 87%;
	float: left;
	padding: 21px 0 0;
}
	
	.exhibitions-list h2 {
		color: #666;
		font-size: 1.166em;
		font-weight: normal;
		margin: 0 0 24px 23px;
	}
	
	.exhibitions-list h3 {
		color: #39c;
		font-size: 1.333em;
		font-weight: normal;
		list-height: 1.25em;
		margin: 0 0 2px;
	}
	
	.exhibitions-list h3 a {
		cursor: pointer;
		line-height: 1.25em;
		display: inline-block;
		border-bottom: 1px dashed #27A0CF;
		text-decoration: none;
	}
	
		.exhibitions-list h3 a:hover,
		.exhibitions-list h3 a.no-underline {
			border-bottom: 1px solid white;
			}
			
		.exhibitions-list h3 a.no-underline {
			cursor: default;
			}			
	
	.exhibitions-list p {
		line-height: 1.666em;
	}
	
	.exhibitions-list ul {
		margin: 0 20px 54px 0;
		border-top: 2px solid #D4D5D6;
		list-style: none;
	}
	.exhibitions-list li {
		border-bottom: 1px solid #D4D5D6;
		padding: 9px 0 11px 194px;
		position: relative;
		min-height: 103px;
		background: none;
	}
	.exhibitions-list img {
		position: absolute;
		left: 16px;
		top: 5px;
	}
	
	.exhibitions-list .schedule {
		overflow: hidden;
		padding-bottom: 10px;
	}
		.exhibitions-list .schedule p {
			float: left;
			margin: 0;
			padding: 3px 12px 0 0;
		}
		
		.exhibitions-list .button,
		.exhibitions-list .button div,
		.exhibitions-list .button a {
			display: block;
			float: left;
			background: url(/img/icons/exhibition-button.png) 0 0 no-repeat;
		}
		.exhibitions-list .button {
			background-position: 0 -26px;
			background-repeat: repeat-x;
		}
		.exhibitions-list .button a {
			background-position: 100% -52px;
			
			color: #333;
			font-size: 0.916em;
			line-height: 26px;
			text-shadow: 0 1px 0 rgba(255,255,255,0.6);
			text-decoration: none;
			
			padding: 0 17px 0 18px;
		}
	
	.exhibitions-list .gallery {
		padding: 4px 0 0;
	}
		.exhibitions-list .gallery a {
			background: url(/img/icons/exhibition-gallery.png) 0 50% no-repeat;
			padding-left: 28px;
		}

.exhibitions .publications-archive {
	padding: 0;
}
	.exhibitions .publications-archive li {
		padding: 0 0 19px;
		background: none;
	}


.popup-content ul li {
    background: none;
    padding: 0;
    line-height: normal;
}
.popup .select-dropdown a {
    font-size: 13px;
}
