@charset "utf-8";
/*
CSS document outline
    Elements
        Body and link text
    Classes
    Header .h
        Language switcher .h .language-switcher
        Site title h1 text version .h h1
        Site title h1 image replaced version .h h1
        Site structure looking up .h .structure
    .s
        Language switcher .s .language-switcher
	Site search .s site-search
	Breadcrumb .s .breadcrumb
    Main .m
        Navigation .n
        Content .c
    Footer .f
    More classes and elements
    Page specific styles d-[page-name]
*/

/* Elements */
body {}
body, a {color:#414141;}
a {color:#9d1b33;}

/* Classes */

/* Header */
.h {float:left;width:100%;background:#022C68 url(img/h.jpg) repeat-x 0 0;clear:both;}
.h, .h a {color:#fff;}
.h-inner {height:auto!important;min-height:80px;height:80px;background:url(img/h-inner.jpg) no-repeat 100% 0;padding:0 0 0 12px;}

/* Site title as text */
.h h1 {float:left;font-size:2.8em;line-height:1.6em;font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight:normal;margin:0px 12px 0px 0px;padding:0;letter-spacing: 0.01em;}
.h h1,
.h h1 a {}
.h h1 a {text-decoration:none;border-bottom:1px solid #5785AF;}
.h h1 a:hover,
.h h1 a:focus {border-bottom:0;}

/* Site structure looking up */
.h p.structure {clear:left;font-size:1.4em;line-height:1em;margin:0px 0 0 0px;padding:0;position:relative;}
.h p.structure,
.h p.structure a {color:#ebebeb;}
.h p.structure a {text-decoration:none;border-bottom:1px solid #5785AF;padding:0 0 2px 0;}
.h p.structure a:hover,
.h p.structure a:focus {border-bottom:0;}

/* S */
.s {background:#f2f2f0;clear:both;float:left;width:100%;border-bottom:1px solid #dfdfdf;padding:5px 0 6px 0;zoom:1;}

.s .site-search {float:left;width:200px;margin:0;padding:0;position:relative;}
.s .site-search h2 {position:absolute;left:-9999px;margin:0;}
.s .site-search div {margin-left:12px;}
.s .site-search label {cursor:pointer;position:absolute;left:-9999px;}
.s .site-search input[type=submit] {width:30px;vertical-align:middle;} /*This is for when Javascript is off and keeps the submit button on the same line as the text box.*/
.s .site-search #site-search-query {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:0.9em;line-height:13px;height:12px;vertical-align:middle;color:#626261;background:#fff;border:1px solid #d1d1cf;border-right:0;width:142px;padding:4px 2px 4px 4px;margin:0;}
.s .site-search #site-search-submit-link {vertical-align:middle;line-height:12px;} /*This element is onyl shown when Javascript is on.*/
.s .site-search #site-search-submit-link span {font-size:0.9em;background:#fff;color:#626261;border:1px solid #d1d1cf;padding:4px 4px 3px 4px;text-decoration:none;}
.s .site-search-focus #site-search-query {}
.s .site-search-focus #site-search-submit-link {}
.s .site-search-focus #site-search-submit-link span {color:#0390c6;}

.s .breadcrumb {font-size:0.9em;line-height:1.8em;margin:0px 0px 0px 200px;padding:3px 12px 0px 4px;zoom:1;}
.s .breadcrumb h2 {position:absolute;left:-9999px;margin:0;}
.s .breadcrumb p {margin:0;}
.s .breadcrumb p a {color: #9d1b33;}
.s .breadcrumb p span {}

/* Main */
.m {float:left;width:100%;padding-bottom:12px;}
.m-inner {padding-right:10px}

/* Navigation
   li.selected and a.selected refer to the currently selected item.
   li.on and a.on refer to items in the menu branch that lead to and include the currently selected item.
   li.menu refers to the list item being a further menu.
   li.open refers to the current state of the menu with respect to javascript functionality.
*/
.n {float:left;width:200px;}

.n .sitemap {font-family:"Trebuchet MS", Verdana, Arial, sans-serif;font-size:1.1em;line-height:1.8em;text-align:left;border-bottom:1px solid #fff;margin:0 12px 0 12px;padding:12px 0px 6px 0px;}
.n .sitemap h2 {position:absolute;left:-9999px;}
/* Sitemap defaults */
.n .sitemap ul {margin:0px;padding:0px;border-bottom:0;border-top:0px;}
.n .sitemap li {display:block;margin:0;padding:0;list-style-type:none;position:relative;}
.n .sitemap li a {display:block;text-decoration:none;}
.n .sitemap li a:hover,
.n .sitemap li a:focus {display:block;text-decoration:underline;}
.n .sitemap ul > li:first-child,
.n .sitemap ul > li:first-child > a {border-top:0;}
/* The following are used in the Javascript for the menu toggles. */
.n .sitemap ul.sitemap-toggle-height-helper {display:block;}
.n .sitemap li a.sitemap-toggle-reset {display:block;float:none;position:absolute;left:0;top:0;clear:none;margin:0;padding-left:0px;padding-right:0px;width:19px;text-align:center;background:transparent;cursor:pointer;text-decoration:none;}
.n .sitemap li a.sitemap-toggle span.sitemap-toggle-char {display:block;}

/* Level 1 */
.n .sitemap ul {}
.n .sitemap li {}
.n .sitemap li a {color:#06336C; font-weight:bold; line-height:1.34em; padding:8px 4px 8px 20px;border-top:4px solid #fff;border-bottom:3px solid #fff; background: transparent url(img/n-a-level-1.gif) no-repeat ;}}
.n .sitemap li a:hover,
.n .sitemap li a:focus {}
.n .sitemap li a.on {}
.n .sitemap li a:hover.on,
.n .sitemap li a:focus.on {}
.n .sitemap li a.selected { text-decoration: underline;}
.n .sitemap li a:hover.selected,
.n .sitemap li a:focus.selected {}
.n .sitemap li a.sitemap-toggle {border-right:0px solid #e3e3e3;color:#a2a2a0;}
.n .sitemap li a.sitemap-toggle-toggled {}
.n .sitemap li a.selected.sitemap-toggle {}
.n .sitemap li a.selected.sitemap-toggle-toggled {}
.n .sitemap li a.sitemap-toggle:focus {outline-width:1px;outline-style:dotted;}
.n .sitemap li a.hover {color:#333;}

/* Level 2 */
.n .sitemap li ul {margin-left:19px;border-top:0px solid #e3e3e3;}
.n .sitemap li li {}
.n .sitemap li li a {color:#a06277;margin:0 0 0 0;font-weight:bold;line-height:1.34em;padding:4px 4px 4px 19px;font-size:0.9em;line-height:1.34em;border-top:0px solid #ccebfd;background: url(img/n-a-level-2.gif) no-repeat 0% 50%;}
.n .sitemap li li a:hover,
.n .sitemap li li a:focus {}
.n .sitemap li li a.on {}
.n .sitemap li li a:hover.on,
.n .sitemap li li a:focus.on { background: url(img/n-a-level-2-on.gif) no-repeat 0% 50%;}
.n .sitemap li li a.selected { background: url(img/n-a-level-2-on.gif) no-repeat 0% 50%;}
.n .sitemap li li a:hover.selected,
.n .sitemap li li a:focus.selected {}
.n .sitemap li li a.sitemap-toggle {border-left:0px solid #e3e3e3;}
.n .sitemap li li a.sitemap-toggle:focus {}
.n .sitemap li li a.hover {}

/* Level 3 */
.n .sitemap li li ul {}
.n .sitemap li li li {}
.n .sitemap li li li a {color:#656564;padding:4px 4px 4px 19px;font-size:0.9em;line-height:1.34em;line-height:1.1em;border-top:0px solid #fff;background:#f2f2f0;}
.n .sitemap li li li a:hover,
.n .sitemap li li li a:focus {}
.n .sitemap li li li a.on {}
.n .sitemap li li li a:hover.on,
.n .sitemap li li li a:focus.on{}
.n .sitemap li li li a.selected {}
.n .sitemap li li li a:hover.selected,
.n .sitemap li li li a:focus.selected {}
.n .sitemap li li li a.sitemap-toggle {}
.n .sitemap li li li a.sitemap-toggle:focus {}
.n .sitemap li li li a.hover {}

.n .tercentenary a,
.n .tercentenary a span {display:block;width:175px;height:111px;}
.n .tercentenary a {position:relative;overflow:hidden;left:12px;}
.n .tercentenary a span {position:absolute;top:0;left:0;background:url(img/tercentenary.jpg) no-repeat;}

/* Content */
.c {margin:0px 0px 0 200px;}
.c-inner {margin:0px 12px 18px 2px;padding-top:1px;}

.c h1 {margin-top:6px;border-bottom:1px solid #e6e6e6;padding-bottom:6px;}
.c h1, .c h1 a {color:#06336C;}
.c h1 a {}

.c h2 { }
.c h2, .c h2 a {color: #5F5353;}
.c h2 a {}

.c h3 {}
.c h3, .c h3 a {color: #5F5353;}
.c h3 a {}

.c h4 {}
.c h4, .c h4 a {color: #5F5353;}
.c h4 a {}

.c h5 {}
.c h5, .c h5 a {color: #5F5353;}
.c h5 a {}

.c h6 {}
.c h6, .c h6 a {color: #5F5353;}
.c h6 a {}

.c ul {list-style-type:none;padding-left:0;}
.c ul > li {padding-left:3em;}
.c ul > li {background:transparent url(img/n-a-level-2.gif) no-repeat 9px 3px;}
.c ul > li > ul li {background:transparent url(img/m-ul-li-level-1.gif) no-repeat 9px 3px;}

.m .sidebar {float:right;width:190px;margin:0px 0px 0px 0px;background:#fff;}

/* Sidebar news item styles. */
.m .sidebar .news {padding:0px 8px 4px 8px;margin:12px 0px 0px 12px;background:#f2f2f0;border:1px solid #dfdfdd;}
.m .sidebar .news h2 {margin:0px -8px 0px -8px;padding:8px 11px 6px 11px;color:#555;color:#9d1b33;font-size:1.6em;line-height:1.34em;border-bottom:1px solid #dfdfdd;background:#f9f9f8;}
.m .sidebar .news .item {position:relative;padding:0px 0px 3px 0px;margin:9px 0 0 0;border-bottom:1px solid #dfdfdd;}
.m .sidebar .news .item,
.m .sidebar .news .item a {}
.m .sidebar .news .item a {color:#9d1b33;}
.m .sidebar .news .item h3 {margin:0px 0px 9px 0px;font-size:1.1em;line-height:1.34em;}
.m .sidebar .news .item p {margin:4px 0px 4px 0px;}
.m .sidebar .news .item p.float-right {float:none;margin:0;}
.m .sidebar .news .item .description {font-size:0.9em;line-height:1.5em;color:#404040;}
.m .sidebar .news .item .date {font-size:0.9em;line-height:1.5em;color:#9f9f9f;color:#808080;}
.m .sidebar .news .item p.image {background:#f9f9f8;border:1px solid #ddd;margin:3px 0 9px -4px;padding:3px;display:block;position:absolute;top:0;line-height:0;float:none;}
.m .sidebar .news .item p.image img {width:160px;height:107px;display:block;border:0;padding:0;float:none;margin:0;}

/* Hide all parts of a sidebar news item except for the title. */
.m .sidebar .news .item p {display:none;}
.m .sidebar .news .item p.image {display:none;}
.m .sidebar .news .item img {display:none;}

/* Show specific parts of a sidebar news item where specified by a class. */
.m .sidebar .news .show-item-image h3 {padding-top:124px;}
.m .sidebar .news .show-item-image p.image {display:block;}
.m .sidebar .news .show-item-image p.image img {display:block;}
.m .sidebar .news .show-item-description .description {display:block;}
.m .sidebar .news .show-item-date .date {display:block;}

/* Footer */
.f {clear:both;margin:0px;padding:4px 12px 6px 12px;font-size:0.9em;line-height:1.8em;border-top:1px solid #dfdfdf; background-color: #e0decd;}
.f,
.f a { color: #3f3c27;}
.f p {margin:0;}
.f p span.date-modified {float:right;}
/*.f p span.author {background:url(img/mail-icon.gif) no-repeat 0px 3px;padding-left:17px;}*/

/* Aside */
.aside {border:1px solid #dfdfdf;padding:6px;margin:0.4em 0 0.8em 0;font-size:0.95em;line-height:1.8em;}
.aside * {margin-top:0;}

/* Blockquote */
blockquote {}
blockquote p {}
.cite {margin-left:5%;margin-right:5%;font-style:italic;}

/* Pull-quote */
.pull-quote {padding:6px;}
.pull-quote blockquote {margin-left:0;margin-right:0;font-size:1.5em;line-height:1.8em;}
.pull-quote cite {}
.pull-quote .cite {margin-left:0;margin-right:0;}

/* Figure */
.figure {background:#f2f2f0;padding:6px;position:relative;margin:0.4em 0 0.8em 0;font-size:0.95em;line-height:1.8em;}
.figure * {margin-top:0;}
.figure img {background:#fff;}

/* Float */
.float-left,
.float-left-landscape-medium, 
.float-left-landscape-large,
.float-left-landscape-small,
.float-left-portrait-medium,
.float-left-portrait-large,
.float-left-portrait-small {float:left;margin:0 0.6em 0.6em 0;}

.float-right,
.aside,
.pull-quote,
.float-right-landscape-medium, 
.float-right-landscape-large,
.float-right-landscape-small,
.float-right-portrait-medium,
.float-right-portrait-large,
.float-right-portrait-small {float:right;margin:0 0 0.6em 0.6em;}

/* Align */
.align-center,
.align-center-landscape-medium, 
.align-center-landscape-large,
.align-center-landscape-small,
.align-center-portrait-medium,
.align-center-portrait-large,
.align-center-portrait-small {margin-left:auto;margin-right:auto;}

.align-right,
.align-right-landscape-medium, 
.align-right-landscape-large,
.align-right-landscape-small,
.align-right-portrait-medium,
.align-right-portrait-large,
.align-right-portrait-small {margin-left:auto;}

/* Text align */
.text-align-right {text-align:right;}
.text-align-left {text-align:left;}
.text-align-center {text-align:center;}

/* Widths */
.landscape-medium,
.align-center-landscape-medium,
.align-right-landscape-medium,
.float-left-landscape-medium,
.float-right-landscape-medium {width:308px;}

.landscape-large,
.align-center-landscape-large,
.align-right-landscape-large,
.float-left-landscape-large,
.float-right-landscape-large {width:408px;}

.landscape-small,
.aside,
.pull-quote,
.align-center-landscape-small,
.align-right-landscape-small,
.float-left-landscape-small,
.float-right-landscape-small {width:208px;}

.portrait-medium,
.align-center-landscape-small,
.align-right-landscape-small,
.float-left-portrait-medium,
.float-right-portrait-medium {width:186px;}

.portrait-large,
.align-center-portrait-large,
.align-right-portrait-large,
.float-left-portrait-large,
.float-right-portrait-large {width:246px;}

.portrait-small,
.align-center-portrait-small,
.align-right-portrait-small,
.float-left-portrait-small,
.float-right-portrait-small {width:127px;}

/* Page specific styles */
.d-news .item {overflow:auto;zoom:1;} /* Zoom is not in CSS 2.1 will be in CSS 3 */
.d-news .item h2 a {text-decoration:none;border:none;} /* Zoom is not in CSS 2.1 will be in CSS 3 */



/* Table specific styles */
td {font-size: 100%; background: #efefef;border: 1px solid #fff; }
th {font-size: 100%; background: #E5E3D4;border: 1px solid #fff; font-size: 1.2em; color:#858179;}
.OraTableColumnHeader {font-size: 100%; background: #E5E3D4;border: 1px solid #fff; font-size: 1.2em; color:#858179;}

/*white-space: nowrap;*/

/* */

.captioned-image{font-style:italic;font-size:0.9em;line-height:1.8em;padding:0 5px 3px 5px;}
.captioned-image img{display:block;background-color:#fff;border:1px solid #ddd;margin:0 -5px;}



/* IMAGE GALLERY CODE*/
div.c ul.gallery {margin:0 -12px 0 0;padding:0;overflow:hidden;zoom:1;}
div.c ul.gallery li {display:inline;padding:0;list-style-type:none;background:none;}
div.c ul.gallery li a {width:100px;height:100px;background:#ddd;margin:12px 12px 0 0;position:relative;float:left;overflow:hidden;}
div.c ul.gallery li img {border:0;padding:0;width:auto;height:auto;}
/* IMAGE GALLERY CODE*/

div.h { position: relative;}
/* Sub Header > Language Switcher App */
.language-switcher {position:absolute;right:0;bottom:0;font-size:0.9em;line-height:1.5;font-weight:bold;padding:2px 9px 1px 9px;background:#eee;-webkit-border-top-left-radius: 12px;-moz-border-radius-topleft: 12px;border-top-left-radius: 12px;}
.language-switcher h2 {position:absolute;left:-9999px;}
.language-switcher p {margin:0;background:transparent url(//www.tcd.ie/uns/language-switcher/2/switcher.png) no-repeat 0 0.5em;padding:0 0 0 14px;}
.language-switcher a {margin:0 0 0 1em;font-size:100%;text-decoration:none;color:#575757;background:none;}
.language-switcher a:hover,
.language-switcher a:focus {text-decoration:underline;}

/* Search button fix */
body.lang-ga a.site-search-submit-link { width: 3.0em!important; }
body.lang-ga input.site-search-query { width: 10.0em!important; }