/*
	County of Grande Prairie - Print Stylesheet
	January 2012
	Atomic Crayon
*/

* {
	background-color: transparent;
	background-image: none;
	color: #000;
	font-size: 10pt;
}

html {
	background-color: #fff;
}

body {
	font-size: 10pt;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	min-height: auto !important; /* Google translate adds min-height 100% */
}

h1, h2, h3, h4, h5 {
	margin: 2em 0 .5em 0;
	page-break-after:avoid;
	page-break-inside:avoid;
	line-height: 1.4;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3, h4 {
	font-size: 10pt;
}

p {
	margin: 0 0 1em 0;
	font-size: 10pt;
}


a {
	text-decoration: none;
}

a img {
	border: none;
}

#print-logo {
	float: right;
	margin: 0 1em 1em 1em;
}

p#tagline {
	margin: 0;
	font-style: italic;
}

label, .label {
	display: block;
	margin-top: 1em;
}

.text, select, textarea {
	display: block;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.radio label, .radio input {
	display: inline;
}

#content img.border, #content img.iamge-border {
	border: solid 3px #ccc;
}


#content img.right, #content img.right-popup, #content img.image-right, #content img.image-right-popup {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.left, #content img.left-popup, #content img.image-left, #content img.image-left-popup {
	float: left;
	margin: 0 1.5em 1.5em 0;
}


#content img.right-border, #content img.right-border-popup, #content img.image-right-border, #content img.image-right-border-popup  {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border: solid 3px #ccc;
}

#content img.left-border, #content img.left-border-popup, #content img.image-left-border, #content img.image-left-border-popup {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border: solid 3px #ccc;
}

/* tables */

#content table {
	border-collapse: collapse;
	border-width: 0;
	margin: .5em 0;
	padding-right: 10px;
	position: relative;
}

#content table td, #content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-width: 0;
	vertical-align: top;
}


#content table th, #content table td.header, #content table td.table-header {
	text-transform: uppercase;
	font-weight: bold;
}

#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table.table-styled, #content table.table-striped {
	border-color: #d0d0d0;
	border-spacing: 1px;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin: 2px;
}

#content table.table-styled td, #content table.table-styled th, #content table.table-striped td, #content table.table-striped th {
	border-color: #d0d0d0;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
}


#content table.table-styled th, #content table.table-styled td.header, #content table.table-styled td.table-header, #content table.table-striped th, #content table.table-striped td.header, #content table.table-striped td.table-header {
	background-color: #d0d0d0;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}

#accessibility, #breadcrumbs, #section-navigation, #related-links, #latest-news, #main-navigation, #utility-navigation, #meta-navigation, #weather, #weather-js, #translate, #search, #share-links, #text-size,  .skip, .top-link, #supplemental-layout-switch, #layout-switch, #high-contrast, .show-me, #layout-switch, #footer-links, #share-links, .skiptranslate {
	display: none;
}

#follow-links, #follow-links-side {
	clear: both;
	padding-top: 1px;
}

#follow-links p, #follow-links-side p {
	display: none;
}

#follow-links a:after, #follow-links-side a:after {
	content: " (" attr(href) ") ";
}

/* =FOOTER
----------------------------------------------------*/

#footer  {
	clear: both;
	border-top: solid 1px #d0d0d0;
	padding-top: 1em;
	margin-top: 2em;
	position: static !important;
}

#footer h2 {
	display: none;
}

#footer .col {
	float: left;
	margin-right: 2em;
}

#footer a[href^="/"]:after {
	content: " (" attr(href) ") ";
}

#footer #footer-links, #footer #follow-links, #footer #layout-switch, #footer #top-link, #footer #col-4 {
	display: none;
}

#footer #address a  {
	display: none;
}

/* =HOME
----------------------------------------------------*/

.home .rss-link, .home .more-link, .home #spotlight-pager {
	display: none;
}

.home #content .col h3 {
	margin: 0;
}

.home #content .col p {
	margin: 0;
}

.home #content .col li {
	margin-bottom: 10pt;
}

.home #spotlight-items {
	width: auto !important;
	height: auto !important;
}

