/* --------------- LAYOUT --------------- */
body {
	background-color: white;
}
#header {
	padding: 35px 0 25px;
}
#nav {
	margin-bottom: 10px;
	border-bottom-width: 1px;
}
#content {
	margin-bottom: 20px;	
	background: transparent url(/graphics/fauxBorderMain.png) repeat-y top left;
}
#left-col,
#right-col,
#main {
	margin-top: 5px;
}
#columns-close {
	width: 100%;
	height: 10px;
	background: transparent url(/graphics/columnsClose.png) repeat-y top left;
}
#footer {
	background-color: #BCBDC0;
	margin-bottom: 35px;
}
.hide-right-col {
	background: transparent url(/graphics/fauxBorderMainNoRightCol.png) repeat-y top left !important;
}
.hide-right-col #main {
	width: 760px;
}
.hide-right-col #columns-close {
	background: transparent url(/graphics/columnsCloseNoRightCol.png) repeat-y top left;
}

.arrow {
	background: transparent url(/graphics/arrow.png) no-repeat 12px 2px;
}
.arrow-long {
	background: transparent url(/graphics/arrowLong.png) no-repeat 2px 2px;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/
	
	Licensed under GPL and MIT.
*/
.container_25 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24,
.grid_25 {
	display:inline;
	float: left;
	position: relative;
}
.container_25 .grid_5 {
	width: 200px;
}
.container_25 .grid_6 {
	width: 220px;
}
.container_25 .grid_7 {
	width: 270px;
}
.container_25 .grid_10 {
	width: 390px;
}
.container_25 .grid_14 {
	width:540px;
}
.container_25 .grid_20 {
	width:780px;
}
.container_25 .grid_25 {
	width: 940px;
	margin: 0 10px;
}


/* --------------- LINKS --------------- */
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #0097CE;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #ED028C;
}
a[href$='.pdf'] {
	background-image: url(/graphics/icon_pdf.png);
}
a.external {
	background-image: url(/graphics/icon_external.png);
	padding-right: 15px;
}



/* --------------- TYPOGRAPHY --------------- */
@font-face {
	font-family: 'CalvertR';
	src: url('/fonts/Calvert_Regular_web.eot');
	src: local('-'), url('/fonts/Calvert_Regular_web.woff') format('woff'), url('/fonts/Calvert_Regular_web.ttf') format('truetype'), url('/fonts/Calvert_Regular_web.svg#webfont2BLoWK0Q') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CalvertB';
	src: url('/fonts/Calvert_Bold_web.eot');
	src: local('-'), url('/fonts/Calvert_Bold_web.woff') format('woff'), url('/fonts/Calvert_Bold_web.ttf') format('truetype'), url('/fonts/Calvert_Bold_web.svg#webfontH3VZRXyD') format('svg');
	font-weight: normal;
	font-style: normal;
}
#wrap {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #555;
}
#content {
	line-height: 1.45;
}
h1, h2, h3, h4, h5, h6 {
	color: #442A8F;
	letter-spacing: 0.5px;
	line-height: 1.1;
}
h1 {
	font-family: CalvertB, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
}
h2 {
	font-family: CalvertR, Verdana, sans-serif;
	font-size: 18px;
	margin-top: 26px;
	margin-bottom: 4px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-top: 16px;
	margin-bottom: 3px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
ul, ol {
	margin-left: 25px;
}
ul.v-menu li a:hover,
ul.v-menu li a:active,
ul.v-menu li a:focus {
	color: #00AEEF;
}
#main ul.v-menu li:first-child {
	border-top-width: 1px;
}
#main ul.v-menu li a {
	color: #0097CE;
	padding: 6px 0px 8px;
}
#main ul.v-menu li a:hover,
#main ul.v-menu li a:active,
#main ul.v-menu li a:focus {
	color: #ED028C;
}



