/* skin: western */

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

#content {
	background: #D19950 url(bg.jpg) repeat;
}
.skin {
	background: url(skinbg.jpg) repeat-y;
	}
#skinheader {
	background: url(topper.jpg) no-repeat;
	height: 234px;
	}
#skinfooter {
	background: url(footer.jpg) no-repeat;
	height: 101px;
	}


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

#skinUserBar {
	background-color: #dfd9a9;
	border-color: #CCB167;
	}
.skinItem {
	background: #EFE8B4;
	border-color: #CCB167;
	}
.skin hr {
	background: #CCB167;
	color: #CCB167;
	}
.skin .dimmedBorder {
	border-color: #ccc;
	}


/* TEXT COLORS
------------------------------------------------------------ */

.skin,
.skin .regular {
	color: #222;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	color: #862C15;
	}
.skin a {
	color: #CB1616;
	}
.skin .tags a.selected {
	background-color: #CB1616;
	color: #fff;
	}
#skinUserBar h1 a {
	color: #862C15;
	}
.skin .dimmed,
.skin .empty {
	color: #999;
	}
.skinEdit a {
	background-color: #dfd9a9;
	color: #000;
	}