@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	line-height:100%;
	font-size:100%;
	color:#666666;
}

body{
	text-align:center;
}

h1{
	font-size:180%;
	margin-bottom:5px;
}

h2,
h3,
h4,
h5,
h6{
	font-size:120%;
	margin-bottom:5px;
}

hr{
	clear:both;
}

/* ----------  ---------- */

#siteheader,
#sitecontents,
#sitefooter{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#siteheader{
	margin-top:50px;
}

#sitecontents{
	
}

#sitefooter{
	margin-bottom:50px;
}
#sitefooter a,
#sitefooter a img{
	border:0px solid #ffffff;
}

/* ----------  ---------- */

#site{
	background-color:#ffffee;
}

#site p{
	margin-bottom:0.5em;
}
#site div{
	width:49%;
	padding:1em 0;
}
.author1{
	float:left;
	background-color:#eeffee;
	padding-bottom:5em;
	padding-left:0.5em;
}
.author2{
	float:right;
	background-color:#ffffee;
	padding-right:0.5em;
}

#back_to_top{
	position:absolute;
	bottom:10px;
	right:10px;
}
.entry-list{
	margin-top:2em;
	margin-left:1em;
}
.entry-list li{
	list-style-type:none;
	margin-bottom:0.5em;
}