/*
Theme Name: Arlis
Theme URI:
Description: WP Cloudy theme developed by <a href="http://www.aoemedia.de">AOE media GmbH</a> and modified by <a href="http://itsalaska.com">ITS Alaska</a> for use under General Public License by the Alaska Resources Library and Information Service (ARLIS).
Version: 1.63
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two-columns, fixed-width, blue, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*/

/* Reset styles
*******************************/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background: #fff;
	color: #606060;
	font-size: 75%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Verdana, Helvetica, Tahoma, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.5em;
    padding-bottom:1em;
    color:#303727;
    font-weight: 500;
}
h4 { font-size: 1.3em;
    color: #303727;}
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p	          { margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #d6d6ba;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #404040; text-decoration: underline; cursor:pointer; }

a:hover		{}
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
    width: 980px;
    background: url(img/footer.gif) #404040 repeat-x bottom;
    margin: 24px auto 0 auto;
    border: 2px solid #404040;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}

#header .menu,
#header .search {
  background: url(img/header-menu-back.gif) bottom left repeat-x #62695a;
  }

#header .menu {
    float:left;
    width:691px;
    height:32px;
    padding:8px 8px;
    font-size: 1.1em;
}

#header .menu li {
    float:left;
    border: 1px solid #000;
    background: #d5d5b9;
    margin: 0 10px 0 0;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
    color:#202020;
    font-weight:normal;
    letter-spacing: 0.05em;
    padding:0 8px;
    display:block;
    line-height:28px;
    text-decoration: none;
}

#header .menu a:hover {
    text-decoration:none;
}

#header .search {
    width:252px;
    height:32px;
    float:right;
    padding:8px 8px;
    line-height: 28px;
}

#header .search label {
    color:#fff;
    padding-right:8px;
    display: none;
    vertical-align: middle;
}

#header .search input.text {
    width:200px;
    border:1px solid #606056;
    border-right: 0;
    background:#fff;
    color:#7d806b;
    margin-right:0px;
    font-size: 1em;
    text-align: right;
    height: 18px;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-right: 8px;
}

#header .search input.button {
    color:#fff;
    border:0;
    background:#606056;
    border: 1px solid #606056;
    border-left: 0;
    font-weight:bold;
    width: 40px;
    font-size: 1em;
    height: 28px;
    text-align:center;
    vertical-align: middle;
}

#heading {
    margin-top:2px;
    width:257px;
    float:left;
    clear:both;
    height:75px;
    background-color: transparent;
    padding: 0;
    text-align: right;
}

#heading h1 {
 display: none;}

#heading a {
    color:#1884ae;
    text-decoration:none;
}

#heading .description {
    color:#fff;
}

#about {
    margin-top:2px;
    width:252px;
    height:112px;
    overflow:hidden;
    float:right;
    background:url(img/header-about-back.jpg) 0 0 no-repeat #d6d6ba;
    padding:80px 8px 8px 8px;
    font-size: 0.8em;
}

#about h1,
#about h2,
#about h3,
#about h4,
#about h5,
#about h6 {
  display: none;}

#about ul {
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: 0.075em;}

#about ul li {
  line-height: 1.4em;}

#about ul li a {
  color: #303727;
  text-decoration: none;}

#underMain {
    background: url(img/main.gif) transparent repeat-y left;
    clear:both;
    overflow:hidden;
}

#main {
    border-top: 4px solid #404040;
    border-bottom: 4px solid #404040;
    clear:both;
    overflow:hidden;
    background: url(img/footer.gif) transparent repeat-x bottom;
}

#left-block {
    width:216px;
    float:left;
}

#left-block .box {
    background:#646b5b;
    padding: 10px 14px;
    margin-bottom:0;
}

#left-block .box h2 {
    padding-bottom:16px;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
    padding-top:8px;
    font-size:1em;
}

#left-block .box li {
    padding:4px 0;
    padding-left:20px;
}

#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .categories li {
    
}

#left-block .archive li {
    background-image:url(img/cal.gif);
}

#left-block .blogroll li,
#left-block .meta li {
    background-image:url(img/arrow.gif);
}

.box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    width:110px;
    font-size:.92em;
}

.box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}

#left-block #recentcomments {
    font-size:.92em;
}

#left-block #recentcomments li {
    background:none;
    padding-left:0;
}


