@import url("../../../../all/css/icons.css") screen;


/* ---------- General ----------- */

body {
	margin: 0;
	border: 0;
	padding: 0;
	font: normal 100%/1.125 calibri, sans-serif;
	word-wrap: break-word;
	outline: 0;
}
a {
	text-decoration: underline;
}
a:link {
	color: #00f;
}
a:visited {
	color: #800080;
}
a:hover,
a:focus {
	color: #c00;
}
a:active {
	color: #c90030;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.0em 0 0.5em;
	font-weight: inherit;
}
h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 135.7%;
}
h2 {
	font-size: 114.3%;
}
p {
	margin: 1em 0;
}
del {
	text-decoration: line-through;
}
tr.odd {
	background-color: #dddddd;
}
img {
	border: 0;
	outline: 0;
}
hr {
	height: 1px;
	border: 1px solid #666;
}
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
code,
pre,
kbd,
samp,
var {
	font-size: 100%;
	font-family: 'courier new', monospace;
}
code {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
	font-size: 100%;
	background-color: transparent;
}
pre code,
pre samp,
pre var {
	padding: 0;
}
.description code {
	font-size: 100%;
}
pre {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
	white-space: pre-wrap;
}

ul,
ol {
	margin-left: 0;
	padding-left: 2em;
}
html[dir=rtl] ul,
html[dir=rtl] ol {
	margin-right: 0;
	padding-right: 2em;
	padding-left: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: decimal; }
dl {
	margin: 1em 0;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0 2em;
	padding: 0;
}
html[dir=rtl] dd {
	margin: 0 2em 0 0;
}

.hide { display: none; }
.column { width: 48%; }
.clear { clear: both; }
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.colum.left,
.full { clear: both; width: 100%; }
.no-height { height: 0; }
.left { float: left; }
.right { float: right; }
html[dir=rtl] .left { float: right; }
html[dir=rtl] .right { float: left; }
.none { float: none !important; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.center { text-align: center; }
img.left { margin: 5px 15px 5px 0; }
img.right { margin: 5px 0 5px 15px; }
html[dir=rtl] img.right { margin: 5px 15px 5px 0; }
html[dir=rtl] img.left { margin: 5px 0 5px 15px; }
.clearfix-left:after { clear: left; }
.clearfix-right:after { clear: right; }

.iframe-caption {
	font-style: italic;
	font-size: 90%;
}

p.intro {
	font-size: 133.3%;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: .5em;
}
p.important,
div.important {
	border: dotted 1px;
	padding: .5em .8em;
	background-color: #efe;
}

.extra-padding-bottom {
	clear: right;
	padding-bottom: 50px;
}
.extra-padding-bottom img {
	padding-bottom: 50px;
}



/* ------------------ Staff only ------------------ */
.editor-content-type {
	font: small-caps .8em arial, sans-serif;
	text-transform: lowercase;
}
.editor-content-type .message {
	display: block;
	margin: .5em 0 1em;
	font-size: 200%;
}



/* ------------------ Reset styles ------------------ */
caption {
	text-align: left;
	font-weight: normal;
}
html[dir=rtl] caption {
	text-align: right;
}
blockquote {
	margin: 0;
	padding-left: 40px;
	min-height: 20px;
	background: transparent url(../images/blockquote.png) left top no-repeat;
}
html[dir=rtl] blockquote {
	padding-right: 40px;
	padding-left: 0;
	background-position: right top;
}
blockquote.none {
	padding-left: 0;
	background-image: none;
}
html[dir=rtl] blockquote.none {
	padding-right: 0;
}
a.feed-icon {
	display: inline-block;
	padding: 15px 0 0 0;
}

span[contenteditable=false] {
	display: none !important;
}



/* ------------------ Table styles ------------------ */
table {
	margin: 1em 0;
	border-collapse: collapse;
}
.view-poster-sessions table {
	margin-right: -200px;
}
html[dir=rtl] .view-poster-sessions table {
	margin-right: 0;
	margin-left: -200px;
}
tbody {
	border-top: none;
}
thead th, 
tbody th, 
thead td, 
tbody td {
	border-left: solid 1px;	/* LTR */
	padding: .2em .3em;
	vertical-align: top;
	font-weight: normal;
	text-align: left;		/* LTR */
}
html[dir=rtl] thead th, 
html[dir=rtl] tbody th, 
html[dir=rtl] thead td, 
html[dir=rtl] tbody td {
	border-right: solid 1px;
	border-left-width: 0;
	text-align: right;
}
thead th {
	border-bottom: solid 1px !important;
	color: #458563;
}
tbody th {
	border-bottom: none;
	font-weight: bold;
}
table.all-lines th,
table.all-lines td {
	border-bottom: dotted 1px;
	border-left: dotted 1px;
}
html[dir=rtl] table.all-lines th,
html[dir=rtl] table.all-lines td {
	border-right: dotted 1px;
	border-left-width: 0;
}
table.no-lines th,
table.no-lines td {
	border-width: 0 !important;
}
th.first,
td.first {
	border-left: none !important;
}
html[dir=rtl] th.first,
html[dir=rtl] td.first {
	border-right: none !important;
}
tr.last th, 
tr.last td {
	border-bottom: none !important;
}
td.description a {
	border-bottom: dotted 1px;
}

.view-poster-sessions table th.views-field-presenters-details-presenter {
	min-width: 170px;
}
.view-poster-sessions table th.views-field-presenters-details-country {
	min-width: 100px;
}


/* ------------------ List styles ------------------ */
.block ol,
.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em; /* LTR */
}
html[dir=rtl] .block ol,
html[dir=rtl] .block ul {
	padding: 0 1em 0.25em 0;
}
.contextual-links-wrapper {
	font-size: small !important;
}
ul.contextual-links {
	font-size: 92.3%;
}
.contextual-links-wrapper a {
	text-shadow: 0 0 0 !important;
}
ul.menu li {
	margin: 0;
}
.region-content ul,
.region-content ol {
	margin: 1em 0;
	padding: 0 0 0.25em 2.5em; /* LTR */
}
html[dir=rtl] .region-content ul,
html[dir=rtl] .region-content ol {
	padding: 0 2.5em 0.25em 0;
}
.item-list ul {
	margin: 1em 0;
	padding: 0;
}
.item-list ul li {
	margin: 0;
	padding: 0.2em 0.5em 0 0; /* LTR */
}
html[dir=rtl] .item-list ul li {
	padding: 0.2em 0 0 0.5em;
}
ul.tips {
	padding: 0 0 0 1.25em; /* LTR */
}
html[dir=rtl] ul.tips {
	padding: 0 1.25em 0 0;
}

.pager {
	clear: both;
	margin: 1em 0;
	border-style: dotted;
	border-width: 1px 0;
	text-align: center;
}
.item-list .pager {
	font-size: 92.9%;
}
.item-list .pager li {
	line-height: 4em;
}
.item-list .pager li.pager-current {
	font-weight: normal;
}
.item-list .pager li a {
	color: #00f;
}



/* ------------------ Page ------------------ */
#page-wrapper {
	min-height: 100%;
}
#page {
	margin: 0 auto;
	width: 960px;
}
#header div.section,
#featured div.section,
#messages div.section {
	width: 960px;
}
#header div.section {
	position: relative;
}
#secondary-menu {
	position: absolute;
	right: 0; /* LTR */
	top: 0;
	width: 480px;
}
html[dir=rtl] #secondary-menu {
	left: 0;
}

#main {
	clear: both;
	margin-right: 20px;
	padding-top: 20px;
	min-height: 300px;
}
html[dir=rtl] #main {
	clear: both;
	margin-right: 0;
	margin-left: 20px;
}
body.node-type-conference #main {
	ppadding-top: 0;
}

