/* Invisible Danger CSS Style V2
/*
/* Change History:
/* 06/04/2006 - made bg image repeat-y
/* 04/09/2006 - username in metadata is bold
/* 07/07/2008 - matched syling with forum
*/

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

html *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #666666;
	background-attachment: fixed;
	background-image: url(page_background.png);
	background-repeat: repeat-y;
	background-position: right top;
	color: #ddd;
	margin: 0em;
	padding: 15px;
	padding-left: 90px;
	padding-right: 90px;
	text-align: center;
	font-size: 10px;
}

a img {
	border: 0px;
}

#wrapper {
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #224568;
	width: 770px;
	min-width: 762px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrapper2 {
	background-image: url(menu_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#header {
	background-image: url(header1.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #999;
	position: relative;
}
#header h1 {
	background-image: url(header2.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 98px;
	margin: 0;
}
#header a {
	display: block;
	height: 100%;
}
#contentArea {
	float: left;
	width: 100%;
	margin-right: -152px;
}

#content {
	padding: 25px 10px 10px;
	margin-right: 152px;
	overflow: hidden;
}

#content a {
	color: #ddd;
	text-decoration: underline;
}

#content a:hover, #content a:focus, #content a:active {
	color: #ffffff;
}
#content p {
	margin: 1em 0;
}
#content ul, #content ol {
	margin: 1em 0 0;
	padding: 0 0 0 2em;
}
#content li{
	margin: 0.2em 0;
}
#content h1 {
	font-size: 2em;
	margin: 1em 0;
}
#content h2 {
	font-size: 1.8em;
	margin: 1em 0;
}
#content h3 {
	font-size: 1.6em;
	margin: 1em 0;
}

table { color: #ccc; }

#menuArea {
	float: right;
	width: 152px;
}

#menu {
	padding-right: 7px;
	padding-top: 15px;
	text-align: right;
}

#footer {
	clear: both;
	background-image: url(footer1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer small#site-copyright {
	display: block;
	text-align: center;
	height: 18px;
	padding-top: 14px;
	background-image:url(footer2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #CCC;
	padding-right: 152px;
}


#content .newsItem , #content .article {
	background-image: url(title_bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#content h2.newsTitle, #content h2.articleTitle{
	background-image: url(title_bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 70px;
	padding-top: 5px;
	height: 42px;
	font-size: 2.1em;
	margin: 0px;
}

#content p.newsMeta, #content p.articleMeta {
	font-size: 1.1em;
	text-align: right;
	font-style: italic;
	margin: -5px 10px 1em;
}

cite.userName{
	font-weight: bold;
}
cite.userName:hover{
	color: #ff0;
}
#content .newsContent, #content .articleContent {
	margin: 10px 10px 10px 5px;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: justify;
}

.menuSection {
	text-align: right;
	margin-bottom: 0em;
}

.menuSection h2.menuHeading{
	background-image: url(menuHeading.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
}

.menuSection>h2.menuHeading{
	padding-bottom: 0;
	min-height: 23px;
}
.menuSection ul {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0em;
	padding-left: 0em;
	margin-bottom: 0px;
}
.menuSection li.menuItem {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.3em;
}
.menuSection .menuItem a{
	color: #ddd;
	text-decoration: none;
}
.menuSection .menuItem a:hover{
	color: #F80;
}

