/* --- SemiDaily Green --- */

@import '../style.css';

html {
	background: transparent url('../img/purplebg.png') repeat top left;
}

a, a:visited {
	color: #8b3d69;
}

a:hover {
	color: #642448;
}

.fw-even, .fw-primary {
	background-color: #fff;
	border-color: #e8e8e8;
}

.fw-odd, .fw-secondary {
	background-color: #f4f4f4;
	border-color: #e8e8e8;
}

.fw-tertiary {
	background-color: #fadaec;
	border-color: #e8e8e8;
}

/* --- Containers and the like --- */

#fw-container {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

/* --- Header, Titles, and Logo --- */

#fw-head {
	background: transparent url('../img/purplehead.jpg') no-repeat top left;
}

#fw-title a, #fw-title a:hover, #fw-title a:visited {
	color: #d485b2;
}

#fw-smalltitle {
	color: #fff;
}

.fw-logo {
	background: transparent url('../img/purplelogo.jpg') no-repeat top left;
}

/* --- Navigation --- */

#fw-mainnavwrap {
	background: #fff url('../img/purplebottom.png') no-repeat bottom left;
}

#fw-mainnavwrap a {
	color: #8b3d69;
}

#fw-mainnavwrap a:hover {
	background: #8b3d69;
	color: #fff;
}

/* --- Content Area --- */

#fw-blockContainer {
	background: transparent url('../img/purplebody.png') repeat-y top left;
}

#fw-bigcontain .fw-paragraph {
	background: transparent url('../img/purpletitle.png') no-repeat top left;
}

#fw-bigcontain .fw-title {
	color: #8b3d69;
}

/* --- Sidebar --- */

#fw-sidebar {
	color: #fff;
}

#fw-sidebar a, #fw-sidebar a:visited {
	color: #c49cb3;
}

#fw-sidebar a:hover {
	color: #d485b2;
}

#fw-sidebar .fw-title {
	background-color: #8c406b;
	border-bottom: 1px dotted #fff;
}

/* --- Footer --- */

#fw-footer {
	background: #fff;
}

#fw-foottext {
    background: #4e082a;
    color: #fff;
}
