@import "layout.css";
@import "navigation.css";
@import "sidebar.css";

body {
	background-color: #202020;
}

#header {
	background-color: #26a3b5;
	text-align: center;
}

#header .content {
	padding-top: 12px;
}

#header #title {
	background-image: url(../logo/chih-khoh_logo.png);
	height: 45px;
	width: 273px;
	padding-top: 45px;
	height: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#header #subtitle {
	background-image: url(../logo/web-developer_logo.png);
	height: 0;
	width: 149px;
	padding-top: 17px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	padding-top: 2em;
	background-color: white;
}

#footer .content {
	font-size: 80%;
	line-height: 1.5em;
	width: 950px;
	text-align: right;
}

#contentcontainer {
	padding-top: 1em;
	background-color: white;
}

#maintext .content {
	padding-left: 10px;
	width: 700px;
}

.section {
	overflow: hidden;
	margin-bottom: 1.5em;
}

.signature {
	font-weight: bold;
	margin-top: 0.25em;
}

.signature:before {
	content: '\2014 \A0';
}

a img {
	border: none;
}

#contentcontainer a, #contentcontainer a:visited {
	color: blue;
	text-decoration: none;
}

#contentcontainer a:hover {
	color: purple;
	text-decoration: underline;
}

h1, h2, h3 {
	margin-bottom: 0.5em;
}

#contentcontainer p,
#contentcontainer li {
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	line-height: 1.5em;
}

.section ul, .section ol {
	margin-left: 2em;
}
