@charset "UTF-8";
/*

  Title:  Print Styles
  Author: Design Militia
  Version: 1.0
*/

body
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;  
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}

.auraltext
{
	display: none;
}

div#wrapper div#header
{
  border-bottom: 1px solid black;
}

div#wrapper div#header h1 { margin: 28px 0px 28px;}


ul#tabs
{
  display: none;
}

img 
{
	display: none;
}

/*Hide Navigation*/
div#header ul, div#strip, .footer, .hide, #sign, #poll, #cal, #sec-con, #sponsors, p.link, #edit-button, h2.ps
{
	display: none;
}

a:link, a:visited
{
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

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

a[href^="/"]:after {
   content: " (http://www.thecma.com" attr(href) ") ";
   }

abbr:after
{
   content: " (" attr(title) ") ";
   text-decoration: none;
}


/*Hide Mircoformats Geo Pos*/
p.location abbr:after, span abbr.dtstart:after, li.location abbr:after
{
   content: "";
   text-decoration: none;
}

h1 a:link, h1 a:visited
{
	text-decoration: none;
	color: #333;
}

abbr
{
  border: none;
}

/*FOR JAVASCRIPT
Prints friendly urls */
html.noted a:link:after,
html.noted a:visited:after {
  content: "";
}