#content {
	display: inline;
	float: left; /* LTR */
	position: relative;
	width: 840px;
}
html[dir=rtl] #content {
	float: right;
}
body.node-type-iframed-list div.region-content {
	width: 667px !important;
	margin-right: 233px !important;
}
body.two-sidebars div.region-content {
	width: 505px;	/* 900 (full content width) - sidebar-first width+borders */
	margin-right: 395px;
}
html[dir=rtl] body.two-sidebars div.region-content {
	margin-right: 0;
	margin-left: 395px;
}
body.node-type-conference div.region-content {
	overflow: hidden !important;
}
.no-sidebars #content,
html[dir=rtl] .no-sidebars #content,
body.node-type-conference.no-sidebars #content {
	float: none;
}

#content .section,
.sidebar .section {
	padding: 0 15px;
}
#breadcrumb {
	margin: 0 15px;
}


/* ------------------ Header ------------------ */
#skip-link {
	left: 50%;
	margin-left: -5.25em;
	margin-top: 0;
	position: absolute;
	width: auto;
	z-index: 50;
}
html[dir=rtl] #skip-link {
	right: 50%;
	margin-right: -5.25em;
	margin-left: 0;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	display: block;
	font-size: 94%;
	line-height: 1.7;
	padding: 1px 10px 2px;
	text-decoration: none;
	border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
	outline: 0;
}
#name-and-slogan {
	float: left; /* LTR */
	padding-top: 34px;
	margin: 0 0 30px 15px; /* LTR */
}
html[dir=rtl] #name-and-slogan {
	float: right;
	margin: 0 15px 30px 0;
}
#site-name {
	margin: 0;
	padding-top: .4em;
	font-size: 100%m;
	line-height: 1;
}
#site-name .title {
	font-size: 140%;
}
#site-name .subtitle {
	font-size: 120%;
}
#site-name a {
	font-weight: normal;
}
#site-slogan {
	font-size: 92.9%;
	margin-top: 7px;
	word-spacing: 0.1em;
	font-style: italic;
}


/* --------------- WLIC menu ------------ */
#mainnav {
	clear: left;
	margin: 0 20px 0 0;
	padding: 10px 0 0;
}
html[dir=rtl] #mainnav {
	clear: right;
	margin: 0 0 0 20px;
}
#mainnav ul {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left; /* LTR */
}
html[dir=rtl] #mainnav ul {
	float: right;
	text-align: right;
}
#mainnav li {
	float: left; /* LTR */
	padding: 0;
	list-style: none;
}
html[dir=rtl] #mainnav li {
	float: right;
}
#mainnav li a {
	float: left; /* LTR */
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 20px;
	padding: 5px 10px 5px;
	text-decoration: none;
	background-color: #00492b;
	color: white;
}
html[dir=rtl] #mainnav li a {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}
#mainnav li.last a {
	margin-right: 0;
}
html[dir=rtl] #mainnav li.last a {
	margin-left: 0;
}
#mainnav li a:hover,
#mainnav li a.active {
	background-color: #c90030;
	color: white;
}


/* --------------- Secondary Menu ------------ */
#secondary-menu-links {
	float: right; /* LTR */
	font-size: 92.9%;
	margin: 10px 10px 0;
}
html[dir=rtl] #secondary-menu-links {
	float: left;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
	text-decoration: underline;
}


/* --------------- Sidebars ------------ */
#sidebar-first,
#sidebar-second {
	position: relative;
	float: left;
	width: 220px;
	z-index: 5;
}
html[dir=rtl] #sidebar-first,
html[dir=rtl] #sidebar-second {
	float: right;
}
body.node-type-conference #sidebar-second {
	margin-top: 20px;
	margin-top: -53px;
}
#sidebar-first .section {
	margin: 0 20px 0 0;
	padding: 0;
}
html[dir=rtl] #sidebar-first .section {
	margin: 0 0 0 20px;
}
#sidebar-second {
	float: right;
	margin-left: -240px;
}
html[dir=rtl] #sidebar-second {
	float: left;
	margin-right: -240px;
	margin-left: 0;
}
#sidebar-second .region {
	margin: 0 0 0 20px;
	padding: 0;
}
html[dir=rtl] #sidebar-second .region {
	margin: 0 20px 0 0;
}
.sidebar .section .block {
	margin: 0 0 1em;
	border: none;
	padding: 0;
}
.sidebar .section .block .content {
	font-size: inherit;
	line-height: inherit;

}

.sidebar .menu ul {
    margin: 0 !important;
    padding: 0 !important;
}
.sidebar .menu li li {
	margin-left: 3px !important;
	border-left: 1px dotted;
}
html[dir=rtl] .sidebar .menu li li {
	margin-right: 3px !important;
	margin-left: 0 !important;
	border-right: 1px dotted;
	border-left-width: 0;
}
.sidebar .menu li li a {
	margin-left: 6px !important;
	font-weight: normal !important;
}
html[dir=rtl] .sidebar .menu li li a {
	margin-right: 6px !important;
	margin-left: 0 !important;
}

#sidebar-first .section .block .content .menu,
#sidebar-second .region .block .content .menu {
	margin: .5em 0;
	padding: .3em 0;
	background-color: #ddd;
	color: black;
}
#sidebar-first .section .block .content .menu li,
#sidebar-second .region .block .content .menu li {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#sidebar-first .section .block .content .menu li a,
#sidebar-second .region .block .content .menu li a {
	display: block;
	border-bottom: solid 1px #d1de94;
	padding: .4em 0;
	font: bold .9em arial,sans-serif;
	text-decoration: none;
	background-color: inherit;
	color: #d1de94;
}
#sidebar-first .section .block .content .menu li.last a,
#sidebar-second .region .block .content .menu li.last a {
	border: none;
}
#sidebar-first .section .block .content .menu li a:hover,
#sidebar-second .region .block .content .menu li a:hover {
	color: #c00;
}

#sidebar-second #block-views-nodequeue-1-block-rotating-ads {
	margin-top: 50px;
}

.node-news {
	margin: 0 0 1em;
	padding: 0;
}
body.node-type-conference #sidebar-first {
	float: right; /* LTR */
	margin: 3px 0 30px 30px; /* LTR */
	border: solid 1px #00492b;
	width: 360px;	/* was 300 pre-integration of IFLA Express */
	background-color: #efe;
}
html[dir=rtl] body.node-type-conference #sidebar-first {
	float: left;
	margin-right: 30px;
	margin-left: 0;
}
body.node-type-conference #content #sidebar-first .section,
html[dir=rtl] body.node-type-conference #content #sidebar-first .section {
	float: none;
	margin: 0 15px 15px;
	padding: 0;
}
body.page-ifla-features-and-news .view-filters,
body.page-ifla-features .view-filters,
body.page-ifla-news .view-filters{
	float: right;
	margin-top: -100px;
	margin-right: -160px;
	width: 400px;
}
html[dir=rtl] body.page-ifla-features-and-news .view-filters,
html[dir=rtl] body.page-ifla-features .view-filters,
html[dir=rtl] body.page-ifla-news .view-filters{
	float: left;
	margin-right: 0;
	margin-left: -430px;
}
body.page-ifla-features-and-news .view-filters{
	margin-top: -80px;
}
body.page-ifla-features-and-news .view-content .left,
body.page-ifla-features .view-content .left,
body.page-ifla-news .view-content .left {
	border-right: dotted 1px;
}
html[dir=rtl] body.page-ifla-features-and-news .view-content .left,
html[dir=rtl] body.page-ifla-features .view-content .left,
html[dir=rtl] body.page-ifla-news .view-content .left {
	border-right-width: 0;
	border-left: dotted 1px;
}
body.page-ifla-features-and-news .node-news,
body.page-ifla-features .node-news,
body.page-ifla-news .node-news {
	margin-right: 20px;
}
html[dir=rtl] body.page-ifla-features-and-news .node-news,
html[dir=rtl] body.page-ifla-features .node-news,
html[dir=rtl] body.page-ifla-news .node-news {
	margin-right: 0;
	margin-left: 20px;
}
body.node-type-conference #block-views-og-nodes-block-news h2,
body.node-type-conference #sidebar-first .view-header {
	margin-top: .5em;
	margin-bottom: -1em;
}
body.node-type-conference #sidebar-first .view-empty {
	margin-top: 2em;
}
body.node-type-conference #block-views-og-nodes-block-features .view-header {
	padding-bottom: 20px;
	border-bottom: none;
	margin-bottom: 0px;
}
body.node-type-conference #sidebar-first .view-header p,
body.page-ifla-news #block-system-main .view-header p {
	display: none;
	display: block;
}

