/* HBLL intranet skin */

body {
	background: none;
	background: #001e4c;
	color: #345678;
	margin: 0;
	padding: 0;
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6 {
	color: #345678;
}

h4 {
	color: #767675;
	font-weight: bold;
	font-size: 1.1em;
}

a {
	color: #3673c2;
	text-decoration: none;
}

a:hover {
	color: #4797ff;
}

a.link, .link li, .link dd {
	padding-left: 5px;
	background: transparent url(images/link.gif) no-repeat scroll left .5em;
	list-style: none;
}

.link li img {
	margin: 0;
	vertical-align: top;
}

dd {
	margin-left: 0;
}

ul {
	list-style-type: disc;
}

ul, ol {
	margin: 0 0 1.5em 2em;
}

ul ul, ol ol, ul ol, ol ul {
	margin: 0 0 0 1.5em;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}

hr {
	height: 1px;
	color: #BEBDAA;
	clear: none;
}

label {
	font-weight: normal;
}

.border {
	border-right-color: #bebdaa;
}

.hidden {
	visibility: hidden;
}

.simple_form select {
	font-size: 12px;
	font-family: Helvetica;
	color: #3e5678;
	border: solid 1px #8495a9;
	border-bottom-color: #fff;
	border-right-color: #fff;
	padding: .2em 0 0;
	margin-right: 7px;
	width: 134px;
	float: left;
}

.simple_form input.text {
	font-size: 12px;
	font-family: helvetica;
	color: #3e5678;
	border: solid 1px #8495a9;
	border-bottom-color: #fff;
	border-right-color: #fff;
	width: 132px;
	height: .9em;
	margin: 0 7px 0 0;
	float: left;
	padding: 2px;
}

.simple_form .note {
	font-size: .9em;
	margin-top: -1.5em;
	clear: left;
}

ul.simple {
	margin: 0;
}

ul.simple li {
	display: inline;
}

.container {
	width: 950px;
	margin: 0px auto;
	clear: both;
}

.primary {
	background-color: #f0f0e2;
	padding: 0;
	padding-top: .1em;
}

.loud {
	font-size: 3em;
}

.secondary {
	background: #e6e5d0;
	border-bottom: solid 1px #001e4c;
	border-top: solid 2px #fff;
	padding: 2em 0;
}

.secondary dt {
	color: #767675;
	font-weight: normal;
	font-family: Georgia, Times, serif;
}

.secondary hr {
	background: #bebdaa;
}

.tertiary {
	background: #36557b;
	border-top: solid 1px #5f85a3;
	border-bottom: solid 1px #001e4c;
	padding: 2em 0;
	color: #fff;
}

.tertiary h4,
.tertiary a {
	color: #fff;
}

.box {
	background: #fff;
	border: solid 1px #b0b099;
	padding: 1px;
}

.box h3 {
	background: #bfbeab url(images/box-head-bg.gif) repeat-x scroll left top;
	min-height: 33px;
	font-weight: normal;
	line-height: 33px;
}

.box h3 img {
	float: left;
	padding: 0 5px;
}

.box h3 {
	background: #bfbeab url(images/box-head-bg.gif) repeat-x scroll left top;
	min-height: 33px;
	font-weight: normal;
	line-height: 33px;
}

h3 img {
	float: left;
	padding: 0 5px;
}

.nudge p, .nudge h3 {
	padding: 0 0 0 5px;
}

.box .figure {
	float: left;
	position: relative;
}

.box .content p {
	margin-left: 129px;
	padding-right: 20px;
}

.center {
	text-align: center;
}

ul.column {
	margin-left: 0;
	list-style: none;
}

ul.column li {
	padding-left: 13px;
	background: transparent url(images/blue_bullet.gif) no-repeat scroll left .5em;
	line-height: 2em;
}

#site_header h1				{ float: left; margin: 0; border: none; padding: 0; font-size: inherit; line-height: 1; }
#site_header h1 a			{ text-indent: -9999px; float: left; position: absolute; }

#site_header.compact		{ height: 32px; background: url(https://media.lib.byu.edu/assets/images/frame/1.1/header-bg-compact.png) no-repeat center #025; border-bottom: solid 1px #010d20; }
#site_header.compact h1		{ height: 32px; }

#site_header.compact h1 #site_header_link_byu	{ background-image: url(https://media.lib.byu.edu/assets/images/frame/1.1/header-byu-compact.png); width: 33px; height: 32px; }
#site_header.compact h1 #site_header_link_hbll	{ background-image: url(https://media.lib.byu.edu/assets/images/frame/1.1/header-hbll-compact.png); width: 199px; height: 32px; margin-left: 52px; top: -1px; }

#nav {
	background: #345678 url(images/nav-bg.gif) repeat-x scroll left top;
}

