body {
	font-family: helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 i, h2 i, h3 i, h4 i, h5 i {
	margin-right: 5px;
}

a {
	transition: color 300ms ease-in-out;
	outline: none;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

#site {
	overflow: hidden;
	width: 100%;
}

.verticalSpacer {
	clear: both;
	padding-bottom: 4%;
}

/* @group Social Bar */

#socialBar {
	z-index: 300;
	width: 100%;
	display: none;
}

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

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

#extraContainer1 {
	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 i,
#socialBar a i,
#socialBar a:hover i {
	text-decoration: none;
	transition: all 500ms;
}

/* @end */

/* @group Navigation */

#nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #222;
	width: 200px;
	overflow: auto;
	height: 100%;
}

#nav li,
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	text-shadow: 0px -1px 0px #000;
	display: block;
	text-align: left;
	padding: 6px 15px;
	line-height: 24px;
	color: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
	transition: background 300ms ease-in-out;
	text-decoration: none;
}

#nav a:hover,
#nav a:active {
	text-decoration: none;
}

#nav ul ul a {
	background: #333;
	display: block;
	text-align: left;
	padding: 6px 15px 6px 30px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	cursor: pointer;
	border-top: 1px solid #444;
	border-bottom: 1px solid #222;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#nav ul ul a:hover {
	background: #393939;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#nav .current {
	color: #fff;
}

#nav ul ul ul a {
	padding: 6px 15px 6px 45px;
}

#nav ul ul ul ul a {
	padding: 6px 15px 6px 60px;
}

#nav ul ul ul ul ul a {
	padding: 6px 15px 6px 75px;
}

/* @end */

/* @group Main Container */

.avenueWidth {
	max-width: 1200px;
}

.avenuePadding {
	padding: 0 4%;
}

@-webkit-keyframes hideNav {
	0%   { -webkit-transform: translateX(200px); }
	100% { -webkit-transform: translateX(0px); }
}

@-moz-keyframes hideNav {
	0%   { -moz-transform: translateX(200px); }
	100% { -moz-transform: translateX(0px); }
}

@keyframes hideNav {
	0%   { transform: translateX(200px); }
	100% { transform: translateX(0px); }
}

#container {
	position: relative;
	z-index: 1;
	background: #f0f0f0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: hideNav;
	-webkit-animation-delay: 1s;
	
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: hideNav;
	-moz-animation-delay: 1s;
	
	animation-fill-mode: both;
	animation-duration: 0.5s;
	animation-name: hideNav;
	animation-delay: 1s;
}

/* @end */

/* @group Content Container */

#contentContainer {
	text-align: left;
	overflow: hidden;
	padding: 0px;
}

/* @end */

/* @group Header */

#header {
	width: 96%;
	margin: 0 2%;
	padding: 0px;
	height: 75px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

a.menu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	opacity: 0.65;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	height: 75px;
	line-height: 75px;
	width: 75px;
}

a.menu:hover {
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a.menu img {
	height: 32px;
	width: 32px;
}

#stroke {
	position: absolute;
	left: 45px;
	top: 20px;
	display: block;
	width: 0px;
	height: 35px;
	border-left: 1px solid #cdcdcd;
	margin-left: 25px;
	margin-right: 50px;
}

#siteTitle {
	position: absolute;
	left: 90px;
	top: 0;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 24px;
	line-height: 75px;
	text-transform: none;
}

#siteTitle a {
	text-decoration: none;
}

#siteLogo {
	position: absolute;
	left: 90px;
	top: 10px;
	display: none;
}

#siteLogo img {
	max-height: 55px;
	max-width: 100%;
	height: auto;
	width: auto;
}

/* @end */

/* @group Banner And Slogan */

#bannerContainer {
	margin: 0 2%;
	padding: 1px 0px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

#banner {
	margin: 25px;
	display: block;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
}

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

#rwBanner img {
	width: auto;
}

#bannerContent {
	background: rgba(0, 0, 0, .75);
	text-align: center;
	padding: 15px;
	width: 100%;
}

#siteSlogan {
	color: #ffffff;
	font-size: 20px;
	margin: 0;
	text-transform: none;
}

/* @end */

/* @group Sidebar */

#sidebarWrapper {
	margin: 0 2%;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

#sidebar {
	padding: 30px;
	color: #555;
}

/* @end */

/* @group Content Container */

#contentWrapper {
	margin: 0 2%;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

#content {
	padding: 30px;
	color: #555;
	overflow: hidden;
}

/* @end */

/* @group Breadcrumb */

#breadcrumbString:after {
	content: 'Viewing ';
}

#breadcrumb {
	position: relative;
	line-height: 1.25em;
	width: 100%;
}

#breadcrumb i {
	display: none;
}

#breadcrumb ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	display: inline;
	z-index: 20;
	margin: 0;
}

#breadcrumb li p {
	display: inline;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
}

/* @end */

/* @group Footer */

#footerContainer {
	width: 96%;
	margin: 0 2%;
	overflow: hidden;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
	padding: 30px;
}

#lastUpdatedString:after {
	content: 'Updated ';
}

/* @end */