@import "layout.css";
@import "forms.css";
@import "nav.css";
@import "thickbox.css";

/* 
	---------------------------------------------
	Title:	Manly 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]
*****************************************************************************************/

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;
	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: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #4d4d4d;
	background: #fff url("../images/template/bg-body.png") no-repeat 50% 0;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif; /* Set to 10px */
}
a:link, a:visited {
	color: #015271;
	text-decoration: none;
}
a:hover, a:focus {
	color: #b34907;
	text-decoration: underline;
}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {text-align: left;}
td, th {vertical-align: top;}
caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
.panel #content-main h1, h1, h2, h3, h4, h5, h6 {
	color: #404040;
	font-size: 2em; /* 24px */
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3;
}
h2 {
	font-size: 1.5em; /* 18px */
	margin-bottom: .6em;
}  
h3, h4, h5, h6 {
	font-size: 1.3em; /* 16px */
	margin-bottom: .5em;
}
h4 {font-size: 1.16em;} /* 14px */
h5, h6 {font-size: 1.08em;} /* 13px */
.panel h1, #aside h1, #aside h2, #aside h3, 
#aside h4, #aside h5, #aside h6, #sidebar h2 {
	font-size: 1.3em; /* 16px */
	margin-bottom: .5em;
}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 1.4em;}
table table, table p {margin: 0;}
/* Lists */
ol {
	margin-left: 3.2em;
	list-style: decimal;
}
ul li {
	background: url("../images/template/bullet.png") no-repeat 0 .75em;
	padding-left: 10px;
}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: .75em 0 .75em 1.5em;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}