@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: #ff6801;
}
.fwBlogEntryTitle {
	background: transparent url('bg-h2.gif') no-repeat bottom left;
	color: #ff6801 !important;
}
.fwBlogEntryBody {
	background: transparent url('bg-h2.gif') no-repeat bottom left;
	padding-bottom:10px;
}

#fw-sidebar .fw-title {
    background: #FDEFD1;
    border-bottom: 1px solid #F2C182;
}

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

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

#fw-nav-menu a {
	background: #fdefd1;
	border-bottom: solid 1px #f2c182;
	border-right: solid 4px #f2c182;
}
#fw-nav-menu a:hover {
	color: #ff6801;
}

#fw-profile-basicInfo {background-color:#F4DDA7}
.fw-profile-title {border:2px solid #F4DDA7; background-color:#ff6801; color:white;}
.fw-even, .fw-primary {background-color:#fff;} 
.fw-odd, .fw-secondary {background-color:#FDEFD1;}
.fw-tertiary {background-color: #FFA00D; border-color: #FFA00D;} 
.fw-profile-basicAction {border:1px solid #F4DDA7}

