/* skin: red bull */

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


#content {
	background: #fff url(bg.jpg) repeat-x top center;
	}
.skin {
	
	}
#skinheader {
	height:100px;
	}
.skinfooterWrapper {
    background: url(footer.jpg) repeat-x bottom center;
	height: 226px; 
	}

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

#skinUserBar {
	background: #ffcc66 url(userbarbg.jpg) top center;
	border-color: #ffcc66;
	}
.skinItem {
	border-color: #ffffcc;
	background-color: #ffffcc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.skin hr {
	background: #ffcc66;
	color: #ffcc66;
	}
.skin .dimmedBorder {
	border-color: #ffad00;
	}


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

.skin,
.skin .regular {
	color: #444;
	}
.skin dt,
.skin h2,
.skin h2 a,
.skin h3,
.skin h4 {
	color: #ff9900;
	}
.skin a {
	color: #ff0000;
	}
.skin .tags a.selected {
	background-color: #13587a;
	color: #fff;
	}
#skinUserBar h1 a {
	color: #fff;
	}
.skin .dimmed,
.skin .empty {
	color: #ffad00;
	}
.skinEdit a {
	background-color: #eee;
	color: #40567f;
	}