/* Design by Alex, Drew, Jason*/
/* hope this works */
/* test2*/
/* test3*/
/* test4*/
@import url('reset.css');
@import url('http://fonts.googleapis.com/css?family=Oswald:300');
body {
	width:100%;
	background-image:url("ocean.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #00112F;
	min-width:600px;
        color:white;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	 }

h1 {
	font-family: 'Oxygen', 'Merriweather Sans', sans-serif;
	text-transform:uppercase;
	color: #FF9600;
	margin: 12pt 0pt;
	padding: 0;
	line-height: .8em;
}

h2{
    padding-left:12px;
    margin-bottom:10px;
    font-family:'Oswald', sans-serif;
    font-size: 18px;
}

p{
    padding-left:12px;
    padding-right:24px;
    font-family:'Oswald', sans-serif;
    line-height: 24px;
    letter-spacing:1px;
}

a{
    color:#FF9600;
}

a:visited{
    color: chocolate;
}

a:active{
    color:lightsalmon;
}

li{
    font-family:'Oswald', sans-serif;
    margin: 8px 0;
}

/*  #candyWrapper-- container for #header, studentInfo, #mainMenu */

div#candyWrapper {
    width: 1000px;
    margin: 0 auto;
}
/*  classtitle i,e. Main title for the page */

h1#classtitle{
	margin:0 auto;/*added so h1 margin doesn't affect class title*/
        
        text-align: center;
        font-size: 2em;
        position: relative;
        top: 5em;
        
}
h1#classtitle a {
	text-decoration:none;
        
	font-weight: normal;
}
h1#classtitle a {
	color: #FF9600;

	}
h1#classtitle a.url {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: bold;
}


/* #toolmenu myblackboard | myuvm | classes */

#toolmenu a {
	color: #fff;
}
#toolmenu ol {
	margin: 0;
	padding: 0;
}

#toolmenu ol li {
    display: inline;
	margin: 0;
	padding: 0;
}
#toolmenu:before {
    content: "min-width: 1200px";
}
#toolmenu:before {
    content: "standard screen";
}
#toolmenu {
    float: right;
    background-image:url(blimp.gif);
    background-repeat:no-repeat;
    width: 200px;
    height: 89px;
    font-size: 14px;
    color: #fff;
    padding: 27px 0 0 35px;
}/*free clip art modified from: http://www.arthursclipart.org/transport/air/airship.gif/ */


/* Main Navigation Menu */
/*bubble.png from http://www.clker.com/cliparts/S/z/T/t/x/o/bubble-th.png*/
/*splash.png from http://openclipart.org/people/cybergedeon/splash.svg*/

#mainMenu{
    text-align:center;
    clear:left;
    margin-top:16pt;
}

#mainMenu ol{
    padding:0;
    list-style-type:none;
}

#mainMenu li.menuLink{
    text-align:center;
    display:inline-block;
}

#mainMenu li.menuLink a{
    display:block;
    top:50%;
    width: 150px;
    color: #FF9600;
    background-image:url(bubble.png);
    background-repeat:no-repeat;
    background-position:center;
    margin: 12pt auto;
    padding:34pt 0pt 32pt;
    
}

#mainMenu li.menuLink a:visited{
    color:purple;
}

#mainMenu li.menuLink a:hover{
    background-image:url(splash.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:150px 105px;
}

#mainMenu li.menuLink a:active{
    background-image:url(splash.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:150px auto;
}

#mainMenu li.activeLink{
    background-image:url(splash.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:150px 105px;
}

#mainMenu li.activeLink a{
    background-image:none;
}

/* Admin Menu */

#adminMenu{
    text-align:center;
    width:100%;
}

#adminMenu ol{
    margin:20px 0 0;
    padding:0;
    width:100%
}

#adminMenu li.menuAdmin{
    list-style-type: none;
    display:inline-block;
    margin:0;
    width:13.5%;
    
}

