/* Pages.css */
/* Holds custom styles for the front page and other custom pages */


/*

FRONT PAGE

*/

/* Current Activities */

/*TEMPORARY - hide Latest Updates label*/
body.page-resources div.views-field-view h3.views-label-view{
	display:none;
}	

/* Faces of GPM */
body.page-current-activities-faces-of-gpm section#block-views-latest-resources-v1-block-6 h2.block-title{
	border-bottom: solid 3px #CCD4F0;
	margin-right:20px;
}

/* Featured Resources */

body.front #region-header-second .region-header-second-inner ul.water-list{
	list-style-image:url(images/list_drop_17px.png);
}	

/* Website Highlights */

body.front div#zone-content h1.title{ 
	display:none;
}
body.front div#website-highlights{
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    /* http://www.colorzilla.com/gradient-editor/#85aae3+0,f1f4fc+25;Custom */
    
    background: #85aae3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YWFlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2YxZjRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #85aae3 0%, #f1f4fc 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85aae3), color-stop(25%,#f1f4fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85aae3 0%,#f1f4fc 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85aae3 0%,#f1f4fc 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85aae3 0%,#f1f4fc 25%); /* IE10+ */
	background: linear-gradient(top,  #85aae3 0%,#f1f4fc 25%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85aae3', endColorstr='#f1f4fc',GradientType=0 ); /* IE6-8 */

	padding:8px;
	vertical-align:top;
}
body.front div#website-highlights img{
	float:left;
	margin-right:8px;
	margin-bottom:0px;
}
body.front div#website-highlights p{
	margin:0em;
	padding:0em;
}
body.front div#website-highlights h2{
	color:#f1f4fc;
	text-shadow: -1px 0 #28397D, 0 1px #28397D, 1px 0 #28397D, 0 -1px #28397D;
}
body.front div#website-highlights h3{
	margin-bottom:.2em;
	margin-top:0em;
	padding-top:0em;
}
body.front div#website-highlights div{
	display:block;
	width:100%;
	margin-bottom:1em;
}
body.front div#website-highlights div#highlights-kids-center{
	display:block;
	float:none;
	
}
body.front div#website-highlights div#highlights2{
	clear:both;
	padding-top:1em;
	
}
body.front div#website-highlights div#highlights3{
	clear:both;
}



/* Twitter Widget */
body div.twtr-widget,
body div.twtr-widget p{
	font-size:14px!important;
	font-family:arial!important;
}

div#twtr-widget-1 h3{
	font-size:12px!important;
	font-family:arial;
}

div#twtr-widget-1 h4{
		font-size:20px!important;
	font-family:arial;
}

div#twtr-widget-1 a.twtr-user{
	color:#3b496d!important;
	font-weight:bold;
}



/*

KIDS CENTER

*/

body.context-kids-center h1#page-title{
	display:none;
}


/*
LOGIN 
*/
#user-login-form div.item-list ul{
	display:none;
}


/*

PAGE NOT FOUND 

*/
body.context-page-not-found div.content h1#page-title{
	display:none;
}