/* Elements of responsive design - Dr Michael Singer, Zurich, August 2015 */

* {
    box-sizing: border-box;
}

[class*="column-"] {
    float: left;
    padding: 1%;
    width: 100%;
}

@media only screen and (min-width: 620px) {
    .column-1 {width: 8.33%;}
    .column-2 {width: 16.66%;}
    .column-3 {width: 25%;}
    .column-4 {width: 33.33%;}
    .column-5 {width: 41.66%;}
    .column-6 {width: 50%;}
    .column-7 {width: 58.33%;}
    .column-8 {width: 66.66%;}
    .column-9 {width: 75%;}
    .column-10 {width: 83.33%;}
    .column-11 {width: 91.66%;}
    .column-12 {width: 100%;}
}

@media only screen and (max-width: 619px) {
	div#subnav { display: none; }
	div#smallnav { display: block; }
	div#smallhome { display: block; }
	ol#breadcrumb { display: none; }
	h1 { margin: 10px 0 15px 0; }
}
@media only screen and (min-width: 620px) {
	div#subnav { display: block; }
	div#smallnav { display: none; }
	div#smallhome { display: none; }
	ol#breadcrumb { display: block; }
	h1 { margin: 0 0 15px 0; }
}

@media only screen and (max-width: 384px) {
	div#smallhome li {	width: 49.5%; }
}

@media only screen and (min-width: 385px) and (max-width: 509px) {
	div#smallhome li {	width: 32.8%; }
}

@media only screen and (min-width: 510px) and (max-width: 619px) {
	div#smallhome li {	width: 24.5%; }
}

/* zweispaltige Liste des Kapitels im Level 2, aber nur auf Übersichtsseite */
@media only screen and (min-width: 420px) and (max-width: 619px) {
	div#smallnav li>ul>li { width: 49%; float: left; padding-right: 1%; }
	div#smallnav li>ul>li.active { width: 100%; }
	div#smallnav li>ul>li>ul>li {	width: 100%; }
}

.tab1 {
	width: 1.2em;
	display: block;
	float: left;
}

.box-shadow-menu {
	position: relative;
	padding-left: 1.4em;
	background: url('/images/sprite_bullets.png') no-repeat right -190px;
}
.box-shadow-menu::before {
	content: "";
	position: absolute;
	left: 0.2em;
	top: 0.35em;
	width: 0.8em;
	height: 0.15em;
	background-color: #154273;
	box-shadow: 
		0 0.35em 0 0 #154273,
		0 0.7em 0 0 #154273;
}
.box-shadow-menu:hover::before {
	background-color: #e8560e !important;
	box-shadow: 
		0 0.35em 0 0 #e8560e,
		0 0.7em 0 0 #e8560e !important;
}

div.headerimage {
    background: url('/images/headerresp.png') 0% 50% no-repeat;
    width:100%;
    height:100px;
	float:left;
	margin-bottom:0px;
}

@media only screen and (min-width: 620px) {
    div.headerimage {
        background: url('/images/header.png') no-repeat;
		background-size:cover;
		width:100%;
		height:122px;
		float:left;
		margin-bottom:10px;
    }
}

div.headerenglish {
    background: url('/images/header_englishresp.png') 0% 50% no-repeat;
    width:100%;
    height:100px;
	float:left;
	margin-bottom:0px;
}

@media only screen and (min-width: 620px) {
    div.headerenglish {
        background: url('/images/header_english.png') no-repeat;
		background-size:cover;
		width:100%;
		height:122px;
		float:left;
		margin-bottom:10px;
    }
}


/* Basic CSS */

@charset "ISO-8859-1";

@font-face {
    font-family: 'TheSerifHP5Plain';
    src: url('/css/theserif-hp5plain-webfont.eot');
    src: url('/css/theserif-hp5plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/theserif-hp5plain-webfont.woff') format('woff'),
         url('/css/theserif-hp5plain-webfont.svg#TheSerifHP5Plain') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #eff1f5 url('/images/bg.png') repeat-x;

	font-family: Georgia,Tahoma,Verdana,Arial,sans-serif;
	text-align: justify;
	color: #040a1a;
	font-size: 75%;
	/*
		12px = 1em;
		11px = 0.917em;
		13px = 1.083em;
		14px = 1.167em;
		15px = 1.25em;
		16px = 1.333em;
		18px = 1.5em;
		20px = 1.667em;
		22px = 1.833em;
		24px = 2em;
		26px = 2.167em;
		28px = 2.333em;
		30px = 2.5em;
		32px = 2.667em;
	*/
}


/* Global & Content styling */

a {
	color: #154273;
}

.editor-content a:hover {
	color: #e8560e;
}

img {
	border: none;
	margin: 12px 0 0.2em 0.2em;
    max-width: 100%;
    height: auto;
}

.aid {
	position: absolute;
	left: -9999px;
}

p {
	padding: 0;
	margin: 0 0 1.2em 0.2em;
	line-height: 1.4em;
	font-size: 13px;
}

blockquote {
	padding: 0 0 0 2em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	font-style: italic;
	border-left: 2px solid #ccc;
}

cite {
	display: block;
	padding-left: 2.1em;
	margin: 0 0 1.5em 0;
}

h1 {
/*	margin: 0 0 15px 0;  wird im Responsive-Teil umgeschaltet */
	padding: 0 0 10px 0;
	color: #e8560e;
	font-weight: normal;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	font-size: 2.333em;
	border-bottom: 1px solid #e9eaee;
	line-height: 1.3em;
	text-align: left;
}


h1>span { /* subtitel */
	display: block;
	color: #040a1a;
	font-size: 0.56em;
	line-height: 1em;
	margin-top: 10px;
}

h1.reserved {
	color: #040a1a;
	font-size: 1.667em;
	border: none;
	padding: 0;
}

div.heading {
	border-bottom: 1px solid #e9eaee;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
}

div.heading h1, div.overview-header div.heading h1 {
	border-bottom: none;
	margin: 0 0 8px 0;
	padding: 0;
}

div.heading strong {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.333em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
}

div.overview-header div.heading {
	border-bottom: 0;
	padding-bottom: 0;
}

h2 {
	margin: 0 0 5px 0.1em;
	padding: 0;
	color: #154273;
	font-weight: normal;
	font-size: 1.6em;
	font-family: Georgia, Times, Times New Roman, serif;
}

h3 {
	margin: 0 0 5px 0.2em;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

p.intro {
	font-weight: bold;
}

.editor-content ul, .editor-content ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 2em;
	line-height: 1.5em;
}

.editor-content ul ul, .editor-content ol ol,
.editor-content ul ol, .editor-content ol ul {
	margin-bottom: 0;
}

