/**
* Headlines
*/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				1em;
	font-weight:			bold;
	margin-bottom:			1em;
    text-transform:         uppercase;
}

.typography div.WidgetHolder h3 {
	display:				none;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			1.2em;
}

.typography p.right {
	text-align:				right;
}

.typography p.searchResultHead {
	background:				#bbbaba;
	padding:				10px;
	color:					#fff;
}

.typography p.searchResultHead a {
	color:					#fff;
}

.typography p.searchResultContent {
	padding:				0px 10px;
}

/**
* Links
*/
.typography a {
	color:					#333;
	text-decoration:		underline;
}

/**
* Image alignment
*/
.typography img.right {
	float:				right;
	margin:				0px 0px 20px 20px;
}

.typography img.left {
	float:				left;
	margin:				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.green {
    list-style-type:    none;
    list-style-image:   none;
}

.typography ul.green li {
    background:         url(../images/lst_typography_ul_green.png) no-repeat;
    padding:            4px 0 10px 30px;
}
