/*use clip property to reduce logo dimensions*/

body {
   background: white;
   font-size: 12pt;
   }
.wrap-menu,
#city-menu,
#SilverStripeNavigator,
#SilverStripeNavigatorMessage,
.featureimg,
.wrap-footer {
   display: none;
   }/*Note - at some point copyright info + contact details should be made to show on print*/
.wrapper, #side-col, #main, .wrap-main .wrapper, .content {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#logo {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	background: white;
	}
.wrap-citymenu {
	height: auto;
	float: left;
	}
.wrap-main {
	margin-left: 250px;
	}
.typography h1 {
	margin-top: 0;
	}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.content a:link:after, .content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.content a[href^="/"]:after {
   content: " (http://www.pbcexpo.com" attr(href) ") ";
   }
/* Revert to normal bullets */
.typography ul {
	margin: .5em 0 1em 1.5em;
}
.typography ul li {
	 list-style-type: disc;
	 padding: 0;
	 background: transparent;
	}
