/* 
	City of Nanaimo - Map Stylesheet
	December 2008
  Starting from template developed by	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/

/* reset styles via myerweb.com */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
/* dl, dt, dd, ol, ul, li */
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Map-Specific CSS */

body, html {
	
}

body {
	background-color: #2a4c78;
	background-image: url(/images/header-right-bk.png);
	background-repeat: repeat-x;
	color: #282828;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

a:link, a:visited {
	color: #0a65ab;
	text-decoration: none;
	border-bottom: solid 1px #3d6087;
}

a:focus, a:hover, a:active {
	color: #686868;
	text-decoration: none;
	border-bottom: solid 1px #baba94;	
}

#nan-container {
	width: 70%;
	min-width: 600px;
	/*width: 600px;*/
	margin: 0 auto;
	position: relative;
}

#nan-header  {
	height: 87px;
}

#nan-logo {
	display: block;
	width: 244px;
	height: 80px;
	background-image: url(/images/logo-screen.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	right: 0;
	border: none;
}

#nan-title {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 28px;
	line-height: 1.2;
	color: #0092CE;
	color: #2a4c78;
	padding-bottom: 4px;
	padding-right: 300px;
	font-variant: small-caps;
}

#nan-footer {
	background-color: #fff;
	padding: 2em;
	border-top: solid 1px #c0c0c0;
}

#nan-footer a {
}

#nan-footer-right {
  text-align: right;
  float: right;
}

.nan-white {
  background-color: #ffffff;
  padding: 2em;
}

#nan-map {
  border: solid 1px #c0c0c0;
}

.nan-sectionlink {
  cursor: pointer;
  font-weight: bolder;
}


/* main content styles */


h2, h3,  h4 {
	color: #2a4c78;
	font-weight: bold;
	margin: 1em 0 .5em 0;
	line-height: 1.2;
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0;
	/*text-transform: uppercase;*/
}

p {
	line-height: 1.8;
	margin: 0 0 1.4em 0;
}
ul, ol {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

li {
	line-height: 1.5;
	margin-bottom: .3em;
}


/* table styles - adopted from www.nanaimo.ca */

#nan-content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #c0c0c0;
	border-spacing: 0;
	border-width: 1px;
	margin: 1em 0 2em 0;
}

#nan-content table td, #nan-content table th {
	padding: .5em;
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #c0c0c0;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}

#nan-content table tr.even td {
	background-color: #f4f2ef;
}

#nan-content table th, #nan-content table td.table-header {
	background-color: #eae7e2;
	font-weight: bold;
}

#nan-content table th, #nan-content table td h2, #nan-content table td h3, #nan-content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#nan-content table p {
	margin: 0;
	line-height: 1.2;
}

/* plain tables -- no styling */

#nan-content table.plain {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: 1em 0;
}

#nan-content table.plain td, #nan-content table.plain th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
}


#nan-content table.plain th {
	background-color: transparent;
}

#nan-content table th, #nan-content table td h2, #nan-content table td h3, #nan-content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#nan-content table p {
	margin: 0;
	line-height: 1.2;
}

/* table border -- used in apps */

#nan-content table.border {
	border-collapse: collapse;
	border-style: solid;
	border-color: #c0c0c0;
	border-spacing: 0;
	border-width: 1px;
	margin: 1em 0 2em 0;
}

#nan-content table.border td, #nan-content table.border th {
	padding: .8em;
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #c0c0c0;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
}

#nan-content table.border th {
	background-color: #eae7e2;
	font-weight: bold;
}


/* forms styling */

#nan-content form {
	margin: 1em 0 2em;
}

#nan-content fieldset {
	border: solid 1px #c0c0c0;
	margin: 0 0 2em 0;
	padding: 1em;
}

#nan-content legend {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #2a4c78;
	font-size: 1.6em;
}

#nan-content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
}

#nan-content label {
	font-weight: bold;
}

#nan-content input.submit {
	background-color: #474747;
	color: #fff;
	border: solid 2px #c0c0c0;
	padding: .2em .4em;
	cursor: pointer;
}

.paging {
	background-color: #eae7e2;
	font-weight: bold;
}

a.page-right {
  text-align: right;
  float: right;
}


