/**
* @file marisa.css
*
* @author Marisa Price <mdprice@lbl.gov>
* 
* @description Changes for Marisa's Templatesw
* 
* 2011-11-28
*/

.view-r-and-d-view .views-view-grid td, .view-resources-view .views-view-grid td, .view-pd-view .views-view-grid td,  .view-aboutus-view .views-view-grid td {
    float: left;
    height: auto;
    margin: 0 0 1em;
    min-height: 130px; /* Decreasing the amount of white space between views. Original: min-height: 160px; Sondra 3/28/2012; */
    padding: 0 7.5% 0 0;
    width: 42%;
}

a h3 {
	display: inline-block;
	padding-right: 10px;
	color:#006bb6;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/sites/all/themes/eetd/img/a_006bb6.png);
	background-repeat: no-repeat;
	background-position: right 7px;
}

a:hover h3 {
color:#ca9401;
}


h3 a {
	display: inline-block;
	padding-right: 10px;
	color:#006bb6;
	background-attachment: scroll;
	background: transparent url(/sites/all/themes/eetd/img/a_006bb6.png) no-repeat right 7px;
}

h3 a:hover {
color:#ca9401;
}

#pid-research-development .views-field-field-r-and-d-thumbnail-fid, #pid-partnerships-deployment .views-field-field-pd-thumbnail-fid, #pid-resources .views-field-field-resources-thumbnail-fid, #pid-about-us .views-field-field-about-us-thumbnail-fid {
padding-right:10px;
float:left;
}

.views-field-field-r-and-d-short-desc-value .field-content, .views-field-field-resources-short-desc-value .field-content, .views-field-field-pd-short-desc-value .field-content, .views-field-field-about-us-short-desc-value .field-content {
width:180px;
float:right;
font-size:.9em;	
}



.view-r-and-d-view tbody td, .view-resources-view tbody td, .view-pd-view tbody td, .view-aboutus-view tbody td {
border-bottom-style: none;
}

