@charset "utf-8";
/* CSS Document */
body {
	background-color: black;
}

.nav_menu_item {
	height: 100%;
	position: relative;
	float: left;
	vertical-align: middle;
	padding: 0px;
	border-left: solid #ffffff 1px;
	opacity: 1.0;
	display: block;
}

.nav_menu_item:hover {
	opacity: 0.6;
	box-shadow: 0px 0px 35px #fff;
	overflow: visible;
		transition: .5s ease;
}

.navlink {
	display: block;
	height: 30px;
	text-decoration: none;
	outline: none;
	float: left;
}

.navbar {
	left: 0px; 
	width: 100%; 
	height: 30px; 
	background-color: #333333; 
	border-bottom: solid #ffffff 1px; 
	position: fixed;
	z-index: 999;
}

.nav_menu_container {
	max-width:  1024px;
	background-color: #ffffff;
	height: 30px; 
	margin: auto;
	padding: 0px;
	position: relative;
}

.nav_mobile_menu_bar {
	width: 100%;
	height: 30px;
	background-color: #333333;
	border-bottom: solid #ffffff 1px;
	display: none;
}

.nav_text {
	color: white;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 16px;
	vertical-align: middle;
	margin-top: 4px;
	margin-left: 10px;
	text-decoration: none;
	
}

.nav_mobile_logo {
	top: 0px; 
	float: right; 
	width: auto; 
	height: 30px; 
	position: relative;
	display: block;
}

#nav_menu_home {
	width: 99px;	
	background-color: rgb(255,0,0); 
}

#nav_menu_gallery {
	width: 119px;				
	background-color: rgb(255,153,0);					
}

#nav_menu_vitae {
	width: 99px;
	background-color: rgb(102,204,0);
}

#nav_menu_writing {
	width: 259px;
	background-color: rgb(51,204,255);
}

#nav_menu_teaching {
	width: 239px;
	background-color: rgb(0,0,204);
}

#nav_menu_toybox {
	width: 380%;
	background-color: rgb(153,0,255);
	border-right: none;
}

.banner_holder {
	position: fixed;
	top: 0px;
	left: 0px; 
	width: 100%; 
	height: 150px;  
	z-index: 998;
	overflow: hidden;
}

.content_container {
	width: 100%;
	height: auto;
	background-color: black;
	padding: 0px;
	border: 0px;
	text-align: left;
	margin: 0px;
	float: left;
	max-width: 1020px;
}

.grid-container{
  	background-color: rgba(255,255,255,1.00);
  	padding: 0px;
	float: left;
	border-bottom: solid #ffffff 1px;
	border-left: solid #ffffff 1px;
	width: calc(100% - 0.75px);
}
.gallery_thumbnail {
  	padding: 0px;
	float: left;
	height: auto;
}

.gallery_thumbnail_tile {
	position: relative;
	border-top: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	border-left: solid #ffffff 0px;
	padding: 0px;
	height: 100%;
	margin: 0px;
	top: 0px;
	width: calc(100% - 1px);
	float: left;
	opacity: 1.0;
	transition: .5s ease;
}

.gallery_thumbnail_tile:hover {
	opacity: 0.6;
	border-top: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	border-left: solid #ffffff 0px;
	cursor: pointer;
}

