html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table {font-size:inherit;}
/* @group Layout */

body, html {
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 63.5%;
	line-height: 1.5;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#spacer {
	float: left;
	height: 50%;
	margin-bottom: -320px;
	position: relative;
}
#contentWrapper {
	clear: both;
	width: 880px;
	height: 640px;
	position: relative;
	margin: auto;
	box-shadow: 0px 0 20px rgba(0,0,0,0.4);
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
}

#mainContent {
	position: absolute;
	top: 60px;
	bottom: 0;
	width: 100%;
}

#nav {
	float: left;
	width: 20%;
	height: 100%;
}

#main {
	width: auto;
	height: 100%;
	position: relative;
	margin: 0;
	overflow: auto;
}



#aside {
	float: right;
	width: 20%;
	height: 100%;
	font-size: 1.1em;
	overflow: auto;
}

#nav {
	overflow: auto;
	font-size: 1.2em;
	}

#aside div.sidebar {
	padding: 10%;
}


#main #content {
	height: auto;
	width: 90%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-left: 5%;
	position: relative;
}

#head {
	position: relative;
	height: 60px;
	width: 100%;
}

#footer {
	position: relative;
	clear: both;
	padding: 1% 2%;
	margin-top: 1em;
}

.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;
	}

#logo img {
	display: inline;
	
	}

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


/* @end */

/* @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 Nav */

#nav ul {
	list-style: none;
	display: block;
	padding: 10%;
	padding-bottom: 2%;
	font-size: 1.2em;
}

#nav ul li {
	display: block;
	list-style-type: none;
	padding: 4px 0 2px 0;
	margin: 0;
	text-align: left;
	width: auto;
}

#nav ul li a {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	text-align: left;
	-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;
-ms-transition-duration: 300ms;
transition-duration: 300ms;
	-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
-ms-transition-property: color;
transition-property: color;
}


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

#nav ul ul {
	display: block;
	padding: 0;
	font-size: 0.95em;
	padding-left: 1em;
}

/* @end */

/* @group Head */

#head h1, #head h2 {
	color: white;
	line-height: 1.2;
}

#head hgroup {
	padding: 1em 2%;
}

#head h1 {
	font-size: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#head h2 {
	font-size: 1.3em;
	}

#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 Sidebar */

#aside h1 {
	font-size: 1.8em;
}


#aside h1, #content h1{
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* @end */


/* @group Typography */

#content {
	font-size: 1.3em;
}

#aside {
	font-size: 1.2em;
}

#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;
}

#footer {
	text-align: center;
	font-size: 1.2em;
}


/* @end */

/* @group Breadcrumb */

#breadcrumbContainer {
	text-align: center;
	position: relative;
	font-size: 0.9em;
	line-height: 14px;
	height: 25px;
	z-index: 300;
	width: auto;
	left: auto;
}


#breadcrumbContainer ul {
	padding: 0;
	list-style-type: none;
	padding: 5px 0;
}

#breadcrumbContainer li { 
	margin: 0 0 0px 0;
	display: inline;

}

#breadcrumbContainer a {
	text-decoration: none; 
}

#breadcrumbContainer a:hover {
	text-decoration: underline;
}

/* @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-bottom: 10px;
}

.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 */
/* @group ExtraContent */

#addToNavTop, #addToNavBottom {
	display: none;
	}

#addToNavTop, #addToNavBottom {
	padding: 10%;
}

#addToNavTop {
	padding-bottom: 0;
}

#addToNavBottom {
	padding-top: 0;
}

#nav #topNavDiv+ul {
	padding-top: 2%;
	}



/* @end */

/* @group Fixes */
#mainContent #content div.rcItemThumb img {
	max-width: 800px;
	}
div#rcPage {
	height: 100%;
	margin-top: -25px !important;
	}
	
