/* 
	---------------------------------------------
	Title:	Willoughby Council screen styles
	Author: mark.boere@bluearcgroup.com
	---------------------------------------------
*/ 
/*
	Pixels to ems (based on 12px):
		10px = .83em, 11px = .91em, 13px = 1.08em, 14px = 1.16em, 15px = 1.25em
		16px = 1.3em, 17px = 1.41em, 18px = 1.5em, 19px = 1.58em, 20px = 1.6em
/*

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {line-height: 1;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {vertical-align:middle;}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	background: #003732 url("../images/template/bg-body.jpg") no-repeat 50% 0;
	color: #323232;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif; /* Set to 10px */
}
form {
	background: url("../images/template/bg-wrapper.png") repeat-y 50% 0;
	width: 100%;	
}
a:link, a:visited {
	color: #006a65;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
caption {
	color: #006a65;
	font-weight: normal;
	text-align: left;
	font-size: 1.67em; /* 20px */
	margin-bottom: .6em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	color: #006a65;
	font-size: 2em; /* 24px */
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.3;
}
h1 {font-weight: bold;}
h2 {
	font-size: 1.67em; /* 18px */
	margin-bottom: .6em;
}  
h3, h4, h5, h6 {
	font-size: 1.42em; /* 17px */
	margin-bottom: .5em;
}
h4 {font-size: 1.25em;} /* 15px */
h5, h6 {font-size: 1.08em;} /* 13px */
h6 {
	font-style: italic;
	font-size: 1em;
}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 1.5em;} /* 15px */
table table, table p {margin: 0;}
/* Lists */
li{vertical-align: text-top;}
ol {
	list-style: decimal;
	margin-left: 2.5em;
}
ul {list-style: none;}
	ul li {
		background: url("../images/template/bullet.png") no-repeat 0 .65em;
		padding-left: 12px;
	}
	/* Nested */
	ul ol, ol ol {margin: .75em 0 .75em 2em;}
	ul ul, ol ul {margin: .75em 0 .75em 1em;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}
	
