/* $Id: local-sample.css,v 1.2 2010/07/02 23:14:21 eternalistic 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 */

html {
  background: #000;
}

body {
  background: #000000;
  color: #F0F0F0;
}

#search-input .form-text {
  border: 1px solid #d5d5d5;
  color: #000000;
  float: left;
  margin-right: 10px;
  width: 150px;
}

#header-site-info-inner {
  background: #fff url(../images/header.png) no-repeat top right;
  height: 100%;
  padding: 20px 20px;
}

#site-name {
  color: #fff;
  float: left;
  font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
  font-size: 215.38%; /* 28px/13px */
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 100%;
  text-transform: none;
  position: relative;
  top: 8px;
  white-space: nowrap;
}

#site-name.with-slogan {
  border-right: 1px solid #ddd;
  padding-right: 15px;
}

.rounded-corners-gradient-background .inner {
  background: #000000 repeat-x bottom center;
  border: 2px solid #4b4b4b;
}

.footer-message-wrapper {
  background: #000;
  color: #999;
  padding: 0px 0 0 0;
  text-align: center;
}

.main-wrapper {
  margin-bottom: 0px;
}

/* Follwing is the Node Gallery css adjustments */

/* force gallery 'grid' and remove bullets */

.gallery-images-list .item-list ul li {
background:none repeat scroll 0 0 #F7F7F7;
border:1px solid #DDDDDD;
float:left;
list-style-type:none;
margin:0 10px 10px 0;
min-height:115px;
padding:10px 0 5px;
text-align:center;
width:120px;
}

.gallery-images-list .item-list ul li .image-title {
line-height: normal;
margin: 0 auto;
width: 150px;
}

.gallery-images-list .item-list ul li .image-thumbnail-view, .gallery-images-list .item-list ul li .image-thumbnail, .gallery-images-list .item-list ul li .image-thumbnail img {
margin: 0 auto;
}

/* Hide the image title */

.gallery-images-list .image-title{
  display: none;
}

/* Hide both image count and created at date */

.gallery-cover-list .meta{
  display: none;
}

.footer-message {
  font-size: 70%;
}