.home #spotlight .item {
	display: block !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin-bottom: 1.5em;
	opacity: 1 !important;
}

.home #spotlight .item .spotlight-image {
	display: none;
}

/* =Widget
----------------------------------------------------*/

.widget {
	margin: 1em 0 2em 0;
}


/* =Feedback Form
----------------------------------------------------*/

#content .request-form {
	/*display: none;*/
}

#content .request-form input, #content .request-form textarea {
	width: 400px;
}

#content .request-form input[type=radio], #content .request-form input[type=checkbox], #content .request-form .phone input {
	width: auto;
}
#content .request-form textarea {
	height: 10em;
	overflow: auto;
}

#content .request-form input[type=submit], #content .request-form .security, #content .request-form #verification {
	display: none;
}

#content .request-form .checkboxes label {
	display: inline;
}

#content .request-form .checkboxes table,
#content .request-form .checkboxes tr,
#content .request-form .checkboxes td {
	margin: 0;
	padding: 0.25em 0;
	border: 0;
	vertical-align: middle;
}

#content .request-form .checkboxes input {
	display: inline;
	width: auto;
	margin-right: 0.25em;
}


/* =What's New
----------------------------------------------------*/
#content #latest-news ul {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}

#content #latest-news ul li {
	margin: 0 0 2em 0;
	list-style: none;
	clear: both;
}

#content #latest-news ul li p.title {
	margin: 0;
	font-size: 1.3em;
    font-weight:bold;
}

#content #latest-news ul li p.date {
	display: block;
	margin: 0;
	font-weight: bold;
}

#content #latest-news ul li .thumbnail img {
	display: block;
	float: left;
	margin: .4em 1.5em 0.5em 0;
	border: solid 3px #ccc;
}

#content #latest-news ul li .blurb {
	display: inline;
	line-height: 1.6;
}

#content #latest-news ul li .blurb p {
	display: inline;
}

#content #latest-news ul li p.read-more {
	display: none;
}


/* =Latest News
----------------------------------------------------*/

/* Used across most pages with RSS link in main content area */
#content p.rss-feed {
	display: none;
}

#content .news-listing ul {
	margin: 1.5em 0 0 0;
	padding: 0;
	list-style: none;
}

#content .news-listing ul li {
	margin: 0 0 .8em 0;
	list-style: none;
}

#content #latest-news-listing ul li {
	padding: 0 0 .8em 0;
	margin: 0 0 .8em 0;
	border-bottom: solid 1px #dcdbdb;
	list-style: none;
	clear: both;
	overflow: auto;
}


#content .news-listing ul li p {
	margin: 0;
}

#content .news-listing ul li strong {
	font-weight: normal;
}

#content #latest-news-listing ul li strong {
	font-weight: bold;
}


#content .news-listing ul li .title {
	margin: 0 0 .2em 0;
}

#content #latest-news ul li .title {
	font-size: 1.1em;
}

#content .news-listing ul li .title strong {
	font-weight: normal;
}

#content .news-listing ul li .date {
	display: block;
	margin: 0 0 .5em 0;
	font-style:italic;
	font-size: .9em;
	line-height: 1.2;
	color: #4e4d4d;
}

#content .news-listing ul li .thumbnail img {
	display: block;
	float: left;
	margin: .4em 1.5em 0.5em 0;
	border: solid 2px #dcdbdb;
}

#content .news-listing ul li .blurb {
	line-height: 1.6;
}

#content .news-listing ul li .blurb p {
}

#content .news-listing ul li p.read-more {
	margin: .4em 0 0 0;
	font-size: .9em;
}

#content .news-listing ul li p.read-more a:link,#content .news-listing ul li p.read-more a:visited {
}

#content .news-listing ul li p.read-more a:hover,#content .news-listing ul li p.read-more a:focus {
}

/* =News Archive
----------------------------------------------------*/
#content #news-archive  {
}

/* =News Detail
----------------------------------------------------*/
#content .story-date {
	margin:0 0 .2em 0;
	font-size:1.1em;
}



/* =Photo Gallery Listing
----------------------------------------------------*/

#content #photo-search {
	display: none;
}

#content #photo-gallery-listing .gallery {
	margin: 2.5em 0;
	padding: 0;
	page-break-inside: avoid;
}