#wp-calendar {
    width:180px;
    font-size:.92em;
}

#wp-calendar caption {
    padding:0 0 4px 0;
    font-weight:bold;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}

#wp-calendar thead th {
    background:#eee;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}

/* Sidebar Styles
 *******************************/

#founderLogin {
  padding: 5px;
  font-size:.82em;
  border: 1px solid #404040;
  background: #ab7551;
  color: #fff;
  text-align: left;}

#founderLogin label {}

#founderLogin li {
  font-size: 0.82em;}

#founderLogin input#u {
  font-size: 1.3em;
  background: #fff;
  padding: 4px;
  width: 120px;
  color: #646b5b;
  border: 0;
  font-weight: bold;}

#founderLogin input#p {
  font-size: 1.3em;
  padding: 4px;
  background: #fff;
  width: 36px;
  color: #646b5b;
  border: 0;
  font-weight: bold;}

#founderLogin input#login {
  font-size: 1.0em;
  padding: 4px 3px;
  width: 44px;
  color: #fff;
  background: #404040;
  border: 0;
  font-weight: bold;
  float: right;
  margin-top: 8px;}

#founderLogin h2,
#founderLogin p,
#founderLogin a {
  color: #fff;
  text-decoration: none;
  margin: 4px 0 0 0;
  font-weight: bold;}

#searchCatalog {
  font-size:.82em;
  border: 1px solid #404040;
  background: #d6d6ba;
  color: #404040;
  text-align: left;}

#searchCatalog label {
  display: none;}

#searchCatalog div#bordercat {
  background: #404040;
  margin-top: -1px;}

#searchCatalog input#cat {
  width: 138px;
  font-size: 1.3em;
  padding: 4px;
  background: #fff;
  color: #646b5b;
  border: 0;
  font-weight: bold;}

#searchCatalog div#catopt {
  font-size: 1.3em;
  font-weight: bold;}

#searchCatalog input.catrad {
  margin-left: 10px;
  vertical-align: baseline;}

#searchCatalog input#catsearch {
  width: 34px;
  color: #fff;
  font-size: 1.3em;
  padding: 4px;
  border: 0;
  background: #404040;
  font-weight: bold;}

#searchCatalog div#searchHelp {
  background: #464f39;
  padding: 4px;
  margin: 8px 1px 1px 1px;}

#searchCatalog p,
#searchCatalog a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 2px 0;}

#contactInfo {
  padding: 10px;
  font-size:.82em;
  border: 1px solid #d6d6ba;
  background: #464f39;
  color: #fff;
  text-align: center;}

#contactInfo p {
  text-align: left;}

#contactInfo img {
  vertical-align: bottom;}

#contactInfo a {
  color: #fff;}

/* Breadcrumb
 *******************************/
.breadcrumb {
  font-size: 0.8em;
  font-weight: 300;
  padding-bottom: 1em;}

.breadcrumb a {
  text-decoration: none;}

/* Content
 *******************************/
#main-block {
    width:760px;
    float:right;
}

#content {
    padding:77px 18px 18px 18px;
    background:url(img/bg.gif) 0 0 no-repeat #fff;
    min-height:400px;
    height:auto!important;
    height:400px;
    letter-spacing: 0.06em;
    line-height: 1.2em;
}

#content .post {
    overflow:hidden;
    margin-bottom:18px;
    clear:both;
}

#content .entry a {
    color:#464F39;
}

#content .entry p {
    line-height: 1.5em;}

#content .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}

#content .title,
#content .postdata {
    margin-left:74px;
}

#content .page .title {
    margin-left:0;
}

#content .title h2 {
    padding-bottom:4px;
    margin-bottom:4px;
}

#content .title a {
    text-decoration:none;
    color:#833d1f;
}

#content .title a:hover {
    color:#906244;
}

#content .postdata {
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content .comments {
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#91adc1;
}

#content .entry {
    clear:both;
}

#content .index-page .entry {
    clear: left;}

#content .entry .more-link {
    font-weight:bold;
    color:#1884ae;
}

#recent {
    margin-top:4px;
    background:#e7f5fe;
    overflow:hidden;
}

#recent .posts,
#recent .comments {
    width:312px;
    padding:24px 32px;
}

#recent .posts {
    float:left;
}

#recent .comments {
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent .posts li a {
    font-weight:bold;
}

#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:600px;
}

