/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


ul.pager a:link, ul.pager a:visited {
color:#fff;
}



/**********/
/* panels */
/**********/


.panels-flexible-region-inside  {
padding-left:0;
padding-right:0;
}


/*********/
/* VIEWS */
/*********/


.node-type-publication h1.title {
  display:none;
}


.view-publications td.views-field-title {
  width: 540px;
}
.view-publications td.views-field-field-date-value {
  width: 60px;
}

.view-publications td.views-field-field-cover-fid {
  width: 160px;
}

#pid-artists .view-artists td {
  padding-bottom: 1.666em; 
  width: 33%;
}
#pid-projectartists .view-artists td {
  padding-bottom: 1.666em;
  width: 33%;
}



body.page-artist .view-Artist-Artworks td.views-field-field-artwork-image-fid {
  width: 480px;
}

body.page-artist .view-Artist-Artworks td.views-field-title {
  width: 180px;
}

.view-exhibitions-year td.views-field-title {
  width: 480px;
}
.view-exhibitions-year td.views-field-field-exhibition-primary-image-fid {
  width: 160px;
}

.view-exhibitions td.views-field-title {
  width: 420px;
}
.view-exhibitions td.views-field-field-exhibition-primary-image-fid {
  width: 160px;
}



.view-Artfairs td.views-field-title {
  width: 300px;
}
.view-Artfairs td.views-field-field-exhibition-dates-value-1 {
  width: 60px;
}
.view-Artfairs td.views-field-field-exhibition-artists-nid {
  width: 240px;
}
.view-Artfairs td.views-field-field-artfair-booth-fid {
  width: 160px;
}

.front h1.title {
  display: none;
}

.front div.terms {
  display: none;
}

body.page-exhibitions div.view-content td.views-field-field-artwork-image-fid {
  width: 500px;
}



td a, td p {
  vertical-align: top;
}



tr.views-row-first td.views-field-field-artwork-image-fid {
  padding: 0 0 0em 0;
}




body.node-type-publication div.panel-2col-stacked .panel-col-first {
  width:70%;
}
body.node-type-publication div.panel-2col-stacked .panel-col-last {
  width:29%;
}


.node-type-publication .publications-related {
  padding-top: 30px;
}


.item-list .pager {
    clear: both;
    text-align: left;
}



body.node-type-exhibition .filefield-file {
    width: 180px;
    display: block;
    overflow: hidden;
    display: block;
}
body.node-type-exhibition .filefield-file img {
    float: left;
    display: block;
}
body.node-type-exhibition .filefield-file a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    float: right;
    display: block;
}



