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

body {
	background-color: #e1f0d9;	
	
}


/* Header and Utility nav */

.header{
	background-color: #667C99;	
	border-bottom: thick black solid;
	vertical-align: bottom;
}

.behindLogo {
	background-image: url(../images/White_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

.bannerBG {
	background-image: url(../images/banner_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	/*.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}
	.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}*/

.flip-container, .front, .back {
	width: 220px;
	height: 300px;
}

.percentile {
	font-size: 8px;
}
/* flip speed goes here */
/*.flipper {
	transition: 5.0s;
	transform-style: preserve-3d;

	position: relative;
}*/

/* hide back of pane during swap */
/*.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}*/

/* front pane, placed above back */
.front {
	/*z-index: 2;
	
	transform: rotateY(0deg);*/
}

/* back, initially hidden pane */
/*.back {
	transform: rotateY(180deg);
}*/

@media (min-width: 768px)
.modal-dialog {
    width: 675px !important;
    margin: 30px auto !important;
}
.right {
	text-align: right;	
}

.left {
	text-align: left;	
}

a.utNav {
	font-weight: bold;
	color: #3C3B3B;	
	font-size: 1em;
}

a.utNavTeach {
	font-weight: bold;
	color: #ed218b;	
	font-size: 1em;
}

p.topSpace {
	margin-top: 10px;	
}

/*Tabbed nav */


ul.nav {
	list-style-type: none;	
}

li.navtopic {
	display: inline-block;	
}

a.navTab {
	display: block;
	background-color: #05a813;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 3px;
	color: white;
	
}

a.navTab:hover {
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 3px;*/
	color: Black;
	background-color: yellow;	
	
}

#Current {
	background-color: #ed218b;	
}

.tabSpace {
	height: 160px;
	width: 100%;	
}

/* Showcase area */

.showcase {
	background-color: White;	
}

.middle {
	text-align: center;	
}

.topSpace {
	padding-top: 2%;	
}

/* Styling for contact page */

.left {
	text-align: left;	
}

/*Tryptic area */

.tryptic {
	background-color: #86cc91;
	margin-top: 3%;	
}

.tab {
	background-color: White;
	border-radius: 10px;
	padding: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
	min-height: 100px;
}

a.tryptic {
	color: #0e6fff;	
	background-color: White;
}


/* Logo area */

.logoBox {
	text-align: center;
}

.logoSpace {
	margin-top: 3%;
	margin-bottom: 3%;	
}

/* Footer area */
.footer {
	background-color: #667c99;	
	color: White;
	padding: 2%;
}

.right {
	text-align: right;
}	

.footerCenter {
	text-align: center;
	font-size: 1.25em;
	color: #3C3B3B;
	background-color: White;
	margin-bottom: 1%;
	border-radius: 10px;
}	


a.footNav {
	font-weight: bold;
	color: #e1f0d9;	
	font-size: 1em;
}

a.footNav:hover {
	font-weight: bold;
	color: #86cc91;	
	font-size: 1em;
}

a.footNavXS {
	font-weight: bold;
	color:#3C3B3B;	
	font-size: 1em;
}


/*  Text */

h1 {
	font-family: 'Gochi Hand', cursive;
	color: #3C3B3B;
	font-size: 3em;
}

h2 {
	font-size: 1.75em;
	color: #0e6fff;	
}

h2.gallery {
	font-size: 1.75em;
	color: #0e6fff;	
	margin-top: 2%;
	font-weight: bold;
}

h2.lessonPlan {
	margin-bottom: 10px;	
	
}

#Pink {
	color: #ed218b;	
}

#Pink2 {
	color: #ed218b;
	font-weight: bold;
	text-decoration: underline;	
}

#Blue {
	color: #0e6fff;	
}

#White {
	background-color: White;	
}

/* images */

#logo {
	width: 300px;	
}

#logoFoot {
	width: 300px;	
	margin-bottom: 2%;
}

