/*
 * @file
 * Print Styles
 * This probably needs work, but it's a good starting point.
 */
/*
 * Body
 */
body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  word-spacing: 1pt;
  letter-spacing: 0.2pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  background: none;
  font-size: 8pt;
}

/*
 * Links
 */
a {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  color: #0000ee;
}
a[href^="http://"]:after, a[href^="http://"]:visited:after {
  content: " (" attr(href) ")";
  font-size: 7pt;
  line-height: 7pt;
  text-decoration: none;
  color: silver;
}

#logo img {
  margin-top: 1pt;
}

#logo a:after,
#logo a:visited:after {
  content: "";
}

/*
 * 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
 */
.sidebar,
#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 {
  display: none;
}

/*
 * Ensure the display the main content region
 */
#content {
  display: block !important;
  padding-top: 0;
}

/*
 * Layout
 */
#header {
  margin-bottom: 1pt;
}

#main-content-header {
  display: none;
}
.content-inner {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * HTML elements
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 9pt;
}

h3 {
  font-size: 8pt;
}

h4,
h5,
h6 {
  font-size: 7pt;
}

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 {
  margin-top: 1pt;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-size: 8pt;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif;
}

blockquote {
  margin: 1pt;
  padding: 1pt;
  font-size: 1pt;
  font-style: italic;
  background: #eeeeee;
}

hr {
  background-color: #666666;
}

/*
 * Header, Logo, Site name
 */
#header {
  padding-bottom: 1pt;
}

#logo {
  padding-right: 50px;
  border-right: 1px solid silver;
  width: 150px;
}

#logo img {
  display: inline-block;
  margin: 0 !important;
  float: none !important;
}

#site-name {
  display: none;
}

#site-name a {
  position: relative;
  top: 15px;
  font-size: 30px;
  font-family: times;
}

#print-slogan {
  display: inline-block !important;
  width: 300px;
  position: absolute;
  top: 20px;
  left: 220px;
}

/*
 * Images
 */
img {
  float: left;
  margin: 4px 20px 10px 0;
  page-break-inside: avoid;
}

a img {
  border: none;
}

/*
 * Tables
 */
table {
  margin: 1px;
  text-align: left;
}

th {
  border-bottom: 1px solid #333333;
  font-weight: 700;
}

td {
  border-bottom: 1px 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: 1pt;
  overflow: hidden;
  page-break-inside: avoid;
}

.submitted {
  color: #666666;
  text-decoration: none;
  font-size: 8pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.submitted a {
  color: #666666;
  text-decoration: none;
  font-size: 8pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

#toolbar,
#main-menu,
#language,
#search,
#footer-menu,
.extra-footer-menu {
  display: none;
}

#name-and-slogan {
  width: 100px;
}

/*
 *  Homepage
 */

#slider img {
  width: 700px !important;
  height: auto !important;
}

.nivo-nextNav,
.nivo-prevNav,
#playPauseButton,
.contextual-links-wrapper {
  display: none !important;
}




.theme-default .nivoSlider img {
  display: block;
  opacity: 1;
}


#logo a {
    display: block;
}


#slider {
  background: lime;
}

#block-system-main {
  background: orange;
}

#content h2,
#content h3 {
  padding: 5pt;
  margin-bottom: 4pt;
}

#content h2 {
  margin-top: 4pt;
  border-bottom: 2px solid black;
}

#content h3 {
  border-bottom: 0;
  border-bottom: 1px solid silver;
  margin-left: 8pt;
  padding-left: 0;
}

a {
  text-decoration: none;
}

#header {
/*  height: 30px !important;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;*/
}

#header #mobile-nav {
  display: none;
}

#header #logo,
#header #logo a {
  display: block;
}

#chart {
  margin: 1pt 0;
}

p {
  padding: 2pt 0 2pt 24pt;
  margin: 1pt;
  font-size: 7pt;
}

.scoredata {
  margin-left: 24pt;
  padding-top: 8pt;
  padding-bottom: 8pt;
  margin-top: 8pt;
  font-size: 8pt;
  line-height: 16pt;
  border-top: 1px solid silver;
}

div.copyright {
  font-size: 7pt;
  border-top: 1px solid black;
  padding-top: 1pt;
  color: silver;
  text-align: center;
}

.ah-content-title {
  padding-top: 16pt;
  margin-left: 16pt;
  padding-bottom: 4pt;
}

.region-two-70-30-second {
  display: none;
}

section,
.padding-pane {
  padding-top: 0;
}

#landing-content .block-content {
  padding-left: 1pt;
  padding-right: 1pt;
}

article,
#content,
.block,
.seperator {
  page-break-after: avoid;
}