body
{
	font-family: sans-serif;
	margin: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#site_header
{
	position: relative;
	padding: 50px 0 0 120px;
	height: 190px;

	background-image: url(fortaleza.svg);
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #445827;
}

h1, h2, h3
{
	margin-top: 0;
	text-shadow: 3px 3px 5px gray;
}

#site_header h1
{
	font-size: 2em;
	margin-bottom: 2px;
}

#site_tagline
{
	margin: 0;
}

#site_logo
{
	position: absolute;
	left: 28px;
	top: 45px;
}

#document_location
{
	position: absolute;
	top: 202px;
	left: 0px;
	width: 100%;
	height: 28px;
	margin: 0;
	padding-top: 10px;
	font-size: .8em;
	background-color: #445827;
}



#shared_area
{
	position: relative;
	margin: 0;
	padding: 0 0 0 240px;

	background-image: url(fortaleza.svg);
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #bccfcf;
}

#site_menu
{
	position: absolute;
	width: 200px;
	left: 0px;
	font-size: 0.82em;
	color: #bccfcf;
	background-color: #445827;
	border-radius: 0 0 1em 1em;
}

#site_menu a, #document_location a
{
	color: #bccfcf;
}

#site_menu ul
{
	padding-left: 2em;
}

#site_menu ul ul
{
	padding-left: 1.5em;
	margin: 0 0 .4em 0;
}

#site_menu li
{
	font-weight: bold;
}

#site_menu li li
{
	font-weight: normal;
}


#page_content
{
	padding: 1.5em 1em 4em 0;
}


#site_footer
{
	color: #bccfcf;
	background-color: #445827;
	text-align: center;
	font-size: 0.8em;
	height: 2em;
	padding-top: .8em;
}

figure
{
	border: 1px solid #445827;
	border-radius: .5em;
	padding: .5em 1.5em;
}

code
{
	border: 1px dotted #445827;
	padding: 3px 1px 1px;
}
