/* Collection Sidebar 
--------------------------------------*/

#sidebar-column {
   background: none !important;
   padding: 0 !important;
   width: 220px !important;
}

#sidebar-column #sidebar {
   background: #EBEDE5 !important;
   padding: 10px;
}

#sidebar-column #below-sidebar {
   padding: 10px;
}

#collection-search .records-textbox {
   width: 150px;
}


/* Browse by nav
---------------------------------------------*/

#nav-column #browse h4 {
   background: #F5E6BF;
   color: #EA7F1F;
   padding: 5px 12px;
   font-size: 85%;
   margin-bottom: 8px;
}
#nav-column #browse ul {
   background: none;
}

#nav-column #browse ul li a {
   background: none;
   font-size: 85%;
   font-weight: normal;
   color: #EA7F1F;
   text-decoration: underline;
   padding: 4px 12px;
   border: 0;
}


/* Alphabet Nav 
-----------------------------------------*/

.cms-core-alphabet {
   margin: 8px 0;
}

.cms-core-alphabet-letter {
   padding: 3px;
   border: 1px solid #CBCFB5;
   text-decoration: none;
   margin-right: 3px;
}

.cms-core-alphabet-letter:hover {
   background: #EBEDE5;
}
.cms-core-alphabet-sep {
   display: none;
}


/* Browse Lists
------------------------------*/
ul.browse-artist li,
ul.browse-medium li,
ul.browse-period li {
   font-size: 140%;
}


/* Main page - Links to main sections
-----------------------------------------*/

.paintings-link,
.sculpture-link,
.worksonpaper-link {
   display: block;
   color: #fff;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 1.75em;
   text-decoration: none;
}

.paintings-link:hover,
.sculpture-link:hover,
.worksonpaper-link:hover {
   border-color:#EA7F1F;
}

.paintings-link {
   border: 4px solid #820024;
   background: url(/SiteData/images/painting_landingpg/cc8ffa7db818ab871f65e72184a97f1b/painting_landingpg.jpg) no-repeat;
   width: 160px;
   height: 20px;
   padding: 25px 10px 100px 243px;
}

.sculpture-link {
   border: 4px solid #363B73;
   background: url(/SiteData/images/sculpture_landingpg/b82eeec7efb63adc9e1d2ad8bd5b2d95/sculpture_landingpg.jpg) no-repeat;
   width: 175px;
   height: 20px;
   padding: 25px 5px 100px 233px;
}

.worksonpaper-link {
   border: 4px solid #455A21;
   background: url(/SiteData/images/paper_landingpg/6cbf65ac9f8ff6b2eb34411bce88fd3f/paper_landingpg.jpg) no-repeat;
   width: 215px;
   height: 20px;
   padding: 25px 5px 100px 193px;
}


/* Recent Acquisitions
------------------------------------------*/

.recent-acq-head {
   color: #9c9c9c;
   margin-top: 10px;
   font-weight: bold;
}
.recent-acq {
   color: #830D30;
   font-size: 150%;
   padding-bottom: 4px;
   border-bottom: 1px dotted #ccc;
   margin-bottom: 5px;
}

#sidebar-column .collection-list-artist {
   font-weight: normal;
   clear:left;
}

#sidebar-column .collection-list-title {
   font-size: 100%;
}

#sidebar-column .collection-list-title a {
   color: #000;
}

#sidebar-column .collection-list-thumb {
   float:left;
   margin-bottom: 5px;
}

/* Keyword Search
---------------------------------------*/

#collection-search label {
   color: #455920;
   font-weight: bold;
   font-size: 100%;
}
#collection-search label input {
   margin-top: 3px;
}

#collection-search small {
   display: block;
   color: #455920;
   padding: 4px 0;
}

/* Collection List 
-----------------------------*/

.collection-viewall-search {
   margin: 1em 0;
   background: #EBEDE5;
   padding: 8px;
}

.collection-viewall-search label {
   display: block;
   margin-bottom: 0.5em;
}

.collection-list-item {
   clear:left;
}

.collection-list-thumb {
   float: left;
   margin-bottom: 20px;
}

.collection-list-thumb img {
   border: 3px solid #CCCACD;
}

.collection-list-details {
   margin-left: 145px;
}

.collection-list-artist {
   font-weight: bold;
}

.collection-list-title {
   font-size: 135%;
   font-weight: bold;
}

.collection-list-credit {
   color: #999;
}


h2.collection-type {
   font-weight: bold;
   color: #777;
   font-size: 120%;
   border-bottom: 1px dotted #ccc;
   padding-bottom: 3px;
}



