/* -------------------------------------------------------------- 

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  color: #444; 
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: none;
  font-size: 10pt;
}
* {
  float: none;
}

/* Layout
-------------------------------------------------------------- */

#header, #footer, #topnav, #SmallCal, #course-search-form, #ShowCalTable, #FilterTable, .course-catagories { display:none; }

.container {
  background: none;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Text
-------------------------------------------------------------- */

/* @font-face
-------------------------------------------------------------- */

@font-face {
	font-family: 'SansSerifBookFLFMedium';
	src: url('fonts/sansserifbookflf-webfont.eot');
	src: local('☺'), url('fonts/sansserifbookflf-webfont.woff') format('woff'), url('fonts/sansserifbookflf-webfont.ttf') format('truetype'), url('fonts/sansserifbookflf-webfont.svg#webfontJqHnjU9y') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversCondensed';
	src: url('fonts/uvc_____-webfont.eot');
	src: local('☺'), url('fonts/uvc_____-webfont.woff') format('woff'), url('fonts/uvc_____-webfont.ttf') format('truetype'), url('fonts/uvc_____-webfont.svg#webfontBzeCALP6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniversCondensedBold';
	src: url('fonts/uvcb____-webfont.eot');
	src: local('☺'), url('fonts/uvcb____-webfont.woff') format('woff'), url('fonts/uvcb____-webfont.ttf') format('truetype'), url('fonts/uvcb____-webfont.svg#webfontlOQhesVO') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Univers-Condensed {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'UniversCondensed', sans-serif;
	font-size-adjust: 0.51;
}
.Univers-CondensedBold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'UniversCondensedBold', sans-serif;
	font-size-adjust: 0.51;
}


/* Headings
-------------------------------------------------------------- */



h1,h2,h3,h4,h5,h6 { color: #444; font-family: 'UniversCondensed', sans-serif; }

h1 { font-size: 3.0em; color: #837969; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2.0em; color: #00234C; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; color: #837969; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.5em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1.5em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1.5em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

code { font:.9em "Courier New", Monaco, Courier, monospace; } 

a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

img { page-break-inside: avoid; }

/*@page { margin: 0.5cm; }*/

p, h2, h3 { orphans: 3; widows: 3; }

h2, h3{ page-break-after: avoid; }
#loopedSlider .slides div { float: none; position:relative; }

/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
/*  content: " (" attr(href) ")";
  font-size: 90%;*/
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
