@charset "utf-8";
/* home.css */
/* Revised home page stylesheet 09/2009 */

/********************/
/**** Utlilities ****/
/********************/

div.error { 
    background: #ffcccc;
    color: #bb1111;
    padding: 12px;
}

/****************/
/**** Layout ****/
/****************/

/*********************************/
/* 18px spacing between elements */
/*********************************/

#contentblock {
    margin-top:18px;
    padding-top:0px
}


#homeLeftCol, #homeRightCol {
    padding-top: 0px;
}

/*#homeLeftCol div, #homeRightCol div {
margin-top: 0px;
}*/

#homeLeftCol, #homeRightCol {
    margin: 0;
    margin-top: 0px;
    padding-top: 0px;
}

#homeLeftCol {
    float:left;
    padding-right: 0px;
    margin-right:18px;
}

#homeRightCol {
    float:right;
    padding-left: 0px;
    height:100%;
}

/* Divide up width */

#contentblock.thinnerLeft #homeLeftCol {
    width:376px;
}
#contentblock.thinnerLeft #homeRightCol {
    width:574px;
}



/* Action blocks */

#homeActionBlocks {
    /*   position:relative;*/
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-right:0px;
    margin-right:0px;
    margin-bottom: 0px;
   /* height:384px;*/
}

#homeActionBlocks .actionBlock {
    position:relative;
    width: 113px;
    height:113px;
    display:block;
    float: left;
    padding:0px;
    margin:0px;
    border:0px;
    margin-bottom:18px;
    margin-right:18px;
    overflow:hidden;
}

#homeActionBlocks #block3 {
    margin-right:0px;
}

#homeActionBlocks .actionHead {
    position: absolute;
    padding:5px;
    padding-top:8px;
    margin:0px;
}

#homeActionBlocks .actionText {
    position:absolute;
    top:0px;
    margin:0px;
    border-width:0px;
    overflow:hidden;
    display:none;
    width: 113px;
    height:113px;
}

#homeActionBlocks .actionText a {
    margin:0px;
    width: 102px;
    height:113px;
    padding-top:5px;
    padding-left:6px;
    padding-right:3px;
    padding-bottom:5px;
}

#homeActionBlocks .actionHead a, #homeActionBlocks .actionText a {
    display:block;
}

#statement {
    margin:0px;
	margin-left:5px;
    padding:0px;
    float:left;
    width:230px;
    padding-top:0px;
    display:block;
}


/* Featured Collection */
#homeFeatColl {
    position: relative;
    width: 100%; /* for IE 6 */
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
    height:383px;
    overflow:hidden;
}

#homeFeatColl h2 a {
    position: relative;
    padding: 10px;
    padding-top:12px;
    padding-bottom:13px;
    margin:0px;
    height: 25px;
    display:block;
}

#homeFeatColl h3 a {
    position: relative;
	top:-5px;
    padding: 10px;
    margin:0px;
    height: 18px;
    display:block;
}

#homeFeatColl h2 a {
    width:100%;
}

#homeFeatColl a {
    margin:0px;
    padding:0px;
}

#homeFeatColl img {
    margin:0;
    padding:0;
}

#homeFeatColl #featCollTitle {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    margin:0px;
    height: 78px;
}

#featCollDesc {
    position: absolute;
    top:172px;
    left:0px;
    padding:5px;
    overflow:hidden;
    display:none;
    z-index:200;
}

/* myADS Panel */


#homeMyADS {
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    /*padding-right:50px;*/
    margin:0px;
    border-width:0px;
   margin-top: 20px;
  /*  margin-top:100px;*/
}

#homeMyADS .myADSBlock {
    margin-bottom:18px;
}

#homeMyADS .myADSBlock h3 {
    margin:0px;
    padding:0px;
}

#homeMyADS .myADSBlock h4 {
    margin:0px;
    padding:0px;
    margin-top:15px;
}

#homeMyADS .myADSBlock p {
    margin:0px;
    padding:0px;
}

#xhomeMyADS .myADSBlock p.leader {
    margin-bottom: 40px;
}

#homeMyADS ul {
    list-style: square;
    margin-left: 20px;
    padding:0px;
}

#homeMyADS li {
   /* margin:0px;*/
    padding:0px;
}

