@charset "UTF-8";

/*******************************************************************************
*  skidoo_redux_print.css : 2007.01.31 : ruthsarian@gmail.com
* -----------------------------------------------------------------------------
*
*  This print stylesheet is applied whenever a user prints out a webpage. The
*  goal of the stylesheet is to remove any extra junk that isn't needed in a 
*  printout.
*
*  For Skidoo we simply remove the left and right columns so that the printout
*  contains just the content of the page. If you find it desirable to include
*  the left and/or right columns in a printout you'll need to edit this
*  stylesheet to bring them back.
*  
* ------------------------------------------------------------------------------
*  This stylesheet is released into the public domain.
*******************************************************************************/


#menu-container span{
display:none;
}

#menu-container a:link,#menu-container a:visited{
display:none;
}

#menu-container a.active{
display:block;
	font-size: 240%;
	padding:0px;
	margin:0px;
}

#content-container>div.content-constraint{
padding:0px;
margin:0px;
width:100%;
}

.roundabout-holder{
display:none;
}


*
{
	color: #000 !important;	/* make sure everything is black text */
}
a, a:link, a:visited
{
	text-decoration: none;	/* don't underline hyperlinks */
}


/******************************************************************************/