@import "layout.css";
@import "forms.css";

/* 
	Title:	City of Whitehorse screen styles
	Author: chris.pearce@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Verdana, Arial, Helvetica, Arial, sans-serif !important; 
	font-size: 100% !important;
	color: #58595b !important;
}
/* -------------//Reset everything */

body {
	color: #58595b;
	background-color: #EBF4F6;
	font: 0.6875em/1.4 Verdana, Arial, Helvetica, Arial, sans-serif; /* 11px */
}
a:link, a:visited {color: #007788;}
a:focus, a:hover {text-decoration: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	text-align: left;
	font-weight: normal;
}
table caption {
	font-weight: bold;
	font-size: 1.181em;
	padding-bottom: 0.40em;
	text-align: left;
	color: #323232;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;} 
h1 {margin: 0 0 14px 20px;}
h2, h3, h4, h5, h6 {
	font-size: 1.636em; /* 18px */
	font-weight: bold;
	color: #00576A;
	margin-bottom: 0.45em;
}
h3, h4, h5, h6 {
	font-size: 1.272em; /* 14px */
	margin-bottom: 0.40em;
	color: #323232;
}
h4 {font-size: 1.181em;} /* 13px */
h5, h6 {
	font-size: 1.090em; /* 12px */
	color: #58595b;
}
h6 {font-size: 1em;} /* 11px */

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#main-content #page-copy {line-height: 1.6;}
/* Spacing */
#main-content p, #main-content ul,
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.818em;}
#main-content table table,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul {
	list-style: disc;
	margin-left: 32px;
}
#main-content ul ul {list-style: circle;}
#main-content ol {
	list-style: decimal;
	margin-left: 42px;
}
#main-content ol ol {list-style: lower-alpha;}
#main-content ol ol ol {list-style: lower-roman;}
#main-content li {margin-bottom: 0.363em;}
#main-content ul ul, 
#main-content ol ol {margin: 0.80em 0 1em 20px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span {
	position: absolute;
	left: -999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}

/* [TURN ON/OFF DEFAULT MARGIN]
-------------------------------------------------------*/
.margin-on {margin-bottom: 1.818em;}
.margin-med {margin-bottom: 1.4em;}
.margin-off {margin-bottom: 0;}

/* [ALTERNATE HEADERS]
-------------------------------------------------------*/
#main-content .alt-hdr {
	border-bottom: 2px dotted #6CB0B9;
	color: #58595b;
	padding-bottom: 0.60em;
	margin-bottom: 1.5em;
	font-size: 1em;
}
#main-content .sml-hdr {font-size: 1em;}
#main-content .sml-hdr.alt {color: #58595b;}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}

/* [INTRO TEXT]
-------------------------------------------------------*/
#main-content p.intro {
	color: #00576A;
	font-size: 1.090em;
}

/* [LINK STYLES]
-------------------------------------------------------*/
/* More Link */
#main-content a.more-link {
	font-style: italic;
	font-weight: bold;
	background: url("../images/css/more-icon.gif") no-repeat 100% 80%;
	padding-right: 12px;
	text-decoration: none;
	color: #58595b;
	text-transform: lowercase;
}
#main-content a.more-link:hover {color: #00576A;}
#main-content div.aside a.more-link {
	background: none;
	padding: 0;
}
	#main-content div.aside a.more-link img {
		vertical-align: baseline; 
		margin-left: 4px;
	}
/* Back Link */
#main-content a.go-back {
	background: url("../images/css/arrow.gif") no-repeat 0 60%;
	padding-left: 9px;
	text-decoration: none;
}
#main-content a.go-back:hover {text-decoration: underline;}
/* Download / Apply Link */
#main-content a.dload,
#main-content a.apply {
	background: url("../images/icons/download.gif") no-repeat 0 50%;
	padding: 1px 0 1px 18px;
	display: block;
}
#main-content a.apply {background: url("../images/icons/user.gif") no-repeat 1px 50%;}

/* [GET ADOBE READER]
-------------------------------------------------------*/
#main-content p.get-adobe-reader {
	float: left;
	width: 100%;
	margin: 0;
	padding: 1em 0 1.818em;
}
	#main-content p.get-adobe-reader em {
		display: block;
		font-style: normal;
		float: left;
		width: 76%;
	}
	#main-content p.get-adobe-reader img {float: right;}

/* [NOTIFICATIONS]
-------------------------------------------------------*/
#main-content div.errors,
#main-content div.success {
	padding: 11px 20px 11px 52px; 
	margin-bottom: 1.5em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000 !important;
}
	#main-content div.errors {
		background: #F7D9D9 url("../images/icons/error-lrge3.png") no-repeat 9px 8px; 
		min-height: 25px; 
	}
	#main-content div.success {
		background: #F3F8E6 url("../images/icons/success-lrge2.gif") no-repeat 12px 10px; 
		color: #66840D !important; 
		border-color: #84AA0F;
		min-height: 24px;
	}
	#main-content div.errors p,
	#main-content div.success p {
		margin: 0;
		font-size: 1.1em;
	}
	#main-content div.errors ul,
	#main-content div.success ul {
		margin: 0.60em 0 0 30px;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
		}
	#main-content div.errors a {color: #AE0000;}
	#main-content div.success a {color: #66840D;}

/* Small Versions */
#main-content .error {
	color: #C50707;
	background: #F7D9D9 url("../images/icons/error3.gif") no-repeat 8px 50%;
	padding: 5px 10px 5px 30px; 
}
#main-content .success {
	color: #346C28;
	background: #F3F8E6 url("../images/icons/success.gif") no-repeat 8px 50%;
	padding: 5px 10px 5px 30px; 
}


