/* Anarchy by Demis 04/2007 copyright Netlog NV */

/* GENERAL LAYOUT
------------------------------------------------------------ */
body {
	background: #000;
	}

#content {
	background: #000 url(bg.jpg) repeat-x center top;
	}
.skin {
	background: #191919 url(skinbg.jpg) ;
	}
#skinheader {
	background: url(topper.jpg) no-repeat;
	height: 104px;
	}
#skinfooter {
	background: url(footer.jpg) no-repeat;
	height: 111px;
	}
	
.skinfooterWrapper {
    background: url(footerbg.jpg) repeat-x bottom center;
	height: 111px; 
	}

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

#skinUserBar {
	background: #000;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.skinItem {
	background: #272727;
	border-color: #242424;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.skin hr {
	background: #000;
	color: #000;
	}
.skin .dimmedBorder {
	border-color: #444;
	}


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

.skin,
.skin .regular {
	color: #fff;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	color: #f00;
	}
.skin a {
	color: #f60;
	}
.skin .tags a.selected {
	background-color: #f60;
	color: #fff;
	}
#skinUserBar h1 a {
	color: #f00;
	}
.skin .dimmed,
.skin .empty {
	color: #777;
	}
.skinEdit a {
	background-color: #333;
	color: #E28800;
	}
 

/* EXTRA	
------------------------------------------------------------ */

.skinCounter {
	background: #555;
	color: #fff;
	}