@import url(../base.css);

html {color: #bbbbbb; background: #181818 url(../img/black/background.png) repeat-x top; }

#fw-head h1 a {color:#e5e5e5;background: url(../img/black/plus.png) no-repeat left 2px; }
#fw-head h1 a:hover {color:#858585;}
#fw-head h2 {color:#686868;}

.fw-logo{background: url(../img/black/logo.jpg) repeat 50% 50%; }

#fw-nav-menu ul ul {border-bottom: solid 1px #343434 !important;}
a.fw-current-nav-link:link, a.fw-current-nav-link:visited {color:#919191;}

#fw-bigcontain {background:#131313; border: solid 1px #414141; }
#fw-bigcontain .fw-title {background:url(../img/black/fw-title.png) repeat-x; text-shadow: 1px 1px 4px #313131;}

#fw-sidebar .fw-title {background:url(../img/black/sidebar-fw-title.png) repeat-x;}
#fw-sidebar {background:#282828; border: solid 1px #444;}
#fw-sidebar .fw-profile-pic {border: solid 4px #7d7d7d;}
#fw-sidebar .fw-profile-pic:hover {border-color: #bbbbbb;}

.fw-button, .fw-button:link, .fw-button:active, .fw-button:visited{
	background: #3A3A3A;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A3A3A', endColorstr='#232323');
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.23, #3A3A3A), color-stop(0.74, #232323));
	background: -moz-linear-gradient(center top, #3A3A3A 23%, #232323 74%);	
	opacity: 1 !important;
	border: solid 1px #515151 !important;border-top: solid 1px #808080;
}
.fw-button:hover {
	background: #232323;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#313131');
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.23, #2e2e2e), color-stop(0.74, #313131));
	background: -moz-linear-gradient(center top, #2e2e2e 23%, #313131 74%);
}

.fw-even, #fw-menubar_aux {
	background: url(../img/gradient-title.png) repeat-x top #353535;
	border-top: solid 1px #585858 !important;
}

.blogPostDetails {color:#c6c6c6;}
.spacer {border: solid 1px #464646 !important;}

.fw-album_meta{color:#606060; }
.fw-album_meta a{color:#9f9f9f;}

#fw-footer {border-top: solid 70px #181818; background: url(../img/black/footer.png) repeat-x;}