@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#small_holder {
	width: 400px;
	height: 330px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*--- DROPDOWN ---*/
#navbar ul li ul { 
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
 }
#navbar ul li:hover ul {left:-10px; /* Bring back on-screen when needed */}
#navbar ul li ul li a{
	margin-top: 2px;
	padding-top: 3px;
	border-bottom: 1px solid #600;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 1em;
 }
/*--- END DROPDOWN ---*/
/* classes*/
.clr {
	clear: both;
	padding: 5px;
	line-height: 1.6em;
}
.clr ol li{
	margin-left: 20px;
}

.addMargin {
	margin-left:190px;
	display:block;
}
.superscript {
	vertical-align: super;
	font-size: x-small;
	text-decoration: overline;
}
.studentNames {
	border: 1px solid #660000;
	vertical-align: top;
	height: 400px;
	overflow: scroll;
}
.emphasis {
	font-weight: bold;
	color: #660000;
}
.fltLeft {
	float: left;
	margin-right: 5px;
}
.fltRight {
	float: right;
	margin-left: 5px;
}
.inline {
	display: inline;
	padding: 5px;
}	
.onlineadmin {
	color: #EFC573;
	position: absolute;
	top: 0px;
	right: 0px;
}
.css3RoundedBorders
{
	border: 1px solid #618A37;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
.centerText {
	text-align: center;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	background: #fff;
	position: relative;
	-moz-box-shadow: 0 0 5px 5px #333;
	-webkit-box-shadow: 0 0 5px 5px#333;
	box-shadow: 0 0 5px 5px #333;
}
#header img {
	width: 45%;
}
.infoBox, .calendar, .gridContainer.clearfix section aside{
	display:none;
}
.announcements {
	background: rgba(173,197,206,.5);
	border: thin solid #600;
	width: 95%;
	margin: 10px;
	color: #600;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	padding-left: 10px;
}
nav  {
	height: 200px;
}
nav ul {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
nav ul li {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	margin-top: 1px;
	margin-right: 10%;
	margin-bottom: 1px;
}
nav ul li ul {
	width: auto;
	margin-left: 10%;
}
nav ul li a {
	border-bottom:1px solid #600;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}
#sideColumn{position:static;}
#sideColumn li {
	margin-left: 0px;
	list-style: none;
}
#mainColumn, #mainContent  {
	padding: 5px;
	font-size: 1em;
	line-height: 1.6em;
	margin-left: 200px;
	clear: none;
}
#mainColumn ul li , #mainContent ul li {
	margin: 5px 0px 0px;
	border-bottom: thin solid #600;
	list-style-type: none;
}
#mainColumn p, #sideColumn h1, #mainColumn h1{
	padding: 2px 5px 0;
}
#mainColumn td {
	padding: 3px;
	}
#schedule {
	font-size: .8em;
}
#schedule table {
	max-width:470px;
	width: 96%;
	margin: 1%;
	padding: 1%;
}
#jQueryTabs {
	margin: 0px;
	font-size: .8em;
}
#jQueryTabs .ui-widget-header {
	height: 64px;
	font-size: .8em;
}
article, aside{
	padding: 10px;
	}
