/* $Id: views-styles.css,v 1.1 2009/08/12 04:25:15 johnalbin Exp $ */

/**
 * @file
 * Views Styling
 */

/* date widget */
.date-icon-wrapper {
	float: left;
	margin: 0 10px 10px 0;
}
.date-icon-wrapper .date-icon {
	height: 50px;
	width: 45px;
	text-align: center;
	font-size: 0.9em;
}
.date-icon-wrapper .date-icon-separator {
	width: 45px;
	text-align: center;
	font-size: 0.9em;
}
.date-icon-wrapper .date-icon {
	border: 1px solid #224f23;
	color: #777;
}
.date-icon-wrapper .date-icon-month{
	background: #439744;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
}
.date-icon-wrapper .date-icon-day{
	font-size: 1.6em;
  font-weight: bold;
	line-height: 1em;
  margin: 2px 0 -1px 0;
}
.date-icon-wrapper .date-icon-year{
}
.views-field-view-node hr {
	clear: both;
}

.view-id-websites_about {
	font-size: 1.1em;
}

.view-id-NOVIC_content .views-row {
  clear: both;
  border-bottom: 1px solid #ddd;
}
.view-id-NOVIC_content .views-field-field-node-image-fid {
  float: left;
  margin: 0 15px 5px 0;
}

.view-id-websites_news .views-field-field-node-image-fid {
	float: left;
	margin: 0 15px 5px 0;
}

.views-row {
	border-top: 1px solid #DDD;
	padding-top: 1em;
	clear: both;
}

.views-row-first {
	border-top: none;
	padding-top: 0px;
}

.view-id-websites_news .views-row {
	clear: both;
}

.view-id-websites_news .views-field-title {
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

.view-id-websites_news .views-field-field-node-description-value {
	padding-bottom: 1em;
}

.view-id-websites_news a, .view-id-websites_events a {
	color: black;
	text-decoration: none;
	font-size: 1.2em;
}

.view-id-websites_news a:hover {
	color: gray;
}

.view-id-websites_news a:focus {
	color: gray;
}

.view-id-websites_events .views-field-title {
	padding-bottom: 0.5em;
}

.view-id-websites_events .views-field-field-node-description-value {
	padding-bottom: 1em;
}

.view-id-websites_events a:hover {
	color: gray;
}

.view-id-websites_events a:focus {
	color: gray;
}

/* Featured content */

.view-id-featured_content table {
    width: 100%;
}
    

.view-id-featured_content td {
    width: 210px;
    background: none;
    text-align: center;
    vertical-align:	top;
}

.view-id-featured_content .views-field-title, .view-id-featured_content .views-field-field-node-description-value {
    text-align: center;
    font-size: 1.5em;
    margin-top: 10px;
 /*   text-shadow: 1px 1px 3px #999999; */
 /*   filter: dropshadow(color=#999999, offx=1, offy=2); */
}

.view-id-featured_content a {
    color: black;
}

.view-id-featured_content .views-field-field-node-image-fid a:hover img {
    background: #C0C0C0;
}

.view-id-featured_content .views-field-field-node-image-fid a:focus img {
    background: #C0C0C0;
}

.view-id-featured_content a:hover, .view-id-featured_content a:focus {
    color: gray;
    text-decoration: none;
} 

.view-id-featured_content img {
    padding: 1px;
}

.group-files-pane .views-field-title {
	font-size: 1.1em;
	margin-bottom: .5em;
}

.group-files-pane .views-field-body {
	margin-bottom: .5em;
}

.group-files-pane .views-field-field-document-fid {
	margin-bottom: 1em;
}

.view-group-media .views-field-title {
	margin-bottom: 1em;
}