/* ----------------------------------------------------------
title: Kids4Troops (print style sheet)

author: Matt Grimm
website: qlttsi.com
created: 10/30/07
last updated: 10/30/07
---------------------------------------------------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	background: white;
	}
	
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }
   
h1#logo a:link, 
h1#logo a:visited {color:white;}

hr,
#accessibility,
#primary-nav {display: none;}

#header {
	float:left;
	clear:both;
	width:100%;
	margin: 0 0 2em 0; 
	border-bottom:1px solid #000;
	}

h1#logo {
	margin:0 0 .5em 0;
	padding:0;
	}

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
	margin:2em 0 0 0;
	font-size:90%;
	border-top:1px solid #000;
	}     
   	

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
	
#content a[href^="/"]:after {
  content: " (http://kids4troops.com" attr(href) ") ";
   }   	