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


/* global */

html {
	margin: 0;
	padding: 0;
	background: #eee9df url(../images/CanvasCoarse.jpg) repeat;
}

/* body */
body {
	font: 12pt Helvetica,"Helvetica neue", Arial, sans-serif;
	width:1300px;
}

/* HTML 5 specific: set display to block for old browsers */
header, section, article, aside, nav, footer {
	display: block;
}

header {
	font: 1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: 600;
	
	clear:both !important;
	background:#ddd3bf;
	margin: 10px 0px 10px 0px;
	text-align: center;
	
	/*Opacity*/
	filter:alpha(opacity=50); /* msie */  
	-moz-opacity: 0.50; /* firefox 1.0 */  
	-khtml-opacity: 0.50; /* webkit */  
	opacity: 0.50; /* css 3 */

	/*Gradient*/
	background-image: -moz-linear-gradient(top, #ddd3bf, #bcae91); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd3bf),color-stop(1, #bcae91)); /* Saf4+, Chrome *
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91')"; /* IE8 */

	/*Round corners*/
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border:1px solid;
	border-radius:10px;
	box-shadow: 7px 7px 7px #888888;
	
}
code {
    background-image: url("../images/shades/White70.png");
    color: #770000;
}

h1 {
	margin: 0.5em 0 0.5em 0;
    font-weight: 600;
    font: 1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
    position: relative;  
    line-height: 1.25em;
    padding: 15px 15px 15px 15%;
    color: #355681;
    box-shadow: 
        inset 0 0 0 1px rgba(53,86,129, 0.4), 
        inset 0 0 5px rgba(53,86,129, 0.5),
        inset -285px 0 35px white;
    border-radius: 0 10px 0 10px;
    background: #fff url(../images/eye.jpg) no-repeat center left;
}


h2 {
 margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 1.2em;
    line-height: 1.2em;
    background: #355681;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #355681;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;}

h3 {
 margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    font-size: 1em;
    line-height: 1em;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(53,86,129, 0.3);
}

li {
	line-height: 1.1em;
	padding-bottom: 10px;
}

figcaption {
	color:#555;
}

nav {
	float: left;
	width:250px;
	min-height:480px;
	margin: 0px 20px 20px 0px;
	background:url(../images/shades/White50.png);
	border:1px solid;
	border-radius:12px;
	box-shadow: 7px 7px 7px #888888;
	padding: 5px;
}

nav li {
	font-size:0.9em;
}

nav a:link    {color:darkblue; text-decoration:none;}
nav a:visited {color:darkblue; text-decoration:none;}
nav a:hover   {color:darkred; text-decoration:underline;}

#wrapper {
	min-width:1200px;
}

pre {
   font-family:"Lucida Console", Manaco, monospace;
   font-size:.9em;
}

#main {
	float: left;
	width: 1000px;
	height:1000px;
	overflow-y:scroll;
}

footer {
	clear:both !important;
	height: 50px;
	padding: 10px;
	color:#200f08 ;
	background:#ddd3bf;
	
	/*Opacity*/
	filter:alpha(opacity=50); /* msie */  
	-moz-opacity: 0.50; /* firefox 1.0 */  
	-khtml-opacity: 0.50; /* webkit */  
	opacity: 0.50; /* css 3 */

	/*Gradient*/
	background-image: -moz-linear-gradient(top, #ddd3bf, #bcae91); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd3bf),color-stop(1, #bcae91)); /* Saf4+, Chrome *
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91')"; /* IE8 */

	/*Round corners*/
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}

cite p {
    padding-left: 22px ;
    text-indent: -22px ;
}

blockquote {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.5em;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #cccccc;
 }

.indent {
    margin-left: 2em;
    padding-right: 2em;
}

.codeStyle {
    background: #f8f8f8; 
    overflow:auto;
    width:auto;
    border:solid gray;
    border-width:.1em .1em .1em .8em;
    padding:.2em .6em;
}
.tblHead {
	background:url(../images/shades/Black20.png);	
}

.tblTTLHead {
	background:url(../images/shades/White30.png);
	color:#0C29B8;	
}

.tblTTLHeadBW {
	background:url(../images/shades/Black80.png);
	color:#eeeeee;	
}

.tblTTLHead2 {
	background:url(../images/shades/Black50.png);
	color:#ffffff;	
}

#rubricChecklist ul {
	list-style-type:disc;
	padding:0px;
	margin:0;
	margin-left:2em;

}
#rubricChecklist li {
	line-height: 1.1em;
	padding-bottom: 1px;
}

.stepbox {
	min-width:800px;
	min-height:75px;
	max-width:800px;
	max-height:75px;
	margin-top:1.5em;
	margin-bottom: 1em;
	background:url(../images/SpiralGraphicList.png) no-repeat;
	padding: 0px;
}

.stepbox .step {
	display:block;
	float:left;
	padding: 25px 0px;
	font-weight: 600;
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #355681;
    text-transform: uppercase;
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
	transform:rotate(270deg);
}
.stepbox .stepNumber {
	display:block;
	float:left;
	padding: 18px 0px;
	margin-left: -7px;
	font-weight: 600;
    font-family: sans-serif;
    font-size: 2em;
    line-height: 1.2em;
	color: #355681;
}
.stepbox .stepText {
	display:block;
	height:100%;
	font-weight: 600;
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
	color: #355681;
	padding-left:175px;
	padding-top:14px;
	top: 10px;

}

.planBodyText {
	padding-left: 120px;	
}

/* targeted by javascript */

.hide {
	display: none;
}
.show {
	display: block;
}

.term {
	font-weight: 600;
	padding-left:10px;
	color:#355681;
	padding-bottom:0px;
	margin-bottom: 0.25em;
}

.termCSN {
	font-weight: 600;
	padding-left:10px;
	color:#077;
	padding-bottom:0px;
	margin-bottom: 0.25em;
}

.termDef {
	margin-top:0.5em;
	padding-left: 25px;
	padding-right:25px;
	padding-top:0px;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*
-----------------------------------------------
quiz
----------------------------------------------- */  
.quiz              { color: #333;  margin: 0 0 1em 0; width: 600px; }
.quiz  p           { padding: 0 15px 1em 34px; }

.quiz  p.first-p   { padding-top: 11px; }
.quiz  p.last-p    { padding-bottom: 15px; }
.quiz  p.last-p-less { padding-bottom: 0px; }
.quiz  p.padmore   { padding-bottom: 1.4em; }

.quiz .qans        { font-weight: normal; padding-bottom: 1em; }


.quiz ol           { margin: 0 15px 0 34px; padding: 0 0 0 0; }
.quiz li           { border-top: 1px solid #000; margin: 0 0 1em 0; padding: 0 0 0 0;  }
.quiz li p         { padding: 0 0 1em 0; }
.quiz li p.sm-pd-bot  { padding: 0 0 .3em 0; }

.quiz .quiz-notes  { color: #666; font-style: italic; font-size: 0.9em; }
.quiz .quiz-notes-less  { color: #666; font-style: italic; font-size: 0.7em; line-height: 1em;  }
  
.definition {
	color: #007;
	font-size: 1.1em;
	width: 600px;
   margin: 10px;
   padding: 20px;
   border: 1px solid rgba(0,0,0,0.5);
   border-radius: 10px 10px 2px 2px;
   background: rgba(0,0,0,0.1);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
       box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}





