/*
*		JoomSpirit CSS file for typo
*
*/
body {
font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
color:#444;
} 
p {
margin: 8px 0;
}

h1, h2, h3, h4 {
font-family: Constantia, georgia, Times New Roman, Verdana;
text-decoration: none;
text-transform:none;
font-weight:normal;
margin:8px 0 8px 0;
text-shadow: 2px 2px 6px #aaa;
}

h1, h2.contentheading {
font-size:180%;
color: #999;
line-height:50px;
border-bottom: 1px solid #ccc;
}

h1.componentheading {
border-bottom: none;
margin-bottom:40px;
}

h2, .blog  h2.contentheading{
font-size:200%;
color: #999;
}

h3 {
font-size:170%;
color: #555;
line-height:30px;
}

h4 {
font-size:110%;
color: #555;
line-height:16px;
}

h3.module {
margin-top:0;
}

/**	SITE NAME	**/

#site_name h2 {
font-family: Gill Sans, Verdana;
text-decoration: none;
text-transform:none;
font-weight:bold;
font-size:40px;
text-shadow: 1px 1px 6px #666;
}

#site_name h2 span {
font-size:20px;
}
/**	NAV MAIN **/


#left ul a, #left ul span.separator {
color: #333;
font-family:  Comic Sans MS,Tahoma,Arial,Helvetica,Sans-Serif;
line-height:15px;
float:			right;
letter-spacing: -0.5px;
font-weight: normal;
font-size:145%;
padding-left:0px;

}

#left ul .active ul a , #left ul li ul .active ul a,
#left ul .active ul span.separator , #left ul li ul .active ul span.separator {
color: #889d22;
}


#left ul li li a, #left ul li li span.separator{ /* Just submenu links*/	
position:relative;
color: #333;
float:none;
font-size:100%;
line-height: 8px;
padding-left:10px;
}

/**				LINK		**/


a
{
text-decoration : none;
}

a:hover {
text-decoration : underline;
}


a:active, a:focus {
outline:none;
}


/*	List  */


ul.normal, ul.check {
margin-left:10px;
margin-top:22px;
padding-left:0;
}


.normal li, .check li {
background: url(../images/list_normal.gif) 0 0px no-repeat;
padding-left: 24px;
list-style:none;
margin:16px 0;
}


.check li {
background: url(../images/list_check.gif) 0 0px no-repeat;
}


/*
*	Quotation
*/


blockquote.grey, blockquote.black {
margin: 10px 30px 10px 30px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/quote_grey.gif) 0 5px no-repeat;
text-align:justify;
font-style:italic;
font-size:105%;
}


blockquote.black {
background: url(../images/quote_black.gif) 0 5px no-repeat;
}


blockquote.grey p, blockquote.black p {
margin: 0px -35px -10px 0px;
padding: 0px 35px 10px 0px;
background: url(../images/quote_grey_end.gif) 100%  no-repeat;
text-shadow: 2px 2px 6px #aaa;
}


blockquote.black p {
background: url(../images/quote_black_end.gif) 100%  no-repeat;
}


/**  DIV Info  **/


.info {
line-height:25px;
padding-left:30px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background: #eee url(../images/logo_info.gif) 4px 3px no-repeat;
margin: 10px 0;
}

/** 	TOOL TIPS		**/

.tool-tip {
color: #666;
width: 139px;
z-index: 13000;
}
 
.tool-title {
font-weight: bold;
font-size: 115%;
margin: 0;
padding: 8px 8px 4px;
background: transparent url(../images/bubble.png) top left no-repeat;
}
 
.tool-text {
font-size: 100%;
padding: 4px 8px 8px;
background: transparent url(../images/bubble.png) bottom right no-repeat;
}


/**		FOOTER		**/

#footer {
color: #888;
font-size:90%;
}