#adminMenu li.menuAdmin a{
    display:block;
    margin:0;
    padding:10px 0;
    background-color:rgba(2, 64, 94,0.6);
    width:100%;
}

#adminMenu li.menuAdmin a:hover{
    text-decoration:none;
}

#adminMenu li.menuAdmin a:visited{

}

#adminMenu li.menuAdmin a:active{
    text-decoration:none;
    color:white;
}

#adminMenu li.activeLink a{
    text-decoration:none;
    color:white;
    background-color:rgba(2, 64, 94,0.2)
}

/* Main Content Section */

#mainContent{
    	clear:left; /*prevents from interfering with mainMenu*/
	background-color:rgba(2, 64, 94,0.7);
	margin: 0 auto;
	font-family: "arial";
	font-size: 12pt;
	width: 60%;
	overflow: auto;
	padding: 2em;
	padding-bottom: 50px;

}

/* ===================  Student Info Section  =============================== */
#studentInfo{
	background-image:url(plane.png);     /*http://www.freeclipartnow.com/transportation/airplanes/Cessna-1.jpg.html*/
	background-repeat:no-repeat;
	color:white;
	float: left;
	/*margin-top: 1em; to halign with blimp*/
	padding-left: 9.5em;
	padding-bottom: 4em;
	padding-top:2.5em;
	width: 160px;
}

#studentGrade{
	display:block;
}	

#studentGrade a{
	color: white;
	}
	
#studentGrade a:visited{
	color: navy;
}	

#classRank{
	display:block;
}

.noticeMe{ /* -------    for guests who are not registered , not accpeted submission */ 
	font-weight: bold;
	font-size: 16pt;
	color: #ff0000;
	background: #ff3;	
}

/********************  Calendar ****************************/

.Present {
    background: #CCFFBF !important;
}
.Late {
    background: #ddffdf !important;
}
.Sick {
    background: #ffadad !important;
}
.Personal {
    background: #ffcfcf !important;
}
.Absent {
    background: #aa0011 !important;
}
.labComplete {
    background: #ffcfcf !important;
}
table.vcalendar td {
    width:170px;
    background-color:#ccc;
    border: 1px #002C45 solid;
    border-spacing: 10px;
    height: 100px;
    font-size: .8em;
}

table.vcalendar td.prevMonth, table.vcalendar td.nextMonth {
    background-color:#666;
 }
tr#attendanceRow {
    color: #000;
}
tr#attendanceRow td {
    color: #000;
    height: 50px;
}
tr#attendanceRow th:first-child {
    color: #fff;
}

tr#monthTitle th{
    height: 50px;
    
}
tr#monthTitle th#thismonth {
    font-size: 3em;
    padding: 1.5em 0 1em 0;
}
tr#monthTitle th a {
    display: block;
    padding: .5em;
    background-color: #FF9400;
    color: #000;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    
}
/*tr#monthTitle th:nth-child(1)
{
    background:url("prev.png")no-repeat;
}*/
tr#monthTitle th a:hover {
    background-color: #FDDCAD;
    color: #000;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 0;
    border-right: 0;
}

table.vcalendar div.date {
    display: block;
    text-align: right;
    color: #000;
}

a.callInSick img {
    display:none;
}
a.callInSick {
    display:block;
    padding-left: 30px;
    padding-top: .5em;
    background:url("phone.png") no-repeat left center; /*http://www.freeiconsweb.com/Free-Downloads.asp?id=1594*/
    height: 25px;
    vertical-align: middle;
}
a.callInSick:after {
    content:"Call in Sick";
    color: #000;
} 

div.lecture {
    padding-left: 30px;
    padding-top: .5em;
    background: url("lecture.png") no-repeat left center;
    height: 25px;
    color: #9E2900;
}
div.assignment {
    color: red;
}

