@media print {

	/* HIDING ELEMENTS NOT FOR PRINT */
		section.main_content>div section.col_1_sidebar>aside, section#footer_begin, footer#bottom, div#breadcrumbs, section#tagline_outer>div.tagline>p, header, #footer_begin, #footer_end, footer{
			display: none;
		}
	/*****  END  *****/

	/* SETTING PRINT DETAILS */

		@page {
			margin: 2cm;
		}

		body {
			font-family: Arial,sans-serif;
			line-height: 170%;
		}

		body:after {
			display: block;
			content: "Thank you for printing our content from www.webtogether.ie";
			margin-bottom: 10px;
			border-top: 1px solid #bbb;
			padding: 15px;
			font-style: italic;
		}

		p, ul li{
			font-size: 14px;
			line-height: 200%;
		}

		a:active, a:hover, a:focus, a:visited{
			color: inherit;
		}

		p a[href^="http://"]:after {
			content: " (" attr(href) ")";
			font-size: 70%;
			word-wrap: break-word;
		}

		a[href^="http://"]:after{
			content: " (" attr(href) ")";
			font-size: 70%;
			word-wrap: break-word;
		}

		img{
			max-width: 200px;
			height: auto;
		}

	/*****  END  *****/


	/* HEADER SECTION */

		section#tagline_outer{
			background-image: none !important;
		}
		h1{
			font-size: 2.1em;
			border-bottom: 1px solid #ccc;
			padding: 0px 0px 20px;
		}
		h1:before {
			display: block;
			content: "www.webtogether.ie";
			padding: 0;
			padding-bottom: 10px;
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
			color: #4AA23D;
		}
	/*****  END  *****/



}