﻿ body { 
	background-color:#FAFAFA; 
	font-family: Arial, Helvetica, sans-serif; 
	margin:auto;
	background-repeat: repeat-x;
} 
#headerImageHolder{
	position:relative;
	max-width:750px;
	margin:auto;
	border:0px red solid;
}
#headerImage{
	width:100%;
	display: block;
}
#outerDiv{
	position:relative;
	max-width:730px;
	min-height:700px;
	padding-left:10px;
	padding-right:10px;
	border:0px black dotted;
	background-color:white;
	margin:auto;
	overflow:hidden;
}
#mainPage{
	border:0px yellow dotted;
}
@media screen and (max-width: 400px) {
    #mainPage{
		margin-left:10px;	/* need to budge over for iphone */	
	}
}
.accordionContainer{
	position:relative;
	padding:10px;
	border:2px black solid;
	background-color:#D2E2EC;
	margin-top:20px;
	margin-bottom:40px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	clear:both;
}
.accordionTab{
	position:absolute;
	bottom:-27px;
	right:-2px;
	width:80px;
	height:15px;
	padding:5px 5px 5px 5px;
	border-bottom:2px black solid;
	border-left:2px black solid;
	border-right:2px black solid;
	border-bottom-left-radius: 10px;
	font-size:.8em;
	background-color:#D2E2EC;
	background-image:url('accordionTriangleDown.png');
	background-position:right center;
	background-repeat:no-repeat;
}
.accordionHeader{
	border:0px black solid;
	font-size:1.0em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;	
	color:#D9302B;	
}
.accordionContent{
	display:none;
	overflow:auto;
}


.largeVideos{
	border:2px black solid; 
	width:98%;
}
.miniVideos{
	border:2px black solid; 
	width:200px; 
	height:150px;
}
.floatRight{
	float:right;
	border-style:solid; 
	border-color: #007795;
	border-width:2px; 
	margin-top:0px; 
	margin-bottom:5px; 
	margin-right:0px; 
	margin-left:10px; 
}
.floatLeft{ 
float:left; 
border-style:solid; 
border-color: #007795;
border-width:2px; 
margin-top:0px; 
margin-bottom:5px; 
margin-right:10px; 
margin-left:0px; 
}

h2{
	color:#D9302B; 
	font-size:1.25em; 
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
h3{
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	
}

.responsiveImage{
	width:100%;
	border:2px  #007795 solid;
}


/* Tooltip */
/* for jQuery tool tip function */
#toolTipDiv {
	color: #ffffff;
	position: absolute;
	display: none;
	top:0px;
	padding: 20px 20px 20px 70px;
	max-width: 200px; /* need i.e. rule */
	background-color: #007795;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-image: url('megan74x60.png');
	background-repeat:no-repeat;
 	background-position:bottom left; 
 	font-style:italic;
 	font-size:.8em;
 	font-family:Arial, Helvetica, sans-serif;
	z-index:2;
}

a.tooltip:link {color:#545454;} 

.tooltip{
	text-decoration:none;
	border-bottom:1px red dotted;
	color:red;
}
.abecedarianFooter{
	background-color:#007795;
	color:white;
	font-size:.8em;
	padding:10px;
	text-align:center;
	margin-left:-10px;
	width:100%;
	margin:auto;
	position:fixed;
	bottom:0px;

}
.footerImage{
	width:100%;
}



.comment{
	background-color:yellow;
}







/* GRAVEYARD
#pageTitle{
	position:absolute;
	z-index:2;
	bottom:10px;
	left:10px;
	color:white;
	font-size:1.5em;
	font-weight:bold;
	text-shadow: 2px 2px black;
}
@media screen and (max-width: 400px) {
    #pageTitle{
		font-size:1em;
	}
}
#learningOutomesDiv{
	position:relative;
	width:100%; 
	border:1px blue solid;		
}
.learningOutcomeHeadingTabs{
	margin-left:10px; 
	position:absolute; 
	top:25px; 
	width:120px;
	color:#007795; 
	font-size:1.25em; 
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	border:0px red solid; 
}
.learnOutcomeIcon{
	width:50px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.clickThruNavButton{
	top:0px;
	width:20px;
	height:100%;
	border-right:1px blue solid;
}
.clickThruLeftNav{
	left:0px;
	background-image:url('conReadingClickThru/arrowLeft.png');
}
.clickThruContentArea{
	position:relative;
	background-color:yellow;
	width:60%;
}
*/