@charset "utf-8";
/* CSS Document */
/* Created by Jennifer Wise - Final project for CIM272 */
/* Started off from Dennis Martin's code and made alterations to fit my site */
/* He labeled his code very well */
/* Also liked the "CIMplicity" title from John Donovan's design, so I changed the title */


body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: 46% 0%;
	background-color: #094400;
	margin-left: 160px;
	font-family: Verdana, Geneva, sans-serif;
	color: #6386ca;
}

div#pageBody {
	min-width:800px;
	margin-right: 40px;
	margin-left: 5px;
	margin-top: 145px;
	margin-bottom: 20px;
}
div#pageName {
	display:none;
	visibility:hidden;
}

table {
	background-color:#eee;
	margin:auto;
}

td {
	color:#009;
}

/* change color on hover over various links within content */
a:link {
	color:#00F;
	text-decoration:none;
}

a:hover {
	color:#e49102;
	text-decoration:none;
}

a:visited {
	color:#00F;
	text-decoration:none;
}

a:active {
	color:#00F;
	text-decoration:none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}



/* next rule needed for schedule page which has table for 'header' */

#pageContent table {
	background-color: #f0f6e8;
	margin-top: 10px;
}

header, div#pageHeader {
	height: auto;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	margin-top: 30px;
	margin-bottom: 5px;
	float: left;
	margin-left: -150px;
	width: 140px;
}

/* External links (on left border) */
a.utilityLink, a.globalLink {
	float: left;
	background-color: #094400;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 25px;
	width: 140px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
	line-height: 22px;
	font-size:12px;
	text-indent: 30px;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
}

a.utilityLink:hover, a.globalLink:hover {
	background-color: #094400;
	background-image: url(ladybug_nav.png);
	margin-top: 1px;
	margin-bottom: 1px;
	height: 25px;
	width: 140px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
	line-height: 22px;
	font-size:12px;
	text-indent: 30px;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

/* Story rules. Story is the text for various boxes or sections. */ 
.story {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
	padding: 10px;
}
.storyHeader, div.storyHeader {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-top: 5px;
	background-color: #6c914e;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	padding-left: 6px;
	margin-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;

}

.storyHeader a {
	color: #feb300;
	text-decoration: none;
}

.storyHeader a:hover{
	color: #00F;
	text-decoration: none;
}

.storyBody {
	font-weight: normal;
	background-color: #fff;
	color: #000;
	border: 1px;
	border-style: solid;
	border-bottom-style: solid;
	border-color: #6c914e;
	page-break-after: always;
	padding: 15px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#pageFooter {
	background-color: #558d25;
	min-width:800px;
	font-size: 12px;
	font-variant: small-caps;
	padding-top: 8px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-right: 40px;
	margin-left: 5px;
	margin-top: -4px;
	padding-bottom: 7px;
	font-size: 12px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

/* uppercase first letter of story (text) body*/
div.storyBody:first-letter {
	font-size: 150%;
	font-weight: bold;
}

#index td.feature h3 {
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 16px;
}

#index td.book {
	text-align: center;
	color: #000;
	font-size: 14px;
}

#index td.feature {
	text-align: center;
	color: #000;
	font-size: 14px;
}

td#timePlace {
	background-color: #fff;
	color: #000;
	height: 160px;
	width: 430px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #6c914e;
	padding-right: 15px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 1px;
	padding-left: 10px;
	padding-top: 1px;
	margin-left: 1%;
	line-height: 1.7em;
	margin-right: 20px;
}

/* --- Local Link Navigation bar ---*/
div#navLocal {
	margin-bottom: 0px;
	margin-left: 20px;
	min-width: 800px;
}

#navLocal a.localLink {
	display:inline;
	background-color: #558d25;
	-moz-border-radius: 7px 7px 1px 1px;    /* css3 rounder corners for Firefox */
	-webkit-border-radius: 7px 7px 1px 1px; /* css3 rounder corners for Safari */
	margin-top: -170px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;

}

