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

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

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

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

#fw-nav-menu a {
	background: #e1f2dc;
	border-bottom: solid 1px #aad69e;
	border-right: solid 4px #aad69e;
}
#fw-nav-menu a:hover {
	color: #008301;
}

#fw-profile-basicInfo {background-color:#C5E1BC}
.fw-profile-title {border:2px solid #C5E1BC; background-color:#008301; color:white;}
.fw-even, .fw-primary {background-color:#fff;}
.fw-odd, .fw-secondary {background-color:#E1F2DC;}
.fw-tertiary { background-color: #018500; border-color: #018500; }
.fw-profile-basicAction {border:1px solid #C5E1BC}