.editor-content ul li, .editor-content ol li {
	margin: 5px 0 5px 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

table td, table th {
	border: 1px solid #e9eaee;
	padding: 5px 8px 5px 8px;
	vertical-align: top;
}

table caption {
	position: absolute;
	left: -9999px;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form legend {
	display: none;
}

input,textarea {
	font-size: 1em;
	font-family: Arial, sans-serif;
}

img.shadow {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ececed;
	
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

img.aside {
	float: right;
	margin: 0 0 10px 20px;
}

a.youtube {
	display: block;
	position: relative;
}

div.clear {
	clear: both;
}

a.more {
	font-weight: bold;
	text-decoration: none;
	padding-right: 17px;
	background: url('/images/sprite_bullets.png') no-repeat right -198px;
	line-height: 1.2em;
}

a.more:hover {
	text-decoration: underline;
}

a.external {
	padding-right: 14px;
	background: url('/images/icon_external.png') no-repeat right center;
}


/* Default button */
a.button {
	display: inline-block;
	height: 19px;
	color: #fff;
	text-decoration: none;
	background: url('/images/sprite_button.png') no-repeat 0 -46px;
	line-height: 1em;
	position: relative;

	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

a.button>span {
	padding: 3px;
	display: inline-block;
	position: relative;
	top: -3px;
	background: #405176 url('/images/sprite_button.png') no-repeat -8px -70px;
	cursor: pointer;
}

a.button:hover>span {
	background-position: -8px -24px;
}

a.button span.cap {
	padding: 0;
	width: 5px;
	height: 23px;
	position: absolute;
	top: 0;
	background: url('/images/sprite_button.png') no-repeat 0 0;
}

a.button.back {
	background-position: 0 -46px;
	padding: 4px 3px 0 12px;
	margin-right: 5px;
}

a.button.back span.cap {
	right: -5px;
	background-position: right -46px;
}

a.button.back:hover {
	background-position: 0 0;
	color: #fff;
}

a.button.back:hover span.cap {
	background-position: right 0;
}

a.button.forward {
	background-position: right -69px;
	padding: 4px 12px 0 3px;
	margin-left: 5px;
}

a.button.forward span.cap {
	background-position: left -69px;
	left: -5px;
}

a.button.forward:hover {
	background-position: right -23px;
	color: #fff;
}

a.button.forward:hover span.cap {
	background-position: left -23px;
}

a.button.add {
	float: right;
}

/* Site framework */
div#shadow-wrap {
	background: url('/images/bg_shadow.png') repeat-y center 0;
	min-height: 100%;
}

div#site {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#content {
	background-color: #fff;
	padding-top: 28px;
	position: relative;
	padding-bottom: 25px;
}

div#content-header {
	position: absolute;
	top: 150px;
	left: 0;
	width: 960px;
	z-index: 99;
	background-color: #154273;
}

div#footer {
	background: #0a1d46 url('/images/bg_footer.png') repeat-x;
	height: 80px;
	padding: 10px;
	position: relative;
	color: #fff;
	font-size: 0.917em;
}

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

div#footer a:hover {
	text-decoration: underline;
}

div#footer-ornament {
	width: 103px;
	height: 40px;
	position: absolute;
	top: 12px;
	left: 429px;
	background: url('/images/footer-ornament.png') no-repeat;
}

div#footer ul.social {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

div#footer ul.social>li {
	float: left;
	margin-left: 5px;
}

div#header {
	min-height: 28px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/images/bg_header.png') no-repeat center 0;
}

div#header-content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#header-content>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 0.917em;
	cursor: default;
	line-height: 1em;
}

div#header-content>ul>li {
	float: left;
	padding-top: 4px;
	position: relative;
}

div#header-content>ul>li:first-child {
	margin-left: 0;
	border-left: 0;
}

div#header-content>ul>li>a {
	display: block;
	padding: 6px 7px 7px;
	text-decoration: none;
}

div#header-content>ul>li>a:hover {
	text-decoration: underline;
}

div#header-content>ul>li.sub>a {
	padding-right: 18px;
	background: url('/images/sprite_bullets.png') no-repeat right 9px;
}

div#header-content>ul>li.sub:hover>a, div#header-content>ul>li.sub.focus>a {
	background-color: #f0f1f5;
}

div#header-content>ul>li>ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	position: absolute;
	left: -9999px;
	top: 28px;
	background-color: #fff;
	z-index: 9;
	min-width: 120px;
	border: 1px solid #ececed;
	border-top: none;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

div#header-content>ul>li.sub:hover>ul, div#header-content>ul>li.sub.focus>ul {
	left: -1px;
}

div#header-content>ul>li>ul>li>a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

div#header-content>ul>li>ul>li>a:hover {
	background-color: #eceef4;
	border-bottom: 1px solid #d8dde8;
	text-decoration: none;
}

a#logo img {
	display: block;
}

a#logo {
	display: block;
	margin-bottom: 46px;
}

img.ribbon {
	position: absolute;
	left: -8px;
	top: 20px;
	z-index: 20;
}

div#nav {
	min-height: 39px;
	background: url('/images/bg_menu.png') no-repeat;
	padding: 7px 0 0 12px;
	position: relative;
}

div#nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.25em;
	width: 730px;
}

div#nav>ul>li {
	float: left;
	padding: 0 0 0 6px;
	background: url('/images/sprite_menu.png') no-repeat 2px 9px;
	position: relative;
}

div#nav>ul>li:first-child {
	background: none;
	padding-left: 0;
}

div#nav>ul>li>a {
	color: #fff;
	font-size: 1.25em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	text-decoration: none;
	display: block;
	padding: 9px 12px 8px 12px;
}

div#nav>ul>li>a:hover, div#nav>ul>li.active>a, div#nav>ul>li.focus>a {
	color: #f89524;
}

div#nav>ul>li.sub:hover>a, div#nav>ul>li.sub.focus>a {
	color: #f89524;
	background: url('/images/sprite_menu.png') no-repeat 11px -18px;
}

div#nav>ul>li.sub>ul {
	position: absolute;
	left: -9999px;
	z-index: 99;
	background-color: #f3f5fb;
	margin: 0;
	padding: 5px;
	list-style: none;
	min-width: 200px;
	border: 1px solid #ececed;
	border-top: none;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

div#nav>ul>li.sub:hover>ul, div#nav>ul>li.sub.focus>ul {
	left: 3px;
	top: 32px;
}

div#nav>ul>li.sub>ul>li>a {
	display: block;
	padding: 4px 4px 4px 7px;
	color: #091b43;
	border-top: 1px solid #dde0ec;
	text-decoration: none;
}

div#nav>ul>li.sub>ul>li.sub>a {
	background: url('/images/sprite_bullets.png') no-repeat right -34px
}

div#nav>ul>li.sub>ul>li:first-child>a {
	border: none;
}

div#nav>ul>li.sub>ul>li>a:hover {
	background-color: #dde0ec;
	text-decoration: none;
}

form.searchbox fieldset {
	width: 190px;
	height: 22px;
	background: url('/images/bg_search.png') no-repeat;
	position: relative;
}

form.searchbox input.text {
	margin: 4px 0 0 0;
	background: #dfe7f4;
	border: none;
	color: #0a1d46;
	position: absolute;
	left: 10px;
	top: 0;
	width: 150px;
}

form.searchbox input.text {
	outline: none;
}

form.searchbox input.submit {
	position: absolute;
	right: 0;
	top: 0;
}

div#nav form.searchbox {
	position: absolute;
	right: 12px;
	top: 12px;
}

div#nav form.searchbox input.submit {
	color: #fff;
}

div#nav form.searchbox label {
	color: #fff;
	margin-left: -50px;
	top: 4px;
	position: relative;
}

ol#breadcrumb {
	margin: 0;
	padding: 5px 0 5px 25px;
	list-style: none;
	overflow: hidden;
	font-size: 0.917em;
}

