/* Invisible Danger CSS Style v2_halloween
/*
/* Change History:
/* 07/07/2008 - trimed down to just difference of base style
*/


@import url(../v2/style.css);
@import url(server-status.css);

body {
	background-color: #000;
	background-image: url(page_background.png);
}

a img {
	border: 0px;
}
table { color: #fc0; }

#wrapper {
	background-image: url(content_bg.png);
	background-color: #333;
}

#wrapper2 {
	background-image: url(menu_bg.png);
}

#header  {
	background-image: url(header1.png);
}

#header h1{
	background-image: url(header2.png);
	height: 157px;
	margin: 0;
}
#content {
	padding: 8px 10px 10px;
	color: #fc0;
}
#content a {
	color: #fc0;
	text-decoration: underline;
}
#content a:hover, #content a:focus, #content a:active {
	color: #f60;
}

#menu {
	color: #333333;
}

#footer {
	background-image: url(footer1.png);
	height: 110px;
}

#footer small#site-copyright {
	background-image:url(footer2.png);
	padding-top: 80px;
	height: 30px;
	color: #696;
}

#content .newsItem, #content .article {
	background-image: url(title_bg1.png);
	background-position: left 19px;
}

#content h2.newsTitle, #content h2.articleTitle {
	background-image: url(title_bg2.png);
	padding-right: 60px;
	color: #390;
	padding-top: 22px;
	height: 36px;
}
#content p.newsMeta, #content p.articleMeta{
	margin: 0 10px;
	color: #fc0;
}

.menuSection h2.menuHeading{
	background-image: url(menuHeading.png);
	color: #390;
}
.menuSection .menuItem a{
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}
.menuSection .menuItem a:hover{
	color: #fc0;
}

