/*
	Strata by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


/* Basic */

	/*body, input, select, textarea {
		font-size: 12pt;
	}*/


	/*
	Strata by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Header */

	#header {
		padding: 2em 2em 2em 2em;
		width: 220px;
	}

		#header h1 {
			font-size: 1.25em;
		}

			#header h1 br {
				display: none;
			}

/* Footer */

	#footer {
		padding: 0 3em 1em 3em;
		width: 220px;
	}

		#footer .copyright li {
			border-left-width: 0;
			display: block;
			line-height: 2.25em;
			margin-left: 0;
			padding-left: 0;
		}

/* Main */

	#main {
		margin-left: 220px;
		max-width: 1100px;
		padding: 2em 3em 3em 3em;
		width: calc(100% - 220px);
	}