ol#breadcrumb>li {
	float: left;
	margin-right: 8px;
	color: #6e7788;
	padding-left: 10px;
	background: url('/images/sprite_bullets.png') no-repeat 0 -14px;
}

ol#breadcrumb>li:first-child {
	background: none;
	padding-left: 0;
}

ol#breadcrumb>li a {
	color: #6e7788;
}

ol#breadcrumb>li a:hover {
	color: #154273;
}

span.social {
	display: inline-block;
	width: 25px;
	height: 24px;
	background: url('/images/sprite_social.png') no-repeat 0 0;
	cursor: pointer;
}

span.social>span {
	position: absolute;
	left: -9999px;
}

span.social.twitter {
	background-position: 0 0;
}

a:hover span.social.twitter {
	background-position: 0 -24px;
}

span.social.facebook {
	background-position: -25px 0;
}

a:hover span.social.facebook {
	background-position: -25px -24px;
}

span.social.youtube {
	background-position: -50px 0;
}

a:hover span.social.youtube {
	background-position: -50px -24px;
}

div#subnav ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

div#subnav ul>li>a {
	display: block;
	padding: 0.3em 20px 0.3em 5px;
	text-decoration: none;
}

div#subnav>ul>li>a { /* level 1 */
	font-size: 1.333em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	border-bottom: 1px solid #8992a5;
}

div#subnav>ul>li.sub>a {
	background: url('/images/sprite_bullets.png') no-repeat right -190px
}

div#subnav>ul>li.active>a {
	color: #040a1a;
	background-color: #f5f5f5 !important;
}

div#subnav>ul>li.sub.active>a {
	background-position: right -270px;
}

div#subnav>ul>li>a:hover {
	background-color: #eceef1;
}

div#subnav>ul>li>ul>li>a { /* level 2 */
	font-size: 1.167em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	border-bottom: 1px solid #f1f1f1;
	text-align: left;
}

div#subnav>ul>li>ul>li.sub>a {
	background: url('/images/sprite_bullets.png') no-repeat right -354px;
}

div#subnav>ul>li>ul>li.active>a {
	background-color: #dee2ec !important;
}

div#subnav>ul>li>ul>li.sub.active>a {
	background-position: right -112px;
}

div#subnav>ul>li>ul>li>a:hover {
	background-color: #eceef1;
}

div#subnav>ul>li>ul>li>ul>li>a { /* level 3 */
	background-color: #eff3fa;
	color: #666;
	border-bottom: 1px solid #fff;
	padding-left: 15px;
	font-size: 0.917em;
}

div#subnav>ul>li>ul>li>ul>li.active>a {
	background-color: #354273;
	color: #fff !important;
}

div#subnav>ul>li>ul>li>ul>li>a:hover {
	color: #154273;
}

.thumb {
	background-color: #fff;
	padding: 3px;
	display: block;
	border: 1px solid #ececed;
	border-top: none;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}


/* Column definitions */
div.columns {
	clear: both;
}

div.columns.main {
	padding: 40px 25px 0 25px;
}

div.columns.main.full-top {
	padding-top: 10px;
}

div.columns.home {
	background: url('/images/bottom-shade.png') no-repeat right 0;
	padding: 20px 25px 20px 25px;
	overflow: auto;
}

div.columns.home.unplanned>div.column {
	width: 442px;
	margin-left: 26px;
}

div.columns.home.unplanned>div.column:first-child {
	margin-left: 0;
}

div.column {
	float: left;
	position: relative;
}

div.column.submenu {
	width: 192px;
}

div.column.content {
	width: 476px;
}

div.column.sidebar {
	width: 182px;
	margin-left: 30px;
	padding-top: 20px;
}

div.column.news {
	width: 330px;
}

div.column.agenda {
	width: 265px;
	margin-left: 25px;
}

div.column.programme {
	width: 305px;
}

div.column.programme.continued {
	width: 305px;
	margin-left: 10px;
	padding-top: 35px;
}

div.column.programme.wide {
	width: 620px;
}

div.column.gmap {
	width: 265px;
	margin-left: 25px;
}

div.column.banner {
	width: 165px;
	margin-left: 25px;
	padding-top: 35px;
}

div.column.variable {
	width: 208px;
	margin-left: 26px;
}

div.columns.home.top>div.column.variable {
	width: 265px;
	margin-left: 25px;
}

div.columns>div.column.variable:first-child {
	margin-left: 0;
}

div.columns.home div.columns {
	background: url('/images/bottom-shade.png') no-repeat 0 0;
	padding-top: 20px;
	margin-top: 26px;
	overflow: auto;
}

div.columns.entry {
	padding: 0 25px 0 25px;
}

div.columns.entry>div.column {
	width: 294px;
	margin-left: 14px;
}

div.columns.entry>div.column:first-child {
	margin-left: 0;
}

div.columns.links {
	padding: 25px 25px 0 25px;
	overflow: auto;
}

div.columns.links>div.column {
	width: 208px;
	margin-left: 26px;
}

div.columns.links>div.column:first-child {
	margin-left: 0;
}

div.columns.links a.more {
	margin-left: 8px;
}

div.column.main-content {
	width: 688px;
	margin-left: 30px;
}

div.column.empty {
	width: 192px;
	position: relative;
}

div.column.result-alpha {
	width: 530px;
	margin-left: 30px;
	min-height: 100px;
}

div.column.result-search {
	width: 650px;
}

div.column.filter {
	width: 230px;
	margin-left: 30px;
}

div.columns.sitemap>div.column {
	width: 223px;
	margin-left: 30px;
}

div.columns.sitemap>div.column:first-child {
	margin-left: 0;
}


/* Content specific / other styling */
div.intro {
	background: #15274d url('/images/bg_darkblock.png') repeat-x;
	margin-bottom: 30px;
	width: 688px;

	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div.intro.visual {
	min-height: 180px;
}

div.intro.visual>img {
	float: right;
}

div.intro.visual>div {
	width: 325px;
	min-height: 164px;
}

div.intro>div {
	padding: 15px 15px 1px 18px;
	overflow: hidden;

	-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
}

div.intro h1 {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	color: #fff;
	line-height: 1.2em;
}

div.intro p {
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	font-size: 1.167em;
}

div.intro img.shadow {
	float: right;
	margin: 0 0 15px 20px;
	padding: 6px;
}

div#related {
	padding: 5px 0 5px 0;
	border: 1px solid #ececed;

	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}

div#related h3 {
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e1e3e8;
	font-family: Arial, sans-serif;
	font-size: 0.917em;
	color: #525762;
	font-weight: normal;
	margin: 0 5px 5px 5px;
	padding: 3px 3px 3px 5px;
}

div#related ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#related ul.thumbs>li {
	float: left;
	margin: 0 0 6px 6px;
}

div#related ul.thumbs>li a {
	display: block;
	position: relative;
}

div#related ul.thumbs>li a img {
	display: block;
}

div#related ul.thumbs>li a span {
	text-indent: -9999px;
	background: #fff url('/images/icon_external.png') no-repeat 3px 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div#related ul.rel {
	padding: 0 5px 0 10px;
	margin-bottom: 5px;
	font-size: 0.917em;
	color: #525762;
}

div#related ul.rel a {
	text-decoration: none;
}

div#related ul.rel a:hover {
	text-decoration: underline;
}