/* --------------- TABLES --------------- */
table {
	background-color: #F8F8F8;
}
tr.alt {
	background-color: #EEE;
}
tr.em {
	background-color: #DBF3E5;
}
th,
td {
	border-color: #CCC;
}
th {
	background-color: #E1DCF2;
	border-bottom-color: #999;
	text-align: left;
}
table .h1,
table .h2 {
	font-family: Verdana, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
table .h1 {
	color: #333;
	background-color: #AAA;
	font-size: 15px;
	font-variant: small-caps;
}
table .h2 {
	color: #444;
	background-color: #8371B3;
	background-color: #CCC;
	font-size: 12px;
}
table .h1 td {
	border-top: 2px solid #777;
	border-bottom: 1px solid #999;
}
table .h2 td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #AAA;
}



/* --------------- IMAGES --------------- */
.image a img {
	border-color: #0000FF;
}
.image a img:hover {
	border-color: #BB0000;
}



/* --------------- MAIN --------------- */
#main .element,
#main .element-fill {
	margin: 0 5px;
	border-top-width: 1px;
}
#main .element {
	padding: 7px 35px 15px;
}
#main .element-fill {
	padding: 5px;
}
#main>.element:first-child {
	border-top-width: 0;
}

#main .two-col {
	background: transparent url(/graphics/fauxBorder.gif) repeat-y top center;
	clear: both;
	line-height: 1.25;
	font-size: 11px;
}
#main .two-col h1 {
	font-size: 16px;
	margin-bottom: 5px;
}
#main .two-col .arrow {
	padding-top: 19px;
	padding-left: 22px;
	background-position: 2px 15px;
}
#main .two-col .alpha .element {
	margin-right: 0;
}
#main .two-col .omega .element {
	margin-left: 0;
}

#main .element .two-col {
	background-image: none;
	margin: 20px 0 10px;
}
#main .element .two-col .grid_7 {
	width: 230px;
	margin: 0;
}
#main .element .two-col .grid_10 {
	width: 340px;
	margin: 0;
}

#main .arrow-long {
	padding-top: 19px;
}


#main .article {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
}
#main h1+.article,
#main .content+.article {
	padding-top: 12px;
	border-top-width: 1px;
}
#main .article h2 {
	margin-top: 0;
	margin-bottom: 4px;
}
#main .article p {
	margin-bottom: 4px;
	line-height: 1.3;
}
#main .article ul.inline {
	margin-bottom: 0;
}
#main .article .date {
	margin-left: 10px;
	font-size: 11px;
	color: #777;
	float: right;
}
#main .article .date .label {
	font-size: 13px;
	font-variant: small-caps;
}
#main .article .edit {
	font-size: 12px;
}


#main .pagination {
	margin: 15px 0;
	padding: 5px;
	text-align: center;
	background-color: #DDD;
	border-width: 1px;
	font-size: 13px;
	font-weight: bold;
}
#main .pagination span {
	color: #777;
}


#main .summary {
	font-size: 14px;
}
#main .article .summary {
	font-size: 12px;
	margin-bottom: 3px;
}
#main .publish-date {
	margin: 15px 0;
	border-width: 1px 0;
	padding: 5px 10px;
	background-color: #F7F7F7;
	clear: both;
}
#main .attachments {
	margin-top: 25px;
	padding: 15px;
	border-width: 1px;
	background-color: #EEE;
}


#news #main h1 {
	margin-bottom: 25px;
}

#aotp .article .date {
	float: left;
	margin: 0;
	font-size: 13px;
}


#people table.labelled {
	margin-bottom: 0;
}
#people .publications li,
#people .boards li {
	margin: 10px 0;
	line-height: 1.2;
}

#calendar table {
	line-height: 1.2;
}
#calendar table td {
	padding: 6px;
}
#calendar table p {
	margin-bottom: 4px;
}
#calendar table p:last-child {
	margin-bottom: 0;
}
#calendar table .date {
	text-align: center;
	font-variant: small-caps;
	font-size: 14px;
}
#calendar table .title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
}
#calendar table .loc {
	font-variant: small-caps;
	font-size: 13px;
}




