@import url("code.css");

html,body {
	background-color:#FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height:100%;
	margin:0;
	padding:0; 
}

.strike-out {
	text-decoration:line-through;
	color:#000000;
}

#banner {
	background:#FFFFFF;
	background-image: url('../images/banner.jpg');
	background-repeat:no-repeat;
	background-position:right;

	width:100%;
	height:50px;
	
	text-align:left;
	font-size:42pt;
	
	font-family: baskerville, "times roman", times, serif;
	font-style: italic;
	
	border-bottom: 1px solid black;
}

#title {
	padding-left:15px;
}

#frontpage {
	font-family: baskerville, "times roman", times, serif;
	font-size:28pt;
	color:#888;
	
	text-align:center;
}

#frontpage a {
	text-decoration:none;
}

.content {
	padding:20px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.content p {
	line-height:16pt;
}

#nav {
	float:right;
	margin-top:25px;
	margin-right:25px;
}

.post{
	padding-bottom:50px;
}

.post h2 a {
	text-decoration:none;	
}

.aside {
	width: 85%;
	font-size:90%pt;
	margin-left:auto;
	margin-right:auto;
	
	line-height:16pt;
	
	color:#2299ff;
}

.aside:after { 
	content: "\25A0";
}

#icon {
	width:30px;
	margin-left:auto;
	margin-right:auto;
}

#icon a img {
	padding-bottom:2px;
	padding-left:3px;
	border:0px;
	border-bottom:2px solid #000000;
}

#icon a img:hover {
	border-bottom:2px solid #0000FF;
}

blockquote {
	display: block;
	padding: 5px;
	width: 75%;
	margin-left:auto;
	margin-right:auto;
	
	background-color:#FFFFFF;
	
	font-family: Baskerville, Georgia, "Times New Roman", serif;
}

blockquote.codequote {
	padding-top:5px;
}