/* $Id: local_sample.css,v 1.1 2009/02/28 23:33:58 jwolf 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.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */



#legal-notice {
  display: none;
}

/* Changes to style.css */

/* COMMENT OUT OR REMOVE THESE TWO ENTIRE SECTIONS IN STYLE.CSS: 
 Rounded corners for blocks (optional)
 Rounded corners for node links & content-bottom 
*/

body {
  background: #0F0609; /* Original: #292929; */
}


#header-wrapper {
  margin-top: 5px;
  margin-bottom: 15px;
}

#header-wrapper #search-box #search input.form-text {
  color: 0F0609; /* #292929; */
}

/* content bottom */
#content-bottom {
  background: #0F0609; /* Original - #444; */
}


/* Footer region
-------------------------------------------------------------- */

#footer {
  background: #0F0609; /* #202020; */ /* original #000; */
  color: #999999;
}



/* Two column layout
 * sidebar | main content
-------------------------------------------------------------- */

body.layout-first-main #sidebar-first {
  width: 180px; /* 230px IGORB */
}

body.layout-first-main #content-wrapper {
  width: 760px;
}

body.layout-first-main #content {
  padding: 15px 0 15px 30px; /* 30px 0 30px 60px; IGORB */
}

.help {
  color: #0F0609;
}

.panels-modal-content {
  color: #0F0609;
}

.panels-modal-content fieldset,
.panels-modal-content legend,
.panels-modal-content textarea,
.panels-modal-content select,
.panels-modal-content input.text,
.panels-modal-content input.form-text,
.panels-modal-content input.title {
  background: #fff;
  color: #0F0609;
}

#panels-dnd-main .panel-pane,
#panels-dnd-main .helperclass {
  color: #0F0609;
}


/* Additional Igor Borovikov tweaks 
-------------------------------------------------------------- */

/* this centers images in the gallery views */
#content .views-field-field-image-fid {
text-align: center;
}

/* overrides views.css for this class (separate doesn't work) */
.views-view-grid tbody {
  border-collapse: separate;
  border: 1px solid #000;
}

.views-view-grid td {
  border-collapse: separate;
  padding: 8px 8px;
  border: 1px solid #444;
}