/* --------------- STUDIES --------------- */
.samf {
	background-color: #D20D44;
}
.ikgs {
	background-color: #00AEEF;
}
.krle {
	background-color: #7460A9;
}
.brik,
.brkg {
	background-color: #ED028C;
}
.teol {
	background-color: #44AA42;
}
.mgs {
	background-color: #F68E1E;
}
.mika {
	background-color: #8B501D;
}
.samf-t {
	color: #D20D44;
}
.ikgs-t {
	color: #00AEEF;
}
.krle-t {
	color: #442A8F;
}
.brik-t,
.brkg-t {
	color: #ED028C;
}
.teol-t {
	color: #44AA42;
}
.mgs-t {
	color: #F28007;
}
.mika-t {
	color: #8B501D;
}

#studies .study-color {
	padding: 0;
}
#studies .study-color a {
	color: white;
	text-decoration: underline;
}
#studies .study-color,
#studies .study-color h1 {
	color: white;
	font-weight: normal;
	font-family: CalvertB;
}
#studies .study-color h1,
#studies .study-color .abbr {
	background: transparent url(/graphics/arrowTransp.gif) no-repeat 0px 10px;
}
#studies .study-color h1 {
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: none;
	padding: 25px 10px 5px 35px;
}
#studies .study-color .abbr {
	font-size: 115px;
	line-height: 1;
	background-position: bottom left;
	padding: 0 0 30px 35px;
}
#studies .study-color .abbr em {
	font-style: normal;
	font-size: 80px;
	position: relative;
	top: -40px;
	right: 5px;
}
#studies .study-color span {
	display: block;
	position: relative;
	top: -9px;
	left: 35px;
	background-color: white;
	width: 10px;
	height: 10px;
	font-size: 18px;
	line-height: 16px;
}
#studies .study-color .intro {
	font-family: CalvertR;
	font-size: 14px;
	line-height: 1.25;
	padding: 0 35px 10px;
}
#studies .study-color p {
	margin-bottom: 10px;
}


#studies .two-col {
	font-size: 11px;
	line-height: 1.3;
}
#studies .two-col h1 {
	font-size: 16px;
	margin-bottom: 15px;
}
#studies .two-col h2 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
}
#studies .two-col h2 a {
	text-decoration: underline;
	color: inherit;
}
#studies .two-col .image {
	margin: 0;
}

#left-col .studies a {
	display: block;
	background-position: 155px 10px;
	background-repeat: no-repeat;
	color: white;
	font-family: CalvertR;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.1;
	padding: 10px 25px 7px 8px;
	height: 60px;
	margin-bottom: 5px;
}
#left-col .studies .samf {
	background-image: url(/graphics/studiesSAMF.png);
}
#left-col .studies .ikgs {
	background-image: url(/graphics/studiesIKGS.png);
}
#left-col .studies .krle {
	background-image: url(/graphics/studiesKRLE.png);
}
#left-col .studies .brkg {
	background-image: url(/graphics/studiesBRKG.png);
}
#left-col .studies .brik {
	background-image: url(/graphics/studiesBRIK.png);
}
#left-col .studies .teol {
	background-image: url(/graphics/studiesTEOL.png);
}
#left-col .studies .mgs {
	background-image: url(/graphics/studiesMGS.png);
}
#left-col .studies .mika {
	background-image: url(/graphics/studiesMIKA.png);
}

#studies table.overview {
	background-color: transparent;
	border-width: 0;
}
#studies table.overview td {
	border-width: 0;
	padding: 6px;
}
#studies table.overview tr td {
	border-width: 0 0 0 1px;
	width: 33%;
}
#studies table.overview tr td:first-child {
	border-left-width: 0;
}

#studies table.overview tr.name td {
	font-family: CalvertB;
	letter-spacing: 0.5px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.1;
	vertical-align: bottom;
	padding-bottom: 0;
}
#studies table.overview tr.name td a {
	color: #442A8F;
}
#studies table.overview tr.abbr td a {
	display: block;
	padding: 8px;
	text-align: center;
	color: white;
	font-size: 26px;
	font-family: CalvertB;
	letter-spacing: 1px;
}
#studies table.overview tr.info td {
	vertical-align: top;
	padding-top: 0;
	line-height: 1.2;
	font-size: 11px;
}

