/**
* Headlines
*/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				small;
	font-weight:			bold;
	margin-bottom:			20px;
}

.typography div.widget_holder h3 {
	padding:				6px 5px 6px 14px;
	color:					#fff;
	background:				#4b111f;
	margin:					0px;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			20px;
}

/**
* Links
*/
.typography a {
	text-decoration:		underline;
	color:					#141215;
}

.typography a.more, a.more {
	border:					1px solid #fff;
	background:				url(../images/bg_a_more.gif) repeat-x left center #d9dada;
	color:					#141215;
	padding:				1px 30px 2px 30px;
	text-decoration:		none;
	display:				inline-block;
}

.typography a img {
	border:					none;
}

/**
* Image alignment
*/
.typography img.right {
	float:					right;
	padding:				0px 0px 10px 10px;
}

.typography img.left {
	float:					left;
	padding:				0px 10px 10px 0px;
}

.typography img.leftAlone {
	display:				block;
	margin:					0px 0px 20px 0px;
}

.typography img.center {
	float:					none;
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:			20px;
	display:				block;
}

/**
* Other alignments used in the wysiwyg editor
*/
.typography .left {
	text-align:				left;
}
.typography .center {
	text-align:				center;
}
.typography .right {
	text-align:				right;
}

/**
* Lists
*/
.typography  ul, .typography ol {
	margin:					20px;
}

.typography ul li, .typography ol li {
	margin:					0px 10px;
}