@import url("../Vogue.css");

#fw-head { 
	background: url('bg-head.gif') no-repeat top left;
}
.fw-logo {
	background: url('bg-logo.gif');
}
#fw-bigcontain .fw-title {
	background: transparent url('bg-h2.gif') repeat-y top right;
}

html {
	background: #f5ebe2;
}

a,a:visited {
	color: #ac8256;
}
a:hover,a:visited:hover {
	color: #ac8256;
	background: #f0e5da;
}

#fw-mainnavwrap {
	background: #FCF9F7;
	border:1px solid #FCF9F7;
}
#fw-mainnavwrap li {
	border-bottom:1px solid #FCF9F7;
}
#fw-bigcontain {
	background: #FAF5F0;
	border:1px solid #FAF5F0;
}

.fwBlogEntryTitle {
	font: bold 20px 'lucida sans','lucida grande',arial !important;
	color: #ac8256 !important;
	margin: 0px !important;
	padding: 0px !important;
	letter-spacing: -1px !important;
	text-align: right !important;
}
.fwBlogEntryDate {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color: #000 !important;
	text-align: right !important;
	font: bold 12px arial;
}

.fw-odd {color:#000; background-color:#faf5f0; border-color:#000;} 
.fw-even {color:#000; background-color:#ffffff; border-color:#f2eae2;} 
.fw-primary {background-color:#d5b696; border-color:#f2eae2;} 
.fw-secondary {color:#000; background-color:#f2eae2; border-color:#f2eae2;}