/*
	Edmonton Police Service
	Print Style Definitions
*/

/* Body Main */
body {background:#fff;color:#000;}
#doc {width:auto;margin-top:110px;}
/* Accessibility */
#accessibility {display:none;}
/* Header Styles */
header {display:none;}
#header {display:none;}
.breadcrumb {display:none;}
/* Main Navigation */
#navigation {display:none;}
/* Content Region */
#home #contactColumn {display:none;}
#home #feature {display:none;}
#home #contentArea, #secondary #mainWrapper #contentArea {width:auto;background:#fff;color:#000;}
#secondary #mainWrapper #contentArea p.breadcrumb {display:none;}
#secondary #mainWrapper #navColumn {display:none;}

#secondary #mainWrapper #contentArea .leftColumn .relatedItems {display:none;}
#secondary #mainWrapper #contentArea #rightColumn #externalLinks {display:none;}
#secondary #mainWrapper #contentArea #rightColumn .relatedContent {display:none;}
#secondary #mainWrapper #contentArea #rightColumn #featureImage {display:none;}

#returnLink {display:none;}
#navColumn  {display:none;}
#FeatureImage {display: none;}
#RssListing {display:none;}
.gridPager  {display:none;}
.sidewidget {display:none;}
.horizontalsocial {display:none;}

/* Footer Styles */
#footer {display:none;}
#printContent {width:auto;background:#fff;color:#000;}
#printContent img {float:left;margin-right:20px;}

/* do not show the url next to the hyperlinks */
a[href]:after {
    content: none !important;
}


