/* skin: samurai */

/* GENERAL LAYOUT
------------------------------------------------------------ */

#content {
	background: #000;
}
.skin {
	background: url(skinbg.jpg) repeat-y;
	}
#skinheader {
	background: url(topper.jpg) no-repeat;
	height: 281px;
	}
#skinfooter {
	background: url(footer.jpg) no-repeat;
	height: 104px;
	}


/* PAGE ELEMENTS
------------------------------------------------------------ */

#skinUserBar {
	background-color: #fff;
	border-color: #7EAF81;
	}
.skinItem {
	background: #eee;
	border-color: #7EAF81;
	}
.skin hr {
	background: #7EAF81;
	color: #7EAF81;
	}
.skin .dimmedBorder {
	border-color: #ccc;
	}
	
	
/* TEXT COLORS
------------------------------------------------------------ */

.skin,
.skin .regular {
	color: #333;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	color: #5f2521;
	}
.skin a {
	color: #b81216;
	}
.skin .tags a.selected {
	background-color: #b81216;
	color: #fff;
	}
#skinUserBar h1 a {
	color: #b81216;
	}
.skin .dimmed,
.skin .empty {
	color: #999;
	}
.skinEdit a {
	background-color: #eee;
	color: #40567f;
	}