/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/



/************/
/* Post Box */

.post {
	margin-top: 10px;
	margin-bottom: 50px;
}

.post-rendered-top, .post-rendered-bottom {
	position: relative;
	height: 10px;
	border: 0;
}

.post-rendered-bottom {
	margin-bottom: 30px;
}

.post-rendered-top-center, .post-rendered-bottom-center {
	position: absolute;
	height: 9px;
	left: 10px;
	right: 10px;
}

.post-rendered-bottom-center {
	height: 9px;
}


.post-rendered-top-left, .post-rendered-top-right, .post-rendered-bottom-left, .post-rendered-bottom-right {
	position: absolute;
	width: 10px;
	height: 10px;
}

.post-rendered-top-left, .post-rendered-bottom-left {
	top: 0px;
	left: 0;
}

.post-rendered-top-right, .post-rendered-bottom-right {
	top: 0px;
	right: 0;
}

.post-title {	
	padding: 8px 40px 4px 15px;
	margin: 0px;	
	
}

.post-title-background, .post-title-background-closed {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 0;
	bottom: 0;
}

.post-title-background-closed {
}

.post-title-content {
	position: relative;
}

.post-title-content h2.single-title {
	margin-bottom: 4px;
}

.post-slider, .post-slider-closed {
	position:absolute;
	height: 23px;
	width: 24px;
	right: 8px;
	cursor: pointer;
}

.post-slider-closed {
}

.post-body {
	/* This combination ensures anything that overflows this box is hidden*/
	position: relative;
	overflow: hidden;
	margin: 0 12px 0 12px;
}

.post-body-closed {
	display: none;
}


.post .postmetadata {
	padding-top: 5px;
	margin: 0px;
}

.post input, .post textarea {	
	padding: 1px 5px 1px 5px;
}

.post .button {
	margin: 0;
	padding: 0 5px;
	width: auto;
	height: 1.5em;
	cursor: pointer;
}

/* End of Post Box */
/*******************/



/*******************/
/* Post Typography */

.post {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;	
}

.post p {	
	margin:  0px;
	padding: 10px;
}

.post pre {	
	margin:  0;
	padding-left: 10px;
}

/* This is mainly for password protected posts */
.post form { 
	text-align:center;
}

.postmetadata {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

.post small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
}
	


/* End of Post Typography */
/**************************/


/**************/
/* Post Lists */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* End of Post Lists */
/*********************/