div#related ul.rel>li {
	margin-bottom: 8px;
}

div#related ul.rel.pages a {
	display: block;
	padding-right: 15px;
	background: url('/images/sprite_bullets.png') no-repeat right -199px;
}

div#related ul.rel.documents>li, div.related.documents ul>li {
	padding-left: 20px;
	background: url('/images/icon_doc.png') no-repeat 0 0;
	min-height: 15px;
}

div#related ul.rel.documents a, div.related.documents ul>li a {
	display: block;
	margin-bottom: 2px;
}

div#social-share {
	padding-top: 10px;
	border-top: 1px solid #edeff4;
	background: url('/images/bottom-shade.png') no-repeat 0 0;
	position: relative;
	top: 15px;
	padding-bottom: 25px;
}

div#social-share.wide {
	background: url('/images/bottom-shade.png') no-repeat -500px 0;
}

div#social-share a {
	display: inline-block;
	height: 20px;
	background: url('/images/sprite_social.png') no-repeat 0 0;
	margin-right: 5px;
}

div#social-share a span {
	position: absolute;
	left: -9999px;
}

div#social-share a.twitter {
	width: 55px;
	background-position: 0 -48px;
}

div#social-share a.twitter:hover {
	background-position: 0 -68px;
}

div#social-share a.facebook {
	width: 56px;
	background-position: 0 -88px;
}

div#social-share a.facebook:hover {
	background-position: 0 -108px;
}

/* Carrousels */
div#home-carrousel {
	position: relative;
	z-index: 2;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div#home-carrousel>div {
	background: #15274d url('/images/bg_darkblock.png') repeat-x;
	min-height: 310px;
	color: #fff;

	-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.2);
}

div#home-carrousel a>img, div#intro-carrousel a>img {
	color: #fff;
}

div#home-carrousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 310px;
	min-height: 310px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.js div#home-carrousel ul {
	overflow-y: visible;
	overflow-x: visible;
	height: auto;
}

div#home-carrousel ul>li {
	padding: 1.4em 595px 2em 25px;
	width: 340px;
	min-height: 269px;
	position: relative;
}

.js div#home-carrousel ul>li {
	display: none;
}

div#home-carrousel.unplanned ul>li {
	padding-right: 500px;
	width: 435px;
}

div#home-carrousel ul>li:first-child {
	display: block;
}

div#home-carrousel ul>li img.visual {
	position: absolute;
	right: 0;
	top: 0;
}

div#home-carrousel ul>li .shadow-overlay>span {
	position: absolute;
	right: 0;
	top: 0;
	width: 575px;
	height: 310px;
	
	-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
}

div#home-carrousel ul>li>strong {
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	font-size: 3.5em;
	line-height: 1em;
	color: #abb3c3;
	display: block;
	margin-bottom: 5px;

	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

div#home-carrousel ul>li h2 {
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1.1em;
	margin-bottom: 8px;

	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

div#home-carrousel ul>li h2>a {
	color: #fff;
	text-decoration: none;
}

div#home-carrousel ul>li p {
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	font-size: 1.167em;
	margin-bottom: 1em;
	line-height: 1.45em;

	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

div#home-carrousel ul>li a.button {
	position: absolute;
	left: 23px;
	bottom: 15px;
}

div#home-carrousel div._nav, div#intro-carrousel div._nav {
	position: absolute;
	z-index: 9;
	right: 595px;
	bottom: 17px;
	color: #9da5b5;
	font-size: 1.5em;
	font-weight: bold;
	cursor: default;
	padding-right: 30px;

	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
}

div#home-carrousel.unplanned div._nav {
	right: 500px;
}

div#home-carrousel div._nav a, div#intro-carrousel div._nav a {
	color: #9da5b5;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

div#home-carrousel div._nav a:hover, div#intro-carrousel div._nav a:hover {
	color: #fff;
}

div#home-carrousel div._nav a.active, div#intro-carrousel div._nav a.active {
	color: #fff;
}

div#home-carrousel div._nav span.pause, div#intro-carrousel div._nav span.pause {
	position: absolute;
	right: 0;
	top: 3px;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background: url('/images/controls.png') no-repeat 0 0;
}

div#home-carrousel div._nav span.pause:hover, div#intro-carrousel div._nav span.pause:hover {
	background-position: 0 -17px;
}

div#home-carrousel.paused div._nav span.pause, div#intro-carrousel.paused div._nav span.pause {
	background-position: -17px 0;
}

div#home-carrousel.paused div._nav span.pause:hover, div#intro-carrousel.paused div._nav span.pause:hover  {
	background-position: -17px -17px;
}

div#intro-carrousel {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

div#intro-carrousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 655px;
	min-height: 300px;
}

div#intro-carrousel ul>li {
	width: 655px;
	height: 332px;
	clear: both;
}

.js div#intro-carrousel ul>li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.js div#intro-carrousel ul>li:first-child {
	display: block;
}

div#intro-carrousel ul>li div.visual {
	float: left;
	height: 347px;
	margin-right: 15px;
}

div#intro-carrousel ul>li div.visual img.shadow {
	margin: 0;
	float: none;
}

div#intro-carrousel p {
	font-family: Arial,sans-serif;
	font-size: 1em;
}

div#intro-carrousel div._nav {
	left: auto;
	right: 0;
	bottom: 15px;
	padding-right: 0;
}

div#intro-carrousel strong {
	display: block;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 1.333em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
}

div#intro-carrousel strong>a {
	color: #fff;
	text-decoration: none;
}

div#header-full {
	position: relative;
	overflow: hidden;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div#header-full>img {
	display: block;
}

div#header-full h1 {
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 10px 23px 10px 23px;
	margin: 0;
	color: #fff;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	font-size: 2.5em;
	background: #172a54 url('/images/bg_h1.png') repeat-x;
	border: none;

	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

ul.list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

ul.list>li {
	padding: 5px 8px 8px 8px;
	background: url('/images/bg_default.png') repeat-x;
	line-height: 1.3em;
	border-top: 1px solid #e9eaee;
	margin-bottom: 5px;
}

ul.list>li a {
	text-decoration: none;
}

ul.list>li a:hover {
	text-decoration: underline;
}

ul.list>li div.date {
	color: #6b6b6b;
	font-size: 0.917em;
	margin-bottom: 3px;
}

ul.list.agenda>li a, ul.list.news a {
	display: block;
}

ul.list.agenda>li {
	background: #f0f3fa url('/images/bg_agenda.png') repeat-x;
}

ul.list.tweets>li div.date {
	margin: 3px 0 0 0;
}

ul.list.tweets>li a {
	text-decoration: underline;
}

ul.list.tweets>li a:hover {
	color: #e8560e;
}