body.node-type-conference #block-views-og-nodes-block-features .view-header p,
body.page-ifla-features #block-system-main .view-header p,
body.page-ifla-news #block-system-main .view-header p {
	font-style: italic;
	font-size: 120%;
}
body.node-type-conference #sidebar-first .view-header p {
	padding-bottom: 1em;
	font-style: italic;
}
html[dir=rtl] body.node-type-conference #block-views-og-nodes-block-features .view-header p {
	margin-right: 8px;
	margin-left: 0;
}
body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links {
	font-size: 100%;
	text-align: right;
	margin: .5em 0;
}
html[dir=rtl] body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links {
	text-align: left;
}
/*
body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links:after {
	content: 'F';
	border: solid 3px;
	border-radius: 1em;
	padding: 0 .27em;
	font: normal 500% arial, sans-serif;
}
*/
body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a {
	transition: all .5s ease-in-out;
}
body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(1) {
	margin-right: 0;
	border-radius: 20px 0 0 20px;
}
html[dir=rtl] body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(1) {
	margin-left: 0;
	border-radius: 0 20px 20px 0;
}
body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(2) {
	margin-left: 0;
	border-left: solid 1px #0095c3;
	border-radius: 0 20px 20px 0;
}
html[dir=rtl] body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(2) {
	margin-right: 0;
	border-right: solid 1px #0095c3;
	border-left: none;
	border-radius: 20px 0 0 20px;
}
html[dir=ltr] body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(1):after,
html[dir=rtl]  body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(1):before {
	content: '\f083';	/* Compact photo camera */
	content: '\f030';	/* Photo camera */
	margin: 0 0 0 .7em;
	font: normal 100% fontawesome;
}
html[dir=ltr] body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(2):before,
html[dir=rtl] body.node-type-conference #block-views-og-nodes-block-features .view-header p#media-links a:nth-child(2):after {
	content: '\f194';	/* Vimeo */
	content: '\f008';	/* Piece of film */
	content: '\f03d';	/* Film camera */
	margin: 0 .7em 0 0;
	font: normal 100% fontawesome;
}
body.node-type-conference #sidebar-first .view-header p {
	font-style: italic;
}
body.node-type-conference #sidebar-first .views-row,
body.node-type-conference #sidebar-first .views-row div,
body.page-ifla-features-and-news .views-row,
body.page-ifla-features .views-row,
body.page-ifla-features-and-news .views-row div,
body.page-ifla-features .views-row div,
body.page-ifla-news .views-row,
body.page-ifla-news .views-row div {
	margin: 0 0 .3em;
	padding: 0;
}
body.node-type-conference #block-views-og-nodes-block-features .views-row {
	margin-top: 20px !important;
	padding-bottom: 35px;
	border-bottom: dashed 5px silver;
}
body.node-type-conference #block-views-og-nodes-block-features .views-row-last {
	border-bottom: none;
}
body.node-type-conference #sidebar-first .views-row p,
body.node-type-conference #block-views-og-nodes-block-features .views-row  p {
	margin: .5em 0;
}
body.node-type-conference #sidebar-first .views-row div,
body.node-type-conference #block-views-og-nodes-block-features .views-row div,
body.page-ifla-features-and-news .views-row div,
body.page-ifla-features .views-row div,
body.page-ifla-news .views-row div {
	margin: 0 !important;
	padding: 0 8px;
}
body.node-type-conference #sidebar-first .views-row div div,
body.node-type-conference #block-views-og-nodes-block-features .views-row div div,
body.page-ifla-features-and-news .views-row div div,
body.page-ifla-features .views-row div div,
body.page-ifla-news .views-row div div {
	padding: 0;
}
body.node-type-conference #block-views-og-nodes-block-features .views-row .views-field-created {
	margin-top: -2em !important;
	border-top: solid 2em white;
}
body.node-type-conference #sidebar-first .views-row .views-field-created,
body.node-type-conference #block-views-og-nodes-block-features .views-row .views-field-created,
body.page-ifla-features-and-news .views-row .views-field-created,
body.page-ifla-features .views-row .views-field-created,
body.page-ifla-news .views-row .views-field-created {
	margin: 0;
	max-width: 100%;
	padding: 2px 3px;
	font-size: 90%;
}
body.node-type-conference #sidebar-first .views-row .views-field-created,
body.page-ifla-features-and-news .views-row .views-field-created,
body.page-ifla-features .views-row .views-field-created,
body.page-ifla-news .views-row .views-field-created {
	margin-top: 3em !important;
}
body.node-type-conference #sidebar-first .views-row span.unpublished,
body.node-type-conference #block-views-og-nodes-block-features .views-row span.unpublished,
body.page-ifla-features-and-news .views-row span.unpublished,
body.page-ifla-features .views-row span.unpublished,
body.page-ifla-news .views-row span.unpublished {
	font: normal .9em 'courier new', monospace;
}
body.node-type-conference #sidebar-first .views-row div.views-field-title,
body.page-ifla-features-and-news .views-row div.views-field-title,
body.page-ifla-features .views-row div.views-field-title,
body.page-ifla-news .views-row div.views-field-title {
	margin: .4em 0;
	padding-top: .5em;
	font-size: 110%;
}
body.node-type-conference #block-views-og-nodes-block-features .views-row h2 {
	margin: .4em 0;
	padding: 11px 8px 0;
}
body.node-type-conference #sidebar-first .views-row div.views-field-title a,
body.node-type-conference #block-views-og-nodes-block-features .views-row h2 a,
body.page-ifla-features-and-news .views-row div.views-field-title a,
body.page-ifla-features .views-row div.views-field-title a,
body.page-ifla-news .views-row div.views-field-title a {
	text-decoration: none;
}
body.page-ifla-features-and-news #content .views-row  div.views-field-whenwhere,
body.page-ifla-features #content .views-row  div.views-field-whenwhere,
body.page-ifla-news #content .views-row  div.views-field-whenwhere {
	padding-bottom: 1em;
}
body.node-type-conference #sidebar-first .views-row div.views-field-whenwhere {
	font-size: 90%;
}
body.node-type-conference #sidebar-first .views-row div.translations,
body.node-type-conference #block-views-og-nodes-block-features .views-row div.translations {
	font-size: 85%;
}
body.node-type-conference #sidebar-first .views-row div.views-field-title a:hover,
body.node-type-conference #block-views-og-nodes-block-features .views-row h2 a:hover,
body.page-ifla-features-and-news .views-row div.views-field-title a:hover,
body.page-ifla-features .views-row div.views-field-title a:hover,
body.page-ifla-news .views-row div.views-field-title a:hover {
	text-decoration: underline;
}
body.page-ifla-features-and-news .views-row div.views-field-title a,
body.page-ifla-features .views-row div.views-field-title a,
body.page-ifla-news .views-row div.views-field-title a {
	font-size: 1.3em;
}
body.node-type-conference #sidebar-first .views-row div.views-field-title span.edit-link,
body.node-type-conference #block-views-og-nodes-block-features .views-row h2 span.edit-link {
	display: none;
}
body.node-type-conference #sidebar-first .views-row div.views-field-title:hover span.edit-link,
body.node-type-conference #block-views-og-nodes-block-features .views-row h2:hover span.edit-link {
	display: inline;
}
.node-type-news  .node-news .author {
	font-size: .9em;
}
body.node-type-conference #sidebar-first .views-row div.views-field-body,
body.page-ifla-features-and-news .views-row div.views-field-body,
body.page-ifla-features .views-row div.views-field-body,
body.page-ifla-news .views-row div.views-field-body {
	margin: 0;
	padding-bottom: .5em;
}
body.node-type-conference #sidebar-first .views-row .meta,
body.node-type-conference #block-views-og-nodes-block-features .views-row .meta,
body.page-ifla-features-and-news .views-row .meta,
body.page-ifla-features .views-row .meta,
body.page-ifla-news .views-row .meta {
	margin: 0;
	padding: .2em .3em;
	font-size: .9em;
	background-color: #e2f3e2;
}
body.node-type-conference #sidebar-first .view-footer .more-link,
body.node-type-conference #sidebar-first .view-footer .feed-icon {
	margin: 1em 0;
	padding: 0;
}
body.node-type-conference #sidebar-first .view-footer .more-link {
	float: right;
}
html[dir=rtl] body.node-type-conference #sidebar-first .view-footer .more-link {
	float: left;
}


