/*
** Flexo template - story stylesheet : story.css
** v0.1.1
** $Revision: 261 $
** $Date: 2008-02-13 01:17:17 -0800 (Wed, 13 Feb 2008) $
** Copyright 2008 Musaul Karim. All rights reserved
** http://mk.vftw.com
*/

#corpus .post .entry
{
	padding: 1em 2em;
	overflow: hidden;
	font-size: 1.1em;
}
#corpus .post .entry a, #commentlist .commentbody a
{
	text-decoration: underline;
}

#corpus .post .entry pre.code
{
	margin: 5px;
    padding: 1em;
    overflow: auto;
    clear: both;
}
code.pre, code.codeblock
{
	margin: 5px;
    display: block;
    padding: 1em;
    clear: both;
    overflow: auto;
	white-space: pre;
}

#corpus .post .entry .more-link, #corpus .post .entry .pagelist
{
	display: block;
	margin: 20px;
	text-align: right;
	font-weight: bold;
}

#corpus .post .entry img, #corpus .post .entry object, #corpus .post .entry embed, #corpus .post .entry video
{
	display: block;
	margin: 10px auto;
}
#corpus .post .entry img.wp-smiley
{
	display: inline;
	margin: 0;
}

#corpus .post .entry img.floatl
{
	float: left;
	margin-right:20px
}

#corpus .post .entry img.floatr
{
	float: right;
	margin-left:20px
}

#corpus .post .entry .boxout
{
	margin: 1.5em;
	padding: 1em;
	font-size:.85em;
}
#corpus .post .entry .right
{
	float:right;
}
#corpus .post .entry .left
{
	float:left;
}


#corpus .post .entry .instoryad,
#corpus .post .entry .instoryadauto
{
	display: block ! important;
	margin: 15px 0px 10px 10px;
	float: right;
	opacity: 0.8;
}