#studies table.overview tr.bar td {
	padding-bottom: 0;
}
#studies table.overview tr.bar td div {
	height: 10px;
	background-color: #CCC;
}
#studies table.overview tr.spacer td {
	border-width: 0;
	padding: 0;
	font-size: 15px;
}

#studies ul.study-plan-structure {
	list-style-type: none;
	margin-left: 0;
	line-height: 1.1;
}
#studies ul.study-plan-structure li {
	margin: 0;
}
#studies ul.study-plan-structure li.d0 {
	margin-top: 17px;
	font-size: 13px;
	font-weight: bold;
}
#studies ul.study-plan-structure li.d1 {
	margin-top: 8px;
	margin-left: 30px;
	font-size: 12px;
	font-weight: normal;
}
#studies ul.study-plan-structure li.d2 {
	margin-top: 2px;
	margin-left: 60px;
	font-size: 12px;
	font-weight: normal;
}
#studies ul.study-plan-structure li a {
	background-image: none;
	padding-right: 0;
}



/* --------------- HEADER --------------- */
#header a,
#header img,
#header span {
	display: block;
	float: left;
}
#header a {
	margin: 0 30px;
}
#header span {
	position: relative;
	top: 4px;
	font-family: CalvertR, Verdana, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #9A9BA0;
	margin-top: 37px;
	margin-left: 10px;
}



/* --------------- NAVIGATION--------------- */
#nav ul#main-menu {
	float: left;
	list-style: none;
	margin: 0 0 7px 0;
	height:	60px;
	width: 100%;
	font-family: CalvertR, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav ul#main-menu li {
	float: left;
	padding-left: 10px;
	border-right: 1px solid white;
}
#nav ul#main-menu li a {
	float: left;
	color: #FFF;
	margin: 0;
	background: transparent url(/graphics/navCorner.gif) no-repeat top right;
	width: 129px;
	padding: 0 15px 0 5px;
	line-height: 60px;
	text-decoration: none;
}
#nav ul#main-menu li a:hover,
#nav ul#main-menu li a:active {
	color: #B6E1ED;
}
#nav ul#main-menu li.item1 {
	background-color: #482E92;
}
#nav ul#main-menu li.item2 {
	background-color: #573E99;
}
#nav ul#main-menu li.item3 {
	background-color: #6550A1;
}
#nav ul#main-menu li.item4 {
	background-color: #7460A9;
}
#nav ul#main-menu li.item5 {
	background-color: #8371B3;
}
#nav ul#main-menu li.item6 {
	background-color: #ED028C;
}
#nav ul#main-menu li.current {
	background-color: #A497C8;
}
#nav ul#main-menu li.current:last-child {
	background-color: #EDA3CE;
}
#nav ul#main-menu li.current-last-child { /* IE fix */
	background-color: #EDA3CE;
}


#nav ul#main-menu-sub {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 4px;
	font-size: 12px;
	background: transparent url(/graphics/arrow.png) no-repeat top left;
}
#nav ul#main-menu-sub li {
	float: left;
	padding: 0 10px;
}
#nav ul#main-menu-sub li.current a {
	font-weight: bold;
	color: #482E92;
}
#nav ul#main-menu-sub li a {
	text-decoration: none;
	color: #333;
}
#nav ul#main-menu-sub li a:hover {
	text-decoration: none;
	color: #00AEEF;
}


#nav #breadcrumb {
	font-size: 10px;
	margin: 0;
}
#nav #breadcrumb p {
	margin-bottom: 2px;
	margin-left: 25px;
}


#nav .search {
	float: right;
	clear: none;
	height: 20px;
	width: 210px;
}
#nav .search input,
#nav .search button {
	font-size: 11px;
}
#nav .search input {
	width: 130px;
}
#nav .search button {
	width: 60px;
}
#nav form.ie-fix { /* IE fix */
	height: 0;
	position: relative;
	bottom: 30px;
	right: 50px;
}


#nav #language {
	width: 45px;
	float: right;
}
#nav #language a {
	background-image: url(/graphics/flags.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}
#nav #language a:first-child {
	margin-right: 5px;
}
#nav #language a.no {
	background-position: -20px 0;
}
#nav #language a.no-sel {
	background-position: -60px 0;
}
#nav #language a.en-sel {
	background-position: -40px 0;
}

