/*-----------------------------------------------------------------------------
The Chapel Wharf core styles

author:    konstantin korolev
email:     kostya@fuse8.com
-----------------------------------------------------------------------------*/

/* =Importing rules
-------------------------------------------------------*/
@import url("/shared/assets/stylesheets/general/uaStyleOverriders.css");
@import url("/shared/assets/stylesheets/general/helperClasses.css");

/* Importing print styles */
@import url("/shared/assets/stylesheets/media/print/print.css");

/* Importing branding modules */
@import url("/assets/stylesheets/modules/branding/footer.css");

body {
	color:#fff;
	background:#000;
}
h1, h2, h3, h4, h5, h6 {
	color:#fff;
}
a:link {
	color:#fff;
}
a:visited {
	color:#fff;
	}
a:hover,
a:active {
	color:#999;
}

/* =Main layout elemernts
-------------------------------------------------------*/
#access-key {
	position:absolute;
	left: -9999em;
	}
.container {
	text-align:left;
	background:url(/images/branding/mainBg.png) right bottom repeat-x;
}
#Content {
	font-size:1.1em;
	background:url(/images/branding/topLeftPattern.png) 0 0 no-repeat;
}
#PrimaryContentPane {
	width:416px;
	padding:150px 0 20px;
	min-height:590px;
	height:590px;
	margin:0 auto;
}
form[id] #PrimaryContentPane {
	height:auto;
}
