/*
	vSlider v2.0
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/


/***************/
/* Content Box */

#content {
	float: left;
	padding: 0px 16px 0px 16px;
	margin: 0;
	width: 500px;
}
	
	
.navigation {
	display: table;
	text-align: center;
	margin-bottom: 10px;
	height: 0px;
	width: 500px;
}
	
#content div.hr {
	border-top: 1px solid #acb0b5;
	width: 100%;
	font: 1px/1px monospace;
	height: 1px;
	margin: 15px 0 15px 0;	
}
/* 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;
	list-style: url("images/bullet.gif");
}


/* End of Content Lists */
/************************/

