/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/


/***************/
/* Content Box */

#content {
}


#content-floater {
	width: 100%;
}

#content-box {
	padding: 0 16px;
}
	
	
#content .navigation {
	display: table;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
	
#content div.hr {
	width: 100%;
	font: 1px/1px monospace;
	height: 1px;
	margin: 30px 0;	
}

#content h2.pagetitle {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

/* End of Content Box */
/**********************/


/**********************/
/* Content Typography */

#content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;	
}

/* End of Content Typography */
/*****************************/


/*****************/
/* Content Lists */

#content ul, .post ol {
	margin: 0;
	padding: 0 10px 0 10px;
	text-indent: 0px;
	}

#content ol li {
	margin: 7px 0 8px 30px;
}

#content ul li{
	margin: 7px 0 8px 30px;
}


/* End of Content Lists */
/************************/

