/* @group Width */

#mainWrapper {
	width: 840;
}

/* @end */


/* @group Grid Width */

#nav ul li {
	width: 140px;
}

#aside {
	width: 240px; /*=2x navitem width - 40px*/
}

#content {
	margin-left: 280px; /*=2x navitem width*/
	margin-right: 280px;
}

/* @end */


/* @group Header Height */

#navWrapper, #nav>ul:hover {
	height: 260px;
}

/* @end */

/* @group Footer Height */

#footer {
	height: 35px;
}

#footerWrapper {
	height: 25px;
	padding-top: 10px;
}

/* @end */

/* @group Footer Image Height */

#footer {
	padding-top: 145px;
}

#footerImage {
	height: 145px;
}

/* @end */

/* @group Breadcrumb Show/Hide */

#breadcrumb {
	display: none;
}

/* @end */

/* @group Colors */

#topHalf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8e006a), to(#fd2f2f));
	background-image: -moz-linear-gradient(270deg, #8e006a 0%, #fd2f2f 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF8E006A, endColorstr=#FFFD2F2F)";
}

#bottomHalf {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fd2f2f), to(#fff5bf));
	background-image: -moz-linear-gradient(270deg, #fd2f2f 0%, #fff5bf 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFD2F2F, endColorstr=#FFFFF5BF)";
}

#nav ul {
	background-color: rgba(20, 20, 20, 0.75);
}

#nav>ul>li {
	border-left: 1px solid #333;
}

#nav ul li a {
	color: #999;
}

#nav ul li a:hover, #nav ul li.active>a {
	color: white;
}

#breadcrumb {
	background-color: rgba(0,0,0,0.5);
}

#breadcrumb ul li, #breadcrumb ul li a {
	color: #666;
}

#breadcrumb ul li a:hover {
	color: #FFF;
}

#head hgroup h1 {
	color: #bf0000;
}

#head hgroup h2 {
	background-color: #bf0000;
	color: white;
	border-bottom: 1px solid white;
	}

#mainContent {
	background-color: #f0f0f0;
	color: #444;
}

#footerWrapper {
	background-color: black;
	color: #666;
}



/* @end */

/* @group Layout */

body, html {
	margin: 0;
	padding: 0;
	font-size: 63.5%;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, Verdana, sans-serif;
	line-height: 1.5;
}

html {
	height: 100%;
	}

body {
	background-attachment: fixed;
	}

#topHalf, #bottomHalf {
	width: 100%;
	height: 50%;
	position: fixed;
	left: 0;
}

#topHalf {
	top: 0;
}

#bottomHalf {
	top: 50%;
}

#mainWrapper {
	position: relative;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 10px 25px 20px -10px rgba(0,0,0,0.4), -10px 25px 20px -10px rgba(0,0,0,0.4);
}

#aside, #content {
	padding: 20px;
	padding-bottom: 60px;
}

/* @end */

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

a img {
    border: none;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: opacity;
    -moz-transition-duration: 300ms;
    -moz-transition-property: opacity;
    -o-transition-duration: 300ms;
    -o-transition-property: opacity;
    -ms-transition-duration: 300ms;
    -ms-transition-property: opacity;
	transition-duration: 300ms;
    transition-property: opacity;
}

a img:hover {
	opacity: 0.7;
	}

#logo {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	display: none;
	}

#logo img {
	display: inline;
	
	}

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

/* @group General Styles */

b, strong { 
	font-weight: bold;
}

a:link { 
	text-decoration: underline; 
}

a:visited { 
	text-decoration: underline; 
}

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

img {
	border-style: none;
}

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainContent ul li, #mainContent ol li {
	margin-left: 1em;
	}

/* @end */


/* @group Typography */

#content {
	font-size: 1em;
}

#aside {
	font-size: 1.6em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, 
#aside h1, #aside h2, #aside h3, #aside h4, #aside h5, #aside h6, #aside p {
	margin-bottom: 0.4em;
	line-height: 1.2em;
	
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, 
#aside h1, #aside h2, #aside h3, #aside h4, #aside h5, #aside h6 {
	font-weight: bold;
	
}
#content h1, #aside h1, div.album-title {
	font-size: 2.2em;
}


