/*
CSS page developed by Chris Kirk
To make the site look pretty when it is printed.
*/

/*
* Hide elements
*/

#top, #page-nav { background: none; }

#topad {
	display: none;
}

/* 
Make full width
*/
#container, #content, #main {
	margin: 0;
	width: 100%;
	float: none;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0;
}

#page-nav, #cat-nav, #secnav, #loopedSlider, #sidebar, .site-title, .site-description, .more_entries, #respond {
	display: none;
}

ul {
	display: none;
}

#nav ul {
	display: inline;
}

.alignleft  { float: left; width: auto; margin: 10px 20px 10px 0; }
.alignright  { float: right; width: auto; margin: 10px 0 10px 20px; }
.aligncenter  { text-align: center; margin-bottom:10px; }

.sIFR-flash, #credit {
	display: none;
}

.sIFR-alternate {
	text-decoration: none;
}

.slides, .slide {
	display: block;
}

.btn {
	display: none;
}

/*
.hideLink class is to be used to hide links in posts/pages that we do not want to appear in the print page
*/

.tags, .comments, #share, #comments, .hideLink, .post-bottom {
	display: none;
}