#navLocal a.localLink:hover {
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
/* The following styles reverse the colors for the current page's tab */ 
body#index a#localIndex, body#sample a#localSample {
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
body#assignment a#localAssignment {
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
body#project a#localProject {
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
body#schedule a#localSchedule {
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
body#syllabus a#localSyllabus{
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
body#flyer a#localFlyer{
	background-color:#f8aa02;
	color:#000;
	text-decoration: none;
}
/* End reverse styles for current tabs   */

/* add CSS3 rounded corners to page contect and use light yellow background. */
div#pageContent {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius-: 4px;
	background-color: #f0f6e8;
	margin-top: 5px;
	padding: 40px;
	margin-bottom: 0px;
	
}


/* ---Assignment--- */
#assignment #pageBody #pageContent {
	font-size: 12px;
	padding: 40px;
}
#assignment #pageBody #pageContent table tr .feature {
	text-align: center;
	background-color: #bcce94;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#assignment #pageBody #pageContent table tr .number {
	background-color: #6c914e;
	color: #fff;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#assignment #pageBody #pageContent table tr .date {
	background-color: #6c914e;
	color: #fff;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#assignment #pageBody #pageContent table tr .description {
	background-color: #e3e8d8;
	color: #000;
	text-align: left;
	padding: 20px;
}
#pageBody #pageContent table #a0 .description ul li {
	list-style-type: disc;
	text-align: left;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

#assignment #pageBody #pageContent table th.description {
	font-size:20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #e3e8d8;
}
#assignment #pageBody #pageContent table td.description h3 {
	background-color: #e3e8d8;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
#assignment #pageBody #pageContent table {
	padding-right: 8px;
	padding-left: 8px;
}
/* Hide the local links in the inner table, those links are already across the top of the page. */
td.feature a.localLink {
	display:none;
	visibility:hidden; 
}
/* Book */

td#book {
	text-align: center;
}

/* ---SCHEDULE--- */

#schedule  table tr .feature {
	color: #000;
	background-color: #f0f6e8;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 5px;
}
#schedule #pageBody #pageContent table tr .number {
	background-color: #919cba;
	background-color: #bcce94;
	border: 1px solid #6c914e;
	color: #000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#schedule #pageBody #pageContent table tr .date {
	background-color: #919cba;
	background-color: #bcce94;
	border: 1px solid #6c914e;
	color: #000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#schedule #pageBody #pageContent table tr .description {
	background-color: #fff;
	background-color: #fff;
	border: 1px solid #bcce94;
	color: #000;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

/* ---SYLLABUS--- */

  
#syllabus #pageContent {
	padding-top:15px;
}
/* add border only on syllabus tables */
#syllabus Table {
	border: 1px solid #6c914e;
}
#syllabusHeader h3.feature {
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 16px;
	margin: 5px;
	padding-top: 2px;
	}
#syllabusHeader h4.feature {
	font-weight: normal;
	color: #000;
	text-align: center;
	font-size: 16px;
	}
#syllabusHeaderTable tr .number {
	border: 1px solid #ccc;
	background-color: #bcce94;
	text-align: left;
	padding: 6px;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#syllabusHeaderTable tr .description {
	border: 1px solid #ccc;
	padding: 6px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#syllabusHeader #syllabusHeaderTable tr .blank {
	display: none;
	visibility: hidden;
	padding: 6px;   /* just in case make visible */
}

/* Syllabus Grading Table  */
#syllabusGrading .storyBody #syllabusGradingTable tr .number {
	background-color: #bcce94;
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#syllabusGrading .storyBody #syllabusGradingTable tr .description {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	color: #03C;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#syllabusGradingTable tr td {
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #000;
	font-size: 16px;
}
/* Hide the blank column of grading table*/

#syllabusGradingTable tr .blank {
	visibility: hidden;
	display: none;
}
#syllabus #pageBody #pageContent #syllabusGrading .storyBody #syllabusGradingTable {
	background-color: #fff;
}