/* --------------- News ---------------- */

p.special-news {
	float: left;
	margin: -35px 0 0 150px;
}
.views-row p.special-news,
body.node-type-conference #sidebar-first .views-row p.special-news {
	float: right;
	margin: -19px -5px 8px 0;
}
html[dir=rtl] p.special-news {
	float: right;
	margin: -35px 150px 0 0;
}
html[dir=rtl] .views-row p.special-news,
html[dir=rtl] body.node-type-conference #sidebar-first .views-row p.special-news {
	float: left;
	margin: -19px 0 8px -5px;
}
p.special-news strong {
	border-radius: 1.2em;
	padding: .1em .8em;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	background-color: #999;
	color: white;
}
.views-row p.special-news strong {
	border-radius: 1.2em;
	border: solid 1px;
}


/* ----------------- Featured ----------------- */
#featured {
	text-align: center;
	font-size: 1.643em;
	font-weight: normal;
	line-height: 1.4;
	padding: 20px 0 45px;
	margin: 0;
	background: whitesmoke;
	background: rgba(30, 50, 10, 0.08);
	border-bottom: 1px solid #e7e7e7;
	text-shadow: 1px 1px white;
}
#featured h2 {
	font-size: 1.174em;
	line-height: 1;
}
#featured p {
	margin: 0;
	padding: 0;
}


/* --------------- Highlighted ---------------- */
#highlighted {
	border-bottom: 1px solid #d3d7d9;
	font-size: 120%;
}


/* --------------- Sponsors ------------------- */
#wlic-sponsors p:nth-child(1) {
	
}
#wlic-sponsors > div {
	padding-top: 30px;
	text-align: center;
}
#wlic-sponsors > div.column {
	text-align: left;
}
html[dir=rtl] #wlic-sponsors > div.column {
	text-align: right;
}
#wlic-sponsors > div h2 {
	margin: 0 0 .5em;
	border-bottom: solid 1px darkgray;
	font-size: 120%;
	text-align: left;
	color: gray;
}
html[dir=rtl] #wlic-sponsors > div h2 {
	text-align: right;
}
#wlic-sponsors > div img {
	margin: 0 50px 40px 0;
}
#wlic-sponsors > div img:last-of-type {
	padding-right: 0;
}
html[dir=rtl] #wlic-sponsors > div img {
	margin: 0 0 40px 50px;
}
html[dir=rtl] #wlic-sponsors > div img:last-of-type {
	padding-left: 0;
}


/* ------------------- Help ------------------- */
.region-help {
	border: 1px solid #d3d7d9;
	padding: 0 1.5em;
	margin-bottom: 30px;
}


/* ----------------- Blocks ------------------ */
div#sidebar-first #block-block-12 {	/* iPlanner */
	margin-top: 2em;
}
div#sidebar-first #block-block-12 .content a {
	display: block !important;
	border-radius: 20px;
	padding: 10px 15px;
	text-decoration: none;
}
div#sidebar-first #block-block-12 .content a br {
	display: none;
}
div#sidebar-first #block-block-12 .content a em {
	display: block;
	margin-bottom: .3em;
	font-style: normal;
	font-size: 120%;
}

div#sidebar-first #block_extra_external_news {
	margin-top: 60px;
}
div.sidebar #block_extra_external_news {
	margin-top: -0px;
	border: solid 2px;
	border-radius: 20px;
	padding: 0 15px 10px;
}
div.sidebar #block_extra_external_news h2 {
	margin: 0;
	padding: .5em 0;
	font-size: 1.2em;
}
div.sidebar #block_extra_external_news ul {
	margin: 0;
	padding: 0 0 0 5px;
}
html[dir=rtl] div.sidebar #block_extra_external_news ul {
	padding: 0 5px 0 0;
}
div.sidebar #block_extra_external_news ul li {
	margin-left: 5px;
	padding-bottom: .5em;
	padding-left: 15px;
	text-indent: -15px;
	/*list-style: circle url(../images/icon_tag.png);*/
	list-style: none;
}
html[dir=rtl] div.sidebar #block_extra_external_news ul li {
	margin-right: 5px;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 0;
	text-indent: -15px;
}
html[dir=ltr] div.sidebar #block_extra_external_news ul li:before,
html[dir=rtl] div.sidebar #block_extra_external_news ul li:after {
	content: '\f02b';
	font: normal 90% fontawesome;
}
div.sidebar #block_extra_external_news a {
	text-decoration: none;
}
div.sidebar #block_extra_external_news .content {
	margin: 0;
}

div.sidebar #block_back_to_features {
	margin-top: -150px;
}
div.sidebar #block_back_to_express {
	margin-top: -10px;
}
/* UNCOMMENT once the "Features" logo and block need to be hidden again
body.not-logged-in div.sidebar #block_back_to_express {
	margin-top: -100px;
}*/
div.sidebar #block_back_to_features .content img:hover {
	border-bottom: solid 1px #c00;
}


/* --------------- Content top ------------ */

iframe#gmap-enhanced {
	margin: 0;
}
#gmap-google-view {
	padding-top: 10px;
	font-size: 80%;
	text-align: right;
}
html[dir=rtl] #gmap-google-view {
	text-align: left;
}
#gmap-large-view {
	margin-top: -1em;
	text-align: center;
}



/* ----------------- Content ------------------ */
p,
li,
h2,
h3,
form .form-item div.description,
form .form-item label,
body.page-ifla-features-and-news .view-header,
body.page-ifla-features-and-news .view-content,
body.page-ifla-features .view-header,
body.page-ifla-features .view-content,
body.page-ifla-news .view-header,
body.page-ifla-news .view-content {
	max-width: 40em;
}
p.rtejustify {
	max-width: 100%;
}
div.caption {
	display: inline-block;
	margin-bottom: 2em;
	border-style: dotted;
	border-width: 0 0 1px;
	border-color: #999;
}
div.caption p {
	margin: -3px 0 0 !important;
	border-style: dotted;
	border-width: 0 1px;
	border-color: #999;
	padding: 4px 7px;
	max-width: none;
	font-size: 90% !important;
}
body.page-node-945 div.caption,
body.page-node-945 div.caption p {
	border-width: 0 !important;
}
body.page-node-945 div.caption p {
	padding-top: 2em;
	text-align: center;
}
form .form-item div.description {
	line-height: 1.5;
}
div,
body.page-user-imce #block-system-main .content {
	max-width: 100%;
}
.content {
	margin-top: 10px;
}