#content #photo-gallery-listing .gallery:after, .ie7 #content #photo-gallery-listing .ie7-after {
	position: relative;
	content: "";
	display: table;
	clear: both;
}

#content #photo-gallery-listing .gallery h2 {
	font-size: 1.2em;
	display: block;
	color: #000;
	clear: both;
}

#content #photo-gallery-listing .gallery p.more-link {
	display: none;
}

#content #photo-gallery-listing .gallery ul {
	margin: .5em 0 0 0;
	padding: 0;
	list-style: none;
}

#content #photo-gallery-listing .gallery ul li {
	margin: 0 8px 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
	width: 165px;
	height: 110px;
	border: solid 2px #bfbfbf;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

#content #photo-gallery-listing .gallery ul li a {
	display: block;
	position: absolute;
	background-color: #bfbfbf;
	width: 165px;
	height: 110px;
	text-align: center;
	color: #000;
	text-decoration: none;
	top: 0;
	left: 0;
	cursor: pointer;
	overflow: hidden;
}
#content #photo-gallery-listing .gallery ul li a .title {
	display: none;
}

#content #photo-gallery-listing .gallery ul li a .image {
/*	display: block;
	width: 137px;
	height: 107px;
	overflow: hidden;
	background-color: #eee;*/
}

#content #photo-gallery-listing .gallery ul li a .image img {
	display: block;
	overflow: hidden;
	border: none;
}


/* =Photo Gallery
----------------------------------------------------*/

#content #photo-gallery {
	margin: 2.5em 0;
	padding: 0;
	clear: both;
}


#content #photo-gallery ul {
	margin: .5em 0 0 0;
	padding: 0;
	list-style: none;
}

#content #photo-gallery ul li {
	margin: 0 8px 8px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 165px;
	height: 110px;
	border: solid 2px #bfbfbf;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

#content #photo-gallery ul li a {
	display: block;
	position: absolute;
	background-color: #bfbfbf;
	width: 165px;
	height: 110px;
	text-align: center;
	color: #000;
	text-decoration: none;
	top: 0;
	left: 0;
	cursor: pointer;
	overflow: hidden;
}
#content #photo-gallery ul li a .title {
	display: none;
}

#content #photo-gallery ul li a .image {
/*	display: block;
	width: 137px;
	height: 107px;
	overflow: hidden;
	background-color: #eee;	*/
}

#content #photo-gallery ul li a .image img {
	border: none;
}


#content ul.slideshow-list {
	display: none;
}

#content .start-slideshow, #content .start-slideshow * {
	display: none !important;
}


/* =Photo
----------------------------------------------------*/

#content #photo {
}

#content h2#photo-title {
	margin: .5em 0;
	color: #000;
	clear: both;
}

#content #photo .main-photo {
	display: block;
	margin: 10px 0;
}

#content #photo .main-photo img {
	display: block;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}

#content #photo #blurb {
	line-height: 1.6;
	text-align: left;
	padding-bottom: 8px;
}

#content #photo-navigation, #content #photo #count {
	display: none;
}


/* =Sitemap
----------------------------------------------------*/

#content #sitemap-intro {
	display: none;
}

#content #sitemap-listing {
	clear: both;
}

#content #sitemap-listing .slider ul li ul.sitemap-1 {
	display:block !important;
}

/* =Search
----------------------------------------------------*/

.section-search #content #search-instructions, .section-search #content .searchform, #content #did-you, #content .paging {
	display: none;
}

.section-search #content .searchresult a.title {
	font-weight: bold;
}

/* =Events Calendar
----------------------------------------------------*/


#content {
}

#content #calendar #calendar-navigation {
	display: none;
}


#content #calendar table.events-calendar {
	margin: 0 0 0 5px;
/*	border: solid 1px #c7c7c7;*/
	font-size: 1.2em;
	font-weight: bold;
	width: 690px;
	/*width: 90%;*/
}

#content #calendar table.events-calendar th, #content #calendar table.events-calendar td {
	vertical-align: top;
	border: solid 1px #c7c7c7;
	padding: 5px;
	width: 14%;
}


/* Month Row */

#content #calendar table.events-calendar table.month td {
	border: none;
	vertical-align: middle;
	text-align: center;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content #calendar table.events-calendar table.month h2 {
	text-align: center;
	text-transform: none;
}

#content #calendar table.events-calendar table.month a {
	display: none;
}


/* Week Row */

#content #calendar table.events-calendar th {
	font-size: 11px;
	text-align: center;
	overflow: hidden;
}


/* Days */


#content #calendar table.events-calendar tr.day td {
	height: 66px;
	text-align: left;
}


/* Events */

#content #calendar table.events-calendar tr.day td .item	{
	display: block;
	font-weight: normal;
	font-size: .85em;
	margin: 5px 0 10px 0;
	line-height: 1.4;
	/*width: 66px;*/
}

#content #calendar table.events-calendar tr.day td.scheduled strong	{
	margin: 1em 0;
	font-size: 10px;
	font-weight: normal;
}

#content #calendar table.events-calendar tr.day td.scheduled ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #calendar table.events-calendar tr.day td.scheduled ul li {
	margin: 1em 0;
	font-size: 10px;
	font-weight: normal;
}

#content #calendar table.events-calendar tr.day td.scheduled ul li:first-child {
	margin-top: 0;
}

/* =Events Listing
----------------------------------------------------*/

#content #events-listing #events p.title {
   margin:0 0 .4em 0;
   padding:0;
}

#content #events-listing #events .separator {
   display:none;
}

#content #events-listing #events .duration {
   /*display:block;*/
}


#content #events-listing #events p.title span.title {
    display:block;
    font-weight:bold;
}


#content #events-listing #events div.blurb p {
   margin:0;
   padding:0;
}

#content  .icalendar_list {
    display:none;
}

/* =Employment Listing
----------------------------------------------------*/
#content #employment-listing table {
	width: 98%;
}

#content #employment-listing th {
	text-transform: capitalize;
}

#content #employment-listing .separator {
	display: block;
	position:absolute;
	left:-9999px;
}

#content #employment-listing .comp-number,#content #employment-listing .time, #content #employment-listing .comp-title {
	display:block;
}

#content #employment-listing .comp-number {
	font-style:italic;
}

#content #employment-listing .comp-title {
	font-weight:normal;
	font-style:italic;
}

/* =Employment Detail
----------------------------------------------------*/

#content .details .button {
	display: none;
}

/* =Staff Directory
----------------------------------------------------*/
#content #directory-listing table.table-styled {
	border-collapse:collapse;
	margin:1em 0 0 0;
	padding:0;
	width:100%;
	border:none;
	border-top:solid 1px #d4d4d4;
}

#content #directory-listing table.table-styled tr {
	margin:0;
	padding:0;
	border-bottom:solid 1px #d4d4d4;
	border-top:none;
}

#content #directory-listing table.table-styled tr.header {
	display: none;
}

#content #directory-listing table.table-styled tr.header th {
	background-color: #fff;
	text-transform: none;
	font-weight: normal;
	border-left: none;
}


#content #directory-listing table.table-styled tr th.title {
	border: none;
	background-color: #f3f3f2;
	color: #000;
	text-transform: none;
}

#content #directory-listing table.table-styled tr:first-child th.title {
	padding:0 0 .4em 0;
	text-transform: none;
}


#content #directory-listing table.table-styled tr td {
	border-right:solid 1px #d4d4d4;
	border-left: none;
}

#content #directory-listing table.table-styled tr td.staff-name {
	/*width:240px; */
}

#content #directory-listing table.table-styled tr td.staff-phone {
	/*width:140px;*/
}

#content #directory-listing table.table-styled tr td.last, #content #directory-listing table.table-styled tr th.last {
	border-right:none;
}

/* Meetings Calendar */

.meetings .rss-feed,
.meetings .reset,
.meetings-view-type,
.meetings-search-form,
.meetings-date-selection,
.meetings-sort-container,
.meeting-categories,
.meetings .pagination-wrapper {
	display: none;
	visibility: hidden;
}


/* =Election Countdown
--------------------------------------------------*/

.countdown {
	display: none;
	visibility: hidden;
}
