
/* pfp.css is for elements or circumstances that are pfp-specific.
  zen_pfp/css/html-reset.css for generic style settings used for pfp,
  but that could apply to any Drupal site.
 */

table.views-view-grid td {
    width: 25%;
    padding-left: 8px;
}

table.views-view-grid td,
table.views-view-grid td.col-3 {
    border-bottom: thin solid black;
}
table.views-view-grid td.col-1,
table.views-view-grid td.col-3 {
    background-color: #f2f2f2;
}

div.field-field-large-thumbnail {
    float: left;
}

label.views-label-title,
label.views-label-field-author-value,
label.views-label-field-description-value,
label.views-label-field-link-value,
label.views-label-field-source-value,
label.views-label-field-words-value {
    font-weight: bold;
    }

div.views-field-field-words-value {
    font-size: xx-small;
    line-height: 87%;
}

div.item-list ul {
    list-style-type: none;
}

ul.links {
    clear: both;
}

/* home-slideshow ################################################### */
div.printer-slideshow {
  float: left;
  margin-right: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 170%;
  font-weight: bold;
  line-height:80%;
  width: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffcc;
  text-align: center;
  border: 35px black solid;
  -moz-border-radius: 15px;
  border-radius: 15px;
}


/* end home-slideshow ################################################### */

/* For taxonomy term display ################################################### */

div.field-field-small-thumbnail {
    float: left;
}

body #admin-menu { font-size: 12px; }

.zazzle-vertical {
  padding-top: 20px;
  text-align: center;
  background-color: #ffffcc;

}
.zazzle-vertical a.zazzle-header {
  text-align: left;
  font-size: large;
  font-weight: bold;
}

div.zazzle-header {
  text-align: left;
  padding-left: 10px;
}

.zazzle-vertical img {
  border: thin solid #ffcc00;
}

body.front h1.title {
  display: none;
}
body.front h2 {
  font-size: 150%;
  padding-left: 10px;
  margin-bottom: 0;
}
body.front li {
  font-size: 120%;
  padding-left: 10px;
}

div.field-field-zazzle-links {
  margin: 0.5em 0 0.5em 0.5em;
  padding: 0.5em;
  border-top: 2px solid #ffcc00;
  border-bottom: 2px solid #ffcc00;
}

div.words {
    margin-top: 0.9em;
    padding-bottom: 0.9em;
}

span.words {
    font-size: small;
    margin-top: 0.4em;
    text-decoration: underline;
    color: blue;
}

/* pfp_page page text mouseover effect */
#words { display:block;}
#words > li { list-style-type:none; float:left; display:block; margin:0px 0px; padding:0 2px; width:220px;}
#words > li:hover ul { display:block; }
#words > li:hover { }
#words li ul { display:none;}
#words li ul li { list-style-type:none; }
#words li ul li a { display:block; text-decoration:none; color: black; }
#words li ul li:hover a { color: black; }
#words li span { cursor:pointer; margin:0px 2px; font-weight:bold; }

div.home-body {
  padding-top: 0px;
}

div.home-body h2 {
  color: #333399;
}

div.home-body ul, div.home-body ul li {
  list-style-type: none;
}

ul.orange li {
  list-style-type: none;
  /* list-style-image: url("http://www.pagesforprinting.com/sites/default/files/orange-circle-on-white.png"); */
  margin-left: -.6em;
  padding-left: 0;
}

.node-teaser h2 /* A node displayed as teaser */ {
  padding-bottom: 0.5em;
}
.node-teaser img /* A node displayed as teaser */ {
  padding-right: 0.5em;
}

