@charset "utf-8";
/* CSS Document */

/* Set all text to black serif font */
body {
	background: none;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* Make the main content area full width */
#contentArea {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}
/* Hide everything unneeded */
#campuses, #utilities, #mainNav, #mainLogo, #pagenav, footer, nav, header, .accessibility, #pageNav, #btmNav, .sidebar, .breadcrumbs, .story-section, #stickyBox, object, iframe, video, audio, embed {
	display: none;
}
#main-body {
	box-shadow: none;
}
/* Resize Page Title */
h1 {
	font-size:30px;
	color: #ffffff;
	background-color: #003768;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
}
img {
	max-width: 400px;
	border: 0;
}
/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
p a:after {
	content: " (http://www.LoneStar.com/" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
	display:none;
}
/* External links don't get this treatment */
p a[href^="http://"]:after, p a[href^="https://"]:after {
	content: " (" attr(href) ")";
	display:none;
}

a {
	display:none;
}
/* Display the URL of the site so that the user knows where the printout came from */
header:before {
	display: block;
	content: "www.LoneStar.edu";
	font-size: 18px;
}