#nav .container {
	position: relative;
}

#menu {
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #001e4c;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px 8px;
	display: block;
}

#menu li {
	background: transparent url(images/nav-divider.gif) no-repeat scroll left center;
	float: left;
}

#menu li.active a {
	background: #f0f0e2 url(images/menu-active-bg.gif) repeat-x scroll top left;
	color: #001e4c;
	border: solid 1px #f0f0e2;
}

#menu a: hover {
	color: #001e4c;
}

#site_footer					{ background: #eee; padding: 16px 0 0; clear: both; overflow: hidden; height: 130px; line-height: 2em; border-top: solid 1px #ddd; color: #bbb; font-size: 11px; }
#site_footer ul					{ margin: 0; }
#site_footer li					{ display: inline; color: #bbb; }
#site_footer a					{ color: #888; font-weight: bold; }
#site_footer address			{ text-align: right; margin-top: 0; font-style: normal; }
#site_footer #copyright a		{ color: #bbb; }
#site_footer .right				{ float: right; }

.clearit {
	clear: both;
}

.clearfix: after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.pop p img {
	margin: 0 12px 0 0;
	float: left;
	padding: 0;
	clear: left;
}

.pop p {
	padding-left: 12px;
}

.pop {
	position: relative;
	background: #fff url(images/search_bg.gif) repeat-x scroll left bottom;
	padding-bottom: 1.5em;
}

div.slot {
	background: transparent url(images/slot.gif) no-repeat scroll bottom left;
	position: absolute;
	bottom: -2px;
	left: -4px;
	height: 7px;
	width: 546px;
	border: 0 none !important;
	color: transparent;
	margin: 0;
}

div.slot hr {
	display: none;
}

/*HOME PAGE*/
.ui-tabs-nav li.general {
	background: transparent url(images/lens.gif) no-repeat scroll left center;
}

.ui-tabs-nav li.advanced {
	background: transparent url(images/binoculars.gif) no-repeat scroll left center;
}

.ui-tabs-nav li.gs {
	background: transparent url(images/gs.gif) no-repeat scroll left center;
}

#books {
	position: relative;
}

#catalog {
	position: absolute;
	top: 0;
	right: 0;
	/*display: none;*/
}

#catalog img {
	margin: 0;
}

h3 a.ask {
	background: transparent url(images/h3_ask.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 65px;
}

h3 a.reserve {
	background: transparent url(images/h3_reserve.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 68px;
}

h3 a.hours {
	background: transparent url(images/hours.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 68px;
}

h4.unique {
	background: transparent url(images/unique.gif) no-repeat scroll 0 3px;
	padding-left: 32px;
}

h4.help {
	background: transparent url(images/help.gif) no-repeat scroll 0 0;
	padding-left: 20px;
	height: 18px;
}

/*RESEARCH BY SUBJECT*/
h3 a.research {
	background: transparent url(images/h3_research.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 66px;
}

h3 a.directory {
	background: transparent url(images/h3_directory.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 66px;
}

/*NEWS & EVENTS*/
#recent-news {
	position: relative;
}

#recent-news h2 {
	font: normal normal normal 2em/1.5em Georgia, serif;
	color: #767675;
}

#recent-news p {
	color: #001e4c;
}

#recent-news .date {
	position: absolute;
	top: 1em;
	right: 0;
	font-size: .9em;
}

#recent-news p img {
	padding: 10px;
	border: solid 9px #767675;
	background: #fff;
}

#recent-news ul {
	margin-left: 0;
}

#current-exhibits {
	/*font-size: .92em;*/
}

#current-exhibits dt {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #767675;
}

#current-exhibits .img {
	width: auto;
	float: left;
}

#current-exhibits dd img {
	border: 3px solid #bebdaa;
	padding: 4px;
	background: #fff;
}

#film-series {
	font-size: .92em;
}

#film-series h3 {
	background: transparent url(images/mpafs.gif) no-repeat scroll left top;
	width: 127px;
	height: 42px;
	text-indent: -9999em;
	margin-left: -7px;
	position: relative;
}

#events h3.calendar {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	color: #767675;
	font-weight: normal;
	padding-left: 20px;
	background: transparent url(images/calendar.gif) no-repeat scroll left top;
	min-height: 16px;
	line-height: 16px;
}

