/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo 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 */


/* 
Modify margin above "The Radost Folk Ensemble"
*/
#branding-wrapper {
float: left;
margin-top: 25px;
margin-top: 0px;
}

/* 
make the annoying line, margin line at the very bottom of every node content by adding this to your local.css
*/
.node {
border-bottom: hidden;
margin: 20px 0;
padding-bottom:15px;
}

div.eventbody {
border-top: 1px solid #bbb; 
border-bottom: 1px solid #bbb; 
border-left: 0px; 
border-right: 0px; 
margin-top:12px;  
margin-bottom:12px;
padding:12px;
}

.background-dark {
background: #222222;
padding-top: 20px;
padding-right: 3px;
padding-bottom: 20px;
padding-left: 3px;
color: #ffffff;
}

.white_text {
color: #ffffff;
}

.photo-credit-white {
background: #222222;
color: #ffffff;
font-size: 80%;
font-style: italic;
}
/*
.field-item.even {
float:left;
}
.field-item .odd {
float:right;
clear:all;
}
*/
.node-gallery {
background: #222222;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 15px;
}

td.col-1, td.col-2, td.col-3, td.col-4 {
vertical-align:text-bottom;
text-align:center;
padding-bottom:15px;
} 

.views-field-field-photo-by {
font-size: 70%;
font-style: italic;
}

.field-name-field-full-date {
font-size: 120%;
font-weight: bold;
}

/* not used * /
.views-field-field-photo-by.field-content:before {
content: " By: ";
}
/ *  */


.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
background: #eecccc; /* #74A5D7; */
height: 1.9em;
overflow: hidden;
margin: 0px auto;
color: #333333;
position: relative;
}


.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  position: absolute;
  right: 0px !important;
  right: -1px;
  width: 10px;
  text-align: left;
  background: #74a5d7;
  background: #eecccc; /* #74A5D7; */
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  height: 1.9em;
  padding-left: 6px;
  z-index: 1;
}

/* Added 3/8/13 */
.node-teaser {
  border-bottom: solid 1px #888;
}
