
/* DES 306 - Web Design II  Print Layout Stylesheet */ 

/* print components */

.sidenav {
 display: none;
 }
 
 #topnav {
 display: none;
 }
 
.textbox {
 border-left: 1px silver solid;
}

/* screen components */

body {
 font-family: Arial, sans-serif;
 margin: 0;
 padding:0;
 color: #000000;
 background-color: #ffffff;
 }
 
 p {
 font-family: Arial, sans-serif;
 font-size: .9em;
 line-height: 1.5em;
 margin: 10px 10px 0px 10px;
 padding:0;
 color: #000000;
 background-color: transparent;
 }
 
 a, a:link, a:visited, a:active {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 1em;
 text-decoration: none;
 color: blue;
 background-color: transparent;
 }
 
 a:hover {
 text-decoration: underline;
 }
 
 
 td  {
 font-family: Arial, sans-serif;
 font-size: .7em;
 margin: 1px;
 padding: 1px;
 text-align: center;
 color: #333333;
 background-color: transparent;
 }
 
 ol {font-weight: normal;}
 
 ol > ul { list-style: square;
 margin: 20px 0 10px 0;}
 
 ul { list-style: square;
 margin: 20px 0 10px 0;}
 
 
 
 li { 
 margin: 0px 125px 15px 15px;
 padding: 5px;
 list-style-position: outside;
 color: #000000;
 background-color: transparent;
 }
 
 h1 {
 font-family: Verdana, sans-serif;
 font-size: 1.7em;
 color:  #e2e3e1;
 margin: 5px 0 0 5px;
 background-color: transparent;
 }
 
 h2 {
 font-family: Arial, Verdana, sans-serif;
 font-size: 1.3em;
 margin-bottom: 20px;
 color:  #666666;
 background-color: transparent;
 }
 
 h3 {
 font-family: sans-serif;
 font-size: 1em;
 margin: 22px 10px 0px 18px;
 padding: 0;
 color: #000000;
 background-color: transparent;
 }
 
 h3 strong {font-weight: 800;
 text-transform: uppercase;
 margin-left: 20px;
 }
 
 h5 {
 font-family: Arial, Verdana, sans-serif;
 font-size: .8em;
 color: #666666;
 text-align: center;
 margin:0; 
 padding:0;
 background-color: transparent;
 }
 
 td { font-size: .7em;
 text-align: center;
 background-color: transparent;
 }
 
 pre {font-size:1em;
 margin-left: 1em;
 background-color: transparent;
 }
 
  .alpha {
 font-weight: normal;
 list-style-type: lower-alpha;
 line-height: 1.4em;
 }
 
 .assignment {
 font-size: 1em; 
 font-weight: bold;
 text-align: center;
 letter-spacing: .2em;
 border: 2px dotted red;
 margin-bottom: 40px;
 padding: 1px;
 background-color: #e0e0e0;
 }
 
 .bigger {font-size: 2em;}
 
 .bigred { font-weight: bold;
 color: red;
 background-color: transparent;
 }
 
 .black {color: black;}
 
 .blue {
 font-weight: bold;
 color: #2554c7;
 }
 
 .courier { font-family: "courier";
 font-size: 1em;
 font-weight: bold;
 text-align: left;}
 
 .gray {font-size: .7em;
 text-transform: uppercase;
 color: gray;}
 
 .green {
 font-weight: bold;
 color: green;
 background-color: transparent;}
 
 .indent { margin-left: 20px;
 text-indent: 0;
 }
 
 .imgleft {
 margin: 0 20px 0 0px;
 border: 1px black solid;
 float: left;
 }
 
 .image {
 margin: 20px;
 background-color: transparent;
 }
 
 .imagecone {
 margin: 10px 0 10px 0;
 background-color: transparent;
 }
 
 .line {
 text-decoration: underline;
 }
 
 .link { 
 text-decoration: underline;
 text-indent: 0;
 }
 
 .learninglink { font-family: "verdana";
 font-size: .8em;
 font-weight: bold;
 color: #666666;
 margin-left: 20px;
 text-indent: 0;
 border-bottom: 1px #9aadc7 dashed;
 background-color: transparent;
 }
 
 .learninglinktext { font-family: sans-serif;
 font-size: .8em;
 color: #000000;
 margin: 1em 0 0 8em;
 background-color: transparent;
 }
 
 .learninglinktext a {
 font-weight: bold; 
 color: #2554c7;
 background-color: transparent;
 }
 
 .learninglinktext a:hover {
 text-decoration: underline;
 }
 
 .nav a {
 font-family: Arial, Verdana, sans-serif;
 font-weight: bold;
 color: #151b54;
 background-color: transparent;
 }

 .nav a:hover  {
 text-decoration: none;
 border-top: 1px #151b54 solid;
 border-bottom: 1px #151b54 solid;
 background-color: white;
 }
 
 .quote {padding: 10px 35px 10px 25px;}
 
 .orange {
 color: #c35617;
 }
 
 .smaller {font-size: .7em;
 padding: 5px;
 color: #333333;}

 div#floatleft { 
 padding: 0;
 float: left;
 width: 220px;
 color: #0066ff;
 background-color: transparent;       
}
 
