@charset "utf-8";
/* CSS Document */
#blog{
	/*max-width:700px;*/
}
.blog_entry{
		margin-top:20px;
		margin-bottom:0;
		border:#333 solid 2px;
		background-image:url(/theme/blog-header.png);
		background-repeat:repeat-x;
		padding:10px;
		background-color:#111;
}
#blog img{
	max-width:95%;
}
	div.blog_header{
		/*background-image:url(/theme/blog-header.png);
		background-repeat:repeat-x;
		height:100px;*/
		color:#FFF;
	}
	#blog a.tag, #blog a.tag_admin{
		color:#9cd;
	}
	#blog h2{
		font-weight:bold;
		font-size:xx-large;
		margin:0;
		display:inline-block;
	}
	a.blog_title{
		color:#fff;
	}
	div.blog_header_bar{
		display:table; width:100%;
	}
	div.blog_header_bar_row{
		display:table-row;
	}
	div.blog_date{
		display:inline-block; white-space:nowrap; color:#fff; font-size:small;
	}
	div.blog_time{
		display:table-cell; padding:5px; display:none;
	}
	div.blog_comments{
		display:table-cell; text-align:right; padding:5px;
	}
	

	#blog p{
		margin:10px;
		/*width:680px;*/
		/*padding:10px;*/
		
	}
	div.sharelinks{
		/*width:100%; text-align:right; margin:5px;*/
		text-align:center; padding:0 5px;
	}
	div.blogfloor{
		display:table;
		padding:5px;
		width:99%;
	}
	div.blogfloor_row{
		display:table-row;
	}
	
	div.blog_tags{
		font-size:small;
		display:table-cell;
	}
	#addthis{
		font-size:small;
		display:table-cell;
		text-align:right;
		padding:0 5px;
		border-right:1px #fff solid;
	}
	
	div.perma{
		font-size:small;
		display:table-cell;
		text-align:right;
		padding:0 5px;
		width:1px;
	}
	#popularity{
		font-size:small;
		display:table-cell;
		border-left:1px #fff solid;
		text-align:right;
		padding-left:5px;
		width:1px;
	}
#photoalbum{
	padding:10px;
	text-align:left;
}
	#photoalbum div{
		display:inline-block;
		/*width:25%;*/
		margin-bottom:10px;
	}
img.shareitimg{
	width:24px;
	height:24px;
}
#blog blockquote{
	font-style:italic;
	margin-left:15px;
	margin-right:15px;
}
#navigation{
	Padding-bottom: 20px;
	display:table; width:100%; margin-top:0;
}
	#navigation_row{
		display:table-row;
	}
		#navigation_left{
			display:table-cell; text-align:left;
		}
		#navigation_right{
			display:table-cell; text-align:right;
		}
.rightnav{
	float:right;
	font-weight:bold;
	margin:0;
}
.leftnav{
	margin:0;
	font-weight:bold;
}
p.keepreading{
	text-align:right;
	
}
/*
span.keepreading{
	
	
}
a.keepreading{
	color:#000;
	padding:3px 6px;
	background-color: #999;
	border-radius:5px;
    border-style: solid;
    border-bottom-color: #111;
    border-right-color: #333;
    border-left-color: #777;
    border-top-color: #888;
}
*/
#searchresults h2, #searchresults p{
	text-align:center;
}

#tagview{
	text-align:center;
	width:100%;
	padding:5px;
}
#tagview span{
	font-size:x-small;
}


