@charset "utf-8";
/* CSS Document */

.postContainer
{
	position:relative;
	float:left;
	clear:both;
	width:560px;
}

.postBody
{
	position:relative;
	float:left;
	width:538px;
	margin:0 0 10px 6px;
	padding:7px 7px 0 7px;
	border:1px solid #f5f5f5;
	background-color:#fdfdfd;
}

.postDateContainer
{
	position:absolute;
	top:7px;
	left:-7px;
	width:40px;
	height:42px;
	background-image:url(../images/posts/date-bg.gif);
}

.postDateN
{
	position:absolute;
	top:2px;
	left:0;
	font-size:0.9em;
	line-height:15px;
	color:#fff;
	text-align: center;
	font-weight:bold;
	text-transform:uppercase;
	width:35px;
}
.postMonth, .postDate
{
	position:absolute;
	top:3px;
	left:0;
	width:35px;
	color:#fff;
	font-size:0.63em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.postDate
{
	top:12px;
	font-size:1.13em;
}

.postTitle
{
	position:relative;
	float:left;
	margin-left:30px;
}

.postTitle h2, .postTitle p
{
	margin:0;
	padding:0;
	color:#9c81bb;
	font-size:1.13em;
}

.postTitle h2 A, A:hover {
	color:#9c81bb;
	text-decoration:none;
}

.postTitle p
{
	font-size:0.69em;
}

.post
{
	position:relative;
	float:left;
	clear:both;
	border-top:2px solid #9c81bb;
	margin-top:15px;
	color:#777777;
	font-size:0.75em;	
}
.post_in
{
	position:relative;
	float:left;
	clear:both;
	margin-top:2px;
	color:#777777;
	font-size:0.75em;	
}

.postFooter
{
	position:relative;
	float:left;
	clear:both;
	width:544px;
	height:24px;
	overflow:hidden;
	margin:0 0 20px 6px;
	padding:7px 0 0 10px;
	background-image:url(../images/posts/footer-bg.gif);
	color:#9c81bb;
	font-size:0.75em;
}

.postAuthor, .postComments, .postTags
{
	margin-left:5px;
	padding:0 15px 0 20px;
	border-right:1px solid #9c81bb;
	background-position:left;
	background-repeat:no-repeat;
}

.postAuthor
{
	background-image:url(../images/posts/author.gif);
}

.postComments
{
	background-image:url(../images/posts/comments.gif);
}

.postTags
{
	background-image:url(../images/posts/tags.gif);
	border-right:none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