#nav #edit {
	float: right;
	position: relative;
	height: 0;
	bottom: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}



/* --------------- FOOTER --------------- */
#footer {
	color: white;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.2px;
}
#footer div.copyright {
	padding: 10px;
}
#footer .copyright p {
	margin: 0;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a {
	padding-right: 0;
	background-image: none;
}



/* --------------- SIDEBARS --------------- */
#left-col {
	font-size: 11px;
}
#right-col {
	font-size: 11px;
}


#left-col .sub-menu h1 {
	font-size: 14px;
}
#left-col .sub-menu h1 a {
	color: #442A8F;
}
#left-col .sub-menu ul li.sel a {
	color: #4B3D2C;
	font-weight: bold;
}
#left-col .sub-menu ul li.d2 a {
	font-size: 11px;
}
#left-col .sub-menu ul li.d3 a {
	font-size: 10px;
	padding-left: 15px;
}
#left-col .sub-menu ul li.d4 a {
	font-size: 10px;
	padding-left: 30px;
}
#left-col .sub-menu ul li.d5 a {
	font-size: 10px;
	padding-left: 40px;
}
#left-col .sub-menu ul li.d6 a {
	font-size: 10px;
	padding-left: 50px;
}

#left-col h1,
#right-col h1 {
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
#left-col h2,
#right-col h2 {
	font-size: 12px;
	color: #555;
	margin-bottom: 3px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#left-col .hr,
#right-col .hr {
	border-bottom-width: 10px;
	margin: 0;
	margin-bottom: 10px;
}
#left-col .hr {
	margin-left: 22px;
}
#right-col .hr {
	margin-right: 5px;
}
#left-col .element,
#right-col .element {
	padding: 5px 0 15px 22px;
	background-position: 2px 0;
}


#left-col .shortcuts {
	font-size: 11px;
}
#left-col .shortcuts h1 {
	font-size: 12px;
}
#left-col .contact {
	font-size: 11px;
}
#left-col .studiekatalog {
	padding-left: 10px;
}


#right-col .element {
	padding-right: 10px;
}
#right-col .quote {
	padding: 0px 5px 5px;
	margin-bottom: 10px;
	line-height: 1.2;
}
#right-col .quote .image {
	margin: 0;
}
#right-col .quote blockquote,
#right-col .quote p {
	margin: 0;
	font-size: 10px;
}
#right-col .quote .name {
	font-size: 10px;
	font-style: italic;
}

#right-col .youtube {
	padding: 0px 5px 5px;
	margin-bottom: 0px;
}

#right-col .blogs ul,
#right-col .blogs p {
	font-size: 10px;
	margin-bottom: 2px;
}
#right-col .media .article,
#right-col .news .article {
	margin-bottom: 6px;
	padding-bottom: 6px;
	line-height: 1.2;
	border-bottom-width: 1px;
}
#right-col .media h1,
#right-col .news h1 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
}
#right-col .media h2,
#right-col .news h2 {
	color: #555;
}
#right-col .media .date,
#right-col .news .date {
	font-size: 10px;
}

#right-col .social-media {
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-top: 0;
}
#right-col .social-media img {
	vertical-align: bottom;
}

#right-col .calendar .article {
	margin-bottom: 6px;
	padding-bottom: 6px;
	line-height: 1.2;
	border-bottom-width: 1px;
}
#right-col .calendar .date {
	font-size: 14px;
	font-weight: bold;
	color: #442A8F;
	margin-bottom: 1px;
	font-variant: small-caps;
}
#right-col .calendar .date .time {
	font-size: 11px;
	margin-left: 10px;
}
#right-col .calendar .read-more {
	margin-bottom: 3px;
}
#right-col .calendar h1 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
}
#right-col .calendar h2 {
	margin-top: 5px;
	margin-bottom: 4px;
}
#right-col .calendar .location {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	color: #442A8F;
}
#right-col .calendar .summary p {
	font-size: 10px;
	margin-bottom: 3px;
	line-height: 1.1;
}
.publications .image {
	margin-bottom: 0;
}
.publications h2 {
	margin-top: 10px;
}



