/*
 *		JoomSpirit CSS file for typo
 *
 */
 
p {
margin: 8px 0;
}
 
h1, h2, h3, h4 {
font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
text-decoration: none;
font-variant:small-caps;
font-weight:bold;
color:#f00;
margin:20px 0 8px 0;
}

h1 span, h2 span, h3 span {
color:#000;
}

h1 {
font-size:160%;
}

h2 {
font-size:130%;
}

h3 {
font-size:120%;
}

h4 {
font-size:110%
}

.arrow {
background: url(../images/arrow_red.png) 0 4px no-repeat;
padding-left: 35px;
}

/*
*	FOOTER
*/

#footer {
color: #ada5fa;
font-size:90%;
}



/*
*	List
*/

ul.list_color, ul.list_check {
margin-left:10px;
margin-top:22px;
padding-left:0;
}

.list_color li, .list_check li {
background: url(../images/list_color.png) 0 2px no-repeat;
padding-left: 24px;
list-style:none;
margin:16px 0;
}

.list_check li {
background: url(../images/list_check.png) 0 2px no-repeat;
}

/*
*	Quotation
*/

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../images/quote.png) 0 5px no-repeat;
	text-align:justify;
	font-style:italic;
	font-size:105%;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/quote_end.png) 100%  no-repeat;
}