@import url("shared.post.css"); 

/* POST */
div#post-container {
	width: 600px;
	min-height: 500px;
	overflow: hidden;
	float:left;
}
div#post-header {
	height: 70px;
}
div#post-header p.title {
	padding-top: 1px;
	font-size: 32px;
	line-height: 28px;
	padding-bottom: 5px;
}
div#post-header p.author {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#post-wrapper {
	width: 580px;
	min-height: 500px;
	background-color: white;
	padding: 10px;
	overflow: hidden;
}

/* ARCHIVE */
div#archive-container {
	float: left;
	width: 310px;
	margin-left: 10px;
}
div#more {
	text-align: center;
	border: 1px solid #ccc;
	background-color: black;
	background-image: url("/gfx/site/gui/grad-white.jpg");
	background-repeat: repeat-x;
	padding: 10px;
	margin-bottom: 5px;
}
div#more p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
}
ul#archive-list {
	list-style: none;
	list-style-position: inside;
}
ul#archive-list li {
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
	background-image: url("/gfx/site/gui/grad-white.jpg");
	background-repeat: repeat-x;
}
ul#archive-list p {
	font-size: 12px;
	color: #999;
}
ul#archive-list a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
ul#archive-list a:hover {
	background-color: #eee;
}