ul.list.social>li a {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	padding-top: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

ul.list.social>li a.external {
	background-position: right 6px;
	padding-right: 15px;
}

ul.list.social>li a span.social {
	position: absolute;
	left: 0;
	top: 0;
}

ul.list.members>li {
	min-height: 50px;
	padding-top: 8px;
}

ul.list.members>li a {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	padding-top: 18px;
	font-weight: bold;
}

ul.list.members>li a>img {
	position: absolute;
	left: 0;
	top: 0;
}

ul.list.programme>li {
	padding-left: 82px;
	position: relative;
}

ul.list.programme>li div.time {
	position: absolute;
	left: 8px;
	top: 5px;
	font-weight: bold;
	font-size: 0.917em;
	width: 80px;
}

ul.list.links>li {
	padding: 0;
}

ul.list.links>li a {
	display: block;
	padding: 5px 20px 5px 8px;
	background: url('/images/sprite_bullets.png') no-repeat right -194px;
}

ul.links-internal {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

ul.links-internal>li {
	border-bottom: 1px solid #e9eaee;
}

ul.links-internal>li a {
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 0;
	background: url('/images/sprite_bullets.png') no-repeat right -275px;
}

span.icon-twitter {
	display: inline-block;
	width: 18px;
	height: 13px;
	background: url('/images/icon_twitter.png') no-repeat;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 5px;
}

span.at, span.hash {
	font-style: italic;
}

div.columns.home h2 {
	font-size: 1.5em;
	margin-bottom: 8px;
}

div.columns.home.top h2 {
	font-size: 1.65em;
}

a.rss {
	background: url('/images/icon_rss.png') no-repeat 0 0;
	padding-left: 15px;
	text-decoration: none;
}

a.rss:hover {
	background-position: 0 -27px;
	color: #e8560e;
}

div.columns.home div.column a.rss {
	position: absolute;
	right: 0;
	top: 9px;
}

a.rss.above {
	position: absolute;
	right: 0;
	top: -20px;
}

div.column.photo img.shadow,
div.column.video img.shadow {
	display: block;
	margin-bottom: 8px;
}

div.column.photo p {
	margin-bottom: 8px;
}

div.column.fact h2 {
	color: #e8560e;
}

div.column.fact p {
	margin-bottom: 10px;
}

div.column.fact p.fact {
	font-family: Georgia, Arial, sans-serif;
	color: #a68129;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.3em;
}

div.column.fact p.fact a {
	text-decoration: none;
	color: #a68129;
}

div.slider {
	position: relative;
	margin-bottom: 10px;
}

.js div.slider {
	overflow: hidden;
}

div.slider>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.slider>ul>li {
	margin-bottom: 10px;
}

.js div.slider>ul>li {
	display: none;
}

div.slider.js>ul>li {
	position: absolute;
	left: 0;
	top: 0;
}

div.slider>ul>li:first-child {
	display: block;
}

div.slider button._prev, div.slider button._next {
	position: absolute;
	top: 40px;
	width: 24px;
	height: 36px;
	background: transparent url('/images/button_slider.png') no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

div.slider button._prev {
	left: 0;
	background-position: 0 0;
}

div.slider button._prev:hover {
	background-position: 0 -36px;
}

div.slider button._next {
	right: 0;
	background-position: -24px 0;
}

div.slider button._next:hover {
	background-position: -24px -36px;
}

div.slider>ul>li a {
	display: block;
	position: relative;
}

div.slider>ul>li a>span, a.youtube>span, div.video-list ul a>span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 69px;
	height: 30px;
	background: url('/images/overlay_youtube.png') no-repeat;
	text-indent: -9999px;
}

div.blogpost {
	margin-bottom: 10px;
}

div.blogpost div.blogtitle {
	position: relative;
	padding-left: 60px;
	margin-bottom: 10px;
	min-height: 50px;
}

div.blogpost div.blogtitle img {
	position: absolute;
	left: 0;
	top: 0;
}

div.blogpost div.blogtitle a {
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}

div.blogpost div.blogtitle a:hover {
	text-decoration: underline;
}

div.blogpost div.blogtitle div.date {
	font-size: 0.917em;
	color: #6b6b6b;
	margin-bottom: 3px;
}

div.map-container {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ececed;
	border-top: none;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

div.map-container div.googlemap {
	width: 255px;
	height: 225px;
	margin-bottom: 5px;
}

div.column.quicklinks p {
	margin-bottom: 10px;
}

div.column.quicklinks img.visual {
	display: block;
}

div.column.quicklinks ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

div.column.quicklinks ul>li {
	margin-bottom: 5px;
}

div.messages {
	margin-top: 5px;
}

div.messages.large {
	margin-bottom: 20px;
}

div.messages.mourning {
	margin: 0;
	border: 3px solid #ccc;
	padding: 4px;
}

div.messages div.messages-header {
	height: 45px;
	background: url('/images/bg_messages.png') no-repeat 0 0;
	padding: 25px 25px 0 25px;
}

div.messages div.messages-header a.button.add {
	margin-top: 4px;
}

div.messages.large div.messages-header {
	background-image: url('/images/bg_messages-large.png');
}

div.messages div.messages-footer {
	height: 45px;
	padding: 15px 0 10px 25px;
	background: url('/images/bg_messages.png') no-repeat 0 bottom;
}

div.messages.large div.messages-footer {
	background-image: url('/images/bg_messages-large.png');
	padding: 0;
	height: 30px;
}

div.messages.mourning div.messages-header,
div.messages.mourning div.messages-footer {
	padding: 10px;
	height: auto;
	background: #f9f9f9 none;
}

div.messages.mourning div.messages-footer {
	border: 1px solid #e3e4e6;
	border-top: none;
}

div.messages div.messages-footer a.button {
	margin-right: 10px;
}

div.messages ul {
	margin: 0;
	padding: 0 9px 0 9px;
	list-style: none;
	background: url('/images/bg_messages-repeat.png') repeat-y;
}

div.messages.large ul {
	background-image: url('/images/bg_messages-repeat-large.png');
}

div.messages.mourning ul {
	margin-bottom: 0;
	padding: 0 10px 10px 10px;
	background: #f9f9f9 none;
	border: 1px solid #e3e4e6;
	border-bottom: none;
}

div.messages ul>li {
	background: url('/images/bg_messages-message.png') repeat-x;
	min-height: 30px;
	padding: 14px 16px 14px 16px;
	line-height: 1.4em;
}

div.messages.mourning ul>li {
	background: none;
	padding: 14px 6px 14px 6px;
	border-bottom: 1px solid #e3e5e9;
}

div.messages ul>li div.date {
	padding-top: 5px;
	color: #6b6b6b;
	font-size: 0.917em;
}

div.columns.main.full-top>h1 {
	margin-bottom: 0;
}

div#encyclopedia-search {
	background: url('/images/bottom-shade.png') no-repeat right 0;
	padding-top: 10px;
	padding-left: 225px;
	position: relative;
	margin-bottom: 25px;
}

div#encyclopedia-search form.searchbox {
	position: absolute;
	left: 0;
	top: 10px;
}

div#encyclopedia-search form.searchbox label {
	position: absolute;
	left: -9999px;
}

div#encyclopedia-search.home {
	padding-left: 308px;
}

div#encyclopedia-search.home form.searchbox fieldset {
	background-position: 0 -44px;
	width: 290px;
}

div#encyclopedia-search.home form.searchbox fieldset input.text {
	width: 250px;
}

div#encyclopedia-search.dynamic {
	padding-bottom: 10px;
	padding-left: 308px;
 	border: 1px solid #ececed;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div#encyclopedia-search.dynamic {
	position: absolute;
	width: 390px;
	right: 25px;
	top: 255px;
	z-index: 30;
	display: none;
}

div#encyclopedia-search.dynamic div.search-alpha {
	padding-right: 90px;
}