.page_container {
	max-width: 1024px;
	margin: auto;
	padding: 0px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.main {
	float: left;
	width: 100%;
	margin: 0;
}

.main_content {
	background-color: #333333;
	border: solid #fff 1px;
	padding: 10px;
}

.sidebar {
	
	float: right;
	margin: 0;
	margin-right: -300px;
	
}

.sidebar_content {
	margin-left: 20px;
	background-color: #333333;
	border: solid #ffffff 1px;
}

.gallery_control {
	transition: .5s ease;
	background-color: rgba(255,255,255,0.0);
}

.gallery_control:hover {
	transition: .5s ease;
	background-color: rgba(255,255,255,0.25);
}

.video_container {
	margin-top: 0px; 
	margin-right: 10px; 
	width: 300px; 
	height: 169px; 
	background: none; 
	border: solid #ffffff 0px; 
	float: left;
}

	
.sitetext, li {
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: left; 
    text-indent: 0px;
    font-family: verdana, arial, sans-serif;
    color: #cfcfcf;
    text-decoration: none;
}

h2 {
	padding-left: 0px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 0px;
	margin-bottom: -12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: left; 
    text-indent: 0px;
    font-family: verdana, arial, sans-serif;
    color: #cfcfcf;
    text-decoration: none;
}

h1 {
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: left; 
    text-indent: 0px;
    font-family: verdana, arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}
.gallery_link {
	color: rgba(255,153,0,1.0);
}

.gallery_title {
	background-color: rgba(255,153,0,1.0);
	height: auto; 
	padding-bottom: 1px; 
	padding-left: 10px; 
	padding-top: 5px; 
	border: solid #ffffff 1px;
}

.main_link {
	color: rgba(255,0,0,1.0);
}

.main_title {
	background-color: rgba(255,0,0,1.0);
	height: auto;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 5px;
	border: solid #ffffff 1px;
}

.vitae_link {
	color: rgb(102,204,0);
}

.vitae_title {
	background-color: rgba(102,204,0,1.0);
	height: auto;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 5px;
	border: solid #ffffff 1px;
}

.writing_link {
	color: rgb(51,204,255);
}

.writing_title {
	background-color: rgba(51,204,255,1.0);
	height: auto;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 5px;
	border: solid #ffffff 1px;
}

.teaching_link {
	color: rgb(51,51,255);
}

.teaching_title {
	background-color: rgba(0,0,204,1.00);
	height: auto;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 5px;
	border: solid #ffffff 1px;
}

.toybox_link {
	color: rgb(193,100,255);
}

.toybox_title {
	background-color: rgba(153,0,255,1.00);
	height: auto;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 5px;
	border: solid #ffffff 1px;
}

.footer {
	position: relative; 
	height: 380px; 
	width: 100%; 
	background-color: #666666;
}
.prefooter {
	position: relative;
	height: 350px; 
	width: auto; 
}

.footer_text_area {
	background-color: #666666;
	width: 10%; 
	min-width: 380px; 
	float: left; 
	height: 100%; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	margin-top: 0px;
}

.footer_content {
	width: 100%; 
	max-width: 1041px; 
	height: 100%; 
	margin-left: auto; 
	margin-right: auto;
}

.footer_logos {
	width: 350px; 
	height: 320px; 
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.social_media_icon {
	width: calc(12.55% + 0.0px);
	height: auto;
	opacity: 1.0;
	margin-right: -4px;
	margin-bottom: 0px;
	border: 0px;
}

.social_media_icon:hover {
	margin-right: -4px;
	margin-bottom: 0px;
	transition: .5s ease;
	opacity: 0.5;
}

.bottom_nav_image {
	width: calc(20% - 0.8px);
	height: auto;
	border: 0px;
	margin-right: -4px;
	margin-bottom: -4px;
	border-right: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	opacity: 1.0;
}

.bottom_nav_image:hover {
	opacity: 0.6;
	box-shadow: 0px 0px 35px #fff;
	overflow: visible;
	transition: .5s ease;
}

/*FROM HERE ON, USE MEDIA QUERIES FOR ADDITIONS TO THE BASE STYLES, TWEAKING FOR VARIOUS BASE SCREENS */

/* for 980000px or less (ie everything) 
THIS IS FOR DESKTOPS */
@media screen and (max-width: 98000px) {
	.gallery_thumbnail {
		width: 12.5%;
	}
	
	.main_content_container {
		margin-right: 300px;	
	}
	.sidebar {
		width: 300px;
		margin-right: -300px;
	}
		
	.page_container {
		top: 200px;
	}
		
	.navbar {
		top: 150px;
		border-top: solid #ffffff 1px;
	}
		
	body {
		margin: 0px;	
	}
		
	#nav_menu_home {
		width: 99px;
	}
	
	#nav_menu_gallery {
		width: 119px;
	}
		
	#nav_menu_vitae {
		width: 99px;
	}
		
	#nav_menu_writing {
		width: 259px;
	}
	
	#nav_menu_teaching {
		width: 239px;
	}
	
	#nav_menu_toybox {
		width: 380%;
	}
	
	.nav_menu_item {
		border-left: solid #ffffff 1px;
		border-bottom: none;
	}
		
	.nav_menu_container {
		max-width:  1023px;
		margin: auto;
		position: relative;
		visibility: visible;
		overflow: hidden;
		border-right: solid #ffffff 1px;
	}
	
	.nav_mobile_menu_bar {
		display: none;
	}
		
	.navlink {
		width: auto;
		height: 30px;
	}
}

/* THIS IS FOR TABLETS - 1041 OR SMALLER (most are 1028) */
@media screen and (max-width: 1041px) {
	.gallery_thumbnail {
		width: 25%;
	}
	
	.main_content_container {
		margin-right: 300px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.sidebar {
		width: 300px;
		margin-right: -300px;
	}
	  
	.page_container {
		top: 50px;
	}
	  
	.navbar {
		top: 0px;
		border-top: solid #ffffff 0px;
	}
	  
	#nav_menu_home {
		width: 59px;
	}
	  
	#nav_menu_gallery {
		width: 82px;
	}
	  
	#nav_menu_vitae {
		width: 64px;
	}
	
	#nav_menu_writing {
		width: 232px;
	}
	
	#nav_menu_teaching {
		width: 201px;
	}
	
	#nav_menu_toybox {
		width: 380%;
		border-right: none;
	}
	
	.nav_menu_container {
		max-width:  723px;
		width: 723px;
		margin: 0;
		position: relative;
		visibility: visible;
		overflow: hidden;
	}
	
	.nav_mobile_menu_bar {
		display: none;
	}
	
	.navlink {
		width: auto;
		height: 30px;
	}
	
	.banner_holder {
		display: none;
	}

	#c {
		display: none;
	}
	
	.prefooter {
		position: relative;
		height: 200px; 
		width: auto; 
	}
}

/* THIS IS FOR LARGE PHONES - 768 OR SMALLER (most are below this) */
@media screen and (max-width: 768px) {
	.gallery_thumbnail {
		width: 25%;
	}
		
	.main_content_container {
		margin-right: 0px;	
	}
	.sidebar {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
	}
		
	.page_container {
		top: 50px;
	}
		
	.navbar {
		top: 0px;
		border-top: solid #ffffff 0px;
	}
		
	#nav_menu_home {
		width: 100%;
	}
		
	#nav_menu_gallery {
		width: 100%;
	}
		
	#nav_menu_vitae {
		width: 100%;
	}
	
	#nav_menu_writing {
		width: 100%;
	}
	#nav_menu_teaching {
		width: 100%;	
	}
	#nav_menu_toybox {
		width: 100%;
		border-right: none;
	}
	
	.nav_menu_item {
		border-left: none;
		border-bottom: solid #ffffff 1px;
		height: 30px;
	}
	
	.nav_menu_container {
		max-width:  100%;
		width: 100%;
		margin: auto;
		position: relative;
		height: 186px;
		visibility: hidden;
		border-right: none;
	}
	
	.nav_mobile_menu_bar {
		display: block;
	}
		
	.navlink {
		width: 100%;
		height: 31px;
	}
	
	.sidebar_content {
		margin-left: 0px;
		margin-top: 20px;
	}
		
	.banner_holder {
		display: none;
	}
	
	.video_container {
		width: 100%;
		height: 317px;
		border: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 7px;
		float: none;
	}

	.footer_text_area {
		width: 100%; 
		min-width: 100%; 
		float: left; 
		height: 100%; 
		padding-right: 0px; 
		padding-left: 20px; 
		padding-top: 0px; 
		margin-top: 10px;
		margin-left: -20px;
	}
	
	.footer_logos {
		float: none;
	}
	
	.social_media_icon {
		width: calc(12.53% + 0.0px);
		height: auto;
		opacity: 1.0;
		margin-right: -4px;
		margin-bottom: 0px;
		border: 0px;
	}
}

/* THIS IS FOR PORTRAIT PHONES - 768 OR SMALLER (most are below this) */
@media screen and (max-width: 768px) {
	.gallery_thumbnail {
		width: 50%;
	}
	
	.main_content_container {
		margin-right: 0px;	
	}
	.sidebar {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
	}
	
	.page_container {
		top: 50px;
	}
	
	.navbar {
		top: 0px;
		border-top: solid #ffffff 0px;
	}
	
	#nav_menu_home {
		width: 100%;
	}
		
	#nav_menu_gallery {
		width: 100%;
	}
		
	#nav_menu_vitae {
		width: 100%;
	}
	
	#nav_menu_writing {
		width: 100%;
	}
	#nav_menu_teaching {
		width: 100%;	
	}
	#nav_menu_toybox {
		width: 100%;
		border-right: none;
	}
	
	.nav_menu_item {
		border-left: none;
		border-bottom: solid #ffffff 1px;
		height: 30px;
	}
	
	.nav_menu_container {
		max-width:  100%;
		margin: auto;
		position: relative;
		height: 186px;
		visibility: hidden;
	}
	
	.nav_mobile_menu_bar {
		display: block;
	}
	
	.navlink {
		width: 100%;
		height: 31px;
	}
	
	.sidebar_content {
		margin-left: 0px;
		margin-top: 20px;
	}
	
	.banner_holder {
		display: none;
	}
	
	.footer_text_area {
		width: 100%; 
		min-width: 100%; 
		float: left; 
		height: 100%; 
		padding-right: 0px; 
		padding-left: 20px; 
		padding-top: 0px; 
		margin-top: 10px;
		margin-left: -20px;
		margin-right: 0px; 
		background-color: #666666;
	}
	
		
	.footer_logos {
		float: none;
	}
}

/* THIS IS A CATCH SPECIFICALLY FOR IPHONES AND DEVICES WITH PIXEL TRIPLING */
@media screen and (max-width: 480px) and (orientation: portrait ) {
	.gallery_thumbnail {
		width: 25%;
	}
	
	.main_content_container {
		margin-right: 0px;	
	}
	.sidebar {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px;
	}
	
	.page_container {
		top: 50px;
	}
	
	.navbar {
		top: 0px;
		border-top: solid #ffffff 0px;
	}
	
	#nav_menu_home {
		width: 100%;
		height: 60px;
		
	}
		
	#nav_menu_gallery {
		width: 100%;
		top: 31px;
		height: 60px;
	}
		
	#nav_menu_vitae {
		width: 100%;
		top: 62px;
		height: 60px;
	}
	
	#nav_menu_writing {
		width: 100%;
		top: 93px;
		height: 60px;
	}
	#nav_menu_teaching {
		width: 100%;
		top: 124px;
		height: 60px;
	}
	#nav_menu_toybox {
		top: 155px;
		width: 100%;
		height: 60px;
		border-right: none;
	}
	
	.nav_menu_item {
		border-left: none;
		border-bottom: solid #ffffff 1px;
		height: 60px;
	}
	
	.nav_menu_container {
		max-width:  100%;
		margin: auto;
		position: relative;
		height: 372px;
		visibility: hidden;
	}
	
	.nav_text {
		font-size: 58px;
		margin-top: -2px;
	}
	
	.nav_mobile_menu_bar {
		display: block;
	}
	
	.navlink {
		width: 100%;
		height: 31px;
	}
	
	.sidebar_content {
		margin-left: 0px;
		margin-top: 20px;
	}
	
	.banner_holder {
		display: none;
	}
	
	.video_container {
		width: 100%;
		height: 317px;
		border: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 7px;
		float: none;
	}
	
	.prefooter {
		position: relative;
		height: 350px; 
		width: auto; 
		
	}
	
	.footer_content {
		padding-left: 0px;
	}

	.footer_text_area {
		width: 100%; 
		min-width: 100%; 
		float: left; 
		height: 100%; 
		padding-right: 0px; 
		padding-left: 20px; 
		padding-top: 0px; 
		margin-top: 10px;
		margin-left: -20px;
		background-color: #666666;
	}
	
	.footer_logos {
		float: none;
	}
}



@media screen and (max-width: 480px) and (orientation: portrait ) {
	.gallery_thumbnail {
		width: 50%;
	}
	
	.nav_text {
		margin-top: 14px;
		font-size: 30px;
	}
}


@media screen and (max-width: 375px) {
	.nav_mobile_logo {
		display: none;
	}	
}