#content h2, #aside h2, div.album-description {
	font-size: 1.8em;
}

#content h3, #aside h3 {
	font-size: 1.5em;
}

#content h4, #aside h4 {
	font-size: 1.3em;
}

#content h5, #aside h5 {
	font-size: 1.2em;
}

#content h6, #aside h6 {
	font-size: 1.1em;
}

#aside h1#sidebarTitle {
	font-size: 2em;
	margin-top: 0.2em;
	}

/* @end */

/* @group Navigation */

#navWrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-size: cover;
	background-repeat: no-repeat;
}

#nav {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 5px #222;
}

#nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	line-height: 1;
	font-weight: normal;
}

#nav>ul>li>ul {
	padding-top: 4px;
}

#nav>ul>li>ul>li {
	padding-top: 4px;
}

#nav ul ul ul {
	position: relative;
	left: 10px;
}

#nav>ul>li:first-of-type {
	border-left: none;
}

#nav>ul {
	position: relative;
	height: 22px;
	-webkit-transition-property: height;
-moz-transition-property: height;
-o-transition-property: height;
-ms-transition-property: height;
transition-property: height;
	-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-ms-transition-duration: 500ms;
transition-duration: 500ms;
}


#nav>ul>li ul li {
	border: none;
}

#nav>ul:hover li li {
	opacity: 1;
}

#nav ul ul {
	height: auto;
	background-color: transparent;
}

#nav ul li li {
	position: relative;
	font-size: 0.9em;
	float: none;
	-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
	-webkit-transition-duration: 800ms;
-moz-transition-duration: 800ms;
-o-transition-duration: 800ms;
-ms-transition-duration: 800ms;
transition-duration: 800ms;
	opacity: 0;
}

#nav ul li li li {
	font-size: 0.9em;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1em;
	letter-spacing: 0.1em;
	padding: 4px 6px;
	font-size: 1.1em;
	font-weight: 500;
	-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
	-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-ms-transition-duration: 500ms;
transition-duration: 500ms;
}


/* @end */

/* @group Breadcrumb */

#breadcrumb {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#breadcrumb ul {
	display: block;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline-block;
	font-size: 1.8em;
	margin-left: 0.5em;
	margin-right: 0.2em;
}

#breadcrumb ul li a {
	text-decoration: none;
	display: inline;
	letter-spacing: 0.1em;
	padding-right: 0.2em;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
	-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-ms-transition-duration: 500ms;
transition-duration: 500ms;
	font-size: 0.9em;
	line-height: 2em;
}

/* @end */

/* @group Head */

#head {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#head hgroup h1, #head hgroup h2 {
	padding: 0;
	margin: 0;
}

#head hgroup h1 {
	font-size: 5em;
	width: auto;
	padding: 0em 1em;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.8;
}

#head hgroup h2 {
	width: auto;
	font-size: 3.2em;
	padding: 0em 1em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	}

#menuButton {
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(132, 132, 132, 0.48)), color-stop(0.401, rgba(181, 181, 181, 0.65)), color-stop(0.463, rgba(117, 117, 117, 0.68)), to(rgba(145, 145, 145, 0.65)));
	background-image: -moz-linear-gradient(90deg, rgba(132, 132, 132, 0.48) 0%, rgba(181, 181, 181, 0.65) 40.1%, rgba(117, 117, 117, 0.68) 46.3%, rgba(145, 145, 145, 0.65) 100%);
	float: right;
	margin-right: 6px;
	margin-top: 5px;
	background-image: url(images/menubutton.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
	background-size: contain;
	position: relative;
	z-index: 400;
}

/* @end */

/* @group Typography */

#mainContent {
	font-size: 1.8em;
	background-color: #f0f0f0;
}
	


#mainContent h1 {
	font-size: 2.4em;
}

#mainContent h2 {
	font-size: 2em;
}