h1#page-title {
	font-size: 180%;
	line-height: 1;
}
#content h2 {
	margin-top: 1.35em;
	margin-bottom: 0.667em;
	font-size: 1.429em;
	line-height: 1.4;
}
.node .content {
	font-size: 100%;
}
.node-full {
	background: none;
	border: none;
	padding: 0;
}
.meta {
	font-size: 0.857em;
	color: #68696b;
	margin-bottom: -5px;
}
.submitted .user-picture img {
	float: left; /* LTR */
	height: 20px;
	margin: 1px 5px 0 0; /* LTR */
}
html[dir=rtl] .submitted .user-picture img {
	float: right;
	margin: 1px 0 0 5px;
}
.field-type-taxonomy-term-reference {
	margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
	font-weight: normal;
	margin: 0;
	padding-right: 5px; /* LTR */
}
html[dir=rtl] .field-type-taxonomy-term-reference .field-label {
	padding-right: 0;
	padding-left: 5px;
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
	font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
	font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
	float: left; /* LTR */
	padding: 0 1em 0 0; /* LTR */
	white-space: nowrap;
}
html[dir=rtl] .field-type-taxonomy-term-reference ul.links li {
	float: right;
	padding: 0 0 0 1em;
}
.field-type-image img,
.user-picture img {
	margin: 0 0 1em;
}
ul.links {
	color: #68696b;
	font-size: .821em;
}
.node-unpublished {
	background-color: inherit !important;
}

.last-modification {
	margin-top: 3em;
	max-width: 100% !important;
	font-style: italic;
	text-align: right;
}
html[dir=rtl] .last-modification {
	text-align: left;
}

#translations  {}


.view-header {
	margin-bottom: 3em;
}
.view-poster-sessions .view-header {
	margin-bottom: 0;
}
.calls-for-papers-overview dt {
	margin-bottom: .3em;
	font-weight: bold;
}
.calls-for-papers-overview dt span.new,
.calls-for-papers-overview dt a {
	font-weight: normal;
}
.calls-for-papers-overview dd {
	margin: 0 0 1em;
	border-bottom: 1px dotted #009194;
	padding: 0 0 1em !important;
}
.calls-for-papers-overview dd p {
	margin: 0 0 .5em;
}
.calls-for-papers-overview dd p.call-translations {
	margin-left: 10%;
	text-align: right;
}
html[dir=rtl] .calls-for-papers-overview dd p.call-translations {
	margin-right: 0;
	margin-left: 10%;
	text-align: left;
}


#content .node-call-for-papers h1 {
	font-size: 180%;
}
#content .node-call-for-papers h2 {
	font-size: 130%;
}
#content .node-call-for-papers h3 {
	font-weight: bold;
	font-size: 100%;
}
#content .node-call-for-papers h4,
#content .node-call-for-papers h5,
#content .node-call-for-papers h6 {
	font-size: 80%;
}
#content .node-call-for-papers blockquote {
	font-style: italic;
}

body.node-type-iframed-list #block-system-main iframe {
	border-style: solid;
	border-width: 1px 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
body.node-type-iframed-list #block-system-main iframe body {
	background-color: gold !important;
}
body.node-type-iframed-list #link-list {
	float: right;
	margin-right: -400px;
	margin-right: -233px;
	padding: 0 10px;
	width: 200px;
	background-color: #def;
}
html[dir=rtl] body.node-type-iframed-list #link-list {
	float: left;
	margin-right: 0;
	margin-left: -400px;
}
body.node-type-iframed-list #link-list ul {
	margin-bottom: 0;
	padding-left: 1.2em;
}
html[dir=rtl] body.node-type-iframed-list #link-list ul {
	padding-right: 1.2em;
	padding-left: 0;
}
body.node-type-iframed-list #link-list ul li {
	margin-bottom: .3em;
}
body.node-type-iframed-list #link-list ul li a {
	text-decoration : none;
}
body.node-type-iframed-list #link-list ul li a:hover {
	text-decoration : underline;
}

#block-system-main .view-header #node-376 {	/* Programme Legend (abbreviations) */
	position: fixed;
	margin-top: -60px;
	margin-left: 700px;
	width: 198px;
	border: solid 1px;
	font-size: 90%;
}
html[dir=rtl] #block-system-main .view-header #node-376 {
	margin-right: 700px;
	margin-left: 0;
}
#block-system-main .view-header #node-376 h2 {
	margin: 7px;
}
#block-system-main .view-header #node-376 .abbreviations {
	margin: 7px;
}
#block-system-main .view-header #node-376 .abbreviations dt {
	font-style: italic;
}
#block-system-main .view-header #node-376 .abbreviations dd {
	margin: 0 0 7px 7px;
	line-height: 1.2;
}
html[dir=rtl] #block-system-main .view-header #node-376 .abbreviations dd {
	margin: 0 7px 7px 0;
}
#block-system-main .view-header #node-376 .abbreviations dd .beautytips_marker {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
#block-system-main .view-header #node-376 .edit-link {
	display: block;
	margin-bottom: .5em;
	text-align: center;
}

#block-system-main .view .view-header #extra {
	margin-top: 2em;
	margin-bottom: 2em;
}
#block-system-main .view .view-header #extra span {
	display: none !important;
}
#block-system-main .view .view-header #extra a {
	display: block;
	text-decoration: none;
}
#block-system-main .view .view-header #extra a:hover {
	text-decoration: underline;
}

.live-stream {
	border: dotted 1px;
	padding: .5em .8em;
	font-style: italic;
	text-align: center;
	background-color: #efe;
}

