
/*
 * @file
 * Print Styles
 */

.print-only {display:block;}

.header-copyright {
	font-size:10px;
	padding-bottom:5px;
}

.url-date {
	clear:both;
	font-size:10px;
	width:100%;
}

body {
  width: 5.5in !important;
  text-align:center!important;
  margin:auto!important;
  padding: 0 !important;
  line-height: 1.4;
  word-spacing: 1.1pt;
  letter-spacing: 0.2pt;
  color: black;
  background: none;
  font-size: 10pt;
}

/*
 * Links
 */
a {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  color: #0000ee;
}
.print-links,
.print-footnote{
  font-size:8pt;
}

/*
 * Strip background from likely candidates
 */
div[id*="wrapper"],
[class*="title"],
[class*="inner"],
header,
footer,
#branding,
#container,
#columns,
.columns-inner,
#content-column,
.content-inner,
.region,
.region-header,
.region-content,
.article,
.article-title,
.article-content,
.comment,
.comment-title,
.comment-content,
.block,
.block-inner,
.block-title,
.block-content,
table,
table * {
  background: none !important;
}

/*
 * Hide various bits of the page
 */
.region-leaderboard,
.audio-block,
#breadcrumb,
.nav,
.field-type-taxonomy-term-reference,
ul.links,
.feed-icon,
.poll .bar,
.poll .foreground,
.comment-form,
#comment-form,
.book-navigation,
.tabs,
.action-links,
.pager,
.messages,
.help,
#block-search-form,
#header .social-media-links,
#header #___gcse_0,
.view-video-display {
  display: none!important;
}

/*
 * Layout
 */
.container  {
	text-align:left!important;
}

#header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  min-width:0 !important;
  display:block !important;
  width:100% !important;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

#branding {
    float:left;
	width:30%!important;
}

#logo {
	margin:1em 0;
}

#logo img {
  padding: 0 10px 0 0;
  margin: 0 !important;
  float: left !important;
}

#header .region-header {
    float:left;
	font-size: 11pt;
	width:70%!important;
}

.print-logo {
    float:left;
}

#main-content,
#content {
  display: block !important;
  margin:0!important;
  width:100% !important;
  font-family: "Times New Roman", Times, serif !important;
}

#content p {
  display: block !important;
  font-family: "Times New Roman", Times, serif !important;
}

/*
 * HTML elements
 */
div.views-field-field-category,
.views-field-field-byline {
  text-transform: uppercase;
  font-family: "freight-sans-pro",sans-serif;
  font-size: 0.8em;
  font-weight: 300!important;
  display: inline-block !important;
  line-height: 1em;
}

div.views-field-field-category a,
.member-name a {
	text-decoration:none;
	color:#000;
	font-weight: 300!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "freight-sans-pro",sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 {
  font-size: 2.2em;
  font-weight: bold !important;
}

h2 {
  font-size: 13pt;
}

h3 {
  font-size: 12pt;
}

h4,
h5,
h6 {
  font-size: 11pt;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#site-name a,
#site-slogan {
  text-decoration: none !important;
  color: #333333;
}

hgroup a:link, hgroup a:visited {
  text-decoration: none;
}

#page-title {
  display:none;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-size: 10pt;

}

blockquote {
  margin: 20px;
  padding: 10px;
  font-size: 10pt;
  font-style: italic;
  background: #eeeeee;
}

hr {
  background-color: #666666;
}

/*
 * Images
 */
img {
  float: left;
  margin: 4px 20px 10px 0;
  page-break-inside: avoid;
  max-width:100%!important;
  height: 100% !important;
  display: block;
}

a img {
  border: none;
  font-weight:300;
}

/*
 * Tables
 */
table {
  margin: 1px;
  text-align: left;
}

th {
  border-bottom: 0px solid #333333;
  font-weight: 700;
}

td {
  border-bottom: 0px solid #333333;
}

th,
td {
  padding: 4px 10px 4px 0;
}

tfoot {
  font-style: italic;
}

caption {
  margin-bottom: 10px;
  text-align: left;
}

thead {
  display: table-header-group;
}

tr {
  page-break-inside: avoid;
}

/*
 * Forms
 */
form {
  margin-bottom: 10px;
}

/*
 * Poll module
 */
.poll .text,
.poll .percent,
.poll .total {
  text-align: left;
}
.poll form {
  margin-bottom: 0;
}

/*
 * Articles
 */
.node,
.comment {
  margin-bottom: 20px;
  overflow: hidden;
  page-break-inside: avoid;
}

.submitted {
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.submitted a {
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/*
 * Sidebar
 */
#content-column,
.content-column,
div.sidebar {
  float: none;
  clear: both;
}

div.sidebar {
  padding-top:25px;
  padding-bottom:10px;
  border-top:1px solid #ccc;
}

.sidebar .block {
  margin: 0;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/*
 * Footer
 */

#footer {
	padding-top:10px;
}

#footer,
#footer ul li {
	text-align:left;
}

#footer .edge-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .edge-footer li {
  padding: 0 2.6em 0 0;
}

#footer .edge-footer li a {
	color:#000;
	text-decoration:none;
	font-weight:400;
}

#Footer2 ul li {display:none;}

#Footer2 ul li:first-child {display:block;}
