/*
 *		JoomSpirit CSS file for color
 *
 */


div#top {
background: #537eff  0 0 repeat-x;
border-bottom: 18px solid #cccc00;
}

h1, h2 {
color: #a6a600;
}

h3, h4 {
color:#cccc00;
}

h2.contentheading {
background: transparent url(../images/logo_blue.gif) 0 0 no-repeat;
padding-left: 30px;
}

.article-tools {
background-color:#e9f8eb;
}

/* nav left  */

#content_left ul li a{
background-color: #098bd8;

}

#content_left ul li a:hover, #content_left ul .active a {
background-color: #10a1f5;
border-left:10px solid #098bd8;
padding-left:10px;
}

/*  module  */

div.default h3.module span span{
color: blue;
}

/*  link   */

/**  READ ON  **/

a.readon, a.readmore {
margin-left:25px;
height:20px;
padding-left : 25px;
background: transparent url(../images/readmore_orange.gif) 0 0 no-repeat;
}

a.readon:link, a.readon:visited, a.readmore:link, a.readmore:visited {
	color: #a6a600;
}

a.readon:hover, a.readmore:hover {
	background: transparent url(../images/readmore_orange.gif) 0 -20px no-repeat;
	color: #cccc00;
}