body.node-type-conference-session #content .node-conference-session h2 {
	font-size: 1.3em;
}
.session-date {
	margin-bottom: 2em;
}
dl.day-sessions dt,
dl.day-sessions dd {
	padding: .2em 0;
}
dl.day-sessions dt {
	float: left;
}
html[dir=rtl] dl.day-sessions dt {
	float: right;
}
dl.day-sessions dd {
	margin-left: 8em;
}
html[dir=rtl] dl.day-sessions dd {
	margin-right: 8em;
	margin-left: 0;
}
#content h2.programme-day-heading {
	margin-bottom: 2em;
}
.session {
	margin: 1.5em 0 5em -1em;
	padding-top: 0em;
	padding-left: 1em;
}
html[dir=rtl] .session {
	margin: 1.5em -1em 5em 0;
	padding-right: 1em;
	padding-left: 0;
}
.session .timetable {
	position: relative;
	margin: 0;
	padding-bottom: 1em;
	height: 29px;
	background: white url(../images/timetable_empty.png) no-repeat;
}
html[dir=rtl] .session .timetable {
	background-position: right top;
}
.session .timetable .slot {
	position: absolute;
	bottom: 0;
	margin-bottom: 1em;
	height: 16px;
	text-indent: -9999em;
	background: url(../images/timetable_slot.png) repeat-x;
}
html[dir=rtl] .session .timetable .slot {
	background-position: right top;
}
.session h3 {
	position: relative;
	margin: 0;
	padding-bottom: 1em;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2;
	background-color: white;
}
.session.open h3,		/* DO NOT merge this with .session h3 ! There are sessions without either .closed or .open */
.session.closed h3 {
	cursor: pointer;
}
.session.open h3 {
	padding-left: 20px;
	background: white url(../images/min.png) 0 .15em no-repeat;
}
.session.closed h3 {
	padding-left: 20px;
	background: white url(../images/plus.png) 0 .15em no-repeat;
}
html[dir=rtl] .session.open h3,
html[dir=rtl] .session.closed h3 {
	padding-right: 20px;
	padding-left: 0;
	background-position: right .15em;
}
.session.open h3.hover,
.session.closed h3.hover {
	color: #009194;	/* annually overriden */
}
.session.open h3.hover {
	background-image: url(../images/min_hover.png);
}
.session.closed h3.hover {
	background-image: url(../images/plus_hover.png);
}
.session h3 a.permalink {
	display: none;
	float: right;
	margin-top: -.3em;
	margin-right: -1em;
	border-radius: 1em;
	padding: .2em .7em .4em;
	text-decoration: none;
	background-color: #88c4ff;
	color: black;
	z-index: 10;
}
html[dir=rtl] .session h3 a.permalink {
	float: left;
	margin-right: 0;
	margin-left: -1em;
}
.session h3 a.permalink:hover {
	background-color: #0095c3;
	color: white;
}
.session p.meta {
	margin: 0 0 1em;
	border-style: dotted;
	border-width: 1px 0;
	padding: .25em 0;
	font-size: .9em;
	background-color: white;
	color: #009194;
}
.session p.meta strong {
	font-weight: normal;
}
.session h3,
.session p.meta,
.session p.subtheme {
	max-width: 100%;
}
.subtheme {
	margin: 0;
	padding: 0 0 .5em;
	font-size: 1em;
	font-style: italic;
}
.node-full .subtheme {
	padding: .5em;
}
.session.open .details {
	padding-left: 20px;
}
html[dir=rtl] .session.open .details {
	padding-right: 20px;
	padding-left: 0;
}
.session.closed .details {
	display: none;
}
.node-conference-session .details ul,
.session .details ul {
	margin: 0 0 1.5em;
	padding-left: 0;
}
html[dir=rtl] .node-conference-session .details ul,
html[dir=rtl] .session .details ul {
	padding-right: 0;
}
.node-conference-session .details ul li,
.session .details ul li {
	margin-bottom: .5em;
	margin-left: 1.4em;
}
html[dir=rtl] .node-conference-session .details ul li,
html[dir=rtl] .session .details ul li {
	margin-right: 1.4em;
	margin-left: 0;
}
.node-conference-session .details ul li.alt,
.node-conference-session .details p.more,
.session .details ul li.alt,
.session .details p.more {
	font-style: italic;
}
.session li ins {
	text-decoration: none;
	color: inherit;
}
.node-conference-session .details .author-lines,
.session .details .author-lines {
	margin-top: .3em;
	margin-left: 1em;
}
html[dir=rtl] .node-conference-session .details .author-lines,
html[dir=rtl] .session .details .author-lines {
	margin-right: 1em;
	margin-left: 0;
}
.session .details .full-item-link {
	padding-bottom: 1em;
	text-align: right;
}
html[dir=rtl] .session .details .full-item-link {
	text-align: left;
}
#programme-footer {
	margin-top: 4em;
	border-top: dotted 1px #009194;
	padding-top: 0;
	font-size: .8em;
}

div.event-date,
div.event-location {
	float: left;
	padding: 0 0 2em;
	width: 50%;
}
html[dir=rtl] div.event-date,
html[dir=rtl] div.event-location {
	float: right;
}
body.page-ifla-news #content .views-row  div.views-field-whenwhere div h2 {
	margin: 0;
	font-size: 110%;
}
body.page-ifla-news #content .views-row  div.views-field-whenwhere div p {
	margin-top: 0;
}


/* ----------------- Comments ----------------- */
.comment h2.title {
	margin-bottom: 1em;
}
.comment div.user-picture img {
	margin-left: 0; /* LTR */
}
html[dir=rtl] .comment div.user-picture img {
	margin-right: 0; 
}
.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}
.comment .attribution {
	display: table-cell;
	padding: 0 30px 0 0; /* LTR */
	vertical-align: top;
	overflow: hidden;
}
html[dir=rtl] .comment .attribution {
	padding: 0 0 0 30px;
}
.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}
.comment .attribution .username {
	white-space: nowrap;
}
.comment .submitted p {
	margin: 4px 0;
	font-size: 100%;
	line-height: 1.2;
}
.comment .submitted .comment-time {
	font-size: 0.786em;
	color: #68696b;
}
.comment .submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}
.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}
.comment .comment-arrow {
	background: transparent url(../images/comment-arrow.html) 0 center no-repeat; /* LTR */
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -47px; /* LTR */
	margin-top: 10px;
	position: absolute;
	width: 20px;
}
html[dir=rtl] .comment .comment-arrow {
	background-position: right center;
	margin-right: -47px;
	margin-left: 0;
}
.comment .comment-text {
	padding: 10px 25px;
	border: 1px solid #d3d7d9;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
}
.comment .indented {
	margin-left: 40px; /* LTR */
}
html[dir=rtl] .comment .indented {
	margin-right: 40px;
	margin-left: 0;
}
.comment ul.links {
	padding: 0 0 .25em;
}
.comment ul.links li {
	padding: 0 .5em 0 0; /* LTR */
}
html[dir=rtl] .comment ul.links li {
	padding: 0 0 0 .5em;
}
.comment-unpublished {
	margin-right: 5px; /* LTR */
	padding: 5px 2px 5px 5px; /* LTR */
}
html[dir=rtl] .comment-unpublished {
	margin-right: 0;
	margin-left: 5px;
	padding: 5px 5px 5px 2px;
}
.comment-unpublished .comment-text .comment-arrow {
	border-left: 1px solid white4f4;
	border-right: 1px solid white4f4;
}


/* ------------------ Sidebar ----------------- */
.sidebar .section {
	padding-top: 10px;
}
.sidebar h2 {
	margin: 0 0 .5em;
	text-shadow: 0 1px 0 white;
	font-size: 100%;
	line-height: 1.2;
}
.sidebar .block .content {
	font-size: 0.914em;
	line-height: 1.4;
}
.sidebar tbody {
	border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
	background: none;
	border-bottom: 1px solid #d6d6d6;
}


/* ------------------ Footer ------------------ */
#footer {
	clear: both;
	padding-top: 3em;
	padding-bottom: 3em;
}
#footer .block {
	margin: 0;
	padding: 0;
	border: none;
}
#footer .block {
	margin: .5em 0;
}
#footer .block .content {
	padding: .5em 0;
	margin-top: 0;
}
#footer .block h2 {
	margin: 0;
}
#footer #block-block-6 {
	float: left;
}
html[dir=rtl] #footer #block-block-6 {
	float: right;
}
#footer #block-block-6 a {
	color: white !important;
}
#footer ul.menu {
	float: right;
	margin: 0 -30px 0 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
html[dir=rtl] #footer ul.menu {
	float: left;
	margin: 0 0 0 -30px;
}
#footer ul.menu li {
	display: inline;
}
#footer ul.menu li a {
	float: left;
	display: block;
	padding: .3em .5em;
	text-decoration: none;
	color: #357553;
}
html[dir=rtl] #footer ul.menu li a {
	float: right;
}
#footer ul.menu li.last,
#footer ul.menu li.last a {
	padding-right: 0;
}
html[dir=rtl] #footer ul.menu li.last,
html[dir=rtl] #footer ul.menu li.last a {
	padding-right: 0;
}
#footer ul.menu li a:hover {
	background-color: #357553;
	color: white;
}
#footer ul.menu li.last a:hover {
	margin-right: -.5em;
	padding-right: .5em;
}
html[dir=rtl] #footer ul.menu li.last a:hover {
	margin-right: 0;
	margin-left: -.5em;
	padding-right: 0;
	padding-left: .5em;
}
#footer ul.menu li a.active {
	font-weight: bold;
}