div#encyclopedia-search.dynamic form.searchbox {
	left: 15px;
}

div#encyclopedia-search.dynamic form.searchbox fieldset {
	background-position: 0 -22px;
	width: 240px;
}

div#encyclopedia-search.dynamic form.searchbox fieldset input.text {
	width: 200px;
}

div#encyclopedia-search.dynamic {
	background: #f8f9fa none;
}

a#encltoggle {
	position: absolute;
	right: 25px;
	top: 225px;
	z-index: 5;

	padding: 5px 15px 8px 8px;
	background: url('/images/bg_default.png') repeat-x;
	line-height: 1.3em;
	border-top: 1px solid #e9eaee;

	font-family: TheSerifHP5Plain, Arial, sans-serif;
    font-size: 1.333em;
	color: #154273;
	text-decoration: none;

	cursor: pointer;
}

a#encltoggle span {
	padding-left: 20px;
	background: url('/images/sprite_bullets.png') no-repeat 0 -275px;
}

a#encltoggle:hover {
	color: #e8560e;
}

div.search-alpha h2 {
	margin-bottom: 5px;
}

div.search-alpha p 
{
   	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.333em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	margin-bottom: 5px;
}

div.search-alpha ol {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	color: #999;
	overflow: hidden;
	text-transform: uppercase;
}

div.search-alpha ol>li {
	float: left;
}

div.search-alpha ol>li a, div.search-alpha ol>li span {
	text-decoration: none;
	display: block;
	padding: 4px 5px 3px 5px;
	line-height: 0.9em;
}

div.search-alpha ol>li span {
	cursor: default;
}

div.search-alpha ol>li.active a {
	padding: 3px 4px 2px 4px;
    border: 1px solid;
	border-color: #c9c9c9 #e9e9e9 #e9e9e9 #c9c9c9;
	background-color: #ecf0f7;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.search-alpha ol>li a:hover {
	color: #e8560e;
}

div#general-search {
	background: url('/images/bottom-shade.png') no-repeat right 0;
	padding-top: 10px;
	margin-bottom: 25px;
}

div#general-search form.searchbox fieldset {
	background-position: 0 -44px;
	width: 290px;
}

div#general-search form.searchbox fieldset input.text {
	width: 250px;
}

div.entry-list {
	position: relative;
	background-color: #283b66;
	margin-bottom: 10px;
	color: #fff;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div.entry-list h2 {
	color: #fff;
	padding: 6px 6px 6px 12px;
	margin: 0;
	font-size: 1.667em;

	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}

div.entry-list h2>a {
	color: #fff;
	text-decoration: none;
}

div.entry-list img {
	display: block;
}