/* @end */
@media screen and (max-width:600px) {
	body {
		font-size: 80% !important;
	}
	#nav, #aside, #main {
		float: none !important;
		width: auto !important;
		height: auto !important;

	}
	
	#footerWrapper {
		position: relative;
		top: 2em;
	}
	
	#spacer {
		height: 0 !important;
		margin-top: 20px !important;
	}
	#contentWrapper {
		height: auto !important;
		width: auto !important;
		clear: none !important;
	}
	
	#main {
		overflow: visible;
		
	}
	#nav {
		display: none;
		background-color: #dfdfdf !important;
	}
	
	#head, #nav {
		font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Bitstream Vera Sans", "Vera Sans", Geneva, sans-serif !important;
	}
	
	#head h1, #head h2 {
		font-family: 'Helvetica Neue Condensed Bold', 'HelveticaNeue-CondensedBold', 'Helvetica Neue', Helvetica, Geneva, Arial, Verdana, sans-serif !important;
	}
	
	#head h1 {
		color: white !important;
	}
	#head #logo {
		float: none !important;
		position: absolute;
		margin-right: 0 !important;
		margin-left: 0px !important;
		top: 5px !important;
		width: 34px !important;
		height: 34px !important;
	}
	
	#head #logo img {
		display: block;
		width: 100%;
		height: auto;
		}
	
	#head h2 {
		color: #dfdfdf !important;
	}
	
	
	
	body.showMenu #nav {
		display: block;
		padding-bottom: 44px;
		top: 44px;
		position: relative;
	}
	
	body.showMenu #main, body.showMenu #footer, body.showMenu #aside {
		display: none;
	}
	
	body.showMenu #mainContent {
		top: 0;
	}
	
	body.showMenu, body.showMenu #contentWrapper {
		background: #dfdfdf;
	}
	
	#sidebarContent {
		display: none;
	}
	
	#sidebarContent.showSidebar {
		display: block;
	}
	
	#menuButton {
		display: block;
	}
	
	#mainContent {
		position: relative;
		top: auto;
		float: none;
		width: auto;
		bottom: auto;
		top: 44px;
	}
	
	#aside div.sidebar, #nav ul {
		padding: 2% 5%;
	}
	
	#nav ul li {
		display: block;
		padding: 4px 0 2px 0;
		margin: 0;
		margin-right: 20px;
		text-align: left;
		width: auto;
	}
	
	#head {
		position: fixed;
		height: 44px;
		left: 0;
		right: 0;
		top: 0 !important;
		width: auto;
		z-index: 100;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(0.5, rgba(44, 43, 43, 0.85)), color-stop(0.532, rgba(64, 64, 64, 0.85)), to(rgba(67, 66, 66, 0.8)));
		background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(44, 43, 43, 0.85) 50%, rgba(64, 64, 64, 0.85) 53.2%, rgba(67, 66, 66, 0.8) 100%);
	}
	
	#head hgroup {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		padding: 0.5em 5%;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	#head hgroup h2, #head hgroup h1 {
		margin: 0;
		padding: 0;
		line-height: 1.2;
		letter-spacing: 0;
		text-transform: none;
		text-align: center !important;
	}
	
	#head hgroup h1 {
		font-size: 1.3em;
	}
	
	#head hgroup h2 {
		font-size: 0.9em;
	}
	
	#content h1 {
		font-size: 1.5em;
	}
	
	#content h2 {
		font-size: 1.3em;
	}
	
	#content h3 {
		font-size: 1.2em;
	}
	
	#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.2em;
	}
	#sidebarContent {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#nav ul li ul{
		display: block;
		position: relative;
		top: 0;
		margin-left: 10px;
	}
	
	#nav ul {
		position: relative;
		
	}
	
	
	
	#nav ul li {
		width: auto;
		display: block;
		position: relative;
		
	}
	
	#nav>ul>li {
		background-color: white;
		border: 1px solid #999;
		border-radius: 6px;
		margin-bottom: 6px;
		padding: 6px;
		padding-bottom: 0;
	}
	
	#nav ul li ul li {
		margin-left: 0;
		padding-left: 0;
	}
	
	#nav ul li a {
		color: #333 !important;
		padding: 6px 40px 6px 0;
		margin-bottom: 5px;
		display: inline-block;
		font-size: 1.2em;
	}
	
	#nav ul li a:hover {
		color: #bf0000 !important;
	}
	
	
	#nav ul li {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	#nav ul li a {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}
	
	div#rcContainer {
		width: 100% !important;
		}
	
	div#rcPage {
	height: 100%;
	margin-top: 0px !important;
	}
	
	div#rcPage #head {
		top: 25px !important;
		}
		
	
		
	div#sb-overlay {
		padding-top: 7%;
		padding-bottom: 7%;
		}
}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#contentWrapper {
	width: 80%;
}


#spacer {
	height: 0;
	margin-bottom: 0;
}
#contentWrapper {
	height: 100%;
}

#contentWrapper, #footer, #aside, #nav {
	border: none;
	}

#aside {
	float: left;
	border-left-width: 0 !important;
}


#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 25%;
	width: 100% !important;
	z-index: 100;
	overflow: hidden;
	border: none;
}

#nav ul {
	padding: 0;
	height: 100%;
	box-sizing: border-box;
	float: right;
}

#nav ul ul {
	display: none;
}
#nav ul li {
	display: block;
	float: left;
	width: 100px;
	height: 100%;
	text-align: center;
	border-left: 1px solid white;
	border-top: 1px solid white;
	display: block;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0;
}

#nav ul li+li {
	background-color:  #eee;
}

#nav ul li+li+li {
	background-color: #ddd;
}

#nav ul li+li+li+li {
	background-color: #ccc;
}

#nav ul li+li+li+li+li {
	background-color: #bbb;
}

#nav ul li+li+li+li+li+li {
	background-color: #aaa;
}

#nav ul li+li+li+li+li+li+li {
	background-color: #999;
}

