/* --- Freewebs Subtle Pink Template --- */

@import '../style.css';

html {
	background: url('../img/pinkbg.gif');
	color: #333;
}

#fw-container {
	background: url('../img/pinkbody.gif') repeat-y top center;
}

a, a:visited {
	color: #E2859D;
}

a:hover {
	color: #000;
}

.fw-tertiary {
	background: #fbe1e8;
	color: #333;
	border-color: #E8E8E8;
}

/* --- Head, Titles, and Logo --- */

#fw-title a {
	color: #000;
}

#fw-smalltitle {
	color: #e2859d
}

/* --- Navigation --- */

#fw-mainnavwrap a, #fw-mainnavwrap a:visited {
	color: #000;
	border: 1px solid #fff;
}

#fw-mainnavwrap a:hover {
	background: #FFE9E8;
	border: 1px solid #e2958d;
	color: #000;
}

/* --- Content --- */

#fw-bigcontain .fw-title {
	border-bottom: 1px dashed #E2859D;
	color: #E2859D;
	padding-bottom: 2px;
}

/* --- Sidebar --- */

#fw-sidebar .fw-title {
	border-left: 1px dashed #E2859D;
	border-bottom: 1px dashed #E2859D;
}

/* --- Footer --- */

#fw-footer {
	background: #fff;
	border: 1px solid #E2859D;
	text-align: center;
}