/* Your custom color scheme */


/* Font */
 

h1, h2, h3, h4, h5, h6, .r-slider-container .description {
}


/* Background */




/* Section title */
.container-title {
	border-left-color: #009900;
}


/* Links */

a {
	color: #666;
}

a:hover {
    color: #1A7490;
}


/* Header */

#header-toolbar {
    border-top-color: #239cc3;
}


/* Gallery */

.gallery-item:hover .gallery-title a,
.gallery-item:hover .gallery-title a .point-right {
	color: #060;
}

/* Items disabled by gallery filter */
.disabled:hover .gallery-title a,
.disabled:hover .gallery-title a .point-right {
    color: #333;
}


/* Other */

.underline {
    background-color: #009900; /* underlines in sidebar and footer widgets */
}
