body {
	background: #494b4e url(/_commonext/themes/masseffect/default/images/bg_blacktogrey_82x500.jpg) repeat-x top center;
	margin: 0;
	padding: 0;
	color: #A3C9D3;
	font: 76%/1.4em verdana, arial, helvetica, sans-serif;
}
body.bg1 {
	background: #494B4E url(/_commonext/themes/masseffect/default/images/bg_sub_pcbrand_badguys_1200x421.jpg) no-repeat top center;	
}
body.bg2 {
	background: #494B4E url(/_commonext/themes/masseffect/default/images/bg_sub_announce_subheader_1200x421.jpg) no-repeat top center;
}

/* override default sub pages background for homepage */
body#community-home {
	background: #494b4e url(/_commonext/themes/masseffect/default/images/bg_blacktogrey_82x500.jpg) repeat-x top center;
}
div, td {
	font: 1em/1.4em verdana, arial, helvetica, sans-serif;
}	
img {
	border: 0;
	padding: 0;
	margin: 0;
}

div#pageWrap {
	margin: 0 auto;
/*	width: 773px;*/
	width: 1000px;
	position: relative;
}

/* based on http://www.thenoodleincident.com/tutorials/typography/template.html */

/*typography*/
a {
/*	text-decoration: none;
	font-weight: bold;*/
	color: #B8E9FC;
	
	}
a:link {
	color: #B8E9FC;
	}
a:visited {
	color: #a8cdd6;
	}
a:hover {
	text-decoration: underline;
	color: #FFF;
	}
a:active {
	color: #FFF;
	}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #fff;
	}
h2 {
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #fff;
	}
h3 {
	font-size: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #FFF;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0.5em 0em 0.5em 0em;
}

li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
b, strong {
	color: #fff;
	font-weight: bold;
}
.hilight {
	color: #FC6 !important;
}
.bg-dark {
	background-color: #52575B;
}


/******************************
 * Homepage styles
 * Move these to own sheet 
*******************************/
img#home-header-text {
	position: absolute;
	top: 128px;
	left: 338px;
}
img#sub-header-text {
	position: absolute;
	top: 131px;
	left: 399px;
}
a.logo-link {
	text-decoration: none;
	border: 0;
	display: block;
	top: 40px;
	left: 0;
	position: absolute;
	z-index: 10;
	height: 120px;
	width: 773px;
	margin: 0;
	padding: 0;

}
body#community-home a.logo-link {
	height: 210px;	
}
/* hide the text intended for screen readers */
span.logo-text {
	visibility: hidden;
}