div.assignment  {
    display:block;
    padding-left: 30px;
    padding-top: .5em;
    background:url("assignment.png") no-repeat left center;
    height: 25px;
    vertical-align: middle;
}

div.VACA, div.INFO  {
    display:block;
    padding-left: 30px;
    padding-top: .5em;
    background:url("vaca.png") no-repeat left center;
}
/****************Assignments*****************/
#assignments h2{
    font-size:16pt;
    margin-bottom:18px;
    text-decoration:underline;
}

ol.AssignmentsLink{
    letter-spacing:1px;
}

li.title{
    margin-bottom:14px;
}

a.url{
    
}

/***************Lectures********************/
#lectures h2{
    font-size:16pt;
    margin-bottom:18px;
    text-decoration:underline;
}

ol.LecturesLink{
    letter-spacing:1px;
}

li.title{
    margin-bottom:14px;
}

a.url{
    
}

/* ===================  Main Content Section  =============================== */
/* -------------------  Student Grade Page    ------------------------------- */

/* -------------------------- Grades ---------------------------------------- */

/* -- used for automatic grading -- */
.certain{
  background: #66aa66;
}

.uncertain{
  background: #fff000;
}
/* -------------------------------- */

.avggrade {
  background-color:rgba(173, 255, 47,0.2) !important;
  color: #ffcccc;
}

.failing {
  background-color: red !important;
}

#GradeCriteria{
  top: 75px;
  margin-bottom: 2em;
}

.GradesReleased {
  background-color:rgba(102, 204, 0,0.4) !important; 
  color: #ffffff !important;
}

.GradesReleased .highlight {
  color: #000000;
}

.GradingStarted {
  background-color:rgba(255, 240, 0,0.6) !important; 
  color: white !important;
}

.NotGraded {
  background-color:rgba(59, 144, 204,0.4);
  color: #ffffcc;
}
#listStudents span.NotGraded {
 background-color: #aa0000; 
  color: #ffffcc;
}

#listStudents span.notSubmitted:before{
  content: "* ";
}
#listStudents span.notSubmitted{
  background-color: #fff;
        color: #000;
}
table#grading{
  margin: auto;
}

table#grading, table#grading td, table#grading th{
  border: 1px solid gray; 
  padding: 8px; 
  text-align: right;
}

.standard {
  color: white;
  text-align: left;
  background-color:rgba(0, 0, 205,0.5);
  font-family: Arial;
  border-collapse: collapse;
}

.standard th {
  border-color: black;
  color: white;
  border: solid #000 1px;
  background-color:rgba(255, 127, 38,0.4);
  text-align: center;
  font-family: Arial, Verdana, Geneva, Helvetica, sens-serif;
  padding: 4px; 
}

.standard td {
  border: 1px dashed black;
  text-align: center;
  font-family: Arial, Verdana, Geneva, Helvetica, sens-serif;
}

.grade{
  color: yellow;
}

/* ===================  Main Content Section  =============================== */
/* -------------------  Syllabus Page         ------------------------------- */
.noBorder{border: 0px;}

.highlightRed{ 
	background-color: #cc0033;
	color: #ffffff;
}

#syllabus h1, #syllabus h2, #syllabus h3 {
	padding-top: 1em;
	}

#syllabus table, #syllabus table td, #syllabus table th{
	border: 1px solid yellow; 
	padding: 3px; 
}

/* ===================  Footer Section        =============================== */
footer {
	clear:both;
	color: white;
	height: 50px;      
	left: 0;
	margin-top: -50px; /* normally the negative value of footer height  */
	position: relative;
	top: 0;
} 

footer p{
	padding-top: 5em;
	padding-left: 5em;
	padding-bottom: 1em;
}

/* -------  i put this here so you can have your name show up  -------------- */
footer #author:after{
	content:"Alex, Drew, Jason"; 
}

#ProcessingTime{
	float: right;
}
/* hide header on terms of submission page */

#termOfSubmission #candyWrapper {
	display:none;
}