#admin-menu ul#admin-menu-account li.admin-menu-action a.logout-link:before {
	content: '\f011';
	margin: 0 0 0 .7em;
	font: normal 160% fontawesome;
}


/* --------------- System Tabs  --------------- */
.tabs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.tabs ul.primary {
	padding: 0 3px;
	margin: 0;
	overflow: hidden;
	border: none;
	background: transparent url(../images/tabs-border.png) left bottom repeat-x;
}
html[dir=rtl] .tabs ul.primary {
	background-position: right bottom;
}
.tabs ul.primary li {
	display: block;
	float: left; /* LTR */
	vertical-align: bottom;
	margin: 0 5px 0 0; /* LTR */
}
html[dir=rtl] .tabs ul.primary li {
	float: right;
	margin: 0 0 0 5px;
}
.tabs ul.primary li.active a {
	border-bottom: 1px solid white;
}
.tabs ul.primary li a {
	color: black;
	background-color: #ededed;
	line-height: 1;
	display: block;
	font-size: 0.929em;
	float: left; /* not LTR */
	padding: .2em .6em;
	margin: 0;
	text-shadow: 0 1px 0 white;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
html[dir=rtl] .tabs ul.primary li a {
	float: right;
}
.tabs ul.primary li.active a {
	background-color: white;
}
.tabs ul.secondary {
	border-bottom: none;
	padding: .5em 0;
}
.tabs ul.secondary li {
	display: block;
	float: left; /* LTR */
}
html[dir=rtl] .tabs ul.secondary li {
	float: right;
}
.tabs ul.secondary li:last-child {
	border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
	padding-left: 0; /* LTR */
}
html[dir=rtl] .tabs ul.secondary li:first-child {
	padding-right: 0;
}
.tabs ul.secondary li a {
	padding: .25em .5em;
}
.tabs ul.secondary li a.active {
	background: #f2f2f2;
	border-bottom: none;
	border-radius: 5px;
}
ul.action-links {
	list-style: none;
	margin: 5px;
	padding: .5em 1em;
}
ul.action-links li {
	display: inline-block;
	margin-left: 10px;
}
ul.action-links li a {
	padding-left: 15px;
	background: url(../images/add.png) no-repeat left center;
	margin: 0 10px 0;
}
html[dir=rtl] ul.action-links li a {
	background-position: right center;
	margin: 0 0 0 10px;
}


/* ---------------- Messages  ----------------- */
#messages {
	clear: both;
	max-width: 45em;
	margin: 0;
	padding: 20px 0 5px;
}
.featured #messages {
	background: whitesmoke;
	background: rgba(30, 50, 10, 0.08);
}
div.messages {
	margin: 8px 15px;
}
#block-system-main #messages {
	padding: 0;
	max-width: 41.75em;
}
#block-system-main div.messages {
	margin: 8px 0;
}


/* -------------- Breadcrumbs   -------------- */
.breadcrumb {
	font-size: 0.929em;
}


/* -------------- User Profile   -------------- */
.profile .user-picture {
	float: none;
}


/* -------------- Password Meter  ------------- */
.confirm-parent,
.password-parent {
	width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
	position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
	font-size: 0.82em;
}
.password-strength-text {
	margin-top: 0.2em;
}
div.password-confirm {
	margin-top: 2.2em;
	width: 20.73em;
}


/* ---------------- Buttons    ---------------- */
input.form-submit,
a.button:visited,
a.button {
	margin-right: .6em; /* LTR */
	margin-bottom: 1em;
	border-radius: 20px;
	padding: 5px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	background-color: silver;
	color: black;
	cursor: pointer;
}
html[dir=rtl] input.form-submit,
html[dir=rtl] a.button:visited,
html[dir=rtl] a.button {
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: .6em;
}
a.button:hover,
a.button:active,
a.button:focus {
	background-color: #666;
	color: white;
}


/* -------------- Form Elements   ------------- */
fieldset {
	background: white;
	border: 1px solid silver;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px; /* Offsets the negative margin of legends */
	border-radius: 4px;
}
.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}
html[dir=rtl] .filter-help a {
	padding: 2px 0 0 20px;
}
.filter-guidelines {
	padding: 0 1.5em 0 .5em;
}
html[dir=rtl] .filter-guidelines {
	padding: 0 .5em 0 1.5em;
}
fieldset.collapsed {
	background: transparent;
	border-radius: 0;
}
fieldset legend {
	background: lightgrey;
	border: 1px solid silver;
	border-bottom: none;
	color: #3b3b3b;
	display: block;
	height: 2em;
	left: -1px; /* LTR */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 white;
	top: -12px;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
html[dir=rtl] fieldset legend {
	right: -1px;
}
fieldset .fieldset-wrapper {
	margin: 50px 10px 10px;
}
fieldset.collapsed legend {
	border-radius: 4px;
}
fieldset legend a {
	color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
	color: black;
}
fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #3c3c3c;
	font-style: normal;
}
input {
	margin: 2px 0;
	padding: 4px;
}
input,
textarea {
	font-size: 0.929em;
}
textarea {
	line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
	padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
	border: 1px solid silver;
}
input.form-submit:hover,
input.form-submit:focus {
	background: #dedede;
}
.password-suggestions ul li {
	margin-left: 1.2em; /* LTR */
}
html[dir=rtl] .password-suggestions ul li {
	margin-right: 1.2em;
	margin-left: 0;
}
.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}
.form-item label {
	font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left: 4px;
}
html[dir=rtl] .form-type-radio label,
html[dir=rtl] .form-type-checkbox label {
	margin-right: 4px;
	margin-left: 0;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2px;
}
html[dir=rtl] .form-type-radio .description,
html[dir=rtl] .form-type-checkbox .description {
	margin-right: 2px;
	margin-left: 0;
}
.form-actions {
	padding-top: 10px;
}

/* Contact Form */
.contact-form #edit-name {
	width: 75%;
	border-radius: 4px;
}
.contact-form #edit-mail {
	width: 75%;
	border-radius: 4px;
}
.contact-form #edit-subject {
	width: 75%;
	border-radius: 4px;
}
.contact-form #edit-message {
	width: 76.3%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
	width: 76%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
	background: #ededed;
	border-color: #bbb;
	color: #717171;
}
.form-disabled .grippie {
	background-color: #ededed;
	border-color: #bbb;
}
.form-disabled label {
	color: #717171;
}


/* Animated throbber */
html.js input.form-autocomplete {
	background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
	background-position: 100% -16px; /* LTR */
}


/* Comment form */
.comment-form label {
	float: left; /* LTR */
	font-size: 93%;
	width: 120px;
}
html[dir=rtl] .comment-form label {
	float: right;
}
.comment-form input,
.comment-form .form-select {
	margin: 0;
	border-radius: 4px;
}
.comment-form .form-type-textarea label {
	float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
	margin-bottom: 10px;
	overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
	margin-left: 120px; /* LTR */
}
html[dir=rtl] .comment-form .form-type-checkbox,
html[dir=rtl] .comment-form .form-radios {
	margin-right: 120px;
	margin-left: 0;
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
	float: none;
	margin-top: 0;
}
.comment-form input.form-file {
	width: auto;
}
.no-sidebars .comment-form .form-text {
	width: 800px;
}
.one-sidebar .comment-form .form-text {
	width: 500px;
}
.two-sidebars .comment-form .form-text {
	width: 320px;
}
.comment-form .form-item .description {
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px; /* LTR */
}
html[dir=rtl] .comment-form .form-item .description {
	margin-right: 120px;
	margin-left: 0;
}
#content h2.comment-form {
	margin-bottom: 0.5em;
}
.comment-form .form-textarea {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#edit-actions input {
	margin-right: .6em; /* LTR */
}
html[dir=rtl] #edit-actions input {
	margin-right: 0;
	margin-left: .6em;
}