#homeMyADS #myADSResources h4, #homeMyADS #myADSSearches h4 {
    margin-bottom:3px;

}

#homeMyADS a img.queryRemove {
    margin-left:5px;
    width:10px;
}

#homeMyADS form {
	display:inline;
}

/* News panel */
#homeNews * {
    padding:0px;
    margin:0px;
}

#homeNews {
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    margin:0px;
    margin-top:18px;
}

#contentblock #newsFeed {
    padding:0px;
    margin:0px;
    border:0px;
}

#homeNews img {
    float:right;
    padding-top: 0px;
    padding-left: 15px;
    clear:both;
    margin-bottom: -2px;
}

#contentblock .news {
    margin-top:0px;
    padding-top:0px;
}

#homeNews p, #homeNews h3 {
    margin:0px;
}

#homeNews .newsItem {
    margin-top: 18px;
    margin-bottom: 0px;
    padding:0px;
    padding-top:0px;
    padding-bottom:0px;
    /*  border-color:#444444;
    border-style:solid;
    border-top-width:1px;
    border-bottom-width: 1px;
    border-left-width:0px;
    border-right-width:0px*/
}

#homeNews h3 {
    padding-top:1px;
    padding-left:0px;
    padding-right:2px;
    padding-bottom:4px;
}

#homeNews p {
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom:2px;
    padding-top:3px;
}

#homeNews p.longText {
    display:none;
    padding-top: 0px;
}

#contentBlock #textExpander {
    padding:0px;
    margin:0px;
}

/* General */
#contentblock a.update {
    padding:3px 5px 3px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}

#contentblock .update {
    margin-top: 0px;
    padding-top:0px;
    margin-right:5px;
    display:inline-block;
}

#notice {
    margin-top:15px;
    margin-bottom: 5px;
    font-size: 0.8em;
}


/**************/
/**** Type ****/
/**************/


/* Action blocks */

#homeActionBlocks .actionHead {
    font-size: 36px;
    line-height: 26px;
    font-weight:normal;
}

#homeActionBlocks .actionText {
    font-size:13px;
    letter-spacing:0.075em;
    font-weight:600;
    white-space:normal;
}

#homeActionBlocks .actionHead a:hover, #homeActionBlocks .actionText a:hover, #homeActionBlocks .actionText a:visited:hover, #homeActionBlocks .actionText a:link:hover, #homeActionBlocks .actionHead a:visited:hover {
    text-decoration:none;
}

#statement {
    font-size: 20px;
    line-height:32px;
    font-weight:400;
    
}

#statement a {
        display:block;

}

#statement a:link:hover, #statement a:visited:hover {
    text-decoration: none;
}

/* Featured collection */

#homeFeatColl #featCollDesc a, #contentblock #featCollTitle a, #contentblock #featCollTitle a h2, #contentblock #featCollTitle a h3, #homeNews h3 a:link:hover, #homeNews h3 a:visited:hover, #contentblock a.update:hover, #homeNews p a {
    text-decoration: none;
}

/* Newsfeed */

#homeNews h3 {
    font-size:0.825em;
    line-height:1.25em;
    font-weight:600;
}

#homeNews p {
    font-size:12px;
    line-height:1.325em;
}

#homeNews p a:link:hover {
    text-decoration:underline;
}

#homeMyADS p, #homeMyADS ul, #homeMyADS li, #homeMyADS li a {
    font-size:12px;
}

#contentblock a.update {
    font-weight:bold;
}

/* myADS Panel */

#homeMyADS h3 a:link, #homeMyADS h4 a:link, #homeMyADS p a:link, #homeMyADS li a:link, #homeMyADS h3 a:visited, #homeMyADS h4 a:visited, #homeMyADS p a:visited, #homeMyADS li a:visited {
    text-decoration:none;
}

#homeMyADS p.leader {
    font-weight:600;
    line-height:1.5em;
}


/****************/
/**** Colour ****/
/****************/

/**** Non-theme colors ****/

/* Action blocks */
#homeActionBlocks .actionBlock {
    color:#ffffff;
    background-color:#666;
}

#homeActionBlocks .actionHead a, #homeActionBlocks .actionText a {
    color:#ffffff;
}

