/*
Theme Name: rototron
Theme URI: http://www.rototron.info
Author: rdagger
Author URI: http://www.rototron.info
Description: Rototron Theme
Version: 1.0.1
License: All Rights Reserved
License URI: http://www.rototron.info
Text Domain: rototron
*/




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,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


@font-face {
			font-family: roboFont;
			src: url(fonts/Robotron.woff);
		}
			
html, body {
	width: 100%;
	height: 100%;
	background: #010522;
	color: white;
	margin: 0px;
	border: 0;
	overflow: hidden; /*  Disable scrollbars */
	display: block;  /* No floating content on sides */
	position: absolute;
	z-index: 1;
}



#container {
	top: 85px;
	border: 2px solid #cfe901;
	overflow-y: auto;
	position: absolute;
	background:  #010522;
	color: #586e75;
	font-family: Verdana, Arial, Georgia, Helvetica;
	font-size: 1.2em;
	line-height: 1.5em;
	z-index: 2;
	-webkit-overflow-scrolling:touch;	/* Allows iPad to touch scroll (especially with iframes) */
	-webkit-text-size-adjust: 100%;     /* Prevent Safari font scaling */
}


#container a:link, a:visited {
	text-decoration:none;
	color: #0066ff; 
}

#container a:hover {
	color: #00d261; 
}

.single-post #container,
.single-projects #container,
.page-template-template-white #container{
	background: White;

}

.error404 #container, 
.home #container,
.search-no-results #container{
	background: Black;
}

.size-medium{
	max-width:100%;
}

#header_left {
	border: 0px;
	padding: 0px;
	position: absolute;
}

#header_left img{
	width: 100%;
	height: auto;
	border: 0px;
}

#header_right {
	padding: 0px;
	margin: 0px;
	position: absolute;
}

.search-form{
	height: 100%;
	border: 2px solid #1b489c;
	border-radius: 5px; 
}

.search-submit{
	background: url(images/search_white.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	padding-bottom: 6px;
	padding-right:13px;
	border: 0px;
}

.search-field {
	margin-left: 10px; 
	border: 0;
	background: #010522;
	color: White; 
	width: 144px;
}

#search_expanded{
	display: none;
}

.menu_trigger{
	display: none;
}


#nav {
	top: 66px;
	position: absolute;
	font-family: roboFont;
	font-size: 1.1em;
	z-index: 3;
}

#nav ul {
	margin: 0px;
	padding:0px;
}

#nav li{
	list-style: none;
	display: inline;
}

#nav li a:hover{
	background: #0066ff;
}

#nav a{
	margin-left: 40px;
	padding: 5px 30px;
	text-decoration:none;
	background:#1b489c;
	color: White;
	text-shadow: 1px 1px 1px Black;
	border-radius: 10px;
}

#nav ul li.current-menu-item a:link,
#nav ul li.current-menu-item a:visited,
#nav ul li.current-page-ancestor a:link,
#nav ul li.current-page-ancestor a:visited {
	background-color: #f16202;
}

#nav-resources li {
	list-style: none;
	display: inline;
	font-family: roboFont;
	font-size: 1.1em;
	padding: 5px 30px 5px 0px;
}

#nav-resources li :last-child{
	padding-right: 0px;
}

#nav-resources li a{
	text-decoration:none;
	color:#0066ff;
	border-radius: 10px;
}

#nav-resources li a:hover{
	color: #00d261;
}

#nav-resources ul li.current_page_item a:link,
#nav-resources ul li.current_page_item a:visited{
	color: #F16202;
}
	
.home-wrapper {
   position: relative;
}

.home-left {
    max-width: 411;
    position: absolute;
    top: 0;
    left: 0;
	text-align: center;
	font-family: roboFont;
	font-size: .9em;
}

.home-left img{
	margin-top: 6px;
	width:100%;
}

.home-side {
    margin-left: 411px;
	padding: 0px 18px;
}
	
#canvas {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}


.project-item{
	margin-right: 7px;
}

#filters li{
	display: inline;
	padding-right: 20px;
}

#filters li:last-child {
     padding-right: 0px;
 } 
 
.overlap-figure {
	display: table;
	margin-top: 8px;
	/*width: 1px;*/
}

.overlap-figure img { 
	display: block; 
	border-radius: 10px;
}

.overlap-figure .caption {
	position: absolute;
	bottom: 0;
	padding: .25em;
	font-size: .75em;
	width: 100%;
	color: White;
	box-sizing: border-box;
	text-indent: .25em;
	background-color: rgba(71,33,222,0.85);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	pointer-events: none;
}		

.overlap-figure:hover{
	text-shadow: 2px 2px 2px Black;
}

