@import url(base.css);

#posts {
	margin: 0;
	padding: 110px 0 50px 0;
	height: 100%;
	border-right: 1px solid #f8dfc4;
	width: 710px;
	position: relative;
	min-height: 400px;
}

.post {
	position:relative;
	font-family: Verdana, serif;
	line-height: 18px;
	color:#4D4139;
	font-size: 11px;
	width: 520px;
	margin: 0 0 100px 130px;
}

.post h3 {
	margin-bottom: 0px;
	padding-bottom: 0;
}

.post pre  {
	background:#f5f7d7 ;
	padding: 8px 10px;

}

.post code {
	color: #7b3812;
}

/* post dates */
.post h5 {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	position: absolute;
	right: 550px;
	font-size:10px;
	color: #a19681;
	font-weight: bold;
	text-align: right;
	width: 130px;
	line-height: 14px;
}

.post h5 span {
	font-size: 12px;
	text-transform: uppercase;
}

/* post titles */
.post h2 {
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 21px;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #f8dfc4;
}

.post img {
	display: block;
	border: 1px solid #F6D6B8;
	margin: 0 auto;
}

/* old images are too small */
.post.old img {
	padding: 1px 35px;
	background-image: url('../img/i_oldImgBG.jpg');
	background-repeat: repeat-y;
	border:none;
}

/* LIST STYLES */

#posts .post ol
{
	margin: 0 0 20px 25px;
	padding: 0 0 0 0px;
}

#posts ol li
{
	margin: 0;
	padding: 0;
}

#posts .post ul
{
	list-style-type: none;
	margin: 0 0 20px 10px;
	padding: 0;
	position: relative;
}

#posts .post ul li
{
		background-image: url("../img/i_bullet.gif");
		background-repeat: no-repeat;
		background-position: 0px 4px;
		margin: 10px 0 0 0;
		padding: 0 0 0 23px;
}


#posts .post ul li, #posts .post ol li
{

		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color:#4D4139;
		line-height: 16px;
}

#posts .post ul li p
{
	margin: 0 0 15px 0px;
	padding: 0;
}

#archiveList {
	margin: 0 0 50px 130px;
	padding: 50px 0 0 0;
	list-style-type:none;
	color: #a19681;

	background-image: url('../img/i_footerLogo.gif');
	background-position: 0px 0;
	background-repeat: no-repeat;
}

#archiveList li {
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0 0 0;

}

#archiveList li span {
	font-family: Georgia, serif;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
	font-style: italic;
}

/* QUOTES */
blockquote
{
	background-image: url("../img/i_quote_open.gif");
	background-position: top left;
	padding-left: 45px;
	padding-top: 5px;
	margin:5px 0 0 0;
	background-repeat: no-repeat;
}

blockquote p
{
	background-image: url("../img/i_quote_close.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 15px 10px 0;
	width: 430px;
}