@import url("basic.css");
@import url("design.css");

@media print
{
	div#podWrapper
	{
		display: none;
	}
}

@media screen
{
	/* Content wrapper with reduced size for pods */
	div#contentWrapper { width: 425px; }

	/* Pod wrapper for housing pods */
	div#podWrapper { position: relative; float: right; width: 212px; margin-left: 20px; overflow: hidden; }

	/* Custom implimentations of Splodge pod */
	div#newsPod .icon { background-image: url(/images/splodge-pod-news-icon.gif); }
	div#newsPod li { margin-bottom: 0; }
	div#calendarPod .icon { background-image: url(/images/splodge-pod-calendar-icon.gif); }
        div#galleryPod .icon { background-image: url(/images/splodge-pod-gallery-icon.png); }
}
