/*
*		JoomSpirit CSS file for typo
*
*/

body {
font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Sans-Serif;
color: #000033;
} 

p {
margin: 12px 0;
}

h1,h2 {
font-family:"Lucida Handwriting";
text-decoration: none;
text-transform:none;
font-weight:normal;
margin:8px 0 8px 0;
}

h3, h4 {
font-family:Lucida Grande ,Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform:none;
font-weight:normal;
margin:8px 0 8px 0;
}

h1, h2.contentheading {
font-size:200%;
color: #0098c4;
line-height:40px;
border-bottom: 3px solid #b0d65d;
text-shadow: 2px 2px 6px #aaa;
}

h1.componentheading {
font-size:200%;
color: #0098c4;
border-bottom: none;
margin-bottom:10px;
line-height:40px;
border-bottom: 3px solid #b0d65d;
text-shadow: 2px 2px 6px #aaa;
}

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

h2 a {
color: #0098c4;
}

h2 a:hover {
text-decoration: none;
}

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

h4 {
font-size:140%;
color:#b0d65d;
line-height:16px;
}

h3.module {
margin-top:0;
}


/**				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:2px;
padding-left:0;
}

.normal li, .check li {
background: url(../images/list_normal.gif) 0 0px no-repeat;
padding-left: 24px;
list-style:none;
margin:1px 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 4px;
}

/** 	TOOL TIPS		**/

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

/**  READ ON  **/

a.readon, a.readmore {
display:block;
background: transparent url(../images/read_more.png) 0 0 no-repeat;
text-align:center;
margin: 10px 0 0 0px;
width:105px;
height:30px;
padding-top:7px;
text-decoration : none;
}

a.readon:link, a.readon:visited, a.readmore:link, a.readmore:visited {
color: #555;
}

a.readon:hover, a.readmore:hover {
color: #0098c4;
text-decoration : none;
}

/**		FOOTER		**/

#copyright, #bottom_nav {
color: #aaa;
font-size:90%;
}

#copyright {
color: #777;
}

#copyright a:hover {
color: #0098c4;
text-decoration: none;
}

