/*City Standard StyleSheet.*/
/* This CSS file contains formatting styles only. */



/* MAIN HEADINGS IN AGENDA DOCUMENTS */
/* Text sizes should remain the same across all levels H1, H2, H3; this matches paper copies of Council Agendas */
h1 { /* for the Notice of Meeting heading only (to right of the city crest) */
	font-weight:bold; 
	padding-bottom:7px; 
	padding-top:5px; 
	margin:0;
	font-size:1.1em;
	text-align:center; }	
h2 {
	font-size:1.1em;
	margin-top:0px;
	font-weight:bold;}
h3 {
	font-size:1.1em;
	font-weight:bold;}
h4 { font-size: .9em; 
	font-weight: bold; 
	color: #666}



/* top of some agenda, updated date, 240 pixels to the right of the "notice of meeting" heading */
.dateUpdated {
	font-size:1em;
	text-align:right;
	font-style:italic; }


/* Various text styles and sizes */
.textSmaller { font-size: .9em; color: #333; line-height: 1.3em;}
.bold {font-weight:bold}
.italics {font-style:italic}
.bolditalics {font-weight:bold; font-style:italic}
.imageLeft {float:left;}
.imageRight {float:right;}
.asterisksCentre { text-align:center; }
.iconPDF {vertical-align:top; margin-left:2px; margin-right:1px}
.iconVideo {margin-left:2px;}
.textCentre { text-align:center; }
.indent {margin-left:1.5em; margin-top:-1.1em;}

/*  NOTE: "nom" stands for "Notice of Meeting" */
/*  The following CSS styles the masthead of the agendas, including the city crest, headings, and date/time/place/panel of the meeting */

#nom { width:100%; padding-bottom:1em; background-image:url(/images/van-emblem-rgb.jpg); background-position:0 top; background-repeat:no-repeat; } 

#nom p { padding:0; margin:0; }
#nom h1 { padding:.15em 0; margin:0 210px; }
#nom h2 { padding:.15em 0;  margin:0 210px; }
#nom h2 { text-align:center;}

#nom table {padding:0; margin-left:auto; margin-right:auto;}
#nom table td {padding: 1em 0 0 0; vertical-align:top;}
.nomTableCol1 {width:5.5em;}

a img { border: none; text-decoration: none; }