#imageFit {
	width: 90%;	
}

#imageFitAll {
	width: 100%;	
}

#imageFitSmall {
	width: 50%;	
}


#imageTab {
	width: 100px;	
	float: left;
	margin-top: -5%;
	
}

#imageTabSmall {
	width: 60px;	
	float: left;
	margin-right: 8px;
	
}

#logo2 {
	width: 150px;	
}


#imageLink {
	border:0;	
}

#imageInside {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#imageInsideLarge {
	clear: both;
	margin-bottom: 5px;
}

#bioPic {
	width: 110px;	
}

#asidePic {
	width: 90%;
	margin-top: 3%;	
}




/*  Styling for student pages */

.tabSpaceST {
	height: 100px;
	width: 100%;	
}

.trypticST {
	background-color: White;
	margin-top: 3%;	
}

.tabST {
	background-color: White;
	border-radius: 10px;
	padding: 3%;
	margin-top: 1%;
	margin-bottom: 3%;
	text-align: center;
	min-height: 200px;
}

a.trypticST {
	color: #0e6fff;	
	background-color: White;
}


.bannerBG_ST {
	background-image: url(../images/banner_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
}

#logoST {
	width: 200px;	
}

#GameIcon {
	width: 100px;	
}

#imageTabST {
	width: 100px;	
	float: left;
	margin-top: -5%;
	margin-bottom: 5px;
}

#picLink {
	border: 0;	
}

.slider {
	text-align: center;	
}

/* styling for teacher pages */

hr {
	border: 2px solid #86CC91;
	width: 100%;	
}

#width40 {
	width: 40%;	
}

#width60 {
	width: 60%;	
}


/* Styling for Lesson plan overview pages */

#iconSpace {
	margin-left: 10px;
	margin-top: 3px;	
}

.resources {
	border: 2px solid #86CC91;	
	padding: 5px;
}

#gamePreview {
	width: 85%;	
}

/*Temporary Table */


th {
	font-size: 1.25em;
	text-align: center;
	padding-top: 3%;
	color: #ff1f8b;	
	
}

.headerRow {
	margin-top: 4%;
}

/* For STudent Map */

.mapColor {
	background-color: #f5ede0;	
	 background-image: url(../images/bg_Wall.gif);
	 background-repeat:repeat-x;
}

table.scoreBoard {
	background-color: #CFF;	
	 border: 1px solid #7FC4C2;
	 margin-top: 1em;
	font-family: Verdana, sans-serif;
	font-size: .65em;
}

th.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color: #036;
	text-align: center;	
}

tr.grad {
  background: #DCFFFE; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#DCFFFE , #A5FFFD); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#DCFFFE, #A5FFFD); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#DCFFFE, #A5FFFD); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#DCFFFEE , #A5FFFD); /* Standard syntax */
  
}

tr.gradHeading {
  background: #FFFAD5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#FFFAD5 , #FBEF4E); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFFAD5, #FBEF4E); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFFAD5, #FBEF4E); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFFAD5 , #FBEF4E); /* Standard syntax */
  
}

td.side {
	border-right:1px solid #CCC; 
	padding-top: 5px;	
	padding-bottom: 5px;
}

tr.total {
	font-weight: bolder;	
}

.scoreLink {
	font-size: .85em;
	color: #FEFFE0;
	font-family: Tahoma, Geneva, sans-serif;
}

.scoreBoard tr { 
	background:#FFF; 
}
.scoreBoard tr:nth-of-type(4n-1) { 
	background: #DCFFFE !important; 
}
.scoreBoard tr:nth-of-type(4n) { 
	background: #DCFFFE !important;
}

.scoreBoard tr:nth-of-type(11) { 
	background: #5293b1 !important;
}

.hover {
	background: #e5e600 !important;
}

.topright {
	width: 45%;
	float: right;
	text-align: right;	
}

.topleft {
	width: 55%;
	float: left;
}