/* skin: Charlie Chaplin by Demis 12/2007 */

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


#content {
	background: #000 url(bg.jpg) top center;
	}
.skin {
	background: #000 url(skinbg.jpg);
	}
#skinheader {
	background: url(header.jpg) no-repeat;
	height: 280px;
	}
#skinfooter {
	background: url(footer.jpg) no-repeat;
	height: 37px;  
	}

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

#skinUserBar {
	border: 0;
	background: url(userbarbg.jpg);
	}
.skinItem {
	border: 0;
	background: url(skinel.jpg);
	}
.skin hr {
	background: #993300;
	color: #993300;
	}
.skin .dimmedBorder {
	border-color: #83745a;
	}


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

.skin,
.skin .regular {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #993300;
	}
.skin a {
	color: #cc3300;
	}
.skin .tags a.selected {
	background-color: #cc3300;
	color: #fff;
	}
#skinUserBar h1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
.skin .dimmed,
.skin .empty {
	color: #83745a;
	}
.skinEdit a {
	background-color: #d6c192;
	color: #000;
	}
	

/* EXTRA
------------------------------------------------------------ */
#skinUserBar hr { 
	height:0px;
	}
	
#skinUserBar .dimmed,
#skinUserBar .empty {
	color: #584d2d;
	}

#skinUserBar a { 
	color: #fff;
	}
	
#skinUserBar ,
#skinUserBar .regular {
	color: #fff;
	}