footer {
	height: 60px;
	margin-top: 10px;
}
section #ifrm {
	height: 600px;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	border-style: none;
}
.textNOTE {
	/* [disabled]color: #663300; */
	width: 80%;
	margin: 10px;
	padding: 10px;
	border: dotted 1px #000000;
	text-align: justify;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(179,230,237,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(179,230,237,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(179,230,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(179,230,237,1.00) 100%);
	background-color: #D3EFF5;
}
.gridContainer.clearfix section .webAssignments {
	width: 80%;
	margin: 10px;
}
.gridContainer.clearfix iframe {
	display: block;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
}
#header img {
	width:48%;
}
nav  {
	height: 32px;
}
#navbar  {
	position: relative;
	z-index: 10;
}
#navbar ul li {
	width: auto;
	clear: none;
	text-decoration: none;
	float: left;
	list-style-type: none;
	margin: 0px;
	position:relative;
}
#navbar ul li a {
	text-decoration: none;
	display: block;
	font-size: 1em;
	padding: 6px 8px 1px;
	border-bottom-style: none;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	box-shadow: 1px -1px 5px rgba(0,0,0,.7);
	-webkit-box-shadow: rgba(0,0,0,.7) 1px -1px 5px;
	-moz-box-shadow: 1px -1px 5px rgba(0,0,0,.7);
	-webkit-transition: all 1s ease-in-out 100ms;
	-moz-transition: all 1s ease-in-out 100ms;
	-ms-transition: all 1s ease-in-out 100ms;
	-o-transition: all 1s ease-in-out 100ms;
	transition: all 1s ease-in-out 100ms;
}
#navbar ul li ul {
	margin-left: 10px;
	width: auto;
}
#sideColumn {
	display: block;
	width: 175px;
	background: rgba(222,232,235,0.4);
	font-size: 0.9em;
	padding-top: 7px;
	padding-right: 5px;
	border: thin solid #662C41;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	margin: 10px;
	float: left;
}
#sideColumn ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
}
#sideColumn li {
	margin-left: -35px;
}
#sideColumn h2 {
	margin-left:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #600;
	margin-bottom: 0px;
	margin-top: 2px;
}
#sideColumn a {
	text-decoration: none;
	display: block;
	padding: 2px 3px;
	border-bottom: 1px solid #ADC5CE;
	color: #660000;
}
#sideColumn a:link { color: #660000; 
}
#sideColumn a:visited { color: #990066; 
}
#sideColumn a:hover {
	color: #660000;
	background-color: #ADC5CE;
}
#sideColumn a:active {
	color: #990000;
	background-color: #CCC;
}
#mainContent ol li, #mainColumn ol li{
	margin-left: 20px;
}
#mainColumn ul li , #mainContent ul li {
	margin: 5px 0px 0px;
	border: none;
}
#schedule {
	font-size: .95em;
}
#schedule table {
	max-width:760px;
	width: 96%;
	margin: 1%;
	padding: 1%;
}
.gridContainer.clearfix section aside {
	display:block;
}
#aside {
	display: block;
	float: left;
	margin: 10px;
}
#jQueryTabs {
	margin: 2px;
	font-size: .95em;
}
#jQueryTabs .ui-widget-header {
	height: 52px;
	font-size: .75em;
	padding: 0px 1px;
}
footer {
	height: 40px;
}
#boxWrapper {display:none;}
.clr {
	clear: none;
	list-style: inside;
}
.gridContainer.clearfix section {
	width: 480px;
	margin-left: 0;
	margin-right: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	margin: auto;
	background: rgba(255,255,255,1);
}
#header img {
	width:25%;
}
nav ul li {
	font-size: .95em;
}
#jQueryTabs .ui-widget-header {
	height: 52px;
	font-size: .8em;
}
#jQueryTabs ol li{
	margin-left: 20px;
}
#jQueryTabs ul li ul li{
	margin-left: 20px;
}
#jQueryTabs #tabs-3 #survey {
	float: right;
}

#mainColumn #apDivLogo {
	position: absolute;
	height: 230px;
	width: 279px;
	left: 1px;
	top: 8px;
}
#mainColumn #apDivFlash {
	position: absolute;
	height: 240px;
	width: 251px;
	left: 279px;
	top: 49px;
	z-index: 5;
}
#mainColumn #apDivVideo {
	position: absolute;
	height: 280px;
	width: 290px;
	left: 515px;
	top: 5px;
	z-index: 1;
}
#mainColumn #apDivWeb {
	position: absolute;
	height: 235px;
	width: 230px;
	left: 26px;
	top: 276px;
}
#mainColumn #apDivGames {
	position: absolute;
	height: 262px;
	width: 268px;
	left: 262px;
	top: 285px;
}
#mainColumn #apDivInterviews {
	position: absolute;
	height: 246px;
	width: 250px;
	left: 544px;
	top: 301px;
}
article #mainColumn{
	height:600px;
}
.clr {
	clear: both;
}
.infoBox, .calendar {
	display:block;
	height: 250px;
	width:60%;
}
.announcements {
	width: 90%px;
	height: auto;
	margin-left: 20px;
	margin-right: auto;
	overflow-y: auto;
}
.gridContainer.clearfix section {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}
#schedule table {
	max-width:1000px;
	width: 96%;
}
}
@media only screen and (min-width: 1023px) {
#jQueryTabs .ui-widget-header {
	height: 27px;
	font-size: .85em;
}

.infoBox, .calendar {
	width: 33%;
	height: 325px;
}
footer {
	height: 30px;
}
.gridContainer.clearfix section {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#schedule table {
	max-width:1600px;
	width: 96%;
}
}
@media only print{
	#header, #navbar, #sideColumn, #assignmentSideColumn, aside h2, #footer #boxWrapper, #jQueryTabs>ul {display:none;}
	#mainColumn, #jQueryTabs {
	float:none;
	margin:0px;
	width: 100%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
}