/* Sidebar Right
 *******************************/
div.sidebarRight {
  width: 230px;
  padding: 0 0 10px 12px;
  margin: 0 0 1em 12px;
  border-left: 1px solid #833d1f;
  font-size: 0.9em;}

div.sidebarRight .cat-posts-item {}

div.sidebarRight div.topLeft {}

div.sidebarRight div.topRight {}

div.sidebarRight div.middle {
  margin-bottom: 1em;}

div.sidebarRight div.bottomRight {}

div.sidebarRight div.bottomLeft{}

div.sidebarRight h2 {
  color: #833d1f;
  margin-bottom: 0.5em;}

div.sidebarRight h3,
div.sidebarRight h3 a {
  color: #303727;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-size: 1.1em;}

div.sidebarRight p {}

div.sidebarRight a {
 text-decoration: none;
 font-weight: italic;}

div.sidebarRight a:visited {}

/* Sidebar Right Nav
 *******************************/
div.sidebarRightNav {
  padding: 0 0 10px 12px;
  margin: 0 0 1em 12px;
  border-left: 1px solid #833d1f;
  font-size: 0.9em;}

div.sidebarRightNav div.middle {
  margin-bottom: 1em;}

div.sidebarRightNav h2 {
  color: #833d1f;
  margin-bottom: 0.5em;}

div.sidebarRightNav h3,
div.sidebarRightNav h3 a {
  color: #303727;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-size: 1.1em;}

div.sidebarRightNav a {
 text-decoration: none;
 font-weight: italic;}

.sidebarRightNav ul ul {
  margin-left: 1.5em;}

/* Database Results Table
 *******************************/
.dbResultsTable {
  border: 1px solid #a3a999;
  padding: 0.5em;
  line-height: 100%;
  vertical-align: top;
  border-collapse: collapse;
  background: #fff;
  margin: 0 0.5em;}

.dbResultsTable thead {
  background: #646b5b;
  color: #fff;
  padding: 0.5em;}

.dbResultsTable thead td {
  border: 1px solid #a3a999;
  padding: 0.5em;
  font-weight: bold;}

.dbResultsTable tbody td {
  border: 1px solid #a3a999;
  padding: 0.5em;}

.dbResultsTable a {
  text-decoration: none;}


/* Collection Spotlight
 *******************************/
div.collectionSpotlight .cat-posts-item {
  width: 456px;
  margin: 1em 0;}

div.collectionSpotlight div.topLeft {
  background: url(img/collectionSpotlightBgTrans1.gif) transparent no-repeat left top;
  width: 456px;
  height: 26px;}

div.collectionSpotlight div.topRight {
  background: url(img/collectionSpotlightBgTrans2.gif) transparent no-repeat right top;
  width: 456px;
  height: 26px;}

div.collectionSpotlight div.middle {
  background: url(img/collectionSpotlightBgTransInside.gif) transparent repeat-y;
  overflow: visible;
  border: 1px solid transparent;
  margin-left: -1px;
  margin-right: -1px;}

div.collectionSpotlight div.cat-posts-item h4 {
  display: none;}

div.collectionSpotlight div.bottomRight {
  background: url(img/collectionSpotlightBgTrans3.gif) transparent no-repeat right bottom;
  width: 456px;
  height: 26px;}

div.collectionSpotlight div.bottomLeft{
  background: url(img/collectionSpotlightBgTrans4.gif) transparent no-repeat left bottom;
  width: 456px;
  height: 26px;}

div.collectionSpotlight h3 {
  margin: -20px 30px 1.2em 30px;
  padding: 0;
  font-size: 1.2em;}

div.collectionSpotlight h4 {
  color: #303727;
  font-weight: bold;}

div.collectionSpotlight p {
  margin: -15px 30px;
  font-size: 0.9em;}

div.collectionSpotlight a {
  color: #303727;
  text-decoration: none;}

div.collectionSpotlight a:visited {
  color: #303727;
  text-decoration: none;}

/* Founder Logos
 *******************************/
#founderLogos {
    padding:0px;
    min-height:75px;
    background: #fff;
    height:auto!important;
    height:75px;
}

#founderLogos div div {
  width: 95px;
  height: 75px;
  display: inline;
  float: left;}

#founderLogos a {
  margin: 0;
  padding: 0;}