#events table {
	border-top: solid 1px #c3c6ba;
	border-left: solid 1px #c3c6ba;
}

#events td {
	border-right: solid 1px #c3c6ba;
	border-bottom: solid 1px #c3c6ba;
	font-size: .8em;
	padding-left: 2px;
	background: #f0f0e2;
}

#events td.weekend {
	width: 10px;
	background: #e6e5d0;
}

#events th {
	background: #d1dfea;
	font-weight: normal;
	text-align: center;
	border-right: solid 1px #c3c6ba;
	border-bottom: solid 1px #c3c6ba;
	font-size: .9em;
}

/*SERVICES*/
h3 a.media_lab {
	background: transparent url(images/h3_computers.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 66px;
}

h3 a.writing {
	background: transparent url(images/h3_writing.gif) no-repeat scroll left top;
	text-indent: -9999em;
	height: 36px;
	display: block;
	overflow: hidden;
	margin-left: 66px;
}

h3.icon {
	padding-left: 24px;
	position: relative;
}

h3.icon img {
	position: absolute;
	left: 0;
	top: 0;
/*	background: transparent url(images/camera.gif) no-repeat scroll left top;*/
}

/*ABOUT THE LIBRARY*/
.info {
	list-style: none;
	margin-left: 0;
}

.info li {
	
}

.hours_info {
	display: block;
	width: 334px;
	height: 36px;
	background: transparent url(images/hours_info.gif) no-repeat scroll top left;
	text-indent: -9999em;
}

.maps_info {
	display: block;
	width: 334px;
	height: 36px;
	background: transparent url(images/maps_info.gif) no-repeat scroll top left;
	text-indent: -9999em;
}

.location_info {
	display: block;
	width: 334px;
	height: 36px;
	background: transparent url(images/location_info.gif) no-repeat scroll top left;
	text-indent: -9999em;
}

.personnel_info {
	display: block;
	width: 334px;
	height: 36px;
	background: transparent url(images/personnel_info.gif) no-repeat scroll top left;
	text-indent: -9999em;
}



/*******************************
MediaWiki edits
*******************************/

#main-content {
	padding-bottom: 100px;
}

#main-content img {
	max-width: 610px;
}

#editform textarea {
	width: 100%;
	height: 400px;
	font-size: 1em;
	padding: 3px;
	border-color: #bbb;
	line-height: 1.4em;
	margin: .5em 0;
}

.sidebar {
	background-color: #F0F0E2;
}

.portlet {
	margin: 0 0 1.5em;
}

.portlet ul {
	margin: 0;
	list-style: none !important;
}

.sidebar h3 {
	margin-bottom: 0.5em;
}

.sidebar h5 { 
	font-size: 1.2em;
	margin-bottom: .25em; 
}

#search form p {
	display: inline;
}

#searchInput {
	width: 140px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border: solid 1px #cecdba;
	font-size: 1em;
	padding: 2px;
	font-weight: bold;
}

.editsection {
	font-size: 10px;
	float: right;
}

#page-title {
	border-bottom: 1px solid #cecdba;
}

#page-title a, a#top {
	color: #345678;
}

th, td {
	border: 1px solid #cecdba;
	padding: 6px;
}

th {
	background-color: #cecdba;
}

table {
	border: 1px solid #cecdba;
	margin-left: 1px;
}

.printfooter {
	display: none;
}

#sidebar-secondary {
	float: left;
	width: 140px;
	padding: 0 30px 0 0px;
	border-right: 1px solid #CECDBA;
}

#main-content {
	margin-left: 200px;
	margin-right: 20px;
	width: auto;
}

.MainPageBG div {
	float: none !important;
}

#preftoc: after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#preftoc {
	display: inline-block;
	margin-left: 0;
}


* html #preftoc {
	height: 1%;
}

#preftoc li {
	float: left;
	list-style-type: none;
	padding: 0 .5em;
	border-left: 1px solid #345678;
}

#preftoc li:first-child {
	border: none;
}

pre {
	background: white;
	border: 1px solid #CECDBA;
	padding: 1em;
	margin-left: 1.5em;
	margin-right: 3em;
	overflow: hidden;
}

code {
	font-family: monospace;
	font-size: 110%;
}

img {
	width: auto !important;
	height: auto !important;
	margin: 0;
}

/* These are a hack to fix some weird div that's showing up */
div.mw-search-formheader div:last-child { clear: none !important; }
div.results-info + div { clear: none !important; }


/* New changes */