#homeActionBlocks .actionHead a:hover, #homeActionBlocks .actionText a:hover, #homeActionBlocks .actionText a:visited:hover, #homeActionBlocks .actionText a:link:hover, #homeActionBlocks .actionHead a:visited:hover {
    color:#ffffff;
}

#homeActionBlocks #block1 .actionText {
    background-color: #009999;
    border-color:#009999;
}

#homeActionBlocks #block2 .actionText {
    background-color:#003399;
    border-color:#003399;
}

#homeActionBlocks #block3 .actionText {
    background-color:#89a89a;
    border-color:#89a89a;
}

#homeActionBlocks #block4 .actionText {
    background-color:#3399cc;
    border-color:#3399cc;
}


/* myADS panel */
#homeMyADS p.leader {
    color:#444;
}

#myADSInfo p {
    color:#666;
}

#homeMyADS p.info, #homeMyADS li {
	color: #444;
}


/* News panel */
#homeNews h3, #homeNews h3 a {
    color:#444;
}

#homeNews p {
    color:#666;
    background-color:#ffffff;
}
#homeNews p a:link, #homeNews p a:visited {
    color:#808080;
}
#homeNews p a, #homeNews p a:link:hover {
    color: #ffffff;
}

.newsItem {
    background-color:#ffffff;
}

/* Featured Collection */
#homeFeatColl h2 a {
    color: #666;
    background: rgb(50, 50, 50); /* fallback color */
    background: rgba(5, 5, 5, 0.4);
}

#homeFeatColl h3 a {
    color: #666;
    background: rgb(150, 150, 150); /* fallback color */
    background: rgba(150, 150, 150, 0.45);
}

#featCollDesc {
    font-size:0.9em;
    color: #fff;
    background: rgb(80, 80, 80); /* fallback color */
    background: rgba(0, 0, 0, 0.55);
}

#homeFeatColl #featCollDesc a, #contentblock #featCollTitle h3 a, #contentblock a.update, #contentblock a.update:hover {
    color: #ffffff;
}

#contentblock a.update:link, #contentblock a.update:link:hover {
    color: #ffffff;
}


#contentblock #featCollTitle h2 a{
    color:#E6E6E6;
}

#menu #homeTab {
    background-color: #ffffff;
}


/**** Theme ****/

/* normal #cc0000 */

a:link, a:visited, a:link:hover, a:visited:hover, #contentblock a:link:hover, #contentblock a:visited:hover, #menu #homeTab a, #siteSearchBut, #submenu a, #statement, #homeMyADS h3, #homeMyADS h4, #homeMyADS h3 a:link, #homeMyADS h4 a:link, #homeMyADS p a:link, #homeMyADS li a:link, #homeMyADS h3 a:visited, #homeMyADS h4 a:visited, #homeMyADS p a:visited, #homeMyADS li a:visited, #contentblock div.info, #contentblock div.info *, #siteSearchBut, li.ellipsis, #query .queryTermBox h4 {
    color: #cc0000;
}

#banner, #menu, #submenu img.subArrow, #submenu a:link:hover, #submenu a:visited:hover, div#base_bar, #contentblock a.update, #dialog h3, #homeMyADS ul li a img.queryRemove, .queryRemove, li.firstPage a, li.prevPage a, li.nextPage a, li.lastPage a, #results th img.sortArrow, #facets td img.selector, #facets td img.treeNav, #query .queryTermList ul li a img.queryRemove {
    background-color:#cc0000;
}

#submenu li a, #dialog, div.info, .panel, #query  ul li a img.queryRemove {
    border-color:#cc0000;
}


#filter, #metadata {
    border-right-color:#cc0000;
}

#results, #archive {
    border-left-color:#cc0000;
}

.result, #results .resControls, #facets .facet, #query {
    border-bottom-color: #cc0000;
}

#results .bottomResControls {
    border-top-color:#cc0000;
}




/* light #e51717 */


/* lighter #f54747 */


/* lightest #f88585 */

#siteSearchBut:link:hover, #statement a:link:hover, #statement a:visited:hover {
    color: #f88585;
}

#contentblock a.update:hover, #homeMyADS ul li a:hover img.queryRemove {
    background-color:#f88585;
}
