/* $Id: local-sample.css,v 1.4 2010/12/05 17:22:28 aross Exp $ */ 

/**
 * @file
 * Put your custom CSS and CSS overrides in this file
 */

/* HOW TO USE 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 */



/* HELPER CODE FOR SETTING BACKGROUND IMAGES */

/* Add a custom header background (above navbar) here */
#header-group {
}

#header-group-inner {
  /*background: url('../images/page-top-bar.gif') top left repeat-x #FFF;*/
  /*background: #FFF;*/
}

#page {
  margin-top: 1em;
}

.cow-block .inner {
  border: solid 1px #0E4F9A;
  border-top: none;
}

.cow-logo-block .inner .content {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #0E4F9A;
}

.cow-logo-block a {
  float: left;
}

.cow-restaurant-selected {
  background: url('../images/selected-restaurant.png') 50% 50% no-repeat #FFF;
  text-decoration: underline;
}

.cow-restaurant-hover {
  background: url('../images/selected-restaurant.png') 50% 50% no-repeat #FFF;
  text-decoration: underline;
}

.cow-chosen-values {
  margin: 1em;
  padding: 1em;
  border: solid 1px #CCC;
}

.cow-chosen-restaurant {
  margin-bottom: 1em;
}

.views-view-grid td {
  text-align: center;
  margin: 4px;
}

#cow-scan-status-block-wrapper {
  text-align: center;
  font-size: 130%;
}

#cow-scan-status-block-wrapper .cow-running {
  height: 80px;
  background: url('../images/loading_transparent.gif') 50% 100% no-repeat #FFF;
}

#cow-scan-status-block-wrapper .cow-complete {
  height: 80px;
  background: url('../images/check.gif') 50% 100% no-repeat #FFF;
}

#edit-title {
  width: auto;
}

/*.page-add-info .form-item {
  float: left;
  margin-right: 2em;
  margin-bottom: .5em;
  padding-bottom: 0;
}

.page-add-info #edit-title-wrapper, .page-add-info #edit-field-email-0-value {
  float: none;
}*/

/* Add background image to preface top region (right below the navbar)  */

/* IMPORTANT: If there are no blocks in the preface top region, set     */
/* an image here, and set a height for the region.  Also, if you are    */
/* using a fluid width layout of less than 100%, you will need to set   */
/* a width.                                                             */
#preface-top-container{
}
/* If there are blocks in the preface top region, use the following instead */
#preface-top {
}




