/*
	Fatal Exception Studios
*/
body {
	margin: 0; 
	padding: 0; 
	background-color:#4E7DB1;
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
}
a {
	color:#4E7DB1;
}
a:hover {
	color:#000000;
}

.getflashplayer {
	display:block;
	background-image:url("/images/getflashplayer.jpg");
	width:160px;
	height:41px;
}

#allContent {
	background-color:#FFFFFF;
	border-top: #000000 solid 1px;
	border-left: #000000 solid 2px;
	border-right: #000000 solid 2px;
	border-bottom: #000000 solid 1px;
	float:none;
	width: 896px; 
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.footer {
	background: url(images/footer.png) #646464;
	clear: both;
	color:#FFFFFF;
	font-weight:bold;
	height:40px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
	.footer a {
		color: #ffffff;
	}
	.footer a:hover {
		color: #000000;
	}
		
#centreContent {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	margin-top:16px;
}

h1 {
	font-size: 21px;
	font-weight:bold;
	color:#4E7DB1;
	font-family:'Trebuchet MS', verdana;
	margin:0px;
}

.header {
	width: 896px;
	/*background : url(images/headerImage.png) no-repeat;*/
	margin-bottom: 12px;
	height: 120px;
	clear:both;
}
.headerImageSubstitute {
	background-image:url("images/headerImage.png");
	height:86px;
}
#headerSWF {
	/*height:85px;*/
}
.top-Menu {
	background-image:url("images/menuBar.png");
	float:left;
	height:34px;
	overflow:hidden;
	width:896px;
}
	.top-Menu ul {
		margin: 0 0 0 -37px;
	}
	.top-Menu li { 
		display: inline; 
		color:#ffffff;
		text-decoration: none;
	}
	.top-Menu a { 
		text-decoration:none;
		display: block;
		color:#ffffff;
		font-size:12px;
		float: left;
		font-weight:bold;
		padding:9px 20px 10px 20px;
		border-right:1px solid #ffffff;
	}	
	.top-Menu a:hover {
		color:#ffffff;
		font-weight:bold;
		text-decoration:underline;
	}

.newwindow {
	background:url(images/button.png) no-repeat;
	color:#FFFFFF;
	font-weight: bold;
	margin:0;
	height:30px;
	width:300px;
	padding: 8px 43px 8px 43px;
	cursor:pointer;
}

#stories {
	float: right; 
	text-align: justify;
	width: 700px;
	margin-right: 6px;
}	

.title {
	font-size: 21px;
	font-weight:bold;
	color:#4E7DB1;
	font-family:'Trebuchet MS', verdana;
}

.details {
	padding:2px;
	font-size:10px;
	color:#aaaaaa;
}

pre {
	line-height:1.5em;
	background-color:#D8D6ED;
	margin:0px;
	font-size:14px;
	padding:0px;
	border:1px inset;
	width:100%;
	overflow:auto;
}

.commentlist li.alt {
	background-color:#D2D2FF;
}
.commentlist a {
	text-decoration:none;
}
.commentlist {
	margin:15px;
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 5px 10px;
	list-style: none;
	background: #EEEEEE;
	color: #000000;
	border: 1px dotted #000066;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


.commentmetadata {
	margin: 0;
	display: inline;
}

.image {
	border:2px;
}

.highlight {
	color:#0000FF;
}
.metadata {
	background: #dddddd;
	border-bottom: 1px solid #4E7DB1;
	padding:2px;
	margin-top: 12px;
	margin-bottom: 30px;
	text-align: right;
}

#sidebar {
	float: left;
	width: 170px;
	clear: left;
}
#sidebar h2 {
	color:#000066;
	border-bottom: 1px solid #000066;
	padding-bottom:10px;
}
#sidebar li {
	list-style-type:none;
}
#sidebar li ul li{
	list-style-type:none;
}
.sideTitle  {
	font-weight:bold;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 7px;
	color:#ffffff;
	background-color:#e5e5e5;
	display:block;
}
.sideSection {
	margin-bottom: 24px;
}
	.sideSection a {
		text-decoration: none;
		width:100%;
		height:100%;
		display:block;
	}
	.sideSection ul {
		margin:0;
		padding:0;
	}
	.sideSection li {
		display:block;
		text-decoration:none;
		padding:3px 3px 3px 8px;
		background-color:#dddddd;
		border-top:2px solid #ffffff;
		background-position:left;
	}
	.sideSection li:hover{
		display:block;
		padding:3px 3px 3px 8px;
		background-color:#eeeeee;
		border-top:2px solid #ffffff;
		background-position:left;
	}
	
#navigation {
	font-weight: bold;
	padding: 4px;
}