/**
* Headlines
*/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				large;
	font-weight:			normal;
	margin-bottom:			20px;
	color:					#000;
	text-transform:			uppercase;
}

.content_left_content.typography h3 {
	font-size:				small;
	color:					#525151;
	margin-bottom:			10px;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			20px;
}

.content_left_content.typography p {
	margin-bottom:			10px;
}

/**
* Links
*/
.typography a {
	text-decoration:		underline;
	color:					#797979;
}

.typography a.more {
	display:				-moz-inline-block;
	display:				inline-block;
	padding-left:			15px;
	background:				url(../images/bg_a_more.gif) no-repeat left center;
}

.typography a img {
	border:					none;
}

.content_left_content.typography a.more {
	color:					#525151;
}

.typography a.back {
	display:				-moz-inline-block;
	display:				inline-block;
	padding-left:			15px;
	background:				url(../images/bg_a_back.gif) no-repeat left center;
}

/**
* Image alignment
*/
.typography img.right {
	float:				right;
	padding:			0px 0px 20px 20px;
}

.typography img.left {
	float:				left;
	padding:			0px 20px 20px 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;
}

.typography ul {
	list-style-image:	url(../images/list_style_image.gif);
}