/*font-family: 'Questrial', sans-serif;*/

html, body {
	border-top: none;
	font-size: 14px;
	line-height: 1.3;
	font-family: serif;
	color: #000;
}

@page {
margin: 1cm;
}

img {
   max-width: 100% !important;
}

.placeholder {
	color: #aaa;
}

.left {
	float:left;
	width: 49%;
}

.right {
	float: right;
	width: 49%;
}

.wrapper {
	height: 100%;
	width: 100%;
}

header {
	height: auto;
	width: 100%;
	padding: 0;
	margin: .5cm 0 .5cm 0;
	display: block;
}

header #logo {
	height: auto;
	width: 200px;
	float: none;
	   /* IE4-8 and 9 (deprecated). */
    filter: Gray();
    /* SVG version for IE10, Chrome 17, FF3.5, 
       Safari 5.2 and Opera 11.6 */
    filter: url('#grayscale'); 
    /* CSS3 filter, at the moment Webkit only. Prefix it for
       future implementations */
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); /* future-proof */
}

header:after {
	content: 'www.cityoflagunawoods.org';
	margin: -1cm 0 0 0;
	font-size: 12pt;
	float: right;
}

header .search_box,
.accessibility_options,
nav,
footer,
.banner {
	display: none;
}

section {
	margin: 0;
}

section h1,
section h2,
section h3,
section h4 {
	font-family: serif;
	color: #000;
	margin: .2cm 0;
}

section h1 {
	font-size: 24pt;
}

section h2 {
	font-size: 20pt;
}

section h3 {
	font-size: 18pt;
}

section h4 {
	font-size: 16pt;
}

section p {
	font-size: 14pt;
	color: #000;
	line-height: 1.5;
	margin: .4cm 0;
}

section p a:after {
content: " (" attr(href) ")";
font-size: 80%;
}

section ul,
section ol {
	margin: 25px 0;
	overflow: hidden; 
}

section ul {
	list-style: disc;
}

section ol {
	list-style: decimal;
}

section li {
	margin: 5px 0 5px 40px;
}

section a:link,
section a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

section a:hover,
section a:active {
	color: #3a472a;
}

section article {
	width: 918px;
	margin: 20px 0;
	padding: 20px;
	background: #faf7f3;
	border: 1px solid #f0ece6; 
}

section .content_list {
	list-style: none;
	margin: 15px 0;
}

section .content_list li {
	margin: 10px 0;
}

section .content_list i {
	color: #526040;
}

section .content_list li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px;
}

section .content_list li a:hover {
	background: #e0edf3;
}

.push {
	height: 60px;
}