div#topnav {
 font-family: Verdana, sans-serif;
 font-size: .7em;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none;
 white-space: nowrap;
 word-spacing: .2em;
 color: #cccccc;
 height: 3em;
 border-bottom: 1px #737ca1 solid;
 margin: 1px;
 padding: 5px 0 5px 20px;
 background-color: #c35617;
 }

 div#topnav a {
  color: black;
  text-decoration: none;
  }
  
 div#topnav a:hover {
  color: black;
  text-decoration: underline;
  }
 
.sidenav {
 font-family: Arial, Verdana, sans-serif;
 font-size: .7em;
 color: #151b54;
 text-align: right;
 vertical-align: top;
 width: 150px;
 padding: 10px 10px 0 0;
 background-color: #e2e3e1;

 }
 
.textbox {
 font-family: Arial, Verdana, sans-serif;
 font-size: .9em;
 line-height: 1.5em;
 text-align: left;
 vertical-align: top;
 margin: 0px 0px 0px 170px;
 padding: 20px 20px 20px 20px;
 border-left: 1px #9aadc7 solid;
 border-bottom: 1px #9aadc7 solid;
 background-color: #ffffff;
 }
 
 #green {
 font-weight: bold;
 color: green;
 background-color: transparent;}
 
 div#codebox {
 font-family: courier, monospace;
 font-size: .8em;
 margin: 15px;
 padding: 20px 15px 20px 15px;
 width: 500px;
 color: black;
 border: 1px #9aadc7;
 background-color: #9aadc7;
 }
 
 div#test { font-size: 16px;
 text-align: center;
 margin: 20px;
 border: 1px black solid;
 height: 150px;
 width: 100px;
 background-color: #c35617;
 }
 
  div#buttonfun1 a {font-family: courier, serif;
 font-size: 14px;
 font-weight: bold;
 color: #003366;
 margin: 25px;
 background-color: #999999;
 }
 
 div#buttonfun2 a {font-family: courier, serif;
 font-size: 14px;
 font-weight: bold;
 color: #003366;
 margin: 25px;
 padding: 10px;
 background-color: #999999;
 }
 
 div#buttonfun3 a {font-family: courier, serif;
 font-size: 14px;
 font-weight: bold;
 color: #003366;
 margin: 25px;
 padding: 10px;
 border-style: ridge;
 background-color: #999999;
 }
 
 div#buttonfun4 a {font-family: courier, serif;
 font-size: 14px;
 font-weight: bold;
 color: #003366;
 margin: 25px;
 padding: 10px;
 border-style: ridge;
 background-color: #999999;
 }
 
 div#buttonfun4 a:hover { color: #ffffff;
 text-decoration: none;
 background-color: #003366;}
 
 div#buttonfun5 a {font-family: courier, serif;
 font-size: 14px;
 font-weight: bold;
 color: #003366;
 margin: 25px;
 padding: 10px;
 border-style: ridge;
 background-color: #999999;
 }
 
 div#buttonfun5 a:hover { color: #ffffff;
 text-decoration: none;
 background-color: #003366;}
 
 div#buttonfun5 a:active { color: #ffffff;
 border:3px #c35617 groove;
 background-color: blue;}
 
