/*
 *		JoomSpirit CSS file for color
 *
 */


div#top {
background: #111111 none repeat-x 0 0;
border-bottom: 18px solid #C0C0C0;
 
}

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:#8F8F8F;
}

/* nav left  */

#content_left ul li a{
background-color: #1F1F1F;

}

#content_left ul li a:hover, #content_left ul .active a {
background-color: transparent;
border-left:10px solid #FF9933;
padding-left:10px;
}

/*  module  */

div.default h3.module span span{
color: #FF3333;
}

/*  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;
}