#founderLogos div div.nine img {
  float: left;
  margin: 0;
  padding: 0;}

/* Footer
 *******************************/
#footer {
    padding: 0 8px;
    min-height: 54px;
    height:auto!important;
    height: 54px;
    font-size:.82em;
    overflow:auto;
    line-height:1.2;
    color: #bbbbbb;}

#footer .copyright {
    float:left;
    margin-top: 16px;
}

#footer .links {
    float:right;
    margin-top: 16px;
}

#footer a {
    color: #bbbbbb;
    text-decoration: none;
}

#footer ul {
  margin: 0;
  padding: 0;}

#footer ul li {
  list-style-type: none;
  float: left;
  padding: 4px;}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}

/* Databases
*************************** */

.alphaCurrent {
	float: left;
	width: 5%;}

.alphaList {
	float: right;
	width: 90%;
	text-align: right;}
	
td.adminHeaderAlpha {
	background-color: #c0c0c0;
	padding: 5px;}
	
td.adminHeader {
	background-color: #c0c0c0;
	padding: 5px;}

td.adminResult {
	padding: 10px;
	line-height: 1em;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;}

tr.oddRow {
	background: #f0f0f0;}
	
tr.evenRow {
	background: #f5f5f5;}


/* New Books list custom styles */

.CASS {border: 2px solid transparent;}
.CDROM {border: 2px solid transparent;}
.ENVED {border: 2px solid transparent;}
.BOOK {border: 2px solid transparent;}
.DISK {border: 2px solid transparent;}
.DVD {border: 2px solid transparent;}
.FMS {border: 2px solid transparent;}
.MAPCASE {border: 2px solid transparent;}
.MFICHE {border: 2px solid transparent;}
.MFILM {border: 2px solid transparent;}
.MULTI {border: 2px solid transparent;}
.ONLINE {border: 2px solid transparent;}
.OVR {border: 2px solid transparent;}
.OVRHD {border: 2px solid transparent;}
.RARE {border: 2px solid transparent;}
.REF {border: 2px solid transparent;}
.REFOVR {border: 2px solid transparent;}
.SLIDE {border: 2px solid transparent;}
.SPECCOLL {border: 2px solid transparent;}
.VIDEO {border: 2px solid transparent;}
.VIDEOMC {border: 2px solid transparent;}

#filterCat { margin: 0;	padding: 0; list-style: none; display: inline;}
#filterCat li{ float: left;}
#filterCat li a{ display: block; padding: 2px 10px; text-decoration:none;}
#filterCat li a:hover {text-decoration: underline;}
#filterCat li a:active{}


.current  { text-decoration:underline; }




ul.autobox-hldr {
  width: 500px;
  border: 1px solid #999;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  padding: 4px 5px 0;
  font: 11px "Lucida Grande", "Verdana";
}
ul.autobox-hldr li {
  float: left;
  list-style-type: none;
  padding: 0 5px 4px 0;
  margin-right: 5px;
}
ul.autobox-hldr li.bit-box {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cad8f3;
  background: #dee7f8;
  padding: 1px 5px 2px;
  margin-bottom: 3px;
}
ul.autobox-hldr li.bit-box {
  padding-right: 15px;
  position: relative;
}
ul.autobox-hldr li.autobox-input input {
  width: 150px;
  margin: 0;
  border: 1px solid #666;
  outline: 0;
  padding: 3px 0 2px 2px;
} /* no left/right padding here please */
ul.autobox-hldr li.bit-box a.closebutton {
  position: absolute;
  right: 4px; top: 5px;
  display: block;
  width: 7px; height: 7px;
  font-size: 1px;
  background: url('close.gif'); }
ul.autobox-hldr li.bit-box a.closebutton:hover {
  background-position: 7px;
}
ul.autobox-hldr li.bit-box-focus a.closebutton,
ul.autobox-hldr li.bit-box-focus a.closebutton:hover {
  background-position: bottom;
}

  .matching {
font-weight: bold;
text-decoration: underline;
}

span #required-notification{
text-transform: uppercase;color:red;
}

.ILLerror { color: #ff0000; font-weight:bold; text-align:center;}

label {display:block;width:188px;}

ul.filtercat {
font-weight: bold;
background-color: green;}


.hidden {
    display: none; }

// hide the second link under founder registration
ul#suckerfishnav li.page-item-244 ul {
  visibility: hidden;}