#mainContent p {
	font-size: 1em;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	padding: 0;
	position: fixed;
	bottom: 0;
	height: 35px;
	padding-top: 145px;
	width: 100%;
	z-index: 200;
}

#footerWrapper {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 1.6em;
}


#footerImage {
	background: url(images/footer/image01.png) no-repeat center 0px;
	height: 145px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#navbarside {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding: 10px 0;
}

/* Parent - Level 0 */ 



#navbarside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#navbarside li { 
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	
}

#navbarside a{
	display: block;
	padding-left: 10px; 
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 2px;
	display: block;
	font-size: 1.1em;
}

/* Child - Level 1 */ 

#navbarside ul ul { 
	padding-top: 2px;
} 

#navbarside ul ul li {
} 

#navbarside li li a {
	padding-left: 18px;
	padding-top: 2px;

}


#navbarside li li li a{
	padding-left: 24px !important;
	padding-top: 0px;
}

#ECHeadDiv, #ECFooterDiv {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	}

/* @end */


/* @group Blog */

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog-entry-title {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}

.blog-entry-date {
		
	text-align: left;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-body {
	
	text-align: left;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled {
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {
	font-size: 1.8em;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */


/* @group File Sharing */

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.filesharing-item {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}

.filesharing-item-title {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.filesharing-item-description {
	text-align: left;
	font-style: normal;
	margin-top: 0.5em;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding: 5px;
	font-size: 2.5em;
	line-height: 1em;
}

.album-description {
	padding: 5px;
	font-size: 1.4em;
}
.album-description {
	font-size: 1.2em;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.album-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame {
	position: absolute;
   left: 0;
   padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
    display: block;
    opacity: 1;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: opacity;
    -moz-transition-duration: 300ms;
    -moz-transition-property: opacity;
    -o-transition-duration: 300ms;
    -o-transition-property: opacity;
    -ms-transition-duration: 300ms;
    -ms-transition-property: opacity;
	transition-duration: 300ms;
    transition-property: opacity;
}

.thumbnail-frame img:hover {
	opacity: 0.7;
	}

.thumbnail-caption {
	margin: 5px -5px;
	padding: 0 0 20px 0;
	display: block;
	height: 40px;
}

.thumbnail-caption {
	font-size: 0.75em;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
}

.photo-navigation {
	margin: 0 auto 20px; 
	text-align: center;
	padding: 4px;
	position: relative;
	top: 10px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	font-size: 0.8em;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	margin: 6px;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.2em;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: bold;
	font-size: 14px;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin-top: 5px;
	overflow: hidden;
}

.movie-title {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { } 

.required-text {
} 

.form-input-field {
	width: 100%;
}

* html .form-input-field {
	width: 30em;
}

textarea.form-input-field {

} 

.form-input-button { } 
/* @end */


/* @group New Blog Styles */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 20px 10px 10px;
	padding: 0;
	display: block;
	list-style: none;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 3px;
	
}

ul.blog-tag-cloud li a {
	display: inline;
	margin: 0;
	padding: 0;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1.0em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}
.blog-tag-size-14 {
	font-size: 1.45em;
}

.blot-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}


.blog-tag-size-20 {
	font-size: 1.75em;
}

.blog-tag-size-1, .blog-tag-size-2, .blog-tag-size-3 {
	opacity: 0.4;
}

.blog-tag-size-4, .blog-tag-size-5, .blog-tag-size-6 {
	opacity: 0.5;
}

.blog-tag-size-7, .blog-tag-size-8, .blog-tag-size-9 {
	opacity: 0.6;
}

.blog-tag-size-10, .blog-tag-size-11, .blog-tag-size-12 {
	opacity: 0.7;
}

.blog-tag-size-13, .blog-tag-size-14, .blog-tag-size-15 {
	opacity: 0.8;
}

.blog-tag-size-16, .blog-tag-size-17, .blog-tag-size-18 {
	opacity: 0.9;
}

.blog-tag-size-19, .blog-tag-size-20 {
	opacity: 1;
}

.blog-tag-cloud li a:link {
	text-decoration: none;
}

.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

ul.blog-tag-cloud {
	margin: 20px 0;
	text-align: left;
}


/* @end */

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */
#content ul, #content ol {
	padding-left: 1.5em;
	}
#content ul li {
	margin-bottom: 0.5em;
	display: list-item;
	}


ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end */


#mainContent #content div.rcItemThumb img {
	max-width: 800px;
	}

@media screen and (max-width: 600px) {
	body {
		font-size: 80%;
	}
	
	#mainWrapper {
		width: auto !important;
		margin-top: 0;
	}
	
	#aside {
		float: none !important;
		width: auto !important;
		padding-bottom: 0;
	}
	
	#aside h1#sidebarTitle:after {
		content: ' [+]';
		position: relative;
		top: -2px;
	}
	
	#head h1, #head h2 {
		display: block !important;
		}
	
	#content {
		margin-left: 20px !important;
		margin-right: 0px !important;
	}
	
	#nav {
		display: none;
	}
	
	#nav ul {
		position: relative;
		float: none;
		background-color: rgba(0,0,0,0.6);
	}
	
	#nav ul li {
		display: block;
		padding: 4px 0 2px 0;
		margin: 0;
		margin-right: 20px;
		text-align: left;
		width: 100% !important;
		position: relative;
		float: none;
	}
	
	
	#nav>ul>li {
		padding: 6px;
		padding-bottom: 0;
	}
	
	#nav ul li a {
		padding: 6px 0;
		margin: 0 0 5px;
		display: inline-block;
		font-size: 1.2em;
		text-align: left;
		font-weight: bold;
	}
	
	#nav ul li ul{
		display: block;
		position: relative;
		top: 0;
		margin-left: 10px;
	}
	
	
	
	#nav ul li ul li {
		margin-left: 0;
		padding-left: 0;
	}

	#nav>ul {
		-webkit-transition: none;
		background-color: rgba(20,20,20,0.95);
	}
	
	#nav:hover>ul {
		height: auto;
		background-color: rgba(20,20,20,.95);
	}
	
	
	#footerImage {
		display: none;
	}
	
	#footer {
		padding-top: 0 !important;
	}
	
	#mainWrapper #mainContent {
		padding-bottom: 20px !important;
		}
	
	#footer {
		height: 35px !important;
	}

	#footerWrapper {
		height: 25px !important;
		padding-top: 10px !important;
	}

	
	body.showMenu #nav {
		display: block;
		position: relative;
	}
	
	
	body.showMenu #nav>ul {
		height: auto;
		padding: 10px;
	}
	
	body.showMenu #nav ul li {
		border: none;
	}
	
	body.showMenu #nav ul li li {
		opacity: 1;
	}
	body.showMenu #main, body.showMenu #footer, body.showMenu #aside {
		display: none;
	}
	
	#content  {
		margin-bottom: 30px;
	}
	
	body.showMenu, body.showMenu #contentWrapper {
		background: #dfdfdf;
	}
	
	
	#sidebarContent {
		display: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#aside h1#sidebarTitle {
	padding: 6px 6px 3px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), color-stop(0.522, #e1e1e1), color-stop(0.554, #f4f4f4), to(#f2f2f2));
	background-image: -moz-linear-gradient(90deg, #ededed 0%, #e1e1e1 52.2%, #f4f4f4 55.4%, #f2f2f2 100%);
	color: #111;
	cursor: pointer;
	font-size: 1.5em;
	}
		
	#sidebarContent.showSidebar {
		display: block;
	}
		
	#menuButton {
		display: block;
		margin-top: -3px;
	}
	
	#navWrapper {
		height: 140px;
	}
			
	#head hgroup h2, #head hgroup h1 {
		margin: 0;
		letter-spacing: 0;
		text-align: center !important;
	}
	
	#head hgroup h1 {
		font-size: 3.2em;
		margin-top: 0.3em;
	}
	
	#head hgroup h2 {
		font-size: 2.2em;
	}
	
	#breadcrumb {
		overflow: hidden;
		}
}