/* @group General */

html, body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 100%;
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

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

/* @end */

/* @group Main Wrappers, Padding and Clearers */

#pageWrapper {
	min-height: 100%;
	height: 100%;
}

#wrapperOuter {
	min-height: 100%;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.BlankThemeWidth {
	margin: 0 auto;
}

.BlankThemeClearer {
	clear: both;
}

.BlankThemePadding {
	margin-left: 10px;
	margin-right: 10px;
}

.spacer {
	height: 50px;
	display: block;
	position: relative;
}

.smallSpacer {
	height: 25px;
	display: block;
	position: relative;
}

/* @end */

/* @group Social Widget */

#socialWidget {
	background: #666666;
	z-index: 100;
}

#socialWidget.test {
	display: block;
	position: fixed;
	top: 100px;
	left: 0;
}

#socialWidget a,
#socialWidget [class^="icon-"] {
	text-decoration: none;
	-webkit-transition: color .30s linear;
	-moz-transition: color .30s linear;
	-o-transition: color .30s linear;
	transition: color .30s linear;
}

#socialWidget a:hover,
#socialWidget a:hover [class^="icon-"] {
	text-decoration: none;
	-webkit-transition: color .30s linear;
	-moz-transition: color .30s linear;
	-o-transition: color .30s linear;
	transition: color .30s linear;
}

#extraContainer1 {
	display: block;
	padding: 15px;
	margin: 0;
	position: relative;
	text-align: center;
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

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

/* @end */

/* @group FreeStyle Banner */

#freeStyle img {
	max-width: 100%;
	height: auto;
}

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

#rwBanner img {
	width: auto;
}

/* @end */

/* @group Content */

#contentContainer {
	display: block;
	position: relative;
}

#contentContainer #content {
	padding: 0;
	margin: 0;
	position: relative;
}

#contentWrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

/* @end */