* {
	margin: 0;
}
html, body {
	height: 100%;
}
body{
	font-family: Verdana;
}
#header a{
    text-decoration: none;
}
#header {
	padding-top: 20px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	display: block;
	width: 601px;
	height: 83px;
}
#post-header {
	padding-top: 40px;
	font-size: small;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	position: relative;
	top: 0px;
	left: 0px;
}
#post-header h1 {
    text-align: center;
    padding-bottom: 40px;
}
.top-info {
    font-size: large;
    margin-top: 10px;
}

#main-text {
	padding-top: 40px;
	font-size: small;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	position: relative;
	top: 0px;
	left: 0px;
}
#main-text h2 {
	color: #8a8386;
}
#main-text h3 {
	color: #8a8386;
}
#main-text h3 a{
	color: #8a8386;
}
#main-text h3 a:visited{
	color: #8a8386;
}
#main-text h4 {
	color: #8a8386;
	padding-top: 12px;
}

.text-body p{
	padding-top: 12px;
}

.text-body a{
	text-decoration: none;
}

#section-button {
    position: absolute;
    top: -30px;
    left: -170px;
}
#section-button-right {
    position: absolute;
    top: 0px;
    right: -170px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -110px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 110px; /* #push must be the same height as #footer */
}
#footer {
	position: relative;
}

.contact-link {
	color: #9686fa;
	text-decoration: none;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list a {
	text-decoration: none;
}

.list li {
	padding-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 0px 17px;
	position: relative;
}

.list-name a {
	font-weight: bold;
	font-size: medium;
	color: #8a8386;
	padding-left: 10px;
	vertical-align: top;
}

.list-date {
	font-weight: bold;
	font-size: medium;
	color: #8a8386;
	padding-left: 10px;
	vertical-align: top;
}

.list-description {
	margin-top: -10px;
	padding-left: 30px;
	width: 450px;
}

.list-thumbnail {
	float: right;
	margin-left: 5px;
}

.list-button {
	position: absolute;
	right: 0px;
	top: 40px;
}
#copyright {
    font-size: x-small;
    color: #8a8386;
    width: 170px;
    float: right;
    padding-top: 90px;
}

.note {
	font-size: x-small;
}
