@import url('../Landscape.css');

#fw-container {
	background: transparent url('bg.gif') repeat-y top left;
}
#fw-head {
	background: transparent url('bg-head.gif') repeat-x bottom left;
}
.fw-logo {
	background-image:url('bg-logo.jpg');
}

.fw-title{
	background: transparent url('bg-h2.gif') no-repeat bottom left;
	color: #dda203;
}
.fwBlogEntryTitle {
	background: transparent url('bg-h2.gif') no-repeat bottom left;
	color: #dda203 !important;
}
.fwBlogEntryBody {
	background: transparent url('bg-h2.gif') no-repeat bottom left;
	padding-bottom:10px;
}

#fw-sidebar .fw-title {
    background: #F9F7D5;
    border-left: 3px solid #F0DD77;
}

a,
a:visited {
	color: #dda203;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	color: #dda203;
	text-decoration: underline;
}

#fw-nav-menu a {
	background: #f9f7d5;
	border-bottom: solid 1px #f0dd77;
	border-right: solid 4px #f0dd77;
}
#fw-nav-menu a:hover {
	color: #dda203;
}

#fw-profile-basicInfo {background-color:#F6F1B2}
.fw-profile-title {border:2px solid #F6F1B2; background-color:#dda203; color:white;}
.fw-even, .fw-primary {background-color:#fff;} 
.fw-odd, .fw-secondary {background-color:#F9F7D5}
.fw-tertiary {background-color: #FFE357; border-color: #FFE357;} 
.fw-profile-basicAction {border:1px solid #F6F1B2}

