/*
	CS Media, Master Stylesheet for print media
	Last Updated: 27 February 2008
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Import sIFR styles for print
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@import "sIFR-print.css";


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1 {
	text-indent: 61px;
}
h1 a{
	width: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Main Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navigation a {
	text-indent: 0;
	width: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Block quote
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.image_replacement{
	position: relative;
	left: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Index Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home #callout {
	text-indent: 0;
}



