﻿/*
	Filename         :	print.css
						print media targeted styles
*/

body { font-size: 15pt; }
html { margin: 0; }
body, #main
{
	margin: 0;
	background: #fff;
}

p, ul { margin-bottom: 1em !important; }
h1 { font-size: 24pt !important; }
h2 { font-size: 16pt !important; }

/* hide all elements not needed for print */
#leftnav, /* navigation */
#tenancybar,  /* navigation */ 
#footer p.left, /* navigation */
ul.socialBookmarks, /* navigation */
#ctl00_pnlSocialLinks, 
#sidebar, 
#navBar,  /* homepage */
#topRow div.searchBox, /* homepage */
div.strapline,
ul.socialLinkBar li,  /* navigation */
#middleRow,  /* homepage */
#bottomRow,  /* homepage */
.donateNow,  /* homepage */
div.searchAgain,
.prettyPager /* search */
{ display: none !important; }

/* restore freephone item */
ul.socialLinkBar li.freephone  /* navigation */
{
	text-align: center;
	display: block !important;
	font-size: 24pt !important;
	width: 100% !important;
	padding-bottom: 0.4em;
}

#footer { background: #fff; }  /* navigation */
#footer p.right { float: none; }  /* navigation */
#footer p  /* navigation */
{
	font-size: 11pt !important;
	text-align: left !important;
}

#header { padding-bottom: 0; }

#header a img
{
	display: block;
	width: auto;
	height: auto;
}

div.video {
	display: list-item;
	list-style-image: url(../flash/preview.jpg);
	list-style-position: inside;
	height: 290px;
	width: 480px;
}

#content, #intro, #main_content, #sidebar
{
	float: none;
	width: auto!important;
	margin-top: 0.8em;
}

a.GDUKad  /* homepage */
{
	border: 1px #0088ce solid;
	height: 291px !important;
}

a.GDUKad span  /* homepage */
{
	left: 800px !important;
	color: #0088ce !important;
	float: right !important;
	display: block !important;
	width: 180px !important;
	padding-top: 30px;
}

a.GDUKad span:after  /* homepage */
{
	content: url(../images/GDUKlogo.gif) !important;
	display: block;
	padding-top: 20px;
}

#topbar .totalizer p  /* navigation */
{
	width: 100% !important;
	display: block !important;
	text-align: center !important;
}

#topbar .totalizer p a  /* navigation */
{
	color: #F00 !important;
	font-weight: bold;
	font-size: 16pt !important;
}

/* webshop.css related */

#webshop,
.ws_item,
#webshopCategoryContainer.painshillPark .ws_item,
table.webShopBasket { width: 100% !important; }

#webshopCategoryContainer .ws_item
{
	width: 28% !important;
	margin-right: 30px !important;
}
#webshopCategoryContainer .ws_item img,
img.productItem.largeImg
{
	width: 100% !important;
	height: auto !important;
}

#webshopCategoryContainer.painshillPark .ws_item img
{
	width: auto !important;
	height: auto !important;
}


#webshop .webshopDescription,
.thumbContainer { width: 47% !important; }

/* sitemap.css related */

.col1, .col2 { width: 48% !important; }

/* search.css related */

#sidebar.moreResults { display: block !important; }
