/* skin: Bored At School by Lensco */

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

#content {
	background: #9f662f url(bg.jpg) repeat;
	}
.skin {
	background: #fff url(skinbg.jpg) repeat-y;
	}
#skinheader {
	background: url(header.jpg) no-repeat;
	height: 200px;
	}
#skinfooter {
	background: url(footer.jpg) no-repeat;
	height: 180px;
	}

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

#skinUserBar {
	background: url(skinuserbar.gif) no-repeat;
	border: 0;
	}
.skinItem {
	background: #fff;
	border-color: #aeccea;
	}
.skin hr {
	background: #aeccea;
	color: #aeccea;
	}
.skin .dimmedBorder {
	border-color: #aeccea;
	}


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

.skin,
.skin .regular {
	color: #333;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	color: #1d1664;
	}
.skin a {
	color: #369;
	}
.skin .tags a.selected {
	background-color: #369;
	color: #fff;
	}
#skinUserBar h1 a {
	color: #000;
	}
.skin .dimmed,
.skin .empty {
	color: #888;
	}
.skinEdit a {
	background-color: #eee;
	color: #40567f;
	}