/* -------------- Other Overrides ------------- */
div.password-suggestions {
	border: 0;
}
.ui-widget-overlay {
	background: #222222;
	opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
}
#forum .name {
	font-size: 1.083em;
}
#forum .description {
	font-size: 1em;
}


/* --------------- Search Form ---------------- */
#block-search-form {
	padding-bottom: 7px;
}
#block-search-form .content {
	margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
	float: left; /* LTR */
	font-size: 1em;
	height: 1.143em;
	margin-right: 5px;
	width: 9em;
}
html[dir=rtl] #search-form input#edit-keys,
html[dir=rtl] #block-search-form .form-item-search-block-form input {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 25px;
	width: 34px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url(../images/search-button.png) center top no-repeat;
	overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
	background-position: center bottom;
}
#search-form .form-item-keys label {
	display: block;
}


/* --------------- Search Results ---------------- */
ol.search-results {
	padding-left: 0;
}
html[dir=rtl] ol.search-results {
	padding-right: 0;
}
.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}
.search-results li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1em;
}
.search-results .search-snippet-info {
	padding-left: 0;
}
html[dir=rtl] .search-results .search-snippet-info {
	padding-right: 0;
}


/* -------------- Shortcut Links -------------- */
div.add-or-remove-shortcuts {
	padding-top: 0.9em;
}


/* ---------- Admin-specific Theming ---------- */
.page-admin #content img {
	margin-right: 15px; /* LTR */
}
html[dir=rtl] #admin-menu .dropdown li ul {
    left: -999em;
    right: auto;
}
html[dir=rtl] .page-admin #content img {
	margin-right: 0;
	margin-left: 15px;
}
html[dir=rtl] #admin-menu .shortcut-toggle {
	float: left;
}
html[dir=rtl] div#toolbar a#edit-shortcuts {
    position: initial;
	float: left;
    padding: 5px 5px 5px 10px;
}
html[dir=rtl] div#toolbar div.toolbar-shortcuts ul {
    float: right;
    margin-right: 5px;
    margin-left: 0;
}
html[dir=rtl] #admin-menu .shortcut-toolbar li {
    float: right;
}

.page-admin #content .simpletest-image img {
	margin: 0;
}
.page-admin-structure-block-demo .block-region {
	background: whitef66;
	border: 1px dotted #9f9e00;
	color: black;
	font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
	font-size: .55em;
}
.page-admin-structure-block-demo #header .block-region {
	width: 500px;
}
.page-admin #admin-dblog img {
	margin: 0 5px;
}

/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
	padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
	margin-top: 0;
}

/* Configuration. */
div.admin .right,
div.admin .left {
	width: 49%;
	margin: 0;
}
div.admin-panel {
	background: #fbfbfb;
	border: 1px solid silver;
	margin: 10px 0;
	padding: 0 5px 5px;
}
html[dir=rtl] div.admin-panel {
	padding: 0 0 5px 5px;
}
div.admin-panel h3 {
	margin: 16px 7px;
}
div.admin-panel dt {
	border-top: 1px solid silver;
	padding: 7px 0 0;
}
div.admin-panel dd {
	margin: 0 0 10px;
}
div.admin-panel .description {
	margin: 0 0 14px 7px;
}
html[dir=rtl] div.admin-panel .description {
	margin: 0 7px 14px 0;
}




/* ---------- General WLIC info ----------- */
body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #00492b;
	background: white url(../images/bg_ifla.png) right bottom no-repeat;
	background-attachment: fixed;
}
html[dir=rtl] body {
	background-position: left bottom;
}
#page {
	position: relative;
	margin: 0 auto;
}


#header,
#content,
#footer,
.region-page-closure {
	overflow: visible;
	word-wrap: break-word; /* A very nice CSS3 property */
}


/* Header */
#header {
	position: relative;
	clear: both;
	margin: 20px 20px 0 0;
}
html[dir=rtl] #header {
	margin: 20px 0 0 20px;
}
#header #conference-logo {
	float: left;
	margin-right: 20px;
	width: 200px;
}
html[dir=rtl] #header #conference-logo {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
#header #ifla-logo {
	position: relative;
}
#header #ifla-logo img {
	float: left;
	margin-right: 20px;
}
html[dir=rtl] #header #ifla-logo img {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
#header #conference-title {
	padding-top: .4em;
	font-weight: normal;
	font-size: 1em;
}
#header #conference-title .title { font-size: 1.4em; }
#header #conference-title .subtitle {
	font-size: 1.2em;
}
#header #conference-when-where {
	margin: .4em 0 0;
}
#header #conference-title a,
#header #conference-when-where a {
	text-decoration: none;
	color: #00492b;
	background-color: inherit;
}


/* Special IFLA people listings */
body.page-node-33 h3.ol-header {
	clear: both;
	margin: 1em 0 -.5em;
	padding: .2em .3em;
	font-size: 1em;
	background-color: #009194;
	color: white;
}
body.page-node-33 ol li h3.ol-header {
	margin: 1em 0 .3em -2em;
}
html[dir=rtl] body.page-node-33 ol li h3.ol-header {
	margin: 1em -2em .3em 0;
}
body.page-node-33 ol {
	padding-left: 2em;
}
html[dir=rtl] body.page-node-33 ol {
	padding-right: 2em;
	padding-left: 0;
}
body.page-node-33 ul.more-white-space li,
body.page-node-33 ol.more-white-space li {
	margin-bottom: .3em;
}
body.page-node-33 h3.ol-header img {
	float: right;
	margin: 2px 0 20px 20px;
}
html[dir=rtl] body.page-node-33 h3.ol-header img {
	float: left;
	margin: 2px 20px 20px 0;
}
body.page-node-33 p.last-modification {
	clear: both;
}



/* Translation jobs */
body.page-usbotmbujpot-tubuvt h2 {
	color: #c00;
}
body.page-usbotmbujpot-tubuvt caption {
	padding: 10px;
	background-color: #666;
	color: #fff;
}
body.page-usbotmbujpot-tubuvt th {
	width: 33px;
	font-style: italic;
	font-weight: bold;
}
body.page-usbotmbujpot-tubuvt th, 
body.page-usbotmbujpot-tubuvt td {
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
body.page-usbotmbujpot-tubuvt th.original {
	width: 594px;
}
body.page-usbotmbujpot-tubuvt th.original,
body.page-usbotmbujpot-tubuvt td.original {
	text-align: left;
}
body.page-usbotmbujpot-tubuvt td .status {
	color: silver;
}



/* Front page */
#content div.past div.block > h2 {
  margin-bottom: 0;
}
#content div.past div.block > .content {
  margin-top: -20px;
}
div.view-display-id-block_grid table td {
  border-left-width: 0;
  padding-top: 0;
  padding-bottom: 30px;
  width: 100px;
  text-align: center;
}
div.view-display-id-block_grid table td a {
  text-decoration: none;
}
div.view-display-id-block_grid table td a.edit-link {
  display: none;
}
div.view-display-id-block_grid table td:hover a.edit-link {
  display: inline;
}
