/* ======= PRINT.CSS ======= */
/* Alan Colquhoun, MDIA 3201 */
/* Last Update: Feb 17, 2012 */
/* ========================= */

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000; background: #fff;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  width: 100%;
}  

/* general link formatting */

a:link {
  text-decoration: underline;
}

a:link:after, a:visited:after { /*this code will print out actual link address - will not work in IE */
  content: " [" attr(href) "] ";
}

#header {
  display: none; 
}

#sidebar {
   display: none;
}
   
#sidebar p {
   display: none;
}
   
/*main navigation - top menu */

#navcontainer {
  display: none;
}

#content {
  width: 750px;
  float: left;
  margin-left: 25px;
  margin-bottom: 25px;
}

#content h3 {
  margin-top: 25px;
  font-size: 140%;
} 

#content p {
  padding: 0 5px 5px 0;
}

#quote {
  margin: 20px 20px 15px 0px;
  padding: 15px;
  border: 1px solid red;
}

#italiks {
  font-style: italic;
}
  
table {
  border-collapse: collapse;
  width: 700px;
  border: 2px solid #000;
}

caption {
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
} 

col {
  border-right: 2px solid #000;
} 

thead {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
} 

th {
  background: #ccc;
}

th, td {
  padding: 6px 20px;
  font-size: 100%;
}

form
{
	width: 600px;
}

fieldset
{
	border: 2px solid black;
	padding: 15px 20px 15px 20px;
	margin: 10px 0;
    border: 2px solid #a52a2a; 
}

legend
{
    font-weight: bold;
	color: #800; background: transparent;
}
	
label {
  display: block;
}

textarea {
  width: 300px;
  height: 100px;
}  

#submit {
  display: none;
}
 
#footer {
  display: none;
}  
