/* Design and coding by Justine
URL: http://louder-now.net/
E-MAIL: justine@louder-now.net */

.highlight, #content h3 {
	color: #ff3f95;
	text-shadow: #ff9ac7 1px 1px 1px;
}
.stats a {
	color: #1124c4!important;
}
.stats a:hover {
	color: #999999!important;
}

a#green-blue {	background: url('../../images/blue.png')!important; }
a#green-blue:hover { background: url('../../images/green.png')!important; }

/* _________________________________________________________________________________________________________________ CONTENT */

#content h2 {
	color: #1124c4;
	text-shadow: #5872f3 1px 1px 1px;
}
#content h2.main {
	color: #ff3f95;
	text-shadow: #ff9ac7 1px 1px 1px;
}
#content a {
	color: #1124c4;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover, #content p.members a:hover {
	color: #979797;
	text-decoration: none;
}
#content strong {
	color: #ff3f95;
}
#content b {
	color: #565656;
}
#content i {
	color: #565656;
	letter-spacing: 2px;
}
#content em {
	color: #ff3f95;
}
#content u {
	color: #777777;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
#content p.members strong {
	color: #ff3f95;
}
#content p.members a {
	color: #1124c4;
}

/* _________________________________________________________________________________________________________________ FOOTER */

#bottom a {
	color: #ff3f95;
	text-decoration: none;
}

#bottom a:hover {
	color: #1124c4;
}


.menu ul ul a:hover { 
	color: #ff3f95!important;
}
