/*
980px grid system ~ Core CSS.
6 columns ~ margin: 20px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* Typography fixes
--------------------------------------------------------------------------------*/
h4.frontpage {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #E67803;
	padding-bottom: 10px;
}

.frontpage_title {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #E67803;
	padding-bottom: 10px;
	padding-top: 10px;
}

.left-adjust {margin-left:-10px;}

.mocknews {
	height: 200px;
	width: 100%;
	padding: 0px;
}

.missionheader {
	width:940px;
	height:340px;
}

.fp_link a {
	color: #333333;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.fp_link a:hover {
	color: #66CCCC;
}

.rethmb {
	height: 150px;
	width: 295px;
	display: inline-block;
	/*border: 1px solid #333;*/
	padding-top: 0px;
	margin-top: 8px;
	margin-right: 10px;
	position: relative;
}

.retitle {
	position: absolute;
	height: 50px;
	width: 295px;
	background-color: rgba(255, 255, 255, .7);
	bottom: 15px;
	left: 0;
}

	
.mockresource {
	margin-right: 25px;
	height: 150px;
	width: 250px;
	display: inline-block;
	/*border: 1px solid #333;*/
	padding-top: 0;
	margin-top: 0;
	position: relative;
}

.mockresource-title {
	position: absolute;
	height: 50px;
	width: 250px;
	background-color: rgba(255, 255, 255, .7);
	bottom: 15px;
	left: 0;
}



h4.fp-resource {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
}

h4.fp-resource.twolines {
	padding-top: 5px;
}

.resource-all {
	background-size: 295px;
	float: left;
	height: 150px;
}

.bumblebeewatch, .pondwatch, .resourcecenter, .seedfinder {
	background-size: 250px;
}

.bumblebeewatch {
	background-image: url('http://www.xerces.org/wp-content/uploads/2015/11/bumblebeewatch_frontpage.jpg');
}

.pondwatch {
	background-image: url('http://www.xerces.org/wp-content/uploads/2015/11/pondwatch_frontpage.jpg');
}

.resourcecenter {
	background-image: url('http://www.xerces.org/wp-content/uploads/2015/11/pollinatorresourcecenter_frontpage.jpg');
}

.seedfinder {
	background-image: url('http://www.xerces.org/wp-content/uploads/2015/11/seedfinder_frontpage.jpg');
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
      opacity: 0.9;
      }

.shadow {
	box-shadow:0 0 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, .3);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#B9B9BA')";
}

.fp_stream {
	font-size: 13px;
	font-weight: 600;
	list-style-type: none;
}

/* =Containers
--------------------------------------------------------------------------------*/
.page-home {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height: 700px;
	background-color: #fff;
	padding-bottom: 20px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.frontpage_grid_1, .frontpage_grid_2, .frontpage_grid_3, .frontpage_grid_4, .frontpage_grid_5, .frontpage_grid_6 {
	display: inline;
	float: left;
	margin-left: 20px;
}

/* =Grid >> 6 Columns
--------------------------------------------------------------------------------*/
.frontpage_grid_1{width:140px;}
.frontpage_grid_2{width:300px;}
.frontpage_grid_3{width:460px;}
.frontpage_grid_4{width:620px;}
.frontpage_grid_5{width:780px;}
.frontpage_grid_6{width:940px;}


/* =Grid >> 6 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml160{margin-left:180px;}
.ml320{margin-left:340px;}
.ml480{margin-left:500px;}
.ml640{margin-left:660px;}
.ml800{margin-left:820px;}
.ml960{margin-left:980px;}


.inside{margin-left:0;}