/* --------------- FORMS --------------- */
#search form label {
	font-weight: normal;
}

#studies form.bestille-brosjyrer label {
	font-weight: normal;
}
#studies form.bestille-brosjyrer input[type='text'] {
	width: 300px;
}

#library form#ask-library label {
	display: block;
	margin: 5px 0;
	font-weight: normal;
}
#library form#ask-library input[type='text'] {
	width: 300px;
}
#library form#ask-library label[for='email'] {
	margin-bottom: 25px;
}
#library form#ask-library label[for='question'] {
	margin-top: -10px;
}

#archive form#people-places label,
#archive form#associations label {
	display: block;
	font-weight: normal;
	margin-top: 10px;
}
#archive form#people-places input[type='submit'] {
	display: block;
	margin-top: 10px;
}
.confirmation {
	margin: 10px 0;
	padding: 10px;
	background-color: #C5F7C3;
	border: 1px dotted green;
}
.fail {
	background-color: #FFD6D6;
	border-color: red;
}



/* --------------- MAIN PAGE --------------- */
#home #main .main-page-img .image {
	margin: 0;
}
#home #main .main-page-img .image .caption {
	position: relative;
	text-align: left;
	line-height: 1.2;
	font-family: CalvertR;
	font-weight: normal;
	font-size: 18px;
	color: #00AEEF;
	background-color: white;
}
#home #main .news .article {
	margin-bottom: 17px;
	border-width: 0;
	padding: 0;
	line-height: 1.3;
}
#home #main .news ul.inline {
	margin-bottom: 0;
}
#home #main .news h1 {
	margin-bottom: 15px;
}
#home #main .news h2 {
	color: #555;
}
#home #main .news .summary p {
	margin-bottom: 0;
}
#home #main .news .date {
	font-size: 10px;
	margin-left: 15px;
	float: right;
}
#home #main .news .date:first-child {
	margin-left: 0;
}



/* --------------- SEARCH --------------- */
table.results {
	margin-top: 20px;
	border-left-width: 0;
	width: 100%;
}
table.results caption {
	text-align: left;
	font-size: 20px;
	font-family: CalvertR;
	color: #442A8F;
	font-variant: normal;
	font-weight: normal;
}
table.results td.date {
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
}
table.results td {
	border-right-width: 0;
	padding: 10px 6px;
}
table.results td p {
	margin-bottom: 5px;
}
table.results td p:last-child {
	margin-bottom: 0;
}
table.results td p.title {
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
table.results td p.breadcrumb {
	font-size: 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
table.results td em {
	font-style: normal;
	background-color: #FFFFC9;
}



/* --------------- ARCHIVE --------------- */
#archive .main-page-info .image {
	margin-bottom: 5px;
}
#archive .main-page-info .summary p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	font-variant: small-caps;
}
#archive #right-col .featured .image .caption {
	font-size: 13px;
}



/* --------------- LIBRARY --------------- */
#library table.main-page-overview {
	background-color: transparent;
	border-width: 0;
}
#library table.main-page-overview td {
	border-width: 0;
	padding: 6px;
}
#library table.main-page-overview tr td {
	border-width: 0 0 0 1px;
	width: 50%;
}
#library table.main-page-overview tr td:first-child {
	border-left-width: 0;
}

#library table.main-page-overview tr.text td {
	vertical-align: bottom;
	padding-bottom: 0;
}
#library table.main-page-overview tr.text h1 {
	font-size: 14px;
	margin-bottom: 0;
}
#library table.main-page-overview tr.text p {
	margin-bottom: 0;
	font-size: 12px;
}

#library table.main-page-overview tr.bar td {
	padding-bottom: 0;
}
#library table.main-page-overview tr.bar td div {
	height: 10px;
	background-color: #CCC;
}
#library table.main-page-overview tr.spacer td {
	border-width: 0;
	padding: 0;
	font-size: 15px;
}

#library #main ul.faq li {
	margin: 15px 0;
}
#library #main ul.faq a:first-child {
	font-weight: bold;
}

#library #right-col .bibsys ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
}