#contact-form fieldset *{
	vertical-align: top;
	box-sizing: border-box;
}
	
#contact-form label {
	padding: 0px;
	margin: 0px;  
	display: inline-block;
	width: 6em;
}

#contact-form input, textarea{
	display: inline-block;
	width: 100%;
	min-width: 320px;
	font-family: Verdana, Arial, Georgia, Helvetica;
	font-size: .8em;
}

#contact-form  textarea{
	max-width: 70%;
}

#contact-form input{
	max-width: 271px;
}

.contact-form-submit{
	text-indent: 122px;
}

#contact-form input[type=submit]{
	font-family: roboFont;
	color: #ffffff;
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	background:#1b489c;
	border-radius: 10px;
	
} 

#contact-form input[type=submit]:hover {
  background: #0066ff;
}

#contact-form img{
	display: block;
	margin: 5px 0px 5px 58px;
	width: 100%;
	max-width: 500px;
}	

.contact-form-error{
	color: #BD0024;
}

.graphics-wrapper{
	display: inline-block;
}

.graphics-item {
	border-top: 3px dashed #4721de;
	font-family: roboFont;
	color: #cfe901;
	margin-top: 20px;
}

.graphics-item img {
   margin: auto;
   vertical-align: middle; 
   display: inline-block;
} 

.graphics-item  .attachment-medium{
   width: 100%;	
   height: auto;
}

.video-wrapper {
	width: 100%;
	max-width: 560px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-container.four-to-three {
	padding-bottom: 75.00%; /* 4:3 */
	padding-top: 0px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parts-list {
	border: 2px solid Black;
}

.parts-list tr, .parts-list td {
	border: 1px solid Grey;
}

.post-divider,
.category-divider,
.search-divider{
	border-top: 3px dashed #4721de;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post-divider:first-of-type{
	border-top: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-body img {
	margin-top: 10px;
	margin-left: .5em;
	height: 125px;
	width: 125px;
	float: right;
}

.entry-title{
	color: #4721de;
	font-family: roboFont;
	margin-top: 0px;
	padding-top: 0px;
}

.entry-date{
	color: #f16202;
	font-size: .6em;
}

.author,
.meta-sep { 
	display: none; 
}

.cat-links,
.comments-link{
	font-size: .8em;
}

.noscriptmsg{
	color: #f16202;
	font-size: 1.6em;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 749px) {
	#container {
		font-size: 1em;
	}
	#header_right {
		border: 0;
		position: absolute;
	}
	
	.menu_trigger{
		display: block;
		cursor: pointer;
	}
		
	.menu_trigger img{
		float: right;
	}
	
	.header_search_container{
		display: none;
	}
	
	#search_expanded{
		display: block;
		margin: 0px;
		text-align:center;
		padding: 10px 5px;
		border-radius: 0px;
	}
	
	.search-submit{
		background: url(images/search_blue.png);
		margin: 0px;
		padding: 0px;
		border: 0px;
		float: none;
		vertical-align: middle;
		width: 20px;
	}
	
	.search-form{
		margin: 0px;
		padding: 0px;
		border: 0px;
		border-radius: 0px;
		background: #999999;
		vertical-align: middle;
	}
	
	.search-field{
		margin: 0px;
		padding: 6px 6px;
		background: Black;
		color: White; 
		border: 2px solid #1b489c;
		border-radius: 5px;
		width: 144px;
	}
	
	
	#nav{
		display: none;
		background: #999999;
	}

	#nav li{
		display: block;
		padding: 5px;
		border-bottom: 2px solid #d5dce4;
	}
	
	#nav li a
	{
		display: block;
		border: 0;
		padding: 10px 0px;
		margin-right: 40px;
		text-align: center;
	}

	#nav-resources li{
		padding-right: 5px;
		font-size: .9em;
	}

	.home-side{
		display: none;
	}	
	

	#filters li{
		padding-right: 10px;
	}
	
	
	#contact-form  textarea{
		max-width: 100%;
	}
	#contact-form img{
		margin-left: 0px;
	}
	
	.contact-form-submit{
		text-indent: 0px;
	}
}


@media screen and (max-width: 374px) {
	#container {
		font-size: .85em;
	}
	#nav-resources li{
		padding-right: 2px;
		font-size: .75em;
	}
	
	#filters li{
		padding-right: 2px;
	}
	
	.video-wrapper {
		max-width: 350px;
	}
	
	.contact-form-submit{
		text-indent: 0px;
	}
	
	.entry-body img {
		margin-top: 4px;
		height: 75px;
		width: 75px;
	}

	.overlap-figure img { 
		height:100px;
		width: 100px;	
		border-radius: 5px;
	}
	.overlap-figure .caption {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		line-height: 90%;
	}	
	
}