/* --- Freewebs The Night Dark Template --- */

@import '../style.css';

html {
	background: url('../img/evebg.png');
	color: #e4e4e4;
}

#fw-container, #fw-footer {
	background: #6C2222;
	border-left: 10px solid #d5820c;
	border-right: 10px solid #d5820c;
}

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

a:hover {
	color: #fff;
}

.fw-even, .fw-primary {
	background: #A75151;
	border-color: #8a3737;
}

.fw-odd, .fw-secondary {
	background: #6C2222;
	border-color: #8a3737;
}

.fw-tertiary {
	background: #825514;
	border-color: #8a3737;
}

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

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

#fw-title {
    top: 270px;
    right: 200px;
}

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

#fw-smalltitle {
	color: #D5820C;
    right: 200px;
    top: 307px;
}

/* --- Navigation --- */

#fw-mainnavwrap {
	border-top: 1px solid #d5820c;
	border-bottom: 1px solid #d5820c;
}

#fw-mainnavwrap a, #fw-mainnavwrap a:visited {
	color: #D6D942;
}

#fw-mainnavwrap a:hover {
	background: #d5820c;
	color: #000;
}

/* --- Content --- */

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

#fw-bigcontain .fw-title {
	color: #d5820c;
}

/* --- Sidebar --- */


#fw-sidebar {
	border-left:1px solid #d5820c;
}

#fw-sidebar .fw-title,
#fw-sidebar .fw-title a,
#fw-sidebar .fw-title a:visited,
#fw-sidebar .fw-title a:hover {
	color:#d5820c;
}

#fw-sidebar .fw-title {
	background: #4f1414;
	border-bottom: 1px solid #7a2121;
}

