/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 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  
 */

/**
 * styling for the page of troop events
 */

/* I tried adding a CSS class from the Views interface, but it seems to have no
 * effect, so I do not have a way to limit this to the page I want. :-(
 */

.view-id-event_calendar .view-header {
    margin-bottom: 1em;
}

.view-id-event_calendar .views-table caption {
    font-size: 130%;
    color: blue;
    background-color: lightyellow;
    text-align: left;
    padding: 0.5em;
}

.view-id-event_calendar td.views-field-field-date-value {
    width: 17em;
}

/* There must be a better way ... */
.giImageBlock-clear-both {
    clear: none;
}

div.giImageBlock.right {
    margin: -4em 1em 0;
}

/* Weather stickers from http://www.wunderground.com/ */
.weather-underground td { padding: 0px; }