/* Collection Detail
-----------------------------------*/
.collection-detail {
   width: 95%;
}

.collection-detail .label {
   display: block;
   color: #ACB291;
   font-weight: normal;
   font-size: 11px;
}

.collection-detail .collection-field {
   margin-bottom: 10px;
}

.collection-detail-artist {
   font-weight: bold;
   font-size: 100%;
}

.collection-detail-artist span {
   font-weight: normal;
}

.collection-detail-image {
   float: left;
   padding: 6px;
   background: #e1e1e1;
   border: 1px solid #999;
   margin: 0 12px 10px 0;
   text-align: right;
}

.collection-detail-image a {
   float: left;
   margin-bottom: 3px;
}

.collection-detail-addtlinfo {
   clear: left;
   float: left;
   line-height: 1.8;
}

.collection-detail-onview {
   float: left;
   clear: left;
   color: #000;
   background: url(/SiteData/images/painting/c6cd90e7d007a502/painting.png) no-repeat 0 50%;
   padding: 0 0 0 20px;
}


.collection-detail-viewlarger {
   float: right;
   clear: both;
}

.collection-detail-viewlarger a {
   color: #000;
   background: url(/SiteData/images/magnifier/5aff150872940fea/magnifier.png) no-repeat 0 50%;
   padding: 0 0 0 18px;
}

.collection-detail-details {
   min-width: 250px;
   float: left;
}

.collection-detail-title {
   font-weight: bold;
   font-size: 16px;
}

.collection-detail-titleinfo {
   font-style: italic;
}

.collection-detail-buy a {
   padding: 5px 0 5px 20px;
   background: url(/SiteData/images/buyaprint/ca9b00fac3216113aa5894b342f54551/buyaprint.gif) no-repeat 0 0.5em;
}

#works-by-artist,
.collection-worksbyartist {
   clear: both;
   padding-top: 20px;
}

#works-by-artist h3,
.collection-worksbyartist h3 {
   color: #455920;
   background: #DCDFD1;
   padding: 4px;
}

#works-by-artist ul {
   margin: 0;
   padding:0;
   list-style: none;
}

#works-by-artist ul li.collection-list-item {
   width: 45%;
   height: 210px;
   float: left;
   clear: none;
   font-weight: bold;
   margin-bottom: 2em;
   padding: 0 10px 0 0;
   background: none;
}

#works-by-artist ul li:nth-child(odd) {
   clear: left;
}

#works-by-artist ul li:nth-child(odd),
#works-by-artist ul li:nth-child(even) {
   height: auto;
}

.collection-worksbyartist-item {
   width: 30%;
   float: left;
   font-weight: bold;
   margin-bottom: 2em;
}

#works-by-artist ul li .collection-list-thumb {
   width: 125px;
   float: left;
}

.collection-worksbyartist-thumb {
   width: 50px;
   float: left;
}

#works-by-artist ul li .collection-list-thumb img {
   border: 3px solid #ccc;
}

.collection-worksbyartist-thumb img {
   border: 3px solid #ccc;
}

.collection-worksbyartist-artist {
   margin-left: 55px;
}

.cms-pagination-div,
.cms-recordlist-pagination-div {
   clear: left;
}

/* New Collection List - 4/28/10 */

.cms-types-table{
   border-collapse: collapse;
   width: 100%;
}

.cms-types-table th {
   background: #DDDFD2;
   text-align: left;
   padding: 3px 6px;
   white-space: nowrap;
   border-right: 2px solid #fff;
}

.cms-types-table th,
.cms-types-table th a {
   color: #000;
   font-weight: normal;
}

.cms-types-table th a.cms-sort-asc,
.cms-types-table th a.cms-sort-desc {
   font-weight: bold;
   padding-right: 18px;
}

.cms-types-table th a.cms-sort-asc {
   display: inline-block;
   background: url(/SiteData/images/bullet_arr/22c1e0749ea2424b/bullet_arrow_up.png) no-repeat 100% 50%;
}

.cms-types-table th a.cms-sort-desc {
   display: inline-block;
   background: url(/SiteData/images/bullet_arrow_down.png) no-repeat 100% 50%;
}

.cms-types-table td {
   padding: 8px 6px;
   background: #F2F2F2;
   border-bottom: 1px solid #CECECE;
   vertical-align: top;
}

.cms-types-table td a {
   color: #000;
   text-decoration: none;
   font-weight: bold;
}


