
/* default text color for whole page */
body {
  color: #ff8080; /* should be overridden everywhere */
  background: #606060;
}

/* colors for header and left sidebar */
#wrapper,
#wrapper #container .breadcrumb
{
  color: #e0e0e0;
  background: #606060;
}
#wrapper #container .breadcrumb a,
#sidebar-left a,
ul.primary-links li a
{
  color: #b0b0ff;
  background: #606060;
}
#wrapper #container .breadcrumb a:link,
#sidebar-left a:link,
ul.primary-links li a:link
{
  color: #b0b0ff;
}
#wrapper #container .breadcrumb a:visited,
#sidebar-left a:visited,
ul.primary-links li a:visited
{
  color: #c8b0ff;
}

/* colors for non-gallery content area */
#wrapper #container #center #squeeze,
#squeeze .description,
#squeeze fieldset,
#squeeze .profile dt,
span.submitted
{
  color: #101010;
  background: #808080;
}
#squeeze a
{
  color: #2020ff;
  background: #808080;
}
#squeeze a:link {
  color: #2020ff;
}
#squeeze a:visited {
  color: #8020ff;
}
.sticky {
  background-color: #808080;
  border: 0 none;
}

#wrapper #container .sidebar .block-imagenav {
  background-color: #808080;
  padding: 0 0 0 1.5em;
}

/* colors for gallery area */
#squeeze ul.images, 
#squeeze ul.galleries li, 
#squeeze ul.galleries div.description {
  color: #101010;
  background: #808080;
}
#squeeze ul.images a
{
  color: #0000ff;
  background: #808080;
}
#squeeze ul.images a:visited
{
  color: #5000ff;
}
#squeeze ul.images a:hover
{
  color: #3030ff;
  text-decoration: underline;
}
#squeeze ul.images a:active
{
  color: #2020ff;
}

div.terms,
#squeeze div.terms a {
  background: #909090;
}

/* node display area for images */
div.content > div.image-display,
div.image-body div.image-display,
.node-unpublished
{
  background: #808080;
}

div.node-type-image > span.submitted,
div.node-type-contactinclude > span.submitted
{
  display: none;
}

.krumo-root {
  color: #000000;
}

/******* images ********/

ul.primary-links li a,
ul.primary-links li a:link,
ul.primary-links li a:visited
{
  background: transparent url(images/primary-link.png) no-repeat 50% 0;
}

ul.primary-links li a:hover,
ul.primary-links li a.active
{
  background: transparent url(images/primary-link-hover.png) no-repeat 50% 0;
  text-decoration: underline;
}

#squeeze ul.primary li.active a,
#squeeze ul.primary li.active a:link,
#squeeze ul.primary li.active a:visited
{
  background: transparent url(images/bg-tab.png) repeat-x scroll 0 50%;
}

#squeeze ul.primary li.active a:hover
{
  background: transparent url(images/bg-tab.png) repeat-x scroll 0 50%;
  text-decoration: underline;
}

ul li.collapsed {
  background: transparent url(images/menu-item-collapsed.gif) no-repeat 1px .35em;
}

ul li.expanded {
  background: transparent url(images/menu-item-expanded.gif) no-repeat 1px .35em;
}

/*ul li, ul.menu li, .item-list ul li,*/
ul li.leaf {
  background: transparent url(images/menu-item-leaf.gif) no-repeat 1px .35em;
}

/**************************************************/

/* max width of all non-image content */
div.node,
div.view-header
{
  max-width: 600px;
}

/* max width of images, node-type-* set in node.tpl.php */
div.node-type-image {
  max-width: none;
}

#wrapper #container #header {
  height: 40px;
}

#wrapper #container #center #squeeze {
  padding: 1.5em 2em;
  margin: 0 0 40px 210px;
}

#wrapper #container .breadcrumb {
  position: absolute;
  left: 15px;
  top: 5px;
  padding-bottom: 0;
}

#wrapper #container .sidebar {
  margin: 0;
  width: 210px;
}

#tabs-wrapper {
  margin: 0 0 0 0;
}

/* allow the left sidebar to hit the left side, even on wide displays */
#wrapper #container {
  max-width: none;
}

#comments {
  border-bottom: 1px solid #E9EFF3;
  margin: 0;
  padding: 0 25px;
  position: static;
}

#comments h2.comments {
  margin: 0;
  padding: 0.5em 25px;
  background: #c0c0c0;
}

.comment {
  border-top: 1px solid #E9EFF3;
  margin: 0;
  padding: 1.5em 25px;
}

/* always put a vertical scrollbar on the whole page */
body.sidebar-left {
  overflow-y: scroll;
}

.node {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 1.5em 0;
  padding: 0 0 1em 0;
}

/* move the terms to just after the links, rather than the far right
   side, which could be far away from everything else
 */
.terms {
  float: none;
}
div.links, div.meta, div.terms {
  display: inline;
}
div.terms {
  padding: 4px 1em 4px 0;
}

/* from images module */

ul.images {
  padding: 4em;
}

ul.images li {
  display: inline-block;
  float: none;
}

/* node display area for images */
div.content > div.image-display, div.image-body div.image-display {
  overflow: auto;
}

/* img on page by itself */
div.image-body img {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

div.image-navigation-previous, div.image-navigation-next {
  width: 195px;
  min-height: 135px;
}

div.image-navigation-next {
  text-align: right;
}

a:hover div.image-navigation-link {
  text-decoration: underline;
}

img.image-navigation-arrow {
  vertical-align: center;
  padding: 0 10px;
}

/* from image.css */

.view .image-gallery-nodes ul li {
  height: 100px;
  width: 100px;
}

/* From img_assist.css */

span.inline {
  display: block;
  padding: 10px;
  border: thin solid blue;
  margin: 10px;
}

span.inline-left {
  float: left;
  margin-left: 0;
}

span.inline-right {
  float: right;
  margin-right: 0;
}

span.inline-center {
  border: none;
}

span.inline-none {
  display: inline-block;
}

span.inline .caption {
  overflow: hidden;
  display: block;
  font-size: 80%;
  line-height: 120%;
  text-align: left;
}

span.inline-center .caption {
  margin: auto;
}

span.inline .caption strong {
  font-size: 125%;
  line-height: 140%;
}