div.entry-list ul {
	background: url('/images/bg_blue-trans.png');
	margin: 0;
	padding: 6px 0 6px 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

div.entry-list ul>li {
	padding: 4px 6px 4px 12px;
}

div.entry-list ul>li a {
	color: #fff;
	text-decoration: none;
	padding-right: 17px;
	background: url('/images/sprite_bullets.png') no-repeat right -198px;
}

div.entry-list ul>li a:hover {
	text-decoration: underline;
}

ul.overview {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.overview>li {
	min-height: 102px;
	position: relative;
	padding: 7px 140px 15px 3px;
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
	margin-bottom: 10px;
	line-height: 1.5em;
}

ul.overview>li h2 {
	line-height: 1.5em;
}

ul.overview>li img.shadow {
	position: absolute;
	right: 3px;
	top: 10px;
}

ul.overview.media>li {
	padding-left: 110px;
	padding-right: 15px;
}

ul.overview.media>li img.shadow {
	right: auto;
	left: 3px;
}

ul.overview.video>li {
	padding-left: 177px;
	padding-right: 15px;
}

ul.overview.video>li img.shadow {
	right: auto;
	left: 3px;
}

ul.overview>li h2 a {
	text-decoration: none;
}

ul.overview>li h2 a:hover {
	text-decoration: underline;
}

ul.overview>li div.date {
	color: #6b6b6b;
	font-size: 0.917em;
	margin-bottom: 3px;
}

ul.overview.agenda>li {
	padding-left: 60px;
}

ul.overview.agenda>li div.date-range {
	position: absolute;
	left: 10px;
	top: 7px;
	text-align: center;
	line-height: 1em;
}

ul.overview.agenda>li div.date {
	width: 35px;
	height: 39px;
	background: #48597e url('/images/bg_date.png') no-repeat;
	color: #fff;
	margin-top: 3px;
	font-size: 0.8em;
	padding-top: 3px;
}

ul.overview.agenda>li div.date strong {
	display: block;
	font-size: 1.7em;
	margin-bottom: 1px;
}

ul.overview.agenda>li div.date div {
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1em;
}

div.overview-header {
	position: relative;
	padding-right: 60px;
}

div.overview-header h1 {
	border: none;
	padding: 0;
	margin-bottom: 15px;
	line-height: 1.1em;
}

div.overview-header form {
	position: absolute;
	right: 0;
	top: 7px;
}

div.overview-header form * {
	vertical-align: middle;
}

div.overview-header form select {
	margin-right: 10px;
}

div.overview-header a.rss {
	position: absolute;
	right: 6px;
	top: 13px;
}

div.overview-header.with-form {
	padding-right: 0;
}

div.overview-header.with-form a.rss {
	top: -18px;
}

div.charlabel {
	margin-left: -32px;
	margin-top: 10px;
	width: 57px;
	height: 44px;
	color: #fff;
	background: url('/images/bg_charlabel.png') no-repeat;
	font-size: 3em;
	line-height: 1.1em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	text-align: right;
	padding-right: 18px;
	text-transform: uppercase;
}

ul.search-result {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.search-result>li {
	padding: 5px 5px 0 3px;
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
	overflow: auto;
}

ul.search-result>li a {
	text-decoration: none;
}

ul.search-result>li a:hover {
	text-decoration: underline;
}

p.result-count {
	color: #6b6b6b;
	margin-bottom: 5px;
	padding: 2px 0 2px 3px;
}

p.result-count span {
	margin: 0 5px 0 5px;
}

ul.search-result p span.meta {
	display: block;
	color: #6b6b6b;
	font-size: 0.917em;
	padding-top: 5px;
}

ul.search-result img.shadow {
	float: right;
	margin: 0 0 10px 10px;
}

ul.search-result a.youtube {
	float: right;
	margin: 0 0 10px 10px;
}

ul.search-result a.youtube img {
	float: none;
	margin: 0;
}

ul.overview.video a.youtube {
	position: absolute;
	left: 3px;
	top: 10px;
}

ul.overview.video a.youtube img {
	position: static;
	display: block;
}

div.paging {
	position: relative;
	min-height: 40px;
	border-top: 1px solid #e9eaee;
	padding-top: 20px;
}

div.paging a.button.back {
	position: absolute;
	left: 0;
	top: 20px;
}

div.paging a.button.forward {
	position: absolute;
	right: 0;
	top: 20px;
}

div.paging ol {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	cursor: default;
}

div.paging ol>li {
	display: inline-block;
}

div.paging ol>li a {
	display: inline-block;
	padding: 4px 5px 3px 5px;
	line-height: 0.9em;
	text-decoration: none;
}

div.paging ol>li a:hover {
	color: #e8560e;
}

div.paging ol>li.active a {
	padding: 3px 4px 2px 4px;
    border: 1px solid;
	border-color: #c9c9c9 #e9e9e9 #e9e9e9 #c9c9c9;
	background-color: #ecf0f7;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.highlight {
	background-color: #e5e5e5;
}

ul.filters {
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style: none;
	background-color: #f8f9fa;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

ul.filters>li {
	padding: 5px 5px 5px 0;
	color: #666;
	border-top: 1px solid #d6dae0;
}

ul.filters>li:first-child {
	border: none;
}

ul.filters>li a {
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}

ul.filters>li span {
	font-weight: bold;
	color: #999;
}

ul.filters>li a:hover {
	color: #e8560e;
}

ul.faq-sectioned, ul.faq {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.faq-sectioned>li, ul.faq>li {
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
}

.js ul.faq-sectioned>li>ul, .js ul.faq>li>div {
	display: none;
}

ul.faq-sectioned>li>h2, ul.faq>li>h2, ul.faq>li>h3 {
	padding: 7px 0 7px 0;
	margin: 0;
}

ul.faq h2>a, ul.faq h3>a, ul.faq-sectioned h2>a, ul.faq-sectioned h3>a {
	text-decoration: none;
}

.js ul.faq-sectioned>li>h2, .js ul.faq>li>h2, .js ul.faq>li>h3 {
	color: #154273;
	cursor: pointer;
	background: url('/images/sprite_faq.png') no-repeat;
}

ul.faq-sectioned>li>h2 {
	background-position: 6px 8px !important;
	padding-left: 5px;
}

.js ul.faq-sectioned>li>h2 {
	padding-left: 33px;
}

ul.faq-sectioned>li>h2:hover {
	background-position: 6px -90px !important;
}

ul.faq-sectioned>li.active>h2 {
	background-position: 6px -187px !important;
}

ul.faq-sectioned>li.active>ul {
	display: block;
}

ul.faq>li>h2, ul.faq>li>h3 {
	font-family: Arial,sans-serif;
	font-size: 1.083em;
	padding-left: 5px;
	background-position: 5px -284px !important;
	font-weight: bold;
}

.js ul.faq>li>h2, .js ul.faq>li>h3 {
	padding-left: 24px;
	font-weight: normal;
}

ul.faq>li>h2:hover, ul.faq>li>h3:hover {
	background-position: 5px -376px !important;
}

ul.faq>li.active>h2, ul.faq>li.active>h3 {
	background-position: 5px -469px !important;
}

ul.faq>li.active>div {
	display: block;
}

ul.faq>li {
	padding-right: 140px;
}

ul.faq-sectioned>li ul.faq>li {
	background: none;
	margin-left: 30px;
}

ul.faq-sectioned>li ul.faq {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.faq>li>div {
	padding-left: 24px;
}

div.intro-media {
	border-top: 1px solid #e9eaee;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.intro-media.detail {
	border-top: 0;
}

div.photo-list, div.video-list {
	margin-bottom: 10px;
}

div.photo-list h2, div.photo-list.overview, div.video-list h2, div.related h2 {
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
	padding: 5px 5px 5px 3px;
}

div.photo-list h2>a, div.video-list h2>a {
	text-decoration: none;
}

div.photo-list.overview {
	padding-top: 15px;
}

div.photo-list ul, div.video-list ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	overflow: hidden;
}

div.photo-list.detail ul, div.video-list.detail ul {
	padding-bottom: 0;
}

div.photo-list ul>li, div.video-list ul>li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 98px;
	width: 98px;
	position: relative;
}

div.video-list ul>li {
	width: 165px;
	margin-right: 7px;
}

div.video-list.small ul>li {
	width: 140px;
	height: 84px;
	margin-right: 15px;
}

div.photo-list ul>li a.more {
	position: absolute;
	bottom: 3px;
	left: 5px;
}

div.copyright {
	background-color: #f8f9fa;
	padding: 12px 15px 1px 15px;
	color: #666;
	font-size: 0.917em;
	margin-bottom: 40px;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div.copyright h2 {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

div.copyright p {
	margin-bottom: 14px;
}

div#media-detail {
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
	padding-top: 10px;
	margin-bottom: 10px;
}

div#media-detail div.media {
	padding: 7px;
	background-color: #fff;
	display: inline-block;

	border: 1px solid #ececed;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

div#media-detail div.media img {
	display: block;
}

div#media-detail div.actions {
	border: 1px solid #d9d9d9;
	border-top: none;
}

div#media-detail h2.download-toggle, div#media-detail h2.transcription-toggle {
	background-color: #efefef;
	padding: 5px 5px 5px 7px;
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 1em;
}

div#media-detail h2.download-toggle>a, div#media-detail h2.transcription-toggle>a {
	text-decoration: none;
	color: #040a1a;
}

div#media-detail h2.transcription-toggle {
	border-top: 1px solid #d9d9d9;
}

.js div#media-detail h2.download-toggle, .js div#media-detail h2.transcription-toggle {
	background: #efefef url('/images/sprite_open.png') no-repeat right 6px;
	cursor: pointer;
}

.js div#media-detail h2.download-toggle.active, .js div#media-detail h2.transcription-toggle.active {
	background-position: right -55px;
}

.js div#media-detail h2.download-toggle:hover, .js div#media-detail h2.transcription-toggle:hover {
	background-color: #fbfbfb;
	background-position: right -116px;
	color: #e8560e;
}

.js div#media-detail h2.download-toggle.active:hover, .js div#media-detail h2.transcription-toggle.active:hover {
	background-position: right -177px;
}

div#transcription {
	padding: 8px;
	width: 622px;
}

.js div#download-options, .js div#transcription {
	display: none;
}

div#download-options ul {
	margin: 0;
	padding: 0 4px 0 4px;
	list-style: none;
}

div#download-options ul>li {
	border-top: 1px solid #d9d9d9;
	padding: 7px 3px 7px 3px;
}

div#download-options ul>li:first-child {
	border: none;
	padding-top: 9px;
}

div#download-options dl {
	margin: 0 0 0 -20px;
	padding: 3px 0 0 0;
	font-size: 0.917em;
	color: #6b6b6b;
}

div#download-options dl>dt {
	position: absolute;
	left: -9999px;
}

div#download-options dl>dd {
	display: inline-block;
	min-height: 14px;
	margin: 0 0 0 20px;
	padding: 2px 0 0 0;
}

div#download-options dl>dd.format {
	padding-left: 20px;
	background: url('/images/sprite_media.png') no-repeat 0 0;
}

div#download-options dl>dd.format.wmv {
	background-position: 0 -58px;
}

div#download-options dl>dd.format.mp4 {
	background-position: 0 -29px;
}

div#download-options dl>dd.format.jpg {
	background-position: 0 0;
}

div#download-options dl>dd.format.srt {
	background-position: 0 -85px;
}

div#download-options a {
	text-decoration: none;
	color: #040a1a;
}

.js div#download-options ul>li {
	cursor: pointer;
}

div#download-options a:hover,
.js div#download-options ul>li:hover a  {
	color: #e8560e;
}

div#jwplayerembed p {
	margin: 5px 5px 5px 7px;
}

div.columns.sitemap h2 {
	font-size: 1.5em;
}

