	body {
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: left;
		}



#bubble {
top:40px;
right:0;
position:absolute;
display:block;
height:22px;
background:#fff;
}

#bubble p {
display:block;
font-size:11px;
padding:4px 50px 0 10px;
background:#fff;
}




div#container {
	color:#222;
	font-size: 11px;
	line-height: 1.8em;	
	background-color: #fff;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}



div#title {
	background-color: #fcfcfc;
	margin: 0 0px 0 10px;
	position: relative;
}

div#title em {
	position: absolute;
	right: 1em;
	top: 0.5em;
	font-style: normal;
}

#rib{
	background-color: #cccccc;
	margin: 10px 0px 0 0px;
	position: relative;
	color: silver;
	min-height: 1px;
}


div#title h1{
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

br.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}



div.post {
	border-left-style: none;
	background-color: #fcfcfc;
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
	padding-bottom: 12px;
}
	
	div.post img {
		border: 0;

	}

	div.post p {
		margin-left: 4px;
		margin-bottom: 4px;
		margin-right: 4px;
		margin-top: 4px;
		position: absolute;
		bottom: 35px;
		padding: 0;
		font-size: 120%;
		font-weight: normal;
		color: #000;
	}
	
	div.postInfo {
		padding: 0.2em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
div#pages {
	margin-top: 1em;
}



	div.pageInfo {
		float: left;
		margin-left: 10px;
		display: inline;
	}
	div.pageLinks {
		float: right;
		margin-right: 10px;
	}
	
.dharma{
	font-weight: bold;
	text-decoration:none;
}

.dharma_text{
    color:#222;
	font-weight: bold;
	text-decoration:none;
}



#sidebar {
		font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
#sidebar a{
        text-decoration:none;
		}
#sidebar a:hover {
		color:#333;
}
	




