/**
 * Print CSS
 * 
 * Created 06 Oct 2010 
 * Updated 20 May 2016
 *
 * Last update: overrides for widgets, AB.
 *
 * @author Allan A Beattie
 * @author Colin Denholm
 */



/* common page elements
------------------------------------------------------------ */

* {
	background:#fff !important;
	color:#333 !important;
}

body {
	margin:0;
	padding:0;
	background:none;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#333;
}

p {
	line-height:1.4em;
	padding:0.3em 0 1em;
}


hr {
	margin:2em auto;
}

ul {
	margin:0;
	padding-left:1.5em;
	list-style-image:none !important;
	list-style:circle;
}


li {
	line-height:150%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border-color:#333;
}

table.noStyle {
	border:none;
}

th {
	background:#888;
	color:#fff;
}

iframe,
object {
	display:none;
}

blockquote {
	width:60%;
	margin:15px auto;
	padding:28px 50px;
	background:url(../images/layout/blockquote_bg.png) no-repeat 10px 10px #f8f5e7;
	border:1px solid #ddc6c6;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	color:#777;
}

blockquote p {
	padding:3px 0 5px;
}

cite {
	display:block;
	text-align:right;
	font-style:normal;
}

sup,
sub {
	font-size:x-small;
}

dt.offscreen {
	display:block;
	position:static !important;
}


/* links
------------------------------------------------------------ */

a {
	text-decoration:none;
	color:#B44545;
}

a:hover,
a:focus {
	color:#000;
}

a img {
	border:none;
}


/* layout containers
------------------------------------------------------------ */

#site_title,
#site_tools,
#quick_links,
#slideshow_wrapper,
#global_search_container,
#global_top_menu,
#global_top_breadcrumb,
#page_breadcrumb,
#page_top_menu,
#page_header_curves,
#page_header_feature_content,
#page_header_bottom_fade,
#page_footer_links_container,
#page_footer_right,
#page_footer_curves,
#global_site_meta ul,
#carousel_wrapper,
.module_3box_wrapper,
.offscreen,
#global_social_wrapper,
.global_footer_heading,
.global_footer_links,
.noprint {
	display:none;
}

#__ba_panel,
#hfchat-wrapper,
#hfc-embed-container {
	display:none !important;
}


/* ensure all headers are seen
------------------------------------------------------------ */

h1.offscreen,
h2.offscreen,
h3.offscreen,
h4.offscreen,
h5.offscreen,
h6.offscreen {
	display:block;
	position:relative;
	left:auto;
	top:auto;
}

#global_wrapper_top,
#global_wrapper_middle,
#global_wrapper_bottom,
#global_container,
#global_header,
#page_wrapper,
#page_header_shadow,
#page_header, 
#page_header_image,
#page_header_left_fade,
#page_content_shadow,
#page_content_container,
#page_content,
#content_container,
#page_footer_wrapper,
#page_footer_shadow,
#page_footer_container,
#page_footer,
#page_footer_left td.tl,
#page_footer_left td.tr,
#page_footer_left td.bl,
#page_footer_left td.br {
	float:none;
	width:auto;
	margin-bottom:0;
	background:none;
}

#university_logo_container {
	float:none;
	width:300px;
	height:85px;
}

#page_header_site_title a {
	padding:0 0 30px;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:270%;
	color:#444;
}

/* columns
------------------------------------------------------------ */

.calendar_container {
	padding:0;
}

#right_column {
	float:none;
	width:auto;
}

.text_content {
	float:none;
	width:auto;
}


/* left column
------------------------------------------------------------ */

#left_column {
	display:none;
}

/* vcard address styles for footer
------------------------------------------------------------ */

#footer_address {
	float:none;
	width:auto;
	padding:20px 0 0;
	border-top:1px solid #444;
}

.vcard {
	clear:both;
	font-size:87%;
}

.org {
	padding:0 0 5px;
	font-size:150%;
	color:#ccc;
	font-variant:small-caps;
}

.street-address,
.locality,
.postal-code,
.tel,
.fax,
.email {
	font-size:110%;
	line-height:120%;
}

.tel {
	padding-top:10px;
}

.section_heading_label {
	font-size:150%;
	color:#002142;
}

#footer_links {
	display:none;
}

.footer_heading {
}

#footer_links_left,
#footer_links_middle,
#footer_links_right {
	display:none;
}

br.clear {
	display:none;
}


/* handy classes
------------------------------------------------------------ */

.box {
	margin:0 0 20px;
	border:1px solid #ccc;
}

img.photo {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
}

.float_right {
	float:right;
	text-align:right;
}