div.columns.sitemap h2>a {
	text-decoration: none;
}

div.sitemap-part {
	margin-bottom: 20px;
}

ul#rssgen, ul#rssgen ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#rssgen {
	margin-bottom: 40px;
}

ul#rssgen li {
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
	padding: 5px 0 0 3px;
	margin: 0 0 10px 0;
	position: relative;
}

ul#rssgen ul {
	margin-left: 30px;
	padding-top: 10px;
}

ul#rssgen>li>label {
	font-weight: normal;
	font-size: 1.333em;
	font-family: TheSerifHP5Plain, Arial, sans-serif;
	padding-top: 2px;
}

ul#rssgen label {
	display: block;
	padding-top: 5px;
	padding-left: 27px;
	line-height: 1.1em;
}

ul#rssgen input {
	position: absolute;
	left: 4px;
	top: 5px;
}

.js input#submit-rssgen {
	display: none;
}

p#feed-url {
	background: url('/images/bg_default.png') repeat-x;
	border-top: 1px solid #e9eaee;
	padding: 5px 5px 5px 3px;
}

p#feed-url a {
	text-decoration: none;
}

div.post {
	overflow: hidden;
	margin-bottom: 20px;
}

div.post a.button {
	float: right;
}

ul.overview.register>li {
	min-height: 0;
	padding-right: 15px;
	padding-bottom: 0;
}

form.default {
	background-color: #f8f9fa;
	padding: 15px;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

form.default ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.default ul>li {
	border-top: 1px solid #d6dae0;
	padding-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

form.default ul>li:first-child {
	border-top: none;
	padding-top: 0;
}

form.default ul>li div.label {
	float: left;
	width: 100px;
	padding-top: 6px;
	margin-right: 10px;
	color: #666;
}

form.default ul>li div.label label {
	display: block;
	margin-bottom: 3px;
}

form.default ul>li .text {
	width: 320px;
	padding: 4px;

	border: 1px solid #e5e5e5;
	border-left-color: #ccc;
	border-top-color: #ccc;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

	-moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

form.default ul>li.checkbox {
	padding-left: 110px;
}

form.default ul>li.checkbox label,
form.default ul>li.checkbox input {
	vertical-align: middle;
}

form.default ul>li.submit input,
form.default ul>li.submit a.submit,
form.default ul>li.submit img.loader {
	float: right;
}

ul.form-check>li.submit>form {
	float: right;
}
ul.form-check>li.submit>form:first-child {
	float: left;
}

.js form.default ul>li.submit input,
ul.form-check>li.submit>form input {
	display: none;
}

form.default ul>li.submit {
	margin-bottom: 0;
}

form.default div.formnote {
	font-size: 0.917em;
	color: #666;
}

form.default ul>li label.error {
	color: #c00;
}

form.default em.error {
	display: block;
	clear: both;
	color: #c00;
	padding-top: 10px;
	padding-left: 110px;
	font-style: normal;
}

div.form-error {
	background: #f5f5f5 url('/images/error.png') no-repeat 13px 13px;
	padding: 10px 10px 10px 56px;
	font-weight: bold;
	border: 1px solid #6b6b6b;
	margin-bottom: 20px;
	line-height: 1.4em;
}

ul.form-check {
	margin: 0;
	padding: 15px;
	list-style: none;
	background-color: #f8f9fa;

	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

ul.form-check>li {
	border-top: 1px solid #d6dae0;
	padding-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

ul.form-check>li:first-child {
	border-top: none;
	padding-top: 0;
}

ul.form-check>li strong {
	float: left;
	width: 100px;
	margin-right: 30px;
	color: #666;
}

ul.form-check>li div {
	float: left;
	width: 316px;
}

ul.form-check>li.submit {
	margin-bottom: 0;
}

div.related {
	margin-bottom: 30px;
}

div.related ul {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}

div.related a {
	text-decoration: none;
}

div.related a:hover {
	text-decoration: underline;
}

div.related ul>li {
	margin-bottom: 8px;
}

div.related.pages a {
	display: inline-block;
	padding-right: 17px;
	background: url('/images/sprite_bullets.png') no-repeat right -198px;
}

div.gmap-content {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ececed;
	margin-bottom: 2em;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

div.gmap-content div.googlemap {
	height: 300px;
}

div.overview-intro {
	border-top: 1px solid #e9eaee;
	padding-top: 15px;
}

/* Google Custom Search Engine */

#cse
{
	position:relative;
	top: 0px;
	left: -28px;
	right: 0px;
	width: 250px;
	padding: 0px 10px;
	background-color: white;
	z-index: 5;
}

#cse td
{
	background-color: #eff1f5;
}

#cse input.gsc-input
{
    height: 16px;
    padding: 2px;
    font-family: Tahoma,Verdana;
    font-size: 12px;
    background-image: none !important;
    border-color: #9c9e9a;
}

#cse td.gsc-search-button , #cse td.gsc-input
{
       vertical-align: middle;
}

#cse input.gsc-search-button
{
    background-color: rgb(74,90,127);
}

/*#cse input.gsc-search-button
{
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: none;
    
    margin-left: 1px;
    color: white;
    font-family: Verdana;
    font-size: 0px !important;
    font-weight: normal;
    background-image: url('/images/button_search.png');
    background-repeat: no-repeat;
} */

.tabintext { border: 1px solid #7F796A; background-color:#eff1f5; border-collapse: collapse; margin-left: 0px; margin-bottom: 12px; }

.cellgrey { border: 1px solid #7F796A; color: #450C0B }

.celldarkgrey { border: 1px solid #7F796A; background-color: #eff1f5; color: #450C0B }

.cellred { border: 1px solid #7F796A; color: #FFFFFF; background-color: #c8460e; margin-bottom: 2px; }

.cellredstd { border: 1px solid #7F796A; color: #FFFFFF; background-color: #c8460e; font-size: 14px; font-family: Georgia, Times, Times New Roman, serif; }

.cellblue { border: 1px solid #7F796A; color: #FFFFFF; background-color: rgb(74,90,127); font-size: 14px; margin-bottom: 2px; }

.cellhead { border: 1px solid #EBD2BA; background-color: #EBD2BA }

.cellhead2 { border: 1px solid #EBD2BA; background-color: #450C0B }

.tpar { margin-left: 6px; margin-right: 6px; margin-bottom: 2px; }

a#rand:link img    { border: 3px solid #FFFFFF }
a#rand:visited img { border: 3px solid #FFFFFF }
a#rand:hover img   { border: 3px solid #e8560e }

.shadow1 {
	margin: 40px;
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.shadow1 .content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 100px;
	background-color: #DDD;
}

.CaptionBox640 { margin-left:2px; margin-bottom:26px; padding:0; position:relative; top:0; left:0; z-index:10; width:640px; height:360px; }

.Caption640 { position:absolute; bottom:-12px; left:3px; padding:4px; width:631px; height:30px; background-color:rgba(0, 0, 0, .5); z-index:11; }

.CaptionText { margin:0; padding:0; z-index:11; text-align:left; opacity:1; font-family:Georgia,serif; font-style:normal; font-size:12px; font-weight:normal; color:white; border:none !important; text-decoration:none !important; }

figure:hover a + figcaption { background-color:#1e1e1e; }
figure:hover figcaption a span { color:#fee192; }

