/* @override http://truthxchange.monkcms.net/_css/print.css */

/* TruthXchange: Print styles */

*{
   margin: auto;
}

#top-links,
#subnav-wrap,
#top-box,
#sidebar,
#skip,
#search,
#nav,
a#printable,
#articles-archive,
#content img.header-image,
#content h2#pagecat,
#links-footer{
   display: none;
}

a#screenback{
   display: block;
   padding: 1em 0;
}

#container{
   width: auto;
   margin: 0;
}

body,
#header,
#header h1,
#content-wrap,
body.no-sidebar #content-wrap{
   background: none;
}

#content-wrap{
   clear: none;
   float: none;
   width: auto;
}

#header{
   height: auto;
   background: none !important;
}

#header h1{
   float: none;
   width: auto;
   height: auto;
   padding-bottom: 5px;
   border-bottom: 3px solid #000;
   font-size: 16pt;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-indent: 0;
   text-transform: uppercase;
   letter-spacing: .25em;
}

#header h1 a{
   display: inline;
   width: auto;
   height: auto;
   text-decoration: none;
   color: #000;
}

#content{
   float: none;
   margin: 0;
   padding: 0;
   width: 100%;
}

#content h3,
#content h4,
#content h5,
#content h6{
   font-family: Georgia, Times, "Times New Roman", serif;
   font-weight: normal;
   margin-bottom: 1em;
}

#content h3#pagetitle{
   font-size: 1.4em;
}

#content p{
   color: #000;
   font-size: 10pt;
   margin-bottom: 1em;
}

#content #text ul,
#content #text ol,
#content #text li{
   list-style-position: inside;
}

#content #text ul{
   margin-bottom: 1em;
   font-size: 10pt;
}

#content a{
   color: #000;
}

#footer{
   width: auto;
   height: auto;
   margin: 0;
   padding: 5pt 0 0;
   border-top: 3px solid #000;
   background: none;
}

#footer p{
   float: none;
   color: #000;
   font-size: 8pt;
}

#footer a{
   color: #000;
}

#footer div#contact{
   float: none;
}

#footer div#contact p a{
   color: #000;
}

#footer a:link:after,
#footer a:visited:after{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#footer div#contact a:link:after,
#footer div#contact a:visited:after{
   content: "";
}