/* RichLoveLinks */

body {
	color: #666;
	background-color: #f1f1f1;}

/* links & buttons */

a {
    color: #4397bf;}
a:hover:not(.button) {
	color: #a2754e;}
.button {
	color: #fff;
   	background-color: #4295bd;
   	background-image: -webkit-linear-gradient(bottom, #4295bd, #5ce3f9);
    background-image: -o-linear-gradient(bottom, #4295bd, #5ce3f9);
    background-image: linear-gradient(to top, #4295bd, #5ce3f9);}

.button:hover {
	background-color: #a2754e;
	background-image: -webkit-linear-gradient(bottom, #d0a67c, #e3c193);
	background-image: -o-linear-gradient(bottom, #d0a67c, #e3c193);
	background-image: linear-gradient(to top, #d0a67c, #e3c193);
	opacity: 1;}

/* section colors */

.color1 {
	background-color:#222;
    color:#fff;  
    background-image:-webkit-linear-gradient(rgba(255,255,255,.15), transparent);
    background-image:-o-linear-gradient(rgba(255,255,255,.15), transparent);
    background-image:linear-gradient(rgba(255,255,255,.15), transparent);}
.color2 {
	color: #fff;
	background-color: #333;}
footer.color2 {
	color: #999;}

#photo-1 {
    background-image: url(../images/diamond.png);}

/* headers & punctators */

h2 {
	color: #e3c297;}
h3 {
	color: #4397bf;}
h4 {
	color: #999999;}
.color2 h3 {
	color: #7dd0f7;}
.color2 ul li:before {
	background-color: #7dd0f7;}
.color2 ol li:before {
	color: #7dd0f7;
	border-color: #7dd0f7;}

/* dividers */

#site-title h1:before {
    background-color: rgba(149, 216, 248, 0.2);}
#text-2, footer .wrapper {
	border-color: rgba(149, 216, 248, 0.2);}

/* profiles */

#profiles > article {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(67, 67, 67, 0.2);}
.profile-description > p {
    color: #999999;}

@media screen and (min-width: 980px) {
	#member-login {
    	margin-top: 1em;}
}