#nav ul li a {
	text-align: center;
	display: block;
	font-weight: normal;
	padding: 40% 8% 0 !important;
	box-sizing: border-box;
	width: auto;
	height: 100%;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
}

#nav ul li a:hover, #nav ul li.active a {
	background-color: #b90000;
	color: white;
}

#aside {
	height: 75%;
	width: 25%;
}

#main {
	height: 75%;
}

#footer {
	top: 100%;
	position: absolute;
	right: 0;
	left: 0;
}

#nav #topNavDiv {
	position: absolute;
	z-index: 100;
	}
#nav #addToNavTop, #nav #addToNavBottom {
	padding: 0;
	}
	
#nav #topNavDiv + ul {
	padding-top: 0;
	z-index: 200;
	position: relative;
}

@media screen and (max-width:600px) {

#nav, #aside, #main {
		float: none !important;
		width: auto !important;
		height: auto !important;

	}
	
	#nav ul {
		padding: 2% 5%;
	}
	
	#nav ul li {
		display: block;
		padding: 4px 0 2px 0;
		margin: 0;
		margin-right: 20px;
		text-align: left;
		width: auto;
	}
	
	#nav ul li ul{
		display: block;
		position: relative;
		top: 0;
		margin-left: 10px;
	}
	
	#nav ul {
		position: relative;
		float: none;
	}
	
	
	
	#nav ul li {
		width: auto;
		display: block;
		position: relative;
		background-color: white !important;
		margin: 0;
	}
	
	#nav>ul>li {
		background-color: white;
		border: 1px solid #999;
		border-radius: 6px;
		margin-bottom: 6px;
		padding: 6px;
		padding-bottom: 0;
	}
	
	#nav ul li ul li {
		margin-left: 0;
		padding-left: 0;
	}
	
	#nav ul li a {
		color: #333 !important;
		padding: 6px 40px 6px 0;
		margin-bottom: 5px;
		display: inline-block;
		font-size: 1.2em;
		text-align: left;
		font-weight: bold;
	}
	
	#nav ul li a:hover, #nav ul li.active a {
		color: #bf0000 !important;
		background-color: transparent !important;
	}
	
	
	#nav ul li {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		float: none;
	}
	
	#nav ul li a {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
		padding-left: 0;
	}

}

#aside, #nav {
	width: 20%;
}


body {
	font-family: "Century Gothic", Arial, Geneva, Verdana, sans-serif;
}


#mainContent {
	font-size: 1.2em;
}

#head hgroup h1, #head hgroup h2 {
	text-align: left;
	}

#nav ul ul {
	padding-right: 1em;
	padding-left: 0;
}

#nav ul li {
	text-align: right;
}

#nav ul li a {
	border-left: none;
}

body {
	background-image: url("images/bg/image14.jpg");
}

body {
	background-position: top left;
}

body {
	background-repeat: no-repeat;
}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}



#contentWrapper {
	background-position: top left;
}

#contentWrapper {
	background-repeat: no-repeat;
}

#contentWrapper {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}





#footer {
	display: none;
	}


		body, .movie-background, .photo-background {
	background-color: #292D34;
	}


#main, .photo-navigation {
	background-color: #323232;
}

#head {
	background-color: #000000;
}

#aside {
	background-color: #CCCCCC;
	color: #262626;
}

#head h1 {
	color: #FFFFFF;
}

#head h2 {
	color: #A1A1A1;
}


#main #content {
	color: #BFBFBF;
}


a:link, a:visited {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #FFFFFF;
}

#aside a {
	color: #FFFFFF;
	}

#aside a:hover {
	color: #FFFFFF;
	}


#footer {
	color: #555555;
	background-color: #000000;
}

#footer a {
	color: #7F7F7F;
	}

#nav {
	background-color: #7F7F7F;
	color: #252525;
	}
	
#nav ul li a{
	color: #252525;
}



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

#nav ul li a:hover, #nav ul li.active > a {
	border-left-color: #000000;
	border-right-color: #000000;
}

#nav.bottom ul li {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#nav.bottom ul li+li {
	background-color:  #EEEEEE;
}

#nav.bottom ul li+li+li {
	background-color: #DDDDDD;
}

#nav.bottom ul li+li+li+li {
	background-color: #CCCCCC;
}

#nav.bottom ul li+li+li+li+li {
	background-color: #BBBBBB;
}

#nav.bottom ul li+li+li+li+li+li {
	background-color: #AAAAAA;
}

#nav.bottom ul li+li+li+li+li+li+li {
	background-color: #999999;
}

#nav.bottom ul li+li+li+li+li+li+li+li {
	background-color: #888888;
}


#nav.bottom ul li a:hover, #nav.bottom ul li.active a {
	background-color: #95CCCB;
}

#contentWrapper, #footer, #aside, #nav, #head {
	border-color: #FFFFFF;
	}


		