/**
 * @file
 * Views Styling
 */


/* Extreme Weather News Archive */
.extreme-weather-archive .view-header,
.section-extreme-weather .pane-2{
	padding:10px;
	background:#d0def0;
	border:solid 3px #AAAAAA;
	margin:10px 0px;
}
.extreme-weather-archive .view-header p,
.section-extreme-weather .pane-2 p{
	font-size:1.5em;
}
.extreme-weather-archive .views-row{
	margin:20px 0px;
}
.extreme-weather-archive .views-row .views-field-field-post-date{
	font-style:italic;
	color:#AAAAAA;
}
.extreme-weather-archive .views-row h2{
	margin:0px;
}	
.extreme-weather-archive .views-row .views-field-taxonomy-vocabulary-5 .field-content{
	display:inline;
}

/* PMM Resources List */


div.view-pmm-resources label{
	font-weight:bold;
}

div.view-pmm-resources div.views-row{

	padding-bottom:1em;
	margin-bottom:2em;
	border-bottom:dotted #CCC 2px;
}

div.view-pmm-resources div.views-field-field-preview-image-fid{

	float:right;
	margin-left:20px;
	
}

div.view-pmm-resources div.views-field-nothing{
	clear:both;
}


body.section-data-access .pane-views-1444b31cbec3a17696d1326683c2848d{
	border:solid rgb(215, 43, 43) 1px;
	margin-top:10px;
}

body.section-data-access .pane-views-1444b31cbec3a17696d1326683c2848d h2.pane-title{
	background:rgb(215, 43, 43);
	font-family: Verdana, Geneva, Tahoma, "DejaVu Sans", sans-serif;
	color: #FFF;
	font-size: 1.2em;
	padding: 3px 3px 3px 7px;
	margin-top: 0em;
	margin-bottom: .2em;
}


/* Fix admin display */

.views-ui-display-tab-bucket > h3, .views-ui-display-tab-bucket > .views-display-setting{
	font-family: Verdana, Geneva, Tahoma, "DejaVu Sans", sans-serif;
	color:#333;
}