/*
Theme Name: NMFE
Theme URI: http://www.no-margin-for-errors.com/
Description: The 2.0 theme of no-margin-for-errors.com
Version: 2.0
Author: Stéphane Caron
Author URI: http://www.no-margin-for-errors.com/
Tags: two columns, fixed width, red, dark, light

	NMFE v2.0
	 http://www.no-margin-for-errors.com

	This theme was designed and built by Stéphane Caron,
	whose blog you will find at http://www.no-margin-for-errors.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ------------------------------------------------------------------------
	General Content
------------------------------------------------------------------------- */

	body {
		color: #797979;
	}

/* ------------------------------------------------------------------------
	Gallery
------------------------------------------------------------------------- */

	.gallery a {
		background: none !important;
		border: 1px #FFFFFF solid;
		display: block;
		padding: 0px 0px 8px 6px !important;
		height: auto;
		width: auto;
	}
	
	.gallery a:hover { border-color: #FFFFFF; }
	
/* ------------------------------------------------------------------------
	5.0 OTHER
------------------------------------------------------------------------- */

	.hide { display: none; }

	.clearfix:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	#template {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -576px;
		opacity: 0.5;
	}
	
	#template.small {
		border: 1px red solid;
		height: 20px;
		overflow: hidden;
	}
	
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */