/* @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%;
		}
}