@import "visual_consistencies.css";

/*******************************************************************************
*  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.
*******************************************************************************/

#page-container
{
    font-family:Verdana, helvetica, Sans-Serif;
}
.print-hide, #left-column, #right-column, #SocialLinks,
.access, .hnav-container, .FeatureLinks, #Footer1, .designedby,
#gmapWrapper, .hide
{
	display: none;
}
.LatestFeature a, .MainFeature a
{
	font-size: 80%;
	font-style:italic;
	font-weight:bold;
}
img
{
    float:left;
    margin-right:5px;
}
#page-container, #outer-column-container, #source-order-container, 
#middle-column, #inner-column-container
{
	border-width: 0;
	margin: 0;
	padding: 0;	
}
#page-container, #inner-column-container
{
	border-width: 0;
}
#source-order-container, #middle-column
{
	float: none;
}
*
{
	color: #000 !important;
}
a, a:link, a:visited
{
	text-decoration: none;	/* don't underline hyperlinks */
}
ul, ol
{
	padding-left:25px;
}
.floatLeft
{
    float:left;
}
.floatRight
{
    float:right;
}
.clear
{
    clear:both;
}
h1, h2, h3, .MainFeature, .LatestFeature
{
    padding-bottom:20px;
}
h5
{
    font-size:110%;
}
h6
{
    font-size:90%;
}
#EventCalendar .event
{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:dotted 1px #000;
}

/******************************************************************************/