#toctitle					{ margin-bottom: 5px; }
#toctitle h2				{ font-size: 12px; margin-bottom: 0em; display: inline; }
#toctitle .toctoggle		{ font-size: .9em; }
#toc ul						{ margin-bottom: .5em; }
#toc td						{ padding: 5px 5px; border: 0; background: #dfdfd0; }
table#toc 					{ border: 0; border-bottom: solid 2px #cecdba; margin-bottom: 2em; font-size: .9em; }

h2, h3, h4					{ margin-bottom: .5em; margin-top: 1em; }

table#mw-search-top-table			{ border: none; }
table#mw-search-top-table td		{ border: none; padding: 0; }

table#mw-search-top-table #searchText { font-size: 1em; padding: 2px; font-weight: bold; }

.search-types ul			{ margin: 0; margin-bottom: 1em; font-size: .9em; }
.search-types ul li			{ display: inline; }
.search-types ul li:after	{ content: ' | '; }
.search-types ul li:last-child:after	{ content: ''; }

.results-info ul			{ margin: 0; margin-bottom: 1em; border-bottom: solid 2px #cecdba; list-style: none; }

.searchresults h2			{ font-size: 16px; font-weight: bold; margin-top: 1.5em; }
ul.mw-search-results		{ list-style: none; margin-left: 0; border-top: solid 1px #cecdba; }
ul.mw-search-results li		{ border-bottom: solid 1px #cecdba; padding: 5px 0; }
ul.mw-search-results li a	{ font-size: 1.2em; font-weight: bold; }

.searchresult				{ margin-top: 2px; margin-left: 20px; }
.mw-search-result-data		{ font-size: .8em; margin-top: .5em; color: #999; }

/* Ben's changes for white background */

.primary					{ background: #fff; }
.primary *					{ font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }

.sidebar					{ background: #fff; }

#page-title					{ color: #830; border-bottom: none; }

table#toc					{ border-bottom: solid 2px #ddd; margin-top: 15px; }
#toc td						{ background: #eee; padding: 12px; }
#toctitle h2				{ font-size: 11px; text-transform: uppercase; color: #999; font-weight: bold; }
#toc li						{ color: #bbb; }

.editsection				{ background: #eee; padding: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #bbb; }
.editsection a				{ font-weight: bold; }
.editsection:hover			{ background: #444; }
.editsection:hover a		{ color: #fff; }

#sidebar-secondary			{ border-right: solid 1px #ddd; }

h1, h2, h3, h4, h5, h6		{ font-weight: normal; color: #345678; }

h1							{ font-size: 2em; }
h2							{ font-size: 1.6em; }
h3							{ font-size: 1.4em; }
h4							{ font-size: 1.3em; }
h5							{ font-size: 1.2em; }
h6							{ font-size: 1em; }

th, td						{ border: solid 1px #ddd; }
th							{ background: #ddd; }

div h2:first-child			{ margin-top: 0; }

.portlet h5					{ color: #888; }

#header_small h1 a			{ top: 9px; background: url(https://media.lib.byu.edu/assets/images/frame/1.0/hbll-mark_small.png) no-repeat; width: 230px; }

#footer_container			{ margin-top: 50px; }

.mw-search-formheader .search-types 	 { color: #ddd; }
.mw-search-formheader .search-types a	 { color: #999; }
.results-info ul			{ border-bottom: none; }
.searchresults h2			{ color: #830; font-weight: normal; font-size: 14px; }
ul.mw-search-results		{ border-top: solid 1px #ddd; }
ul.mw-search-results li		{ border-bottom: solid 1px #ddd; }
.mw-search-result-data		{ font-size: .7em; color: #aaa; }

.mw-search-pager-bottom		{ font-size: .9em; color: #999; }

body[class~=page-Main_Page] #body-content > h1 + h2	{ background: #eee !important; border: none !important; color: #666 !important; margin-bottom: 1.5em; }
body[class~=page-Main_Page] #body-content > h1 + h2 b	{ font-style: normal !important; }

body[class~=page-Main_Page] #body-content > h2 + table	{ border: none !important; }
body[class~=page-Main_Page] #body-content > h2 + table tr td	{ background: #fff !important; border: none !important; width: 48% !important; }
body[class~=page-Main_Page] #body-content > h2 + table tr td:first-child { padding-right: 25px !important; }
body[class~=page-Main_Page] #body-content > h2 + table tr td:nth-child(2) { padding-left: 25px !important; }
body[class~=page-Main_Page] #body-content > h2 + table tr td > div	{ padding: 0 !important; }

tt							{ font-family: Monaco, Courier, monospace !important; }

p							{ margin: 1em 0; }
