/*
Theme Name: AMOV-NXT
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Twenty Fifteen Child Theme
Author: L. Ross Raszewski
Author URI: http://example.com
Template: twentyfifteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fifteen-child
*/
.pull {
	display: block;
	float: left;
	width: 50%;
	margin: 6px 6px 12px;
	padding: 6px;
	font-size: 12px;
	border: 1px solid #CCC;
	background: none repeat scroll 0 0 #DFDFE7;
}

.blurry {
	-webkit-transition-property: -webkit-filter;
	-webkit-transition-duration: .1s;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	filter: blur(6px);
	filter: url("data:image/svg+xml;utf8,#blur");
	filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=6);
}
  .amovctitle {
			text-align:right;
	  		padding-right: 1em;
			vertical-align:bottom; 
			height:100%;
			
}
@media screen and (max-width: 50em) {
	
	#quote {
		display:none;		
	}
}
@media screen and (min-width: 59.6875em) {
  .amovctitle {
			white-space:nowrap; 
			font:40px normal Times;
			line-height:200px;
	  vertical-align:middle;
	  position:relative; 
}
	body:before {
    right: 0 !important;
    left: auto !important;
  }
	.site-content {
 	
}
	.content-area {
		min-width:90% !important; 
	}
  .sidebar {
    float: right !important;
    margin-right: auto !important;
    margin-left: -100% !important;
		
  }
  .site-content {
    float: right !important;
    margin-right: 29.4118% !important;
    margin-left: auto !important;

  }
  .site-footer {
    float: right !important;
    margin: 0 35.2941% 0 0 !important;
  }

  
  .sidebar, .site-content, .site-footer { direction: ltr; }
.entry-header {
	padding: 1em;	
		
}	
.post { 
	margin: 1em;
	
	
}
	.entry-content {
		padding:1em;
	}
}
body {
	font-family: 'trebuchet ms', Verdana,"Open Sans", Helvetica, Arial, sans-serif;

}
ul {
	margin-left: 1em;
	
}
.entry-footer {
	padding-right:0;
}
.entry-footer span {
	float:right;
	
}
.site-main {
    padding: 0.5em;
	background-color: #dfdfe7;
}
.hentry {
	background-color: #f3f6f9;
}
.sidebar {
	background-color: #f3f6f9;
}
