/* skin: mystic city */

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

#content {
	background: #002436 url(bg.jpg) repeat-x;
}
.skin {
	background: url(skinbg.jpg) repeat-y;
	}
#skinheader {
	background: url(topper.jpg) no-repeat;
	height: 272px;
	}
#skinfooter {
	background: url(footer.jpg) no-repeat;
	height: 109px;
	}


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

#skinUserBar {
	background-color: #112739;
	border-color: #112739;
	}
.skinItem {
	background: #0d4f6d;
	border-color: #112739;
	}
.skin hr {
	background: #112739;
	color: #112739;
	}
.skin .dimmedBorder {
	border-color: #ccc;
	}


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

.skin,
.skin .regular {
	color: #fff;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	color: #AB9A56;
	}
.skin a {
	color: #3EB3E4;
	}
.skin .tags a.selected {
	background-color: #3EB3E4;
	color: #fff;
	}
#skinUserBar h1 a {
	color: #AB9A56;
	}
.skin .dimmed,
.skin .empty {
	color: #999;
	}
.skinEdit a {
	background-color: #112739;
	color: #fff;
	}