/*
	Theme Name: Open Journal (Super Skeleton theme - Brandon Jones)
	Theme URI: http://www.makedesignnotwar.com
	Description: A responsive theme and pseudo-framework for WordPress
	Author: Dave Watt
	Author URI: http://www.pixeled.com.au
	License: Must contact author
	License URI: dave@pixeled.com.au
	Version: 1.0
	
*/


/** 
 * 
 * These are not the droids you are looking for...
 * Check the header file for the full stylesheet file loading sequence.
 * 
 */

/*
	Theme Name: Open Journal (Super Skeleton theme - Brandon Jones)
	Theme URI: http://www.makedesignnotwar.com
	Description: A responsive theme and pseudo-framework for WordPress
	Author: Dave Watt
	Author URI: http://www.pixeled.com.au
	License: Must contact author
	License URI: dave@pixeled.com.au
	Version: 1.0
	
*/


/** 
 * 
 * These are not the droids you are looking for...
 * Check the header file for the full stylesheet file loading sequence.
 * 
 */

/*
	Theme Name: Open Journal (Super Skeleton theme - Brandon Jones)
	Theme URI: http://www.makedesignnotwar.com
	Description: A responsive theme and pseudo-framework for WordPress
	Author: Dave Watt
	Author URI: http://www.pixeled.com.au
	License: Must contact author
	License URI: dave@pixeled.com.au
	Version: 1.0
	
*/


/** 
 * 
 * These are not the droids you are looking for...
 * Check the header file for the full stylesheet file loading sequence.
 * 
 */

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

@media all  {
	#mc_embed_signup form input[type="submit"] {
    		padding: 2px !important;
	}
}

@media all and (max-width: 800px) {
	#simplemodal-container {
   		width: 75% !important;
   		max-width: 400px;
   		min-width: 230px;
	}
	#simplemodal-container a.modalCloseImg {
   		top: 20px;
   		right: 20px;
	}
	#mc_embed_signup form input[type="submit"] {
    		padding: 2px !important;
	}

}

@media all and (max-width: 500px) {

	#simplemodal-overlay {
   		z-index: 1001 !important;
	}

	#simplemodal-container {
   		width: 75% !important;
   		max-width: 400px;
   		min-width: 230px;
   		height: 90%!important;
   		max-height: 280px;
   		margin-top: -10px!important;
	}

	#simplemodal-container a.modalCloseImg {
   		top: 20px;
   		right: 20px;
	}

	#mc_embed_signup form h2 {
    		margin:0;
    		padding-bottom: 3px;
    		line-height: 16px !important;
	}

	#mc_embed_signup form p {
    		width: 95%;
    		font-size: 11px;
    		line-height: 12px;
    		margin-bottom: 5px!important;
	}

	#mc_embed_signup form input[type="email"], #mc_embed_signup form input[type="text"] {
    		padding: 5px!important;
    		width: 80%;
    		margin: 0 !important;
	}

	#mc_embed_signup form input[type="submit"] {
    		padding: 2px !important;
	}

	#mc_embed_signup form .mc-field-group {
    		padding-bottom: 0!important;
	}
}


.section-two a { color: #fff;}