a {
	color: red;
}

a:hover {
	color: #000;
}

body {
	background: url(green/bg.gif) repeat-x top left;
}

/*CONTAINER*/

.sf-menu a { 
	color: #717171;
}

.sf-menu a:hover, .sf-menu a.current, li.current-cat a, li.current_page_item a { 
	color: #000;
}

.sf-menu ul a { 
	background-color: #333;
	color: #ccc;
}

.sf-menu ul a:hover { 
	color: #fff;
}

.inside h2 a {
	color: #333;
}

.inside h2 a:hover {
	color: #000;
}

#myController { 
	background: url(green/featured-nac.png) no-repeat top right;
}

#myController a { 
	background: url(green/inactive.png) no-repeat top left; 
}
	
#myController a.jFlowSelected { 
	background: url(green/active.png) no-repeat top left; 
}

#myController a.jFlowNext {
	color: #3f3c34;
}

#myController a.jFlowNext:hover {
	color: #fff;
}

.heading {
	background: url(images/blog-top.png) no-repeat top left;
}

.left-col-content {
	background: url(images/blog-content.png) repeat-y top left;
}

.left-col-bottom {
	background: url(images/blog-bottom.png) no-repeat top left;
}

.post {
	background: url(images/gra.gif) repeat-x bottom left;	
}

.post small a {
	background-color: #a2be0c;
}

.post small a:hover{
	background-color: #d87913;
}

#searchform input#search_submit {
	background: url(images/search.png) no-repeat top left;
}

#footer {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
}

ul.commentlist li, .trackback {
	background: url(images/gra.gif) repeat-x bottom left;
}

