.notification {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid;
	padding: 5px 0;
	font-size: 15px;
	font-weight: bold;
}
.notification-content {
	width: 960px;
	margin: 0 auto;
}
#close-notification {
	position: absolute;
	right: 40px;
	top: 10px;
	font-size: 20px;
	color: #fff;
}
#close-notification:hover {
	text-decoration: none;
	color: #000;
}
.default {
	background: #333;
	border-color: #666;
	color: #efefef;
}
.lucasentertainment {
	background: #792009;
	color: #fff;
	border-bottom: none;
}
.lucasraunch {
	background: #f4eb00;
	color: #000;
	border-bottom: none;
}
.lucasraunch #close-notification {
	color: #000;
}
.lucasraunch #close-notification:hover {
	color: #444;
}
.sexinsuits {
	background: #407bbb;
	color: #fff;
	border-bottom: none;
}
.lucasblog {
	background: #792009;
	color: #fff;
	border-bottom: none;
}

.admin {
	color: #ccc;
	font-size: 13px;
	border-top: 1px solid;
	border-color: #555;
	-moz-box-shadow: 1px 0px 1px #333;
	box-shadow: 1px 0px 1px #333;
	background: #464646;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#373737),color-stop(18%,#464646));
	background: -webkit-linear-gradient(bottom,#373737 0,#464646 5px);
	background: -moz-linear-gradient(bottom,#373737 0,#464646 5px);
	background: -o-linear-gradient(bottom,#373737 0,#464646 5px);
	background: linear-gradient(to top,#373737 0,#464646 5px);
}