/*
	Victoria - Print Stylesheet
	November 2011
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/

/* Sections flagged with =
	GENERIC
	CONTENT
	FOOTER
	SECTION-SPECIFIC
		Home
		Events Listing

*/

/* =GENERIC
----------------------------------------------------*/

* {
	background-color: transparent;
	background-image: none;
	color: #000;
}

html {
	background-color: #fff;
}

body {
	font-size: 10pt;
	line-height: 1.6;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

/* hide these elements for printing */

#bk-top, #bk-photo, #bk-fader, #main-navigation, .skip, #section-navigation, #utility-navigation,  #search, #breadcrumbs, #top-link, #sidebar, #accessibility, #weather, #share-links, #translate, #text-size, #follow-links, #layout-switch, #footer h2, #cboxOverlay, #colorbox, .section-navigation-narrow, #main-nav-narrow, #main-nav-toggle {
	display: none;
}


/* basic styling */

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;
}

#print-logo {
	float: right;
	margin: 0 1em 1em 1em;
	border: none;
/*	position: absolute;
	top: 0;
	right: 0;*/
}

p#tagline {
	margin: 0;
	font-style: italic;
}


a {
	text-decoration: none;
}

.clear {
	clear: both;
}

label, .label {
	display: block;
	margin-top: 1em;
}

.text, select, textarea {
	display: block;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.div-border {
	display: none;
}

#main-wrapper {
	margin-top: 40px;
}


/* =CONTENT
----------------------------------------------------*/

#content {
	height: auto !important;
}

#content h1#headline {
	margin-top: 1em;
}

#content img.border {
	border: solid 3px #ccc;
}


#content img.right, #content img.right-popup {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#content img.left, #content img.left-popup {
	float: left;
	margin: 0 1.5em 1.5em 0;
}


#content img.right-border, #content img.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 {
	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 {
	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-striped th, #content table.table-striped td.header {
	background-color: #d0d0d0;
}

#content table p {
	margin: 0;
	line-height: 1.2;
}

/* striped rows */

#content table tr.even td {
	background-color: #eee;
}

#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 p {
	margin: 0;
	line-height: 1.4;
}

#content table a {
	background: transparent;
}

/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content form div {
	overflow: auto; /* clears floats */
	padding-bottom: 1.5em;
}

#content label, #content .label {
	display: block;
	font-weight: bold;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding: .2em;
}

#content select {
	background-image: none;
}

#content textarea {
}

#content .required {
	display: none;
}

/* =FOOTER
----------------------------------------------------*/

#footer  {
	border-top: solid 1px #d0d0d0;
	padding-top: 1em;
	margin-top: 2em;
	position: static !important;
}

#footer #footer-links, #footer #follow-links, #footer #layout-switch, #footer #top-link, #footer #col-2, #footer #col-4 {
	display: none;
}

#footer .col {
	height: auto !important;
}

#footer #city-hall p {
	margin-bottom: 0;
}

#footer #city-hall a  {
	display: none;
}

/* =Home
----------------------------------------------------*/
.page-home #content .col, .page-home #content .box {
	height: auto !important;
}

.page-home .more-link, .page-home .rss-link, .page-home #cal, .page-home #say, .page-home #follow, .page-home #col-c, .page-home #tourbook, .page-home .spotlight {
	display: none;
}



/* =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;
}


/* =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 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 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;
	text-transform: uppercase;
}

#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;
}

/* =Press Releases
----------------------------------------------------*/
#content #press-releases {
}

/* =Press Releases Archive
----------------------------------------------------*/
#content #press-releases-archive  {
}

/* =Public Notices
----------------------------------------------------*/
#content #public-notices {
}


/* =Public Notices Archive
----------------------------------------------------*/
#content #public-notices-archive {
}

/* =Photo Gallery Listing
----------------------------------------------------*/

#content #photo-search {
	display: none;
}

#content #photo-gallery-listing .gallery {
	margin: 2.5em 0;
	padding: 0;
}

#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;
	max-width: 516px;
	text-align: center;
	border: solid 1px #d0d0d0;
	padding: 8px;
	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 {
	clear: both;
}

#content #sitemap .slider ul li ul.sitemap-1 {
	display:block !important;
}

/* =Search
----------------------------------------------------*/

#search-instructions, .searchform, #content #did-you, #content .paging {
	display: none;
}

.searchresult a.title {
	font-weight: bold;
}

/* =Events Calendar
----------------------------------------------------*/

.events-categories {
	display: none;
}


.page-calendar #content {
}

.page-calendar #content #calendar #calendar-navigation {
	display: none;
}


.page-calendar #content #calendar table.events-calendar {
	margin: 0 0 0 5px;
/*	border: solid 1px #c7c7c7;*/
	font-size: 1.2em;
	font-weight: bold;
	width: 538px;
	/*width: 90%;*/
}

.page-calendar #content #calendar table.events-calendar th, .page-calendar #content #calendar table.events-calendar td {
	vertical-align: top;
	border: solid 1px #c7c7c7;
	padding: 5px;
	width: 14%;
}


/* Month Row */

.page-calendar #content #calendar table.events-calendar table.month td {
	border: none;
	vertical-align: middle;
	text-align: center;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page-calendar #content #calendar table.events-calendar table.month h2 {
	text-align: center;
	text-transform: none;
}

.page-calendar #content #calendar table.events-calendar table.month a {
	display: none;
}


/* Week Row */

.page-calendar #content #calendar table.events-calendar th {
	font-size: 11px;
	text-align: center;
	overflow: hidden;
}


/* Days */


.page-calendar #content #calendar table.events-calendar tr.day td {
	height: 66px;
	text-align: left;
}


/* Events */

.page-calendar #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;*/
}

.page-calendar #content #calendar table.events-calendar tr.day td.scheduled strong	{
	/*display: none;*/
	margin: 1em 0;
	font-size: 10px;
	font-weight: normal;
}

.page-calendar #content #calendar table.events-calendar tr.day td.scheduled ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-calendar #content #calendar table.events-calendar tr.day td.scheduled ul li {
	margin: 1em 0;
	font-size: 10px;
	font-weight: normal;
}

.page-calendar #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;
}

/* =Jobs
----------------------------------------------------*/
#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;
}

/* =Documents
----------------------------------------------------*/
#content .documents-form {
	display: none;
}

#content .document-section-empty {
	display: none;
}

#content p.alphabet {
	display: none;
}

#content p.top {
	display: none;
}

#content p.paging {
	display: none;
}

/* =Emergency Bar
----------------------------------------------------*/


#emergency-bar {
	font-size: 2em;
	border-left: solid #000 5px;
	padding: 5px 0 5px 10px;
	line-height: 1.2;
}

#emergency-bar h1 {
	margin-top: 0;
}

#emergency-bar p {
	margin-bottom: .2em;
}

#emergency-bar h1, #emergency-bar p {
	line-height: 1.2;
}

#emergency-bar a:after {
	content: " (" attr(href) ") ";
	font-size: .8em;
}
