@charset "UTF-8";
/* CSS Document */

/*
************************************************************************
 *  Author: Lois Jones | jonesloism.net | jonesloism@gmail.com
 *  History: Created 2014-June
 *  Description:
 *
 *
 *
 ************************************************************************
 */
 
 
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

@font-face {
	font-family:bilbo;
	src: url(./fonts/webfonts/bilboswashcaps-regular-webfont.woff);
}

@font-face {
	font-family: daniel;
	src: url(../FONTS/daniel-webfont.woff);
}

@font-face {
	font-family: Kingthings_Wrote;
	src: url(../FONTS/Kingthings_Wrote-webfont.woff);
}

@font-face {
	font-family: elephnt;
	src: url(../FONTS/elephnt-webfont.woff);
}

@font-face {
	font-family: cooperhewitt-semibold;
	src: url(../FONTS/cooperhewitt-semibold-webfont.woff);
}

@font-face {
	font-family: PTSansBold;
	src: url(../FONTS/PTSansBold.woff);
}

.special {
	//font-weight: 400;
	font-size: 3.2em;
	line-height: 95%;
	color: #010101;
	color: #467289;
	color: #2bdeff3;
	
	//font: normal 54px 'ColaborateThinRegular', Arial, sans-serif;
	//text-shadow: 1px 1px 0 rgba(93,92,3,.3);
	font-variant: small-caps;
	font-family: "cooperhewitt-semibold";	
	font-family: "elephnt";
	//font-family: "PTSansBold";
	color: #2bdeff3;	
	
}

/* Basic Styles */
body {
	//background-color: #ece8e5;
	background-color: #d5d7da;
	//background-image: url('images/paintedScatterGrainFilter9.png');
	background-image: url('images/sp-bg3.gif');
	background-image: url('images/sp-bg-c.jpg');
	color: #000000;
	color: #283744;
	
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-bottom: 20%;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 80%;
}
	
	
/*Headings*/
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */


h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 110%;
	color: #010101;
	color: #467289;
	letter-spacing: 0px;
}



.banner img {
	//margin: 3% 0;
	border-radius: 5px;
	//border: solid black 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	//box-shadow: 10px 5px 5px rgba(140,153,165,.2);
}

/*.BigAndFancy{
	letter-spacing: -1px;
	color: #467289;
	text-shadow: 2px 2px 1px rgba(0,0,0,.25);
	font: normal 54px 'ColaborateThinRegular', Arial, sans-serif;
}*/

.BigAndFancy{
	letter-spacing: -1px;
	color: #467289;
	text-shadow: 2px 2px 1px rgba(0,0,0,.25);
	font: normal 54px 'elephnt', Arial, sans-serif;
}	
	
	
/* p tags*/

p {
	color: #392f2f;
	font-size:16px;
	color: #283744;
}


/************* DEFAULT link styles ***************/
a {
	outline: 0;
}			/* default link styles */

a img {
	border: 0px; 
	text-decoration: none;
}			/* default links style */

a:link, a:visited {
	color: #CF5C3F;
	color: #010101;
	color: #fff;
	padding: 0 1px;
	text-decoration: none;
}			/* default links style */

a:hover, a:active {
	color: #fff;
	//color: purple;
	text-decoration: none;
}			/* default links style */

/**************  END default links style *************/



/* Content Area */

.mainContent {
	overflow: hidden;
	line-height: 25px;
	//border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 5px;
	background-color: rgba(199,212,223,.4);
	padding: 12px;
	border: 1px groove rgba(199,212,223,1);
}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
}

.float {
	float: left;
	padding-right: 10px;
}

.star {
	color: #7776af;
	font-size: 30px;
	font-weight:bold;
	text-shadow: 0px 4px 4px rgba(119, 118, 175, .4);
	padding: 5px 12px;
}

#PISig .PISig {
	padding: -30;
	margin: -30;
	//border: dotted red 4px;
}

#PISig .PISig2 {
	padding-left: 40px;
	font-family: 'bilbo', cursive;
	font-weight:bold;
	font-size: 25px;
	//text-shadow: 0px 4px 4px rgba(119, 118, 175, .4);
	color: #7776af;
	color: #2c7ed3;
	
	line-height: 150%;
	letter-spacing: .180em;
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
}

.LEFTcontent {
	width: 68%;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}


.post-info {
	font-style: italic;
	color: #999;
	font-size: 85%;
}

/* Sidebar */

.top-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;
	//background-color: green;	
	padding: 2% 3%;
	margin-bottom: 2%;
	margin-top: 0px;
}


/*   work in progress stuff    */



/*.sidebar-smallgroup img:link, img:visited img:hover, img:active{
		//border: solid 3px red;
		background-image:url(img/smallGroupsPEOPLE-hover2.png);
		background-size: 100%;
		background-repeat:no-repeat;
}
*/

/*
.sidebar-smallgroup img:link {
		//border: solid 3px red;
		background-image:url(img/smallGroupsPEOPLE-hover2.png);
		background-size: 100%;
		background-repeat:no-repeat;
	}

.sidebar-smallgroup img:visited {
		//border: solid 3px red;
		background-image:url(img/smallGroupsPEOPLE-hover2.png);
		background-size: 100%;
		background-repeat:no-repeat;
	}

*/



.sidebar-smallgroup {
		//border: solid 15px pink;
		background: url(../newScienePage/images/ok.png) no-repeat -9999px -9999px;
}

.sidebar-smallgroup img {
		width: 100%;
}


.sidebar-smallgroup img:hover {
		/*background-image:url(images/ok.png);*/
		img: transparent;
		background-size: 100%;
		background-repeat:no-repeat;
		//background-position: bottom left;
	}

.sidebar-smallgroup img:active{
		//border: solid 24px pink;
		background-color: none;
}



/*link visited hover active*/



/*
smallGroupImg center:hover {
	background-image:url(img/smallGroupsPEOPLE-hover2.png);
	border: dotted 3px orange;		
}
*/

/*   work in progress stuff    */



.sidebar-a img {
		width: 100%;
}

/*  our good stuff */

.middle-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
}

.bottom-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	padding: 2% 3%;
	//line-height: 170%;
}
.bottom-sidebar h2{
	line-height: 110%;
}
		

.sidebar-cross img {
		width: 150%;
}


/* Footer */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 7%;
	margin-bottom: 80px;
	padding-left: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	background-color: rgba(187,187,187,.6);
	//box-shadow: 10px 5px 5px rgba(140,153,165,.2);
	border: 1px groove rgba(199,212,223,1);	
}

.mainFooter .footerSig {
	text-shadow: 1px 1px 0px rgba(140,153,165,.7);
}

.mainFooter a:hover, nav a:active {
	//background-color: #8c99a4;
	//background-color: #purple;
	color: purple;
	//background-color: HERE;
	text-shadow: 2px 10px 10px rgba(140,153,165,.7);
	padding-top: 12px;
	padding-bottom: 12px;

}

.mainFooter .copyright {
	font-size: 40%;	
	color: red;
}

.mainFooter .webDesign {
	
}



.footerSig a:hover {
	color: purple;
	
}


.mainFooter p {
	width: 91%;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	
	//color: blue;
}

.COPYRIGHT{
font-size: 40%;	
}
