/* @override http://localhost:8888/Ligos/css/style-vert.css */

@charset "UTF-8";
/* CSS Document */

a { color: #779d1e; }
a:hover { color: #466b00; }

h1 { color: #779d1e;  font-weight: bold; }

h1 a, .anchor-title { color: #779d1e !important; }
h1 a:hover, .anchor-title:hover { color: #466b00 !important; }

	#header-border {
		
		background: #424242 url(../images/lime/header-border.gif) no-repeat top center;
		
	}
	
.read-more {
	background: #779d1e;
}
.read-more:hover {
	background: #466b00;
}
	
	
	
/* MENU */


		
		#menu li span.hover {
			
			background: #466b00;
			
		}
			
				#menu li ul li {
					
					background: #466b00;
					
				}
				
					#menu li ul li span { background: #779d1e; }
				
				
				
/* SUBMENU */

#submenu { background: #779d1e; }
#submenu li a:hover { background: #466b00; }

.show-submenu { background: url(../images/lime/show-submenu.png) no-repeat top left !important; }

/* PORTFOLIO */

	.more { background: #f1f1f1 url(../images/lime/portfolio-arrow.png) no-repeat top right; }
	.more:hover { background: #f1f1f1 url(../images/lime/portfolio-arrow.png) no-repeat bottom right; }
	.minus {  background: #f1f1f1 url(../images/lime/portfolio-arrow.png) no-repeat top left; }
	.minus:hover {  background: #f1f1f1 url(../images/lime/portfolio-arrow.png) no-repeat bottom left; }
				
					.portfolio-slide ul li ul li {
						
						background: url(../images/lime/portfolio-selector.png) no-repeat bottom left;
						
					}
					
					.portfolio-slide ul li ul li.currentSel {
						
						background: url(../images/lime/portfolio-selector.png) no-repeat top left;
						
					}
					
					
					
					
					
/* BLOG */


		
			.blog-image .comments a {
				
				background: url(../images/lime/blog-comments.png) no-repeat top left;
				
			}