/* @group Global */

body {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

#content p {
	margin-bottom: 8px;
	margin-top: 8px;
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

/* Hide FreeStyle and ExtraContent containers, unless they are in their designated placeholders */
#content #fs,
#sidebar #fs,
#content div[id*='myExtraContent'],
#sidebar div[id*='myExtraContent'] {
	display: none;
}

/* @end */

/* @group Social Bar */

#socialBar {
	height: 25px;
	z-index: 300;
	width: 100%;
	display: none;
	font-size: 12px;
	text-align: right;
}

#socialBarBackground {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 301;
}

#socialBarSpacer {
	display: block;
	width: 100%;
	position: relative;
}

#extraContainer2 {
	display: block;
	position: relative;
	z-index: 302;
}

#socialBar a {
	text-decoration: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

#socialBar [class^="fa fa-"],
#socialBar a [class^="fa fa-"],
#socialBar a:hover [class^="fa fa-"] {
	text-decoration: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

/* @end */




/* @group Background Image */

#extraContainer1,
#freeStyle,
#rwBanner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

/* Custom banners added through the RW page inspector */
#rwBanner {
	line-height: 0px;
}

#rwBanner img {
	width: auto;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
}

/* @end */

/* @group Main */

.splashClearer {
	clear: both;
}

.splashPageWidth {
	margin: 0 auto;
}

#main {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 25;
}

#container {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

#container-bg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

#contentWrapper {
	display: block;
	position: relative;
	padding: 30px;
	z-index: 10;
}

#sidebar {
	display: none;
}

/* @end */

/* @group Header */

#header {
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 12px;
	display: block;
	z-index: 3;
	padding: 0px 5px